summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-07-243-81/+10
|\
| * cgroup: Update remount documentationDaniel Wagner2012-07-171-9/+6
| * cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inodeTejun Heo2012-07-091-1/+1
| * cgroup: Remove populate() documentationDaniel Wagner2012-07-091-10/+0
| * cgroup: remove hierarchy_mutexLi Zefan2012-06-063-61/+3
* | Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-07-246-722/+628
|\ \
| * | workqueue: fix spurious CPU locality WARN from process_one_work()Tejun Heo2012-07-221-0/+6
| * | kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...Tejun Heo2012-07-222-27/+29
| * | kthread_worker: reorganize to prepare for flush_kthread_work() reimplementationTejun Heo2012-07-221-16/+26
| * | workqueue: simplify CPU hotplug codeTejun Heo2012-07-171-54/+25
| * | workqueue: remove CPU offline trusteeTejun Heo2012-07-171-252/+36
| * | workqueue: don't butcher idle workers on an offline CPUTejun Heo2012-07-171-80/+14
| * | workqueue: reimplement CPU online rebinding to handle idle workersTejun Heo2012-07-171-49/+166
| * | workqueue: drop @bind from create_worker()Tejun Heo2012-07-171-19/+45
| * | workqueue: use mutex for global_cwq manager exclusionTejun Heo2012-07-171-39/+26
| * | workqueue: ROGUE workers are UNBOUND workersTejun Heo2012-07-171-25/+21
| * | workqueue: drop CPU_DYING notifier operationTejun Heo2012-07-171-16/+13
| * | workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo2012-07-172-3/+40
| * | workqueue: reimplement WQ_HIGHPRI using a separate worker_poolTejun Heo2012-07-132-138/+65
| * | workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()Tejun Heo2012-07-131-70/+153
| * | workqueue: separate out worker_pool flagsTejun Heo2012-07-121-22/+25
| * | workqueue: use @pool instead of @gcwq or @cpu where applicableTejun Heo2012-07-121-107/+111
| * | workqueue: factor out worker_pool from global_cwqTejun Heo2012-07-122-100/+118
| * | workqueue: don't use WQ_HIGHPRI for unbound workqueuesTejun Heo2012-07-121-7/+11
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-07-2412-82/+88
|\ \ \
| * | | udf: avoid info leak on exportMathias Krause2012-07-131-0/+1
| * | | isofs: avoid info leak on exportMathias Krause2012-07-131-0/+1
| * | | udf: Improve table length check to avoid possible overflowJan Kara2012-07-101-1/+1
| * | | ext3: Check return value of blkdev_issue_flush()Jan Kara2012-07-091-2/+7
| * | | jbd: Check return value of blkdev_issue_flush()Jan Kara2012-07-091-2/+5
| * | | udf: Do not decrement i_blocks when freeing indirect extent blockJan Kara2012-07-091-2/+2
| * | | udf: Fix memory leak when mountingJan Kara2012-07-091-58/+64
| * | | ext2: cleanup the confused goto labelWanlong Gao2012-07-091-3/+3
| * | | UDF: Remove unnecessary variable "offset" from udf_fill_inodeAshish Sangwan2012-07-091-4/+0
| * | | udf: stop using s_dirtArtem Bityutskiy2012-07-092-7/+0
| * | | ext3: force ro mount if ext3_setup_super() failsEric Sandeen2012-07-091-1/+2
| * | | quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with <linux/uac...Jeff Liu2012-07-092-2/+2
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2012-07-2457-1126/+2985
|\ \ \ \
| * | | | m68k: allow PCI bus to be enabled for ColdFire m54xx CPUsGreg Ungerer2012-07-171-0/+7
| * | | | m68k: add PCI bus code support for the ColdFire M54xx SoC familyGreg Ungerer2012-07-172-0/+329
| * | | | m68k: add IO access definitions to support PCI on ColdFire platformsGreg Ungerer2012-07-171-1/+47
| * | | | m68k: add PCI bus support definitions for the ColdFire M54xx SoC familyGreg Ungerer2012-07-172-0/+141
| * | | | m68k: common PCI support definitions and codeGreg Ungerer2012-07-175-0/+122
| * | | | m68k: add support for DMA_BIDIRECTIONAL in dma support functionsGreg Ungerer2012-07-171-0/+1
| * | | | m68k: fix ColdFire clear cache operationGreg Ungerer2012-07-172-1/+42
| * | | | m68k: use simpler dma_alloc_coherent() for ColdFire CPUsGreg Ungerer2012-07-161-2/+2
| * | | | m68knommu: platform support for 8390 based ethernet used on some boardsGreg Ungerer2012-07-162-0/+39
| * | | | m68knommu: Add clk definitions for m532x.Steven King2012-07-162-1/+152
| * | | | m68knommu: Add clk definitions for m520x.Steven King2012-07-162-0/+107
| * | | | m68knommu: Add rtc device for m5441x.Steven King2012-07-163-7/+49