aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-03-06davinci: MMC: add support for 8bit MMC cardsVipin Bhandari1-10/+35
2010-03-06ricoh_mmc: port from driver to pci quirkMaxim Levitsky4-270/+88
2010-03-06lib: build list_sort() only if neededDon Mullis1-0/+1
2010-03-06lkdtm: add debugfs access and loosen KPROBE tiesSimon Kagstrom1-82/+390
2010-03-06eisa: fix coding style for eisa bus codeThadeu Lima de Souza Cascardo1-112/+128
2010-03-06drivers/misc/iwmc3200top/main.c: eliminate useless codeJulia Lawall1-2/+0
2010-03-06MFGPT: move clocksource menuRandy Dunlap3-11/+9
2010-03-06cpuidle menu: remove 8 bytes of padding on 64 bit buildsRichard Kennedy1-1/+1
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org1-21/+36
2010-03-06infiniband: use for_each_set_bit()Akinobu Mita1-16/+5
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita12-18/+18
2010-03-06timbgpio: fix buildDavid Miller1-0/+1
2010-03-06dm raid1: fix deadlock when suspending failed deviceTakahiro Yasui1-18/+23
2010-03-06dm: eliminate some holes data structuresMike Snitzer1-13/+13
2010-03-06dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha3-12/+18
2010-03-06dm: free dm_io before bio_endio not afterMikulas Patocka1-2/+2
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan9-29/+19
2010-03-06dm ioctl: only issue uevent on resume if state changedMike Snitzer1-4/+5
2010-03-06dm raid1: always return error if all legs failMikulas Patocka1-3/+6
2010-03-06dm mpath: refactor pg_initKiyoshi Ueda1-12/+19
2010-03-06dm mpath: wait for pg_init completion when suspendingKiyoshi Ueda1-3/+35
2010-03-06dm mpath: hold io until all pg_inits completedKiyoshi Ueda1-6/+11
2010-03-06dm mpath: avoid storing private suspended stateKiyoshi Ueda1-12/+0
2010-03-06dm table: remove dm_get from dm_table_get_mdKiyoshi Ueda3-19/+4
2010-03-06dm mpath: skip activate_path for failed pathsMoger, Babu1-2/+5
2010-03-06dm mpath: pass struct pgpath to pg init doneMoger, Babu1-3/+2
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2010-03-05hwmon: Remove the deprecated adt7473 driverAmerigo Wang3-1195/+0
2010-03-05hwmon: Fix off-by-one kind valuesJean Delvare3-15/+11
2010-03-05hwmon: (tmp421) Fix temperature conversionsJean Delvare1-2/+4
2010-03-05hwmon: (tmp421) Restore missing inputsJean Delvare1-7/+7
2010-03-05hwmon: Driver for Andigilog aSC7621 family monitoring chipsGeorge Joseph3-0/+1269
2010-03-05hwmon: (adt7411) Improve lockingWolfram Sang1-7/+14
2010-03-05hwmon: Add driver for ADT7411 voltage and temperature sensorWolfram Sang3-0/+370
2010-03-05hwmon: (w83793) Add watchdog functionalitySven Anders2-4/+481
2010-03-05hwmon: (g760a) Make rpm_from_cnt staticJean Delvare1-1/+1
2010-03-05hwmon: (it87) Validate auto pwm settingsJean Delvare1-0/+32
2010-03-05hwmon: (it87) Add support for old automatic fan speed controlJean Delvare1-2/+180
2010-03-05hwmon: (it87) Use strict_strtol instead of simple_strtolJean Delvare1-15/+44
2010-03-05hwmon: (it87) Fix many checkpatch errors and warningsJean Delvare1-75/+87
2010-03-05hwmon: (it87) Add support for beep on alarmJean Delvare1-0/+122
2010-03-05hwmon: (it87) Create vid attributes by groupJean Delvare1-8/+7
2010-03-05hwmon: (it87) Refactor attributes creation and removalJean Delvare1-130/+103
2010-03-05hwmon: (it87) Expose the PWM/temperature mappingsJean Delvare1-4/+69
2010-03-05hwmon: (it87) Display fan outputs in automatic mode as suchJean Delvare1-38/+61
2010-03-05hwmon: (lm90) Add SMBus alert supportJean Delvare1-0/+63
2010-03-05hwmon: (lm90) Restore configuration on exitJean Delvare1-4/+10
2010-03-05hwmon: (lm90) Add support for the Winbond/Nuvoton W83L771AWG/ASGJean Delvare2-3/+14
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+1
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds50-638/+611