LinuxLists
Users
About
Rafael J. Wysocki (
[email protected]
)
Number of posts: 6392 (1.58 per day)
First post: 2013-05-30 14:43:29
Last post: 2024-06-14 15:31:46
Previous Page
/
Next Page
Date
List
Subject
2023-10-07 11:36:51
linux-kernel
[PATCH v3] thermal: Remove Amit Kucheria from MAINTAINERS
2023-10-07 11:35:00
linux-kernel
[PATCH v1] thermal: trip: Remove lockdep assertion from for_each_thermal_trip()
2023-10-06 17:52:38
linux-kernel
[PATCH v1 4/6] thermal: gov_power_allocator: Use trip pointers instead of trip indices
2023-10-06 17:52:32
linux-kernel
[PATCH v1 0/6] thermal: core: Pass trip pointers to governor .throttle() callbacks
2023-10-06 17:52:19
linux-kernel
[PATCH v1 1/6] thermal: trip: Simplify computing trip indices
2023-10-06 17:52:09
linux-kernel
[PATCH v1 3/6] thermal: gov_fair_share: Rearrange get_trip_level()
2023-10-06 17:52:02
linux-kernel
[PATCH v1 2/6] thermal: trip: Define for_each_trip() macro
2023-10-06 17:51:58
linux-kernel
[PATCH v1 6/6] thermal: core: Pass trip pointer to governor throttle callback
2023-10-06 17:51:50
linux-kernel
[PATCH v1 5/6] thermal: gov_step_wise: Fold update_passive_instance() into its caller
2023-10-06 15:04:58
linux-kernel
[PATCH v2] thermal: Remove Amit Kucheria from MAINTAINERS
2023-10-06 11:23:11
linux-kernel
[PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS
2023-10-05 17:58:15
linux-kernel
Re: [PATCH v1 2/9] docs: firmware-guide: ACPI: Clarify ACPI bus concepts
2023-10-05 17:15:07
linux-kernel
Re: [PATCH v1 1/9] ACPI: bus: Make notify wrappers more generic
2023-10-03 13:28:20
linux-kernel
[PATCH v2 3/6] ACPI: thermal: Combine passive and active trip update functions
2023-10-03 13:27:58
linux-kernel
[PATCH v2 2/6] ACPI: thermal: Move get_active_temp()
2023-10-03 13:27:56
linux-kernel
[PATCH v2 0/6] thermal: Improve iteration over trip points
2023-10-03 13:27:20
linux-kernel
[PATCH v2 1/6] thermal: core: Add function to walk trips under zone lock
2023-10-03 13:27:09
linux-kernel
[PATCH v2 6/6] thermal: int340x: Use thermal_zone_for_each_trip()
2023-10-03 13:27:08
linux-kernel
[PATCH v2 4/6] ACPI: thermal: Use thermal_zone_for_each_trip() for updating trips
2023-10-03 13:26:59
linux-kernel
[PATCH v2 5/6] thermal: core: Drop thermal_zone_device_exec()
2023-10-02 19:00:31
linux-kernel
[PATCH v1 0/4] thermal: Improve iteration over trip points
2023-10-02 18:27:34
linux-kernel
[PATCH v1 3/4] thermal: core: Drop thermal_zone_device_exec()
2023-10-02 18:19:53
linux-kernel
[PATCH v1 1/4] thermal: core: Add function to walk trips under zone lock
2023-10-02 18:19:51
linux-kernel
[PATCH v1 4/4] thermal: int340x: Use thermal_zone_for_each_trip()
2023-10-02 18:17:54
linux-kernel
[PATCH v1 2/4] ACPI: thermal: Use thermal_zone_for_each_trip()
2023-09-28 18:55:07
linux-kernel
[PATCH v1] ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermal
2023-09-28 16:27:09
linux-kernel
[PATCH v1] ACPI: thermal: Mark uninitialized active trips as invalid
2023-09-22 00:52:27
linux-kernel
[PATCH v1 07/13] thermal: gov_power_allocator: Use trip pointers instead of trip indices
2023-09-21 22:55:38
linux-kernel
[PATCH v1 03/13] ACPI: thermal: Collapse trip devices update function wrappers
2023-09-21 22:45:53
linux-kernel
[PATCH v1 01/13] ACPI: thermal: Add device list to struct acpi_thermal_trip
2023-09-21 22:25:37
linux-kernel
[PATCH v1 08/13] thermal: gov_step_wise: Fold update_passive_instance() into its caller
2023-09-21 22:18:30
linux-kernel
[PATCH v1 09/13] thermal: core: Rename trip point index function arguments in governors
2023-09-21 22:18:26
linux-kernel
[PATCH v1 06/13] thermal: gov_fair_share: Rearrange get_trip_level()
2023-09-21 22:13:09
linux-kernel
[PATCH v1 05/13] thermal: core: Store trip pointer in struct thermal_instance
2023-09-21 22:00:18
linux-kernel
[PATCH v1 04/13] ACPI: thermal: Merge trip initialization functions
2023-09-21 21:57:39
linux-kernel
[PATCH v1 02/13] ACPI: thermal: Collapse trip devices update functions
2023-09-21 21:36:06
linux-kernel
Re: [PATCH v1] ACPI: processor: Provide empty stub of acpi_proc_quirk_mwait_check()
2023-09-21 21:23:07
linux-kernel
[PATCH v1 10/13] thermal: core: Allow trip pointers to be used for cooling device binding
2023-09-21 21:22:53
linux-kernel
[PATCH v1 11/13] ACPI: thermal: Do not use trip indices for cooling device binding
2023-09-21 21:22:25
linux-kernel
[PATCH v1 12/13] ACPI: thermal: Drop critical_valid and hot_valid trip flags
2023-09-21 18:48:57
linux-kernel
[PATCH v1 00/13] thermal: ACPI: More ACPI thermal improvements and modification of thermal instances
2023-09-21 18:38:55
linux-kernel
[PATCH v1 13/13] ACPI: thermal: Rename structure fields holding temperature in deci-Kelvin
2023-09-21 17:08:33
linux-kernel
[PATCH v1] ACPI: processor: Provide empty stub of acpi_proc_quirk_mwait_check()
2023-09-19 19:01:41
linux-kernel
[PATCH v1] thermal: core: Drop redundant trips check from for_each_thermal_trip()
2023-09-19 18:57:38
linux-kernel
[PATCH v1] thermal: core: Drop trips_disabled bitmask
2023-09-15 18:43:43
linux-kernel
[PATCH v1] thermal: sysfs: Fix trip_point_hyst_store()
2023-09-14 19:55:31
linux-kernel
[PATCH v1] thermal: core: Fix disabled trip point check in handle_thermal_trip()
2023-09-13 12:09:16
linux-kernel
[PATCH v1 4/9] ACPI: thermal: Create and populate trip points table earlier
2023-09-13 01:40:28
linux-kernel
[PATCH v1 5/9] ACPI: thermal: Simplify critical and hot trips representation
2023-09-13 01:40:17
linux-kernel
[PATCH v1 6/9] ACPI: thermal: Untangle initialization and updates of the passive trip
2023-09-13 01:39:30
linux-kernel
[PATCH v1 8/9] ACPI: thermal: Drop redundant trip point flags