aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-2210-236/+281
|\
| * percpu: update comments to reflect that percpu allocations are always zero-fi...Tejun Heo2010-09-101-5/+6
| * percpu: Optimize __get_cpu_var()Brian Gerst2010-09-101-4/+3
| * x86, percpu: Optimize this_cpu_ptrBrian Gerst2010-09-102-2/+21
| * percpu: clear memory allocated with the km allocatorTejun Heo2010-09-101-1/+5
| * percpu: fix build breakage on s390 and cleanup build configuration testsTejun Heo2010-09-091-163/+175
| * percpu: use percpu allocator on UP tooTejun Heo2010-09-086-65/+71
| * percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo2010-09-081-1/+1
| * vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-09-082-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-2217-218/+363
|\ \
| * | workqueue: remove in_workqueue_context()Tejun Heo2010-10-192-19/+0
| * | workqueue: Clarify that schedule_on_each_cpu is synchronousTejun Heo2010-10-191-4/+6
| * | memory_hotplug: drop spurious calls to flush_scheduled_work()Tejun Heo2010-10-191-2/+0
| * | shpchp: update workqueue usageTejun Heo2010-10-184-30/+25
| * | pciehp: update workqueue usageTejun Heo2010-10-184-25/+24
| * | isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr()Tejun Heo2010-10-171-2/+0
| * | workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo2010-10-116-22/+31
| * | workqueue: fix HIGHPRI handling in keep_working()Tejun Heo2010-10-111-1/+3
| * | workqueue: add queue_work and activate_work trace pointsTejun Heo2010-10-052-0/+56
| * | workqueue: prepare for more tracepointsTejun Heo2010-10-052-16/+22
| * | workqueue: implement flush[_delayed]_work_sync()Tejun Heo2010-09-192-0/+58
| * | workqueue: factor out start_flush_work()Tejun Heo2010-09-191-27/+37
| * | workqueue: cleanup flush/cancel functionsTejun Heo2010-09-192-90/+103
| * | workqueue: implement alloc_ordered_workqueue()Tejun Heo2010-09-191-0/+18
* | | Merge branch 'for-2.6.37/misc' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-1/+1
|\ \ \
| * | | pipe: fix failure to return error code on ->confirm()Nicolas Kaiser2010-10-211-1/+1
* | | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-2280-1921/+845
|\ \ \ \
| * | | | xen-blkfront: disable barrier/flush write supportJens Axboe2010-10-221-0/+7
| * | | | Added blk-lib.c and blk-barrier.c was renamed to blk-flush.cMike Snitzer2010-10-211-1/+2
| * | | | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191408-13737/+17043
| |\ \ \ \
| * | | | | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-1619-71/+47
| * | | | | aic7xxx_old: removed unused 'req' variableJens Axboe2010-09-161-1/+0
| * | | | | block: remove the BH_Eopnotsupp flagChristoph Hellwig2010-09-103-12/+2
| * | | | | block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig2010-09-103-26/+2
| * | | | | block: remove the WRITE_BARRIER flagChristoph Hellwig2010-09-101-3/+0
| * | | | | swap: do not send discards as barriersChristoph Hellwig2010-09-101-6/+3
| * | | | | fat: do not send discards as barriersChristoph Hellwig2010-09-101-1/+1
| * | | | | ext4: do not send discards as barriersChristoph Hellwig2010-09-101-1/+1
| * | | | | jbd2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-39/+4
| * | | | | jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrierJan Kara2010-09-101-13/+16
| * | | | | jbd: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-27/+3
| * | | | | nilfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-102-14/+3
| * | | | | reiserfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-86/+20
| * | | | | gfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-102-17/+7
| * | | | | btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-104-21/+5
| * | | | | xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-104-38/+3
| * | | | | block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig2010-09-103-8/+10
| * | | | | dm: convey that all flushes are processed as emptyMike Snitzer2010-09-101-19/+15
| * | | | | dm: fix locking context in queue_io()Kiyoshi Ueda2010-09-101-2/+4
| * | | | | dm: relax ordering of bio-based flush implementationTejun Heo2010-09-101-112/+45