summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | MD: raid5 trim supportShaohua Li2012-10-112-3/+166
| * | | | | | md/bitmap:Don't use IS_ERR to judge alloc_page().Jianpeng Ma2012-10-111-6/+2
| * | | | | | md/raid1: Don't release reference to device while handling read error.NeilBrown2012-10-111-4/+5
| * | | | | | raid: replace list_for_each_continue_rcu with new interfaceMichael Wang2012-10-111-6/+3
| * | | | | | add further __init annotations to crypto/xor.cJan Beulich2012-10-111-2/+2
| * | | | | | DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow2012-10-111-0/+13
| * | | | | | DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow2012-10-111-1/+1
| * | | | | | DM RAID: Add rebuild capability for RAID10Jonathan Brassow2012-10-112-1/+42
| * | | | | | DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow2012-10-111-25/+50
| * | | | | | MD RAID10: Prep for DM RAID10 device replacement capabilityJonathan Brassow2012-10-112-3/+9
| * | | | | | md: avoid taking the mutex on some ioctls.NeilBrown2012-10-111-23/+62
| * | | | | | MD: change the parameter of md threadShaohua Li2012-10-116-11/+17
| * | | | | | md/raid10: submit IO from originating thread instead of md thread.NeilBrown2012-10-111-3/+54
| * | | | | | md: raid 10 supports TRIMShaohua Li2012-10-111-4/+25
| * | | | | | md: raid 1 supports TRIMShaohua Li2012-10-111-2/+21
| * | | | | | md: raid 0 supports TRIMShaohua Li2012-10-111-1/+18
| * | | | | | md: linear supports TRIMShaohua Li2012-10-111-0/+16
| * | | | | | md/linear: rcu_dereference outside read-lock sectionDenis Efremov2012-10-111-2/+7
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-10-133-18/+33
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-...James Morris2012-10-111-7/+14
| |\ \ \ \ \ \ \
| | * | | | | | | tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe2012-10-101-7/+14
| * | | | | | | | Merge branch 'tpmdd-fixes-v3.6' of git://github.com/shpedoikal/linux into for...James Morris2012-10-113-11/+19
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | driver/char/tpm: fix regression causesd by ppiGang Wei2012-10-103-11/+19
* | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-10-1325-736/+2205
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'fixes-for-37', 'ec' and 'thermal' into releaseLen Brown2012-10-0922-733/+2202
| |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown2012-10-0921-728/+2177
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | thermal: Exynos: Fix NULL pointer dereference in exynos_unregister_thermal()Sachin Kamat2012-09-281-2/+5
| | | | * | | | | | | | | Thermal: Fix bug on cpu_cooling, cooling device's id conflict problem.Jonghwa Lee2012-09-271-2/+1
| | | | * | | | | | | | | thermal: exynos: Use devm_* functionsAmit Daniel Kachhap2012-09-241-36/+9
| | | | * | | | | | | | | ARM: exynos: add thermal sensor driver platform data supportAmit Daniel Kachhap2012-09-241-1/+110
| | | | * | | | | | | | | thermal: exynos: register the tmu sensor with the kernel thermal layerAmit Daniel Kachhap2012-09-242-2/+426
| | | | * | | | | | | | | thermal: exynos5: add exynos5250 thermal sensor driver supportAmit Daniel Kachhap2012-09-243-132/+240
| | | | * | | | | | | | | hwmon: exynos4: move thermal sensor driver to driver/thermal directoryAmit Daniel Kachhap2012-09-247-156/+19
| | | | * | | | | | | | | thermal: add generic cpufreq cooling implementationAmit Daniel Kachhap2012-09-245-0/+552
| | | | * | | | | | | | | Fix a build error.Eduardo Valentin2012-09-241-1/+3
| | | | * | | | | | | | | thermal: Fix potential NULL pointer accessesGuenter Roeck2012-09-241-4/+4
| | | | * | | | | | | | | thermal: add Renesas R-Car thermal sensor supportKuninori Morimoto2012-09-243-1/+270
| | | | * | | | | | | | | thermal: fix potential out-of-bounds memory accessGuenter Roeck2012-09-241-2/+3
| | | | * | | | | | | | | Thermal: Introduce locking for cdev.thermal_instances list.Zhang Rui2012-09-242-0/+9
| | | | * | | | | | | | | Thermal: Unify the code for both active and passive coolingZhang Rui2012-09-242-86/+26
| | | | * | | | | | | | | Thermal: Introduce simple arbitrator for setting device cooling stateZhang Rui2012-09-242-3/+42
| | | | * | | | | | | | | Thermal: List thermal_instance in thermal_cooling_device.Zhang Rui2012-09-242-1/+7
| | | | * | | | | | | | | Thermal: Rename thermal_instance.node to thermal_instance.tz_node.Zhang Rui2012-09-241-10/+10
| | | | * | | | | | | | | Thermal: Rename thermal_zone_device.cooling_devicesZhang Rui2012-09-242-11/+11
| | | | * | | | | | | | | Thermal: rename structure thermal_cooling_device_instance to thermal_instanceZhang Rui2012-09-241-9/+9
| | | | * | | | | | | | | Thermal: Introduce thermal_zone_trip_update()Zhang Rui2012-09-242-29/+81
| | | | * | | | | | | | | Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui2012-09-248-31/+13
| | | | * | | | | | | | | Thermal: Introduce .get_trend() callback.Zhang Rui2012-09-243-2/+59
| | | | * | | | | | | | | Thermal: set upper and lower limitsZhang Rui2012-09-245-28/+65
| | | | * | | | | | | | | Thermal: Introduce cooling states range supportZhang Rui2012-09-241-4/+21