index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-23
thermal: core: Introduce .manage() callback for thermal governors
Rafael J. Wysocki
2
-0
/
+5
2024-04-23
thermal: gov_bang_bang: Fold thermal_zone_trip_update() into its caller
Rafael J. Wysocki
1
-42
/
+33
2024-04-23
thermal: gov_bang_bang: Clean up thermal_zone_trip_update()
Rafael J. Wysocki
1
-13
/
+6
2024-04-23
thermal: gov_bang_bang: Use .trip_crossed() instead of .throttle()
Rafael J. Wysocki
1
-18
/
+13
2024-04-23
Merge 6.9-rc5 into driver-core-next
Greg Kroah-Hartman
4
-27
/
+9
2024-04-23
thermal/drivers/loongson2: Add Loongson-2K2000 support
Binbin Zhou
1
-13
/
+51
2024-04-23
thermal/drivers/loongson2: Trivial code style adjustment
Binbin Zhou
1
-31
/
+34
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Add MT8188 support
Nicolas Pitre
1
-0
/
+96
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Allow early empty sensor slots
Nicolas Pitre
1
-26
/
+37
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Provision for gt variable location
Nicolas Pitre
1
-6
/
+14
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Add MT8186 support
Nicolas Pitre
1
-0
/
+61
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Guard against efuse data buffer overflow
Nicolas Pitre
1
-2
/
+9
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Use offsets for every calibration byte
Nicolas Pitre
1
-65
/
+99
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Remove .hw_tshut_temp
Nicolas Pitre
1
-21
/
+2
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Move comment
Nicolas Pitre
1
-7
/
+7
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Retrieve all calibration bytes
Nicolas Pitre
1
-1
/
+1
2024-04-23
thermal/drivers/k3_bandgap: Remove some unused fields in struct k3_bandgap
Christophe JAILLET
1
-1
/
+0
2024-04-23
thermal/drivers/qcom: Remove some unused fields in struct qpnp_tm_chip
Christophe JAILLET
1
-1
/
+0
2024-04-23
thermal/drivers/tsens: Fix null pointer dereference
Aleksandr Mishin
1
-1
/
+1
2024-04-23
thermal/drivers/mediatek/lvts_thermal: Add coeff for mt8192
Hsin-Te Yuan
1
-0
/
+4
2024-04-23
thermal/drivers/rcar_gen3: Update temperature approximation calculation
Niklas Söderlund
1
-78
/
+78
2024-04-23
thermal/drivers/rcar_gen3: Move Tj_T storage to shared private data
Niklas Söderlund
1
-12
/
+23
2024-04-23
thermal/drivers/amlogic: Support A1 SoC family Thermal Sensor controller
Dmitry Rokosov
1
-0
/
+10
2024-04-23
thermal/drivers/tsens: Add suspend to RAM support for tsens
Priyansh Jain
3
-0
/
+37
2024-04-23
thermal/drivers/armada: Simplify name sanitization
Rasmus Villemoes
1
-7
/
+2
2024-04-23
thermal/drivers/qcom/lmh: Check for SCM availability at probe
Konrad Dybcio
1
-0
/
+3
2024-04-19
thermal: core: Introduce .trip_crossed() callback for thermal governors
Rafael J. Wysocki
2
-2
/
+21
2024-04-19
Merge back earlier thermal control material for v6.10.
Rafael J. Wysocki
15
-124
/
+415
2024-04-19
thermal/debugfs: Add missing count increment to thermal_debug_tz_trip_up()
Rafael J. Wysocki
1
-0
/
+1
2024-04-15
Merge branch 'thermal-intel' into thermal
Rafael J. Wysocki
4
-26
/
+163
2024-04-11
treewide: Use sysfs_bin_attr_simple_read() helper
Lukas Wunner
1
-8
/
+1
2024-04-08
ACPI: DPTF: Add Lunar Lake support
Sumeet Pawnikar
2
-0
/
+2
2024-04-08
thermal: core: Relocate the struct thermal_governor definition
Rafael J. Wysocki
1
-0
/
+25
2024-04-08
thermal: core: Sort trip point crossing notifications by temperature
Rafael J. Wysocki
2
-6
/
+37
2024-04-08
thermal: core: Send trip crossing notifications at init time if needed
Rafael J. Wysocki
1
-21
/
+16
2024-04-08
thermal: core: Rewrite comments in handle_thermal_trip()
Rafael J. Wysocki
1
-13
/
+13
2024-04-08
thermal: core: Make struct thermal_zone_device definition internal
Rafael J. Wysocki
3
-0
/
+89
2024-04-08
thermal: core: Move threshold out of struct thermal_trip
Rafael J. Wysocki
9
-49
/
+72
2024-04-08
thermal: gov_step_wise: Simplify checks related to passive trips
Rafael J. Wysocki
1
-8
/
+6
2024-04-08
thermal: gov_step_wise: Simplify get_target_state()
Rafael J. Wysocki
1
-17
/
+10
2024-04-03
thermal: gov_power_allocator: Allow binding without trip points
Nikita Travkin
1
-8
/
+4
2024-04-03
thermal: gov_power_allocator: Allow binding without cooling devices
Nikita Travkin
1
-1
/
+1
2024-03-27
thermal: devfreq_cooling: Fix perf state when calculate dfc res_util
Ye Zhang
1
-1
/
+1
2024-03-27
thermal: intel: int340x_thermal: replace deprecated strncpy() with strscpy()
Justin Stitt
1
-2
/
+2
2024-03-27
thermal: intel: hfi: Enable HFI only when required
Stanislaw Gruszka
1
-8
/
+89
2024-03-27
thermal: netlink: Rename thermal_gnl_family
Stanislaw Gruszka
1
-11
/
+11
2024-03-27
thermal: netlink: Add genetlink bind/unbind notifications
Stanislaw Gruszka
2
-5
/
+61
2024-03-26
Revert "thermal: core: Don't update trip points inside the hysteresis range"
Daniel Lezcano
1
-17
/
+2
2024-03-13
Merge tag 'thermal-v6.9-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Rafael J. Wysocki
9
-44
/
+154
2024-03-13
Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
27
-289
/
+196
[prev]
[next]