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-05-22
Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+1
2024-05-21
Merge tag 'thermal-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-7
/
+35
2024-05-17
thermal: core: Fix the handling of invalid trip points
Rafael J. Wysocki
2
-1
/
+26
2024-05-15
Merge tag 'thermal-v6.10-rc1-2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Rafael J. Wysocki
1
-6
/
+9
2024-05-14
Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2
-0
/
+2
2024-05-14
Merge tag 'thermal-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
36
-578
/
+1225
2024-05-13
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+0
2024-05-13
Merge branches 'acpi-x86', 'acpi-dptf' and 'acpi-apei'
Rafael J. Wysocki
2
-0
/
+2
2024-05-10
Merge branch 'thermal-intel'
Rafael J. Wysocki
8
-8
/
+15
2024-05-08
thermal: intel: hfi: Increase the number of CPU capabilities per netlink event
Ricardo Neri
1
-1
/
+1
2024-05-08
thermal: intel: hfi: Rename HFI_MAX_THERM_NOTIFY_COUNT
Ricardo Neri
1
-6
/
+6
2024-05-08
thermal: intel: hfi: Shorten the thermal netlink event delay to 100ms
Ricardo Neri
1
-2
/
+2
2024-05-08
thermal: intel: hfi: Rename HFI_UPDATE_INTERVAL
Ricardo Neri
1
-2
/
+2
2024-05-06
Merge branch 'thermal-core'
Rafael J. Wysocki
10
-216
/
+268
2024-05-06
Merge back thermal cotntrol material for v6.10.
Rafael J. Wysocki
26
-367
/
+955
2024-05-06
thermal/drivers/mediatek/lvts_thermal: Fix wrong lvts_ctrl index
Julien Panis
1
-4
/
+7
2024-05-06
thermal/drivers/mediatek/lvts_thermal: Remove unused members from struct lvts...
Julien Panis
1
-2
/
+0
2024-05-02
thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data
Julien Panis
1
-0
/
+2
2024-05-02
thermal: intel: Add missing module description
Srinivas Pandruvada
7
-0
/
+7
2024-04-30
thermal: core: Move passive polling management to the core
Rafael J. Wysocki
3
-18
/
+18
2024-04-30
thermal: core: Do not call handle_thermal_trip() if zone temperature is invalid
Rafael J. Wysocki
1
-0
/
+3
2024-04-30
thermal: trip: Add missing empty code line
Rafael J. Wysocki
1
-0
/
+1
2024-04-26
thermal/debugfs: Avoid printing zero duration for mitigation events in progress
Rafael J. Wysocki
1
-6
/
+33
2024-04-26
thermal/debugfs: Pass cooling device state to thermal_debug_cdev_add()
Rafael J. Wysocki
3
-6
/
+19
2024-04-26
thermal/debugfs: Create records for cdev states as they get used
Rafael J. Wysocki
1
-0
/
+8
2024-04-26
Merge back earlier thermal core changes for v6.10.
Rafael J. Wysocki
18
-309
/
+600
2024-04-26
thermal/debugfs: Prevent use-after-free from occurring after cdev removal
Rafael J. Wysocki
1
-3
/
+11
2024-04-26
thermal/debugfs: Fix two locking issues with thermal zone debug
Rafael J. Wysocki
1
-12
/
+22
2024-04-26
thermal/debugfs: Free all thermal zone debug memory on zone removal
Rafael J. Wysocki
1
-0
/
+13
2024-04-24
thermal: core: Introduce thermal_governor_trip_crossed()
Rafael J. Wysocki
1
-4
/
+11
2024-04-24
thermal/debugfs: Make tze_seq_show() skip invalid trips and trips with no stats
Rafael J. Wysocki
1
-6
/
+16
2024-04-24
thermal/debugfs: Rename thermal_debug_update_temp() to thermal_debug_update_t...
Rafael J. Wysocki
3
-4
/
+4
2024-04-24
thermal/debugfs: Clean up thermal_debug_update_temp()
Rafael J. Wysocki
1
-10
/
+11
2024-04-24
thermal/debugfs: Avoid excessive updates of trip point statistics
Rafael J. Wysocki
2
-8
/
+2
2024-04-24
thermal: core: Relocate critical and hot trip handling
Rafael J. Wysocki
1
-7
/
+4
2024-04-24
thermal: core: Drop the .throttle() governor callback
Rafael J. Wysocki
2
-15
/
+0
2024-04-24
thermal: gov_user_space: Use .trip_crossed() instead of .throttle()
Rafael J. Wysocki
1
-5
/
+5
2024-04-24
thermal/cpufreq: Remove arch_update_thermal_pressure()
Vincent Guittot
1
-3
/
+0
2024-04-24
thermal: gov_fair_share: Eliminate unnecessary integer divisions
Rafael J. Wysocki
1
-17
/
+15
2024-04-24
thermal: gov_fair_share: Use trip thresholds instead of trip temperatures
Rafael J. Wysocki
1
-8
/
+6
2024-04-24
thermal: gov_fair_share: Use .manage() callback instead of .throttle()
Rafael J. Wysocki
1
-11
/
+26
2024-04-24
thermal: gov_step_wise: Clean up thermal_zone_trip_update()
Rafael J. Wysocki
1
-6
/
+7
2024-04-24
thermal: gov_step_wise: Use trip thresholds instead of trip temperatures
Rafael J. Wysocki
1
-4
/
+5
2024-04-24
thermal: gov_step_wise: Use .manage() callback instead of .throttle()
Rafael J. Wysocki
1
-18
/
+21
2024-04-23
thermal: gov_power_allocator: Eliminate a redundant variable
Rafael J. Wysocki
1
-6
/
+3
2024-04-23
thermal: gov_power_allocator: Use .manage() callback instead of .throttle()
Rafael J. Wysocki
1
-17
/
+7
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
[next]