summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen2011-03-179-19/+35
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-1042-591/+101
|\
| * block: kill off REQ_UNPLUGJens Axboe2011-03-108-21/+9
| * block: remove per-queue pluggingJens Axboe2011-03-1039-529/+71
| * scsi: convert to blk_delay_queue()Jens Axboe2011-03-101-25/+19
| * ide-cd: convert to blk_delay_queue() for a short pauseJens Axboe2011-03-101-11/+2
* | staging: Convert to bdops->check_events()Tejun Heo2011-03-092-8/+14
* | pktcdvd: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+9
* | umem: Drop dummy ->media_changed()Tejun Heo2011-03-091-10/+0
* | s390/tape_block: Convert to bdops->check_events()Tejun Heo2011-03-091-5/+6
* | i2o_block: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+7
* | xsysace: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+5
* | ub: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+6
* | swim[3]: Convert to bdops->check_events()Tejun Heo2011-03-092-7/+12
* | dac960: Convert to bdops->check_events()Tejun Heo2011-03-091-3/+5
* | paride: Convert to bdops->check_events()Tejun Heo2011-03-093-14/+21
* | gdrom,viocd: Convert to bdops->check_events()Tejun Heo2011-03-092-13/+20
* | floppy,{ami|ata}flop: Convert to bdops->check_events()Tejun Heo2011-03-093-14/+19
* | ide: Convert to bdops->check_events()Tejun Heo2011-03-094-15/+20
* | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-0473-332/+659
|\ \
| * | block: kill loop_mutexPetr Uzel2011-03-031-5/+0
| * | block: add @force_kblockd to __blk_run_queue()Tejun Heo2011-03-022-2/+2
| * | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-02-282-0/+2
| |\ \
| | * | hwmon: (adt7411) add MODULE_DEVICE_TABLEaxel lin2011-02-261-0/+1
| | * | hwmon: (ad7414) add MODULE_DEVICE_TABLEaxel lin2011-02-261-0/+1
| * | | ACPI: Fix build for CONFIG_NET unsetRafael J. Wysocki2011-02-282-20/+21
| * | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-02-282-2/+6
| |\ \ \ | | |/ / | |/| |
| | * | Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next ...Dave Airlie2011-02-281-1/+4
| | |\ \
| | | * | drm/nv50-nvc0: make sure vma is definitely unmapped when destroying boBen Skeggs2011-02-281-1/+4
| | * | | drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.Dave Airlie2011-02-281-1/+2
| | |/ /
| * | | rapidio: fix sysfs config attribute to access 16MB of maint spaceAlexandre Bounine2011-02-251-6/+6
| * | | pps: initialize ts_real properlyAlexander Gordeev2011-02-251-1/+1
| * | | drivers/rtc/rtc-ds3232.c: fix time range difference between linux and RTC chipLei Xu2011-02-251-5/+9
| * | | drivers/nfc/pn544.c: add missing regulatorMatti J. Aaltonen2011-02-251-1/+3
| * | | drivers/nfc/Kconfig: use full form of the NFC acronymMatti J. Aaltonen2011-02-251-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2011-02-252-1/+2
| |\ \ \
| | * | | regulator, mc13xxx: Remove pointless test for unsigned less than zeroJesper Juhl2011-02-251-1/+1
| | * | | regulator: Fix warning with CONFIG_BUG disabledMark Brown2011-02-251-0/+1
| * | | | RTC: fix typo in drivers/rtc/rtc-at91sam9.cJelle Martijn Kok2011-02-251-1/+1
| * | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-257-45/+49
| |\ \ \ \
| | * | | | usb: musb: core: set has_tt flagFelipe Balbi2011-02-241-0/+1
| | * | | | USB: xhci: mark local functions as staticDmitry Torokhov2011-02-223-8/+8
| | * | | | USB: xhci: fix couple sparse annotationsDmitry Torokhov2011-02-201-2/+2
| | * | | | USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itselfDmitry Torokhov2011-02-204-7/+8
| | * | | | USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov2011-02-201-11/+7
| | * | | | xhci: Fix an error in count_sg_trbs_needed()Paul Zimmerman2011-02-201-1/+1
| | * | | | xhci: Fix errors in the running total calculations in the TRB mathPaul Zimmerman2011-02-201-0/+3
| | * | | | xhci: Clarify some expressions in the TRB mathPaul Zimmerman2011-02-201-12/+10
| | * | | | xhci: Avoid BUG() in interrupt contextPaul Zimmerman2011-02-201-4/+9
| * | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-02-259-14/+39
| |\ \ \ \ \ | | |_|/ / / | |/| | | |