summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm log: use flush callback fnMikulas Patocka2009-12-111-2/+15
* dm log: add flush callback fnMikulas Patocka2009-12-113-5/+9
* dm log: introduce flush_failed variableMikulas Patocka2009-12-111-1/+4
* dm log: add flush_header functionMikulas Patocka2009-12-111-1/+22
* dm raid1: split touched state into twoMikulas Patocka2009-12-111-7/+11
* dm raid1: support flushMikulas Patocka2009-12-112-4/+34
* dm io: remove extra bi_io_vec region hackMikulas Patocka2009-12-111-34/+55
* dm io: use slab for struct ioMikulas Patocka2009-12-113-1/+25
* dm crypt: make wipe message also wipe essiv keyMilan Broz2009-12-111-4/+30
* dm crypt: separate essiv allocation from initialisationMilan Broz2009-12-111-26/+43
* dm crypt: restructure essiv error pathMilan Broz2009-12-111-20/+26
* dm crypt: move private iv fields to structsMilan Broz2009-12-111-13/+22
* dm crypt: make wipe message also wipe tfm keyMilan Broz2009-12-111-12/+7Star
* dm snapshot: cope with chunk size larger than originMikulas Patocka2009-12-111-0/+2
* dm snapshot: only take lock for statustype info not tableMikulas Patocka2009-12-111-4/+6
* dm: sysfs add empty release function to avoid debug warningMilan Broz2009-12-111-0/+8
* dm exception store: free tmp_store on persistent flag errorJulia Lawall2009-12-111-1/+2
* dm: avoid _hash_lock deadlockMikulas Patocka2009-12-112-9/+17
* Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2009-12-1049-283/+1153
|\
| * ACPICA: Update version to 20091112.Bob Moore2009-11-251-1/+1
| * ACPICA: Add additional module-level code supportLin Ming2009-11-252-21/+61
| * ACPICA: Deploy new create integer interface where appropriateBob Moore2009-11-259-52/+30Star
| * ACPICA: New internal utility function to create Integer objectsBob Moore2009-11-252-0/+31
| * ACPICA: Add repair for predefined methods that must return sorted listsBob Moore2009-11-254-2/+559
| * ACPICA: Fix possible fault if return Package objects contain NULL elementsBob Moore2009-11-251-1/+42
| * ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-2529-152/+197
| * ACPICA: Change package length error message to an info messageBob Moore2009-11-251-4/+4
| * ACPICA: Reduce severity of predefined repair messages, Warning to InfoBob Moore2009-11-254-4/+54
| * ACPICA: Update version to 20091013Bob Moore2009-11-251-1/+1
| * ACPICA: Fix possible memory leak for Scope ASL operatorLin Ming2009-11-251-17/+33
| * ACPICA: Remove possibility of executing _REG methods twiceLin Ming2009-11-251-5/+59
| * ACPICA: Add repair for bad _MAT buffersLin Ming2009-11-251-2/+21
| * ACPICA: Add repair for bad _BIF/_BIX packagesBob Moore2009-11-251-26/+65
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-12-1058-1742/+2319
|\ \
| * | hwmon: (adt7475) Add VID support for the ADT7476Jean Delvare2009-12-093-4/+65
| * | hwmon: (adt7475) Add an entry in MAINTAINERSJean Delvare2009-12-091-0/+7
| * | hwmon: (adt7475) Add support for the ADT7476Jean Delvare2009-12-093-25/+80
| * | hwmon: (adt7475) Voltage attenuators can be bypassedJean Delvare2009-12-091-6/+36
| * | hwmon: (adt7475) Print device information on probeJean Delvare2009-12-091-0/+18
| * | hwmon: (adt7475) Handle alternative pin functionsJean Delvare2009-12-091-15/+99
| * | hwmon: (adt7475) Move sysfs files removal to a separate functionJean Delvare2009-12-091-6/+10
| * | hwmon: (adt7475) Add support for the ADT7490Jean Delvare2009-12-093-19/+134
| * | hwmon: (adt7475) Improve device detectionJean Delvare2009-12-091-4/+9
| * | hwmon: (adt7475) Add missing static markerJean Delvare2009-12-091-1/+1
| * | hwmon: (adt7475) Rework voltage inputs handlingJean Delvare2009-12-091-35/+48
| * | hwmon: (adt7475) Implement pwm_use_point2_pwm_at_critJean Delvare2009-12-091-0/+42
| * | hwmon: (adt7475) New documentationJean Delvare2009-12-091-87/+83Star
| * | hwmon: (adt7475) Add support for the ADT7473Jean Delvare2009-12-095-12/+35
| * | hwmon: (f71882fg) Add support for the f71889fg (version 2)Hans de Goede2009-12-093-21/+81
| * | hwmon: (f71882fg) Fix sysfs file removalHans de Goede2009-12-091-25/+66