index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
thermal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
thermal: ACPI: Use the .should_bind() thermal zone callback
Rafael J. Wysocki
2024-08-22
1
-56
/
+10
*
thermal: core: Move thermal zone locking out of bind/unbind functions
Rafael J. Wysocki
2024-08-22
1
-1
/
+1
*
thermal: ACPI: Invalidate trip points with temperature of 0 or below
Rafael J. Wysocki
2024-06-07
1
-1
/
+7
*
ACPI: thermal: Register thermal zones without valid trip points
Stephen Horvath
2024-04-02
1
-12
/
+10
*
thermal: core: Eliminate writable trip points masks
Rafael J. Wysocki
2024-02-27
1
-1
/
+1
*
thermal: ACPI: Constify acpi_thermal_zone_ops
Rafael J. Wysocki
2024-02-23
1
-1
/
+1
*
thermal: ACPI: Discard trips table after zone registration
Rafael J. Wysocki
2024-02-23
1
-37
/
+20
*
Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-10
1
-2
/
+5
|
\
|
*
thermal: trip: Send trip change notifications on all trip updates
Rafael J. Wysocki
2023-12-13
1
-2
/
+5
*
|
Merge branch 'acpi-thermal'
Rafael J. Wysocki
2024-01-04
1
-35
/
+34
|
\
\
|
*
|
ACPI: thermal: Add Thermal fast Sampling Period (_TFP) support
Jeff Brasen
2023-11-22
1
-3
/
+9
|
*
|
ACPI: thermal: Use library functions to obtain trip point temperature values
Rafael J. Wysocki
2023-11-21
1
-32
/
+25
|
|
/
*
/
ACPI: utils: Return bool from acpi_evaluate_reference()
Rafael J. Wysocki
2023-12-15
1
-3
/
+1
|
/
*
Merge tag 'acpi-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2023-11-04
1
-2
/
+2
|
\
|
*
ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanup
Dan Carpenter
2023-10-31
1
-2
/
+2
*
|
Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2023-11-01
1
-8
/
+22
|
\
|
|
*
Merge branch 'acpi-bus'
Rafael J. Wysocki
2023-10-26
1
-1
/
+1
|
|
\
|
|
*
ACPI: bus: Add context argument to acpi_dev_install_notify_handler()
Rafael J. Wysocki
2023-10-06
1
-1
/
+1
|
*
|
ACPI: utils: Dynamically determine acpi_handle_list size
Rafael J. Wysocki
2023-09-29
1
-7
/
+21
*
|
|
ACPI: thermal: Use thermal_zone_for_each_trip() for updating trips
Rafael J. Wysocki
2023-10-05
1
-41
/
+37
*
|
|
ACPI: thermal: Combine passive and active trip update functions
Rafael J. Wysocki
2023-10-05
1
-18
/
+17
*
|
|
ACPI: thermal: Move get_active_temp()
Rafael J. Wysocki
2023-10-05
1
-23
/
+23
*
|
|
ACPI: thermal: Fix up function header formatting in two places
Jonathan Bergh
2023-10-03
1
-4
/
+11
*
|
|
ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermal
Rafael J. Wysocki
2023-09-29
1
-1
/
+0
*
|
|
ACPI: thermal: Rename structure fields holding temperature in deci-Kelvin
Rafael J. Wysocki
2023-09-28
1
-23
/
+23
*
|
|
ACPI: thermal: Drop critical_valid and hot_valid trip flags
Rafael J. Wysocki
2023-09-28
1
-17
/
+8
*
|
|
ACPI: thermal: Do not use trip indices for cooling device binding
Rafael J. Wysocki
2023-09-28
1
-66
/
+44
*
|
|
ACPI: thermal: Mark uninitialized active trips as invalid
Rafael J. Wysocki
2023-09-28
1
-0
/
+3
|
/
/
*
|
ACPI: thermal: Merge trip initialization functions
Rafael J. Wysocki
2023-09-28
1
-34
/
+30
*
|
ACPI: thermal: Collapse trip devices update function wrappers
Rafael J. Wysocki
2023-09-28
1
-19
/
+7
*
|
ACPI: thermal: Collapse trip devices update functions
Rafael J. Wysocki
2023-09-28
1
-33
/
+20
*
|
ACPI: thermal: Add device list to struct acpi_thermal_trip
Rafael J. Wysocki
2023-09-28
1
-15
/
+21
*
|
ACPI: thermal: Fix a small leak in acpi_thermal_add()
Dan Carpenter
2023-09-27
1
-2
/
+4
*
|
ACPI: thermal: Drop valid flag from struct acpi_thermal_trip
Rafael J. Wysocki
2023-09-26
1
-26
/
+23
*
|
ACPI: thermal: Drop redundant trip point flags
Rafael J. Wysocki
2023-09-26
1
-19
/
+10
*
|
ACPI: thermal: Untangle initialization and updates of active trips
Rafael J. Wysocki
2023-09-26
1
-97
/
+100
*
|
ACPI: thermal: Untangle initialization and updates of the passive trip
Rafael J. Wysocki
2023-09-26
1
-73
/
+125
*
|
ACPI: thermal: Simplify critical and hot trips representation
Rafael J. Wysocki
2023-09-26
1
-36
/
+33
*
|
ACPI: thermal: Create and populate trip points table earlier
Rafael J. Wysocki
2023-09-26
1
-53
/
+52
*
|
ACPI: thermal: Determine the number of trip points earlier
Rafael J. Wysocki
2023-09-26
1
-29
/
+27
*
|
ACPI: thermal: Fold acpi_thermal_get_info() into its caller
Rafael J. Wysocki
2023-09-26
1
-33
/
+19
*
|
ACPI: thermal: Simplify initialization of critical and hot trips
Rafael J. Wysocki
2023-09-26
1
-64
/
+66
|
/
*
thermal: Constify the trip argument of the .get_trend() zone callback
Rafael J. Wysocki
2023-09-11
1
-1
/
+1
*
thermal: core: Rework .get_trend() thermal zone callback
Rafael J. Wysocki
2023-08-29
1
-23
/
+18
*
ACPI: thermal: Eliminate code duplication from acpi_thermal_notify()
Rafael J. Wysocki
2023-08-17
1
-10
/
+10
*
ACPI: thermal: Drop unnecessary thermal zone callbacks
Rafael J. Wysocki
2023-08-17
1
-115
/
+0
*
ACPI: thermal: Rework thermal_get_trend()
Rafael J. Wysocki
2023-08-17
1
-29
/
+37
*
ACPI: thermal: Use trip point table to register thermal zones
Rafael J. Wysocki
2023-08-17
1
-7
/
+86
*
ACPI: thermal: Introduce struct acpi_thermal_trip
Rafael J. Wysocki
2023-08-17
1
-51
/
+45
*
ACPI: thermal: Carry out trip point updates under zone lock
Rafael J. Wysocki
2023-08-17
1
-13
/
+28
[next]