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

Date List Subject
2023-09-13 01:39:14 linux-kernel [PATCH v1 9/9] ACPI: thermal: Drop valid flag from struct acpi_thermal_trip
2023-09-12 18:54:56 linux-kernel [PATCH v1 3/9] ACPI: thermal: Determine the number of trip points earlier
2023-09-12 18:54:53 linux-kernel [PATCH v1 0/9] ACPI: thermal: Removal of redundant data and cleanup
2023-09-12 18:54:48 linux-kernel [PATCH v1 2/9] ACPI: thermal: Fold acpi_thermal_get_info() into its caller
2023-09-12 18:54:39 linux-kernel [PATCH v1 7/9] ACPI: thermal: Untangle initialization and updates of active trips
2023-09-12 18:50:41 linux-kernel [PATCH v1 1/9] ACPI: thermal: Simplify initialization of critical and hot trips
2023-08-30 22:07:54 linux-kernel [PATCH v1 1/4] thermal: core: Clean up headers of thermal zone registration functions
2023-08-30 21:57:52 linux-kernel [PATCH v1 4/4] thermal: core: Drop thermal_zone_device_register()
2023-08-30 19:30:47 linux-kernel [PATCH v1 0/4] thermal: Eliminate thermal_zone_device_register()
2023-08-30 18:53:53 linux-kernel [PATCH v1 2/4] thermal: core: Add function for registering tripless thermal zones
2023-08-30 18:46:17 linux-kernel [PATCH v1 3/4] thermal: Use thermal_tripless_zone_device_register()
2023-08-22 12:42:33 linux-kernel [PATCH v1] thermal: core: Rework .get_trend() thermal zone callback
2023-08-17 14:48:15 linux-kernel Re: [PATCH v5 05/11] ACPI: thermal: Carry out trip point updates under zone lock
2023-08-10 19:54:51 linux-kernel [PATCH v1 5/7] thermal: intel: intel_soc_dts_iosf: Add helper for resetting trip points
2023-08-10 19:51:10 linux-kernel [PATCH v1 6/7] thermal: intel: intel_soc_dts_iosf: Rework critical trip setup
2023-08-10 19:49:42 linux-kernel [PATCH v1 1/7] thermal: intel: intel_soc_dts_iosf: Always assume notification support
2023-08-10 19:39:15 linux-kernel [PATCH v1 4/7] thermal: intel: intel_soc_dts_iosf: Change initialization ordering
2023-08-10 19:29:08 linux-kernel [PATCH v1 7/7] thermal: intel: intel_soc_dts_iosf: Use struct thermal_trip
2023-08-10 19:28:34 linux-kernel [PATCH v1 0/7] thermal: intel: intel_soc_dts_iosf: Cleanups, fixes and usage of generic trips
2023-08-10 19:28:02 linux-kernel [PATCH v1 2/7] thermal: intel: intel_soc_dts_iosf: Untangle update_trip_temp()
2023-08-10 19:28:01 linux-kernel [PATCH v1 3/7] thermal: intel: intel_soc_dts_iosf: Pass sensors to update_trip_temp()
2023-08-10 19:20:42 linux-kernel [PATCH v2] ACPI: thermal: Drop redundant local variable from acpi_thermal_resume()
2023-08-10 19:16:30 linux-kernel [PATCH v1] ACPI: thermal: Fold acpi_thermal_get_info() into its caller
2023-08-10 18:46:45 linux-kernel [RFT] [PATCH v2] cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some cases
2023-08-09 21:16:55 linux-kernel [PATCH v1 2/2] thermal: intel: intel_soc_dts_iosf: Drop redundant symbol definition
2023-08-09 21:12:51 linux-kernel [PATCH v1 1/2] thermal: intel: intel_soc_dts_iosf: Always use 2 trips
2023-08-09 20:57:41 linux-kernel [PATCH v1 0/2] thermal: intel: intel_soc_dts_iosf: Two cleanups
2023-08-09 16:12:58 linux-kernel [RFT] [PATCH v1] cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some cases
2023-08-09 12:19:50 linux-kernel [PATCH v5.1 08/11] ACPI: thermal: Use trip point table to register thermal zones
2023-08-08 22:35:17 linux-kernel [PATCH v1] ACPI: thermal: Do not attach private data to ACPI handles
2023-08-07 20:40:25 linux-kernel [PATCH v5 06/11] ACPI: thermal: Introduce struct acpi_thermal_trip
2023-08-07 19:42:33 linux-kernel [PATCH v5 05/11] ACPI: thermal: Carry out trip point updates under zone lock
2023-08-07 19:42:09 linux-kernel [PATCH v5 08/11] ACPI: thermal: Use trip point table to register thermal zones
2023-08-07 19:40:20 linux-kernel [PATCH v5 04/11] ACPI: thermal: Clean up acpi_thermal_register_thermal_zone()
2023-08-07 19:40:07 linux-kernel [PATCH v5 11/11] thermal: core: Eliminate code duplication from acpi_thermal_notify()
2023-08-07 19:35:59 linux-kernel [PATCH v5 02/11] thermal: core: Introduce thermal_zone_device_adjust()
2023-08-07 19:17:49 linux-kernel [PATCH v5 10/11] ACPI: thermal: Drop unnecessary thermal zone callbacks
2023-08-07 19:11:00 linux-kernel [PATCH v5 00/11] ACPI: thermal: Use trip point table to register thermal zones
2023-08-07 19:05:54 linux-kernel [PATCH v5 09/11] ACPI: thermal: Rework thermal_get_trend()
2023-08-07 18:57:32 linux-kernel [PATCH v5 01/11] thermal: core: Do not handle trip points with invalid temperature
2023-08-07 18:57:28 linux-kernel [PATCH v5 03/11] thermal: core: Add priv pointer to struct thermal_trip
2023-08-07 18:54:18 linux-kernel [PATCH v5 07/11] thermal: core: Rework and rename __for_each_thermal_trip()
2023-08-04 22:46:18 linux-kernel [PATCH v4 02/10] thermal: core: Introduce thermal_zone_device_adjust()
2023-08-04 22:22:48 linux-kernel [PATCH v4 04/10] thermal: core: Add thermal_zone_update_trip_temp() helper routine
2023-08-04 22:18:10 linux-kernel [PATCH v4 08/10] ACPI: thermal: Rework thermal_get_trend()
2023-08-04 21:50:29 linux-kernel [PATCH v4 00/10] ACPI: thermal: Use trip point table to register thermal zones
2023-08-04 21:50:28 linux-kernel [PATCH v4 06/10] ACPI: thermal: Carry out trip point updates under zone lock
2023-08-04 21:50:19 linux-kernel [PATCH v4 01/10] thermal: core: Do not handle trip points with invalid temperature
2023-08-04 21:50:04 linux-kernel [PATCH v4 07/10] ACPI: thermal: Use trip point table to register thermal zones
2023-08-04 21:49:58 linux-kernel [PATCH v4 05/10] ACPI: thermal: Clean up acpi_thermal_register_thermal_zone()
2023-08-04 21:49:51 linux-kernel [PATCH v4 03/10] thermal: core: Add priv pointer to struct thermal_trip