index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-07-24
3
-81
/
+10
|
\
|
*
cgroup: Update remount documentation
Daniel Wagner
2012-07-17
1
-9
/
+6
|
*
cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inode
Tejun Heo
2012-07-09
1
-1
/
+1
|
*
cgroup: Remove populate() documentation
Daniel Wagner
2012-07-09
1
-10
/
+0
|
*
cgroup: remove hierarchy_mutex
Li Zefan
2012-06-06
3
-61
/
+3
*
|
Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2012-07-24
6
-722
/
+628
|
\
\
|
*
|
workqueue: fix spurious CPU locality WARN from process_one_work()
Tejun Heo
2012-07-22
1
-0
/
+6
|
*
|
kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...
Tejun Heo
2012-07-22
2
-27
/
+29
|
*
|
kthread_worker: reorganize to prepare for flush_kthread_work() reimplementation
Tejun Heo
2012-07-22
1
-16
/
+26
|
*
|
workqueue: simplify CPU hotplug code
Tejun Heo
2012-07-17
1
-54
/
+25
|
*
|
workqueue: remove CPU offline trustee
Tejun Heo
2012-07-17
1
-252
/
+36
|
*
|
workqueue: don't butcher idle workers on an offline CPU
Tejun Heo
2012-07-17
1
-80
/
+14
|
*
|
workqueue: reimplement CPU online rebinding to handle idle workers
Tejun Heo
2012-07-17
1
-49
/
+166
|
*
|
workqueue: drop @bind from create_worker()
Tejun Heo
2012-07-17
1
-19
/
+45
|
*
|
workqueue: use mutex for global_cwq manager exclusion
Tejun Heo
2012-07-17
1
-39
/
+26
|
*
|
workqueue: ROGUE workers are UNBOUND workers
Tejun Heo
2012-07-17
1
-25
/
+21
|
*
|
workqueue: drop CPU_DYING notifier operation
Tejun Heo
2012-07-17
1
-16
/
+13
|
*
|
workqueue: perform cpu down operations from low priority cpu_notifier()
Tejun Heo
2012-07-17
2
-3
/
+40
|
*
|
workqueue: reimplement WQ_HIGHPRI using a separate worker_pool
Tejun Heo
2012-07-13
2
-138
/
+65
|
*
|
workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()
Tejun Heo
2012-07-13
1
-70
/
+153
|
*
|
workqueue: separate out worker_pool flags
Tejun Heo
2012-07-12
1
-22
/
+25
|
*
|
workqueue: use @pool instead of @gcwq or @cpu where applicable
Tejun Heo
2012-07-12
1
-107
/
+111
|
*
|
workqueue: factor out worker_pool from global_cwq
Tejun Heo
2012-07-12
2
-100
/
+118
|
*
|
workqueue: don't use WQ_HIGHPRI for unbound workqueues
Tejun Heo
2012-07-12
1
-7
/
+11
*
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2012-07-24
12
-82
/
+88
|
\
\
\
|
*
|
|
udf: avoid info leak on export
Mathias Krause
2012-07-13
1
-0
/
+1
|
*
|
|
isofs: avoid info leak on export
Mathias Krause
2012-07-13
1
-0
/
+1
|
*
|
|
udf: Improve table length check to avoid possible overflow
Jan Kara
2012-07-10
1
-1
/
+1
|
*
|
|
ext3: Check return value of blkdev_issue_flush()
Jan Kara
2012-07-09
1
-2
/
+7
|
*
|
|
jbd: Check return value of blkdev_issue_flush()
Jan Kara
2012-07-09
1
-2
/
+5
|
*
|
|
udf: Do not decrement i_blocks when freeing indirect extent block
Jan Kara
2012-07-09
1
-2
/
+2
|
*
|
|
udf: Fix memory leak when mounting
Jan Kara
2012-07-09
1
-58
/
+64
|
*
|
|
ext2: cleanup the confused goto label
Wanlong Gao
2012-07-09
1
-3
/
+3
|
*
|
|
UDF: Remove unnecessary variable "offset" from udf_fill_inode
Ashish Sangwan
2012-07-09
1
-4
/
+0
|
*
|
|
udf: stop using s_dirt
Artem Bityutskiy
2012-07-09
2
-7
/
+0
|
*
|
|
ext3: force ro mount if ext3_setup_super() fails
Eric Sandeen
2012-07-09
1
-1
/
+2
|
*
|
|
quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uac...
Jeff Liu
2012-07-09
2
-2
/
+2
*
|
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...
Linus Torvalds
2012-07-24
57
-1126
/
+2985
|
\
\
\
\
|
*
|
|
|
m68k: allow PCI bus to be enabled for ColdFire m54xx CPUs
Greg Ungerer
2012-07-17
1
-0
/
+7
|
*
|
|
|
m68k: add PCI bus code support for the ColdFire M54xx SoC family
Greg Ungerer
2012-07-17
2
-0
/
+329
|
*
|
|
|
m68k: add IO access definitions to support PCI on ColdFire platforms
Greg Ungerer
2012-07-17
1
-1
/
+47
|
*
|
|
|
m68k: add PCI bus support definitions for the ColdFire M54xx SoC family
Greg Ungerer
2012-07-17
2
-0
/
+141
|
*
|
|
|
m68k: common PCI support definitions and code
Greg Ungerer
2012-07-17
5
-0
/
+122
|
*
|
|
|
m68k: add support for DMA_BIDIRECTIONAL in dma support functions
Greg Ungerer
2012-07-17
1
-0
/
+1
|
*
|
|
|
m68k: fix ColdFire clear cache operation
Greg Ungerer
2012-07-17
2
-1
/
+42
|
*
|
|
|
m68k: use simpler dma_alloc_coherent() for ColdFire CPUs
Greg Ungerer
2012-07-16
1
-2
/
+2
|
*
|
|
|
m68knommu: platform support for 8390 based ethernet used on some boards
Greg Ungerer
2012-07-16
2
-0
/
+39
|
*
|
|
|
m68knommu: Add clk definitions for m532x.
Steven King
2012-07-16
2
-1
/
+152
|
*
|
|
|
m68knommu: Add clk definitions for m520x.
Steven King
2012-07-16
2
-0
/
+107
|
*
|
|
|
m68knommu: Add rtc device for m5441x.
Steven King
2012-07-16
3
-7
/
+49
[next]