| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | | thermal/drivers/rcar_gen3: Update temperature approximation calculation | Niklas Söderlund | 2024-04-23 | 1 | -78/+78 |
| | * | | | | | | thermal/drivers/rcar_gen3: Move Tj_T storage to shared private data | Niklas Söderlund | 2024-04-23 | 1 | -12/+23 |
| | * | | | | | | thermal/drivers/amlogic: Support A1 SoC family Thermal Sensor controller | Dmitry Rokosov | 2024-04-23 | 1 | -0/+10 |
| | * | | | | | | thermal/drivers/tsens: Add suspend to RAM support for tsens | Priyansh Jain | 2024-04-23 | 3 | -0/+37 |
| | * | | | | | | thermal/drivers/armada: Simplify name sanitization | Rasmus Villemoes | 2024-04-23 | 1 | -7/+2 |
| | * | | | | | | thermal/drivers/qcom/lmh: Check for SCM availability at probe | Konrad Dybcio | 2024-04-23 | 1 | -0/+3 |
| | |/ / / / / |
|
| | * | | | | | Merge back earlier thermal control material for v6.10. | Rafael J. Wysocki | 2024-04-19 | 15 | -124/+415 |
| | |\ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | | * | | | | Merge branch 'thermal-intel' into thermal | Rafael J. Wysocki | 2024-04-15 | 4 | -26/+163 |
| | | |\| | | |
|
| | | | * | | | thermal: intel: int340x_thermal: replace deprecated strncpy() with strscpy() | Justin Stitt | 2024-03-27 | 1 | -2/+2 |
| | | | * | | | thermal: intel: hfi: Enable HFI only when required | Stanislaw Gruszka | 2024-03-27 | 1 | -8/+89 |
| | | | * | | | thermal: netlink: Rename thermal_gnl_family | Stanislaw Gruszka | 2024-03-27 | 1 | -11/+11 |
| | | | * | | | thermal: netlink: Add genetlink bind/unbind notifications | Stanislaw Gruszka | 2024-03-27 | 2 | -5/+61 |
| | | * | | | | thermal: core: Relocate the struct thermal_governor definition | Rafael J. Wysocki | 2024-04-08 | 1 | -0/+25 |
| | | * | | | | thermal: core: Sort trip point crossing notifications by temperature | Rafael J. Wysocki | 2024-04-08 | 2 | -6/+37 |
| | | * | | | | thermal: core: Send trip crossing notifications at init time if needed | Rafael J. Wysocki | 2024-04-08 | 1 | -21/+16 |
| | | * | | | | thermal: core: Rewrite comments in handle_thermal_trip() | Rafael J. Wysocki | 2024-04-08 | 1 | -13/+13 |
| | | * | | | | thermal: core: Make struct thermal_zone_device definition internal | Rafael J. Wysocki | 2024-04-08 | 3 | -0/+89 |
| | | * | | | | thermal: core: Move threshold out of struct thermal_trip | Rafael J. Wysocki | 2024-04-08 | 9 | -49/+72 |
| | | * | | | | thermal: gov_step_wise: Simplify checks related to passive trips | Rafael J. Wysocki | 2024-04-08 | 1 | -8/+6 |
| | | * | | | | thermal: gov_step_wise: Simplify get_target_state() | Rafael J. Wysocki | 2024-04-08 | 1 | -17/+10 |
| | | | |/ /
| | | |/| | |
|
* | | | | | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2024-05-13 | 1 | -3/+0 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | thermal/cpufreq: Remove arch_update_thermal_pressure() | Vincent Guittot | 2024-04-24 | 1 | -3/+0 |
| | |_|_|/
| |/| | | |
|
* | | | | | thermal/debugfs: Prevent use-after-free from occurring after cdev removal | Rafael J. Wysocki | 2024-04-26 | 1 | -3/+11 |
* | | | | | thermal/debugfs: Fix two locking issues with thermal zone debug | Rafael J. Wysocki | 2024-04-26 | 1 | -12/+22 |
* | | | | | thermal/debugfs: Free all thermal zone debug memory on zone removal | Rafael J. Wysocki | 2024-04-26 | 1 | -0/+13 |
| |/ / /
|/| | | |
|
* | | | | thermal/debugfs: Add missing count increment to thermal_debug_tz_trip_up() | Rafael J. Wysocki | 2024-04-19 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | thermal: gov_power_allocator: Allow binding without trip points | Nikita Travkin | 2024-04-03 | 1 | -8/+4 |
* | | | thermal: gov_power_allocator: Allow binding without cooling devices | Nikita Travkin | 2024-04-03 | 1 | -1/+1 |
* | | | thermal: devfreq_cooling: Fix perf state when calculate dfc res_util | Ye Zhang | 2024-03-27 | 1 | -1/+1 |
| |/
|/| |
|
* | | Revert "thermal: core: Don't update trip points inside the hysteresis range" | Daniel Lezcano | 2024-03-26 | 1 | -17/+2 |
|/ |
|
* | Merge tag 'thermal-v6.9-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne... | Rafael J. Wysocki | 2024-03-13 | 9 | -44/+154 |
|\ |
|
| * | thermal/drivers/rcar_gen3: Add support for R-Car V4M | Geert Uytterhoeven | 2024-03-11 | 1 | -0/+4 |
| * | thermal/of: Assume polling-delay(-passive) 0 when absent | Konrad Dybcio | 2024-03-11 | 1 | -4/+8 |
| * | thermal/drivers/qoriq: Fix getting tmu range | Peng Fan | 2024-03-11 | 1 | -4/+8 |
| * | thermal/drivers/sun8i: Don't fail probe due to zone registration failure | Mark Brown | 2024-03-11 | 1 | -2/+14 |
| * | thermal/drivers/sun8i: Add support for H616 THS controller | Martin Botka | 2024-03-11 | 1 | -0/+15 |
| * | thermal/drivers/sun8i: Add SRAM register access code | Andre Przywara | 2024-03-11 | 1 | -0/+51 |
| * | thermal/drivers/sun8i: Extend H6 calibration to support 4 sensors | Maksim Kiselev | 2024-03-11 | 1 | -8/+20 |
| * | thermal/drivers/sun8i: Explain unknown H6 register value | Andre Przywara | 2024-03-11 | 1 | -13/+16 |
| * | thermal: Drop spaces before TABs | Geert Uytterhoeven | 2024-03-11 | 4 | -12/+12 |
| * | thermal/drivers/mediatek: Fix control buffer enablement on MT7896 | Frank Wunderlich | 2024-03-11 | 1 | -0/+3 |
| * | thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error handling... | Christophe JAILLET | 2024-03-11 | 1 | -1/+3 |
* | | Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-03-13 | 27 | -289/+196 |
|\| |
|
| * | Merge branches 'thermal-core' and 'thermal-intel' | Rafael J. Wysocki | 2024-03-07 | 3 | -1/+4 |
| |\ |
|
| | * | thermal: intel: int340x_thermal: Use thermal zone accessor functions | Rafael J. Wysocki | 2024-03-05 | 1 | -1/+2 |
| | * | Merge thermal core changes for 6.9 to satisfy a dependency. | Rafael J. Wysocki | 2024-03-05 | 21 | -264/+164 |
| | |\ |
|
| | * | | thermal: int340x: processor_thermal: Add Lunar Lake-M PCI ID | Srinivas Pandruvada | 2024-02-28 | 2 | -0/+2 |
| * | | | thermal: core: remove unnecessary check in trip_point_hyst_store() | Dan Carpenter | 2024-03-06 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | thermal: core: Remove excess empty line from a comment | Flavio Suligoi | 2024-03-05 | 1 | -1/+0 |
| * | | thermal: core: Eliminate writable trip points masks | Rafael J. Wysocki | 2024-02-27 | 12 | -36/+14 |