Age | Commit message (Expand) | Author | Files | Lines |
2014-04-30 | thermal: cpu_cooling: Use cpufreq_for_each_valid_entry macro for iteration | Stratos Karafotis | 1 | -20/+13 |
2014-04-10 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 3 | -19/+35 |
2014-04-08 | thermal: rcar-thermal: update thermal zone only when temperature changes | Patrick Titiano | 1 | -1/+6 |
2014-04-08 | thermal: rcar-thermal: fix same mask applied twice | Patrick Titiano | 1 | -1/+1 |
2014-04-08 | thermal: ti-soc-thermal: Use SIMPLE_DEV_PM_OPS macro | Jingoo Han | 1 | -4/+2 |
2014-04-08 | thermal: imx: update formula for thermal sensor | Anson Huang | 1 | -13/+26 |
2014-04-07 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+7 |
2014-04-05 | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -1/+1 |
2014-03-20 | thermal, x86-pkg-temp: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -7/+7 |
2014-03-03 | Thermal: thermal zone governor fix | Zhang Rui | 1 | -7/+18 |
2014-03-03 | Thermal: Allow first update of cooling device state | Ni Wade | 1 | -1/+1 |
2014-03-03 | thermal,rcar_thermal: Add dependency on HAS_IOMEM | Richard Weinberger | 1 | -0/+1 |
2014-03-03 | x86_pkg_temp_thermal: Fix the thermal zone type | Jean Delvare | 1 | -4/+1 |
2014-03-03 | x86_pkg_temp_thermal: Do not expose as a hwmon device | Jean Delvare | 1 | -1/+5 |
2014-03-03 | Thermal: update INT3404 thermal driver help text | Zhang Rui | 1 | -2/+10 |
2014-02-24 | drivers: Enable building of Kirkwood drivers for mach-mvebu | Andrew Lunn | 1 | -1/+1 |
2014-01-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 14 | -49/+1377 |
2014-01-24 | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+6 |
2014-01-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-01-17 | thermal: exynos: boost: Automatic enable/disable of BOOST feature (at Exynos4... | Lukasz Majewski | 1 | -6/+6 |
2014-01-13 | sched, thermal: Clean up preempt_enable_no_resched() abuse | Peter Zijlstra | 1 | -1/+1 |
2014-01-08 | thermal: rcar: comment spelling | Geert Uytterhoeven | 1 | -1/+1 |
2014-01-06 | Merge branch 'misc' of .git into next | Zhang Rui | 1 | -1/+1 |
2014-01-06 | thermal: remove const flag from .ops of imx thermal | Eduardo Valentin | 1 | -1/+1 |
2014-01-03 | Merge branches 'misc' and 'soc' of .git into next | Zhang Rui | 3 | -1/+33 |
2014-01-03 | Thermal: update thermal zone device after setting emul_temp | lan,Tianyu | 1 | -0/+3 |
2014-01-03 | intel_powerclamp: Fix cstate counter detection. | Yuxuan Shui | 1 | -1/+10 |
2014-01-03 | thermal: imx: add necessary clk operation | Anson Huang | 1 | -0/+20 |
2014-01-02 | Merge branches 'misc', 'soc', 'soc-eduardo' and 'int3404-thermal' of .git int... | Zhang Rui | 12 | -45/+1322 |
2014-01-02 | Thermal cpu cooling: return error if no valid cpu frequency entry | Zhang Rui | 1 | -0/+5 |
2014-01-02 | thermal: fix cpu_cooling max_level behavior | Eduardo Valentin | 1 | -2/+4 |
2014-01-02 | thermal: rcar-thermal: Enable driver compilation with COMPILE_TEST | Laurent Pinchart | 1 | -1/+1 |
2014-01-02 | thermal: debug: add debug statement for core and step_wise | Aaron Lu | 2 | -0/+12 |
2014-01-02 | thermal: imx_thermal: add module device table | Russell King | 1 | -0/+1 |
2014-01-02 | drivers: thermal: Mark function as static in x86_pkg_temp_thermal.c | Rashika | 1 | -1/+1 |
2014-01-02 | thermal:samsung: fix compilation warning | Naveen Krishna Chatradhi | 1 | -1/+1 |
2014-01-02 | thermal: imx: correct suspend/resume flow | Anson Huang | 1 | -14/+17 |
2014-01-02 | thermal: exynos: fix error return code | Julia Lawall | 1 | -0/+1 |
2014-01-02 | Thermal: ACPI INT3403 thermal driver | Srinivas Pandruvada | 3 | -0/+245 |
2013-12-19 | x86, acpi, idle: Restructure the mwait idle routines | Peter Zijlstra | 1 | -3/+1 |
2013-12-04 | thermal: ti-soc-thermal: use thermal DT infrastructure | Eduardo Valentin | 1 | -15/+62 |
2013-12-04 | thermal: cpu_cooling: introduce of_cpufreq_cooling_register | Eduardo Valentin | 2 | -6/+51 |
2013-12-04 | thermal: core: introduce thermal_of_cooling_device_register | Eduardo Valentin | 1 | -4/+54 |
2013-12-04 | thermal: introduce device tree parser | Eduardo Valentin | 5 | -1/+880 |
2013-12-04 | thermal: allow registering without .get_temp | Eduardo Valentin | 1 | -2/+8 |
2013-11-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -16/+9 |
2013-11-19 | genetlink: make multicast groups const, prevent abuse | Johannes Berg | 1 | -16/+8 |
2013-11-19 | genetlink: pass family to functions using groups | Johannes Berg | 1 | -1/+2 |
2013-11-14 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 4 | -12/+38 |
2013-11-07 | Merge branches 'intel_powerclamp', 'tmon' and 'misc' of .git into next | Zhang Rui | 11 | -30/+72 |