summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-10-14drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner6-1/+83
2010-10-14drbd: Removed redundant error checks in the request code pathPhilipp Reisner1-15/+0
2010-10-14drbd: factored drbd_req_make_private_bio() out of drbd_req_new()Philipp Reisner1-9/+15
2010-10-14drbd: Do not send two barriers without any writes between themPhilipp Reisner1-2/+7
2010-10-14drbd: factored tl_restart() out of tl_clear().Philipp Reisner5-40/+103
2010-10-14drbd: mod_req has now a return valuePhilipp Reisner2-6/+16
2010-10-14drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner4-47/+23
2010-10-14drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writesPhilipp Reisner3-9/+9
2010-09-26amiga floppy: Compile failure fixesVivek Goyal1-3/+2
2010-09-24atari floppy: Stop sharing request queue across multiple gendisksVivek Goyal1-11/+39
2010-09-24amiga floppy: Stop sharing request queue across multiple gendisksVivek Goyal1-11/+48
2010-09-22floppy: switch to one queue per drive instead of sharing a queueJens Axboe1-21/+45
2010-09-10cciss: remove some superfluous tests from cciss_bigpassthru()Stephen M. Cameron1-17/+8
2010-09-10cciss: factor out cciss_big_passthruStephen M. Cameron1-156/+151
2010-09-10cciss: factor out cciss_passthruStephen M. Cameron1-111/+101
2010-09-10cciss: factor out cciss_getluninfoStephen M. Cameron1-14/+18
2010-09-10cciss: factor out cciss_getdrivverStephen M. Cameron1-13/+13
2010-09-10cciss: factor out cciss_getfirmverStephen M. Cameron1-12/+15
2010-09-10cciss: factor out cciss_getbustypesStephen M. Cameron1-11/+13
2010-09-10cciss: factor out cciss_getheartbeatStephen M. Cameron1-11/+13
2010-09-10cciss: factor out cciss_setnodenameStephen M. Cameron1-36/+29
2010-09-10cciss: factor out cciss_getnodenameStephen M. Cameron1-13/+15
2010-09-10cciss: factor out cciss_setintinfoStephen M. Cameron1-34/+32
2010-09-10cciss: factor out cciss_getintinfoStephen M. Cameron1-13/+15
2010-09-10cciss: factor out cciss_getpciinfoStephen M. Cameron1-17/+17
2010-08-23loop: add some basic read-only sysfs attributesMilan Broz1-0/+101
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds28-2417/+2663
2010-08-21drm/i915,intel_agp: Add support for Sandybridge D0Zhenyu Wang3-0/+4
2010-08-21drm/i915: fix render pipe control notify on sandybridgeZhenyu Wang1-1/+6
2010-08-21agp/intel: set 40-bit dma mask on SandybridgeZhenyu Wang1-9/+15
2010-08-21drm/i915: Remove the conflicting BUG_ON()Chris Wilson1-2/+0
2010-08-21drm/i915/suspend: s/IS_IRONLAKE/HAS_PCH_SPLIT/Chris Wilson1-37/+37
2010-08-21drm/i915/suspend: Flush register writes before busy-waiting.Chris Wilson1-9/+18
2010-08-21i915: disable DAC on Ironlake also when doing CRT load detection.Dave Airlie1-11/+12
2010-08-21drm/i915: wait for actual vblank, not just 20msJesse Barnes7-30/+69
2010-08-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-8/+5
2010-08-20mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck1-0/+1
2010-08-20drivers/scsi/qla4xxx: fix buildAndrew Morton2-2/+2
2010-08-20drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect functionKyungmin Park1-3/+3
2010-08-20sdhci: add no hi-speed bit quirk supportKyungmin Park2-1/+4
2010-08-20s5pc110: SDHCI-s3c support on s5pc110Kyungmin Park1-1/+1
2010-08-20revert "hwmon: f71882fg: add support for the Fintek F71808E"Andrew Morton2-78/+11
2010-08-20matroxfb: fix incorrect use of memcpy_toio()Ondrej Zary1-2/+2
2010-08-19mtd: nand: Fix regression in BBM detectionBrian Norris1-7/+3
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-6/+20
2010-08-18drm/i915: make sure eDP PLL is enabled at the right timeJesse Barnes2-39/+60
2010-08-18drm/i915: fix VGA plane disable for Ironlake+Jesse Barnes1-28/+27
2010-08-18drm/i915: eDP mode set sequence correctionsJesse Barnes1-9/+8
2010-08-18drm/i915: add panel reset workaroundJesse Barnes1-1/+16
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-35/+69