summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-12-121-1/+4
|\
| * mm, percpu: Make sure percpu_alloc early parameter has an argumentCyrill Gorcunov2012-12-021-0/+3
| * percpu: make pcpu_free_chunk() use pcpu_mem_free() instead of kfree()Joonsoo Kim2012-10-291-1/+1
* | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-12-121-2/+4
|\ \
| * | workqueue: add WARN_ON_ONCE() on CPU number to wq_worker_waking_up()Joonsoo Kim2012-12-021-1/+3
| * | workqueue: trivial fix for return statement in work_busy()Joonsoo Kim2012-12-021-1/+1
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2012-12-1227-398/+2038
|\ \ \
| * | | Thermal: Fix DEFAULT_THERMAL_GOVERNORZhang Rui2012-12-122-3/+9
| * | | Thermal: fix a NULL pointer dereference when generic thermal layer is built a...Zhang Rui2012-12-121-1/+2
| * | | thermal: rcar: add rcar_zone_to_priv() macroKuninori Morimoto2012-11-261-1/+2
| * | | thermal: rcar: fixup the unit of temperatureKuninori Morimoto2012-11-261-1/+3
| * | | thermal: cpu cooling: allow module buildsEduardo Valentin2012-11-222-2/+2
| * | | thermal: cpu cooling: use const parameter while registeringEduardo Valentin2012-11-222-3/+3
| * | | Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.hongbo.zhang2012-11-154-0/+111
| * | | Thermal: Add ST-Ericsson DB8500 thermal driver.hongbo.zhang2012-11-156-0/+743
| * | | drivers/thermal/Makefile refactorZhang Rui2012-11-151-6/+12
| * | | Exynos: Add missing dependencyZhang Rui2012-11-151-1/+1
| * | | Refactor drivers/thermal/KconfigZhang Rui2012-11-151-52/+51
| * | | thermal: cpu_cooling: Make 'notify_device' staticSachin Kamat2012-11-151-1/+1
| * | | Thermal: Remove the cooling_cpufreq_list.hongbo.zhang2012-11-071-72/+19
| * | | Thermal: fix bug of counting cpu frequencies.hongbo.zhang2012-11-071-4/+6
| * | | Thermal: add indent for code alignment.hongbo.zhang2012-11-071-1/+1
| * | | thermal: rcar_thermal: remove explicitly used devm_kfree/iounap()Kuninori Morimoto2012-11-071-16/+2
| * | | thermal: user_space: Add missing static storage class specifiersSachin Kamat2012-11-051-2/+2
| * | | thermal: fair_share: Add missing static storage class specifiersSachin Kamat2012-11-051-2/+2
| * | | thermal: step_wise: Add missing static storage class specifiersSachin Kamat2012-11-051-2/+2
| * | | Thermal: Fix oops and unlocking in thermal_sys.cHugh Dickins2012-11-051-4/+5
| * | | Thermal: Provide option to choose default thermal governorDurgadoss R2012-11-051-0/+31
| * | | Thermal: Add documentation for platform layer dataDurgadoss R2012-11-051-0/+64
| * | | Thermal: Add a notification APIDurgadoss R2012-11-052-0/+19
| * | | Thermal: Remove throttling logic out of thermal_sys.cDurgadoss R2012-11-051-198/+109
| * | | Thermal: Add a thermal notifier for user spaceDurgadoss R2012-11-053-0/+75
| * | | Thermal: Introduce a step_wise thermal governorDurgadoss R2012-11-053-0/+201
| * | | Thermal: Introduce fair_share thermal governorDurgadoss R2012-11-053-0/+140
| * | | Thermal: Make thermal_cdev_update as a global functionDurgadoss R2012-11-052-2/+4
| * | | Thermal: Update binding logic based on platform dataDurgadoss R2012-11-051-26/+157
| * | | Thermal: Add a policy sysfs attributeDurgadoss R2012-11-051-3/+39
| * | | Thermal: Add thermal governor registration APIsDurgadoss R2012-11-052-0/+106
| * | | Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R2012-11-0510-11/+15
| * | | Thermal: Add platform level information to thermal.hDurgadoss R2012-11-051-0/+29
| * | | Thermal: Add get trend, get instance API's to thermal_sysDurgadoss R2012-11-052-0/+44
| * | | Thermal: Move thermal_instance to thermal_core.hDurgadoss R2012-11-052-21/+55
| * | | Thermal: Refactor thermal.h fileDurgadoss R2012-11-051-35/+43
* | | | Merge tag 'regmap-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds2012-12-125-102/+453
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'regmap/topic/type' into regmap-nextMark Brown2012-12-111-1/+1
| |\ \ \ \
| | * | | | regmap: silence GCC warningPaul Bolle2012-10-151-1/+1
| * | | | | Merge remote-tracking branch 'regmap/topic/table' into regmap-nextMark Brown2012-12-113-11/+122
| |\ \ \ \ \
| | * | | | | regmap: introduce tables for readable/writeable/volatile/precious checksDavide Ciminaghi2012-11-213-11/+122
| | * | | | | Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2012-11-213-31/+54
| | |\ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm...Mark Brown2012-11-214-54/+160
| | |\ \ \ \ \ \ \