summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2011-03-22block: fix non-atomic access to genhd inflight structuresShaohua Li1-6/+6
2011-03-21block: attempt to merge with existing requests on plug flushJens Axboe1-0/+1
2011-03-11block: fixup plugging stubs for !CONFIG_BLOCKJens Axboe1-3/+6
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe10-84/+72
2011-03-10block: kill off REQ_UNPLUGJens Axboe2-21/+9
2011-03-10block: remove per-queue pluggingJens Axboe8-66/+9
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe4-0/+51
2011-03-10block: add API for delaying work/request_fn a little bitJens Axboe1-0/+6
2011-03-08block: biovec_slab vs. CONFIG_BLK_DEV_INTEGRITYMartin K. Petersen1-1/+0
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo8-19/+32
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma1-1/+0
2011-03-03block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal1-2/+0
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo1-1/+1
2011-03-01Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe308-2713/+7078
2011-03-01blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal1-3/+0
2011-03-01ACPI: Fix build for CONFIG_NET unsetRafael J. Wysocki1-0/+8
2011-02-26Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-11/+16
2011-02-26rapidio: fix sysfs config attribute to access 16MB of maint spaceAlexandre Bounine1-1/+3
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+1
2011-02-24PM: Make ACPI wakeup from S5 work again when CONFIG_PM_SLEEP is unsetRafael J. Wysocki2-11/+16
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown1-1/+1
2011-02-24mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-0/+2
2011-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-02-22module: explicitly align module_version_attribute structureDmitry Torokhov1-1/+1
2011-02-20net: dcb: match dcb_app protocol field with 802.1Qaz specJohn Fastabend1-1/+1
2011-02-19Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+15
2011-02-18Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+6
2011-02-18Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds1-3/+9
2011-02-18RTC: Re-enable UIE timer/polling emulationJohn Stultz1-0/+1
2011-02-18RTC: Revert UIE emulation removalJohn Stultz1-0/+14
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo3-6/+6
2011-02-16thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli1-1/+2
2011-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+11
2011-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-2/+2
2011-02-15Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar1-2/+11
2011-02-14klist: Fix object alignment on 64-bit.David Miller1-1/+1
2011-02-11block: share request flush fields with elevator_privateMike Snitzer1-11/+12
2011-02-11Input: matrix_keypad - increase the limit of rows and columnsTrilok Soni1-2/+2
2011-02-11security: add cred argument to security_capable()Chris Wright1-3/+3
2011-02-10Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-4/+0
2011-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+18
2011-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-1/+2
2011-02-09CDC NCM errata updates for cdc.hAlexey Orishko1-5/+18
2011-02-09virtio: console: Update CopyrightAmit Shah1-1/+2
2011-02-06Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2011-02-06Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-30/+37
2011-02-05genirq: Add missing status flags to modification maskThomas Gleixner1-1/+2
2011-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-0/+5
2011-02-04USB: Fix trout build failure with ci13xxx_msm gadgetPavankumar Kondeti1-4/+0
2011-02-04Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar3-30/+37