Rafael J. Wysocki ([email protected])

Number of posts: 6315 (1.59 per day)
First post: 2013-05-30 14:43:29
Last post: 2024-04-23 19:20:19

Date List Subject
2024-04-23 19:20:19 linux-kernel [PATCH v1] ACPI: PM: s2idle: Evaluate all Low-Power S0 Idle _DSM functions
2024-04-23 19:04:25 linux-kernel [PATCH v1 0/3] thermal/debugfs: Fix handling of cdev states and mitigation episodes in progress
2024-04-23 19:04:04 linux-kernel [PATCH v1 1/3] thermal/debugfs: Create records for cdev states as they get used
2024-04-23 19:03:54 linux-kernel [PATCH v1 2/3] thermal/debugfs: Pass cooling device state to thermal_debug_cdev_add()
2024-04-23 19:03:45 linux-kernel [PATCH v1 3/3] thermal/debugfs: Avoid printing zero duration for mitigation episodes in progress
2024-04-23 19:01:30 linux-kernel [PATCH v1] thermal: core: Introduce thermal_governor_trip_crossed()
2024-04-23 18:33:19 linux-kernel Re: linux-next: duplicate patch in the pm tree
2024-04-17 15:52:10 linux-kernel [PATCH v1] thermal/debugfs: Make tze_seq_show() skip invalid trips and trips with no stats
2024-04-17 13:22:04 linux-kernel [PATCH v1 1/3] thermal/debugfs: Avoid excessive updates of trip point statistics
2024-04-17 13:16:25 linux-kernel [PATCH v1 2/3] thermal/debugfs: Clean up thermal_debug_update_temp()
2024-04-17 13:13:54 linux-kernel [PATCH v1 0/3] thermal/debugfs: Fix and clean up trip point statistics updates
2024-04-17 13:13:38 linux-kernel [PATCH v1 3/3] thermal/debugfs: Rename thermal_debug_update_temp() to thermal_debug_update_trip_stats()
2024-04-15 19:03:45 linux-kernel [PATCH v1 0/2] thermal/debufs: Fix and clean up trip statistics collection
2024-04-15 19:03:36 linux-kernel [PATCH v1 2/2] thermal/debugfs: Add helper function for trip stats updates
2024-04-15 19:03:36 linux-kernel [PATCH v1 1/2] thermal/debugfs: Add missing count increment to thermal_debug_tz_trip_up()
2024-04-12 15:29:10 linux-kernel [PATCH v1 10/12] ACPICA: Fix CXL 3.0 structure (RDPAS) in the CEDT table
2024-04-12 15:28:31 linux-kernel [PATCH v1 04/12] ACPICA: Fix various spelling mistakes in text files and code comments
2024-04-12 15:28:06 linux-kernel [PATCH v1 12/12] ACPICA: Update acpixf.h for new ACPICA release 20240322
2024-04-12 15:19:33 linux-kernel [PATCH v1 00/12] ACPICA: ACPICA 20240322
2024-04-12 15:16:24 linux-kernel [PATCH v1 07/12] ACPICA: Modify ACPI_OBJECT_COMMON_HEADER
2024-04-12 15:16:23 linux-kernel [PATCH v1 00/12] ACPICA: ACPICA 20240322
2024-04-12 15:16:03 linux-kernel [PATCH v1 01/12] ACPICA: actbl1.h: Add EINJ CXL error types
2024-04-12 15:15:47 linux-kernel [PATCH v1 02/12] ACPICA: ACPI 6.5: RAS2: Add support for RAS2 table
2024-04-12 15:15:29 linux-kernel [PATCH v1 08/12] ACPICA: SRAT: Add RISC-V RINTC affinity structure
2024-04-12 15:15:03 linux-kernel [PATCH v1 03/12] ACPICA: Attempt 1 to fix issue #900
2024-04-12 15:14:55 linux-kernel [PATCH v1 09/12] ACPICA: SRAT: Add dump and compiler support for RINTC affinity structure
2024-04-12 15:14:23 linux-kernel [PATCH v1 05/12] ACPICA: Clean up the fix for Issue #900
2024-04-12 15:14:16 linux-kernel [PATCH v1 06/12] ACPICA: Fix spelling and typos
2024-04-12 15:14:11 linux-kernel [PATCH v1 11/12] ACPICA: events/evgpeinit: don't forget to increment registered GPE count
2024-04-10 17:50:05 linux-kernel [PATCH v1 00/16] thermal: core: Redesign the governor interface
2024-04-10 17:50:03 linux-kernel [PATCH v1 04/16] thermal: gov_bang_bang: Fold thermal_zone_trip_update() into its caller
2024-04-10 17:49:26 linux-kernel [PATCH v1 10/16] thermal: gov_step_wise: Clean up thermal_zone_trip_update()
2024-04-10 17:49:09 linux-kernel [PATCH v1 02/16] thermal: gov_bang_bang: Use .trip_crossed() instead of .throttle()
2024-04-10 17:48:59 linux-kernel [PATCH v1 03/16] thermal: gov_bang_bang: Clean up thermal_zone_trip_update()
2024-04-10 17:48:55 linux-kernel [PATCH v1 11/16] thermal: gov_fair_share: Use .manage() callback instead of .throttle()
2024-04-10 17:48:05 linux-kernel [PATCH v1 12/16] thermal: gov_fair_share: Use trip thresholds instead of trip temperatures
2024-04-10 17:48:05 linux-kernel [PATCH v1 05/16] thermal: core: Introduce .manage() callback for thermal governors
2024-04-10 17:48:02 linux-kernel [PATCH v1 06/16] thermal: gov_power_allocator: Use .manage() callback instead of .throttle()
2024-04-10 17:47:36 linux-kernel [PATCH v1 14/16] thermal: gov_user_space: Use .trip_crossed() instead of .throttle()
2024-04-10 17:47:29 linux-kernel [PATCH v1 13/16] thermal: gov_fair_share: Eliminate unnecessary integer divisions
2024-04-10 17:47:24 linux-kernel [PATCH v1 08/16] thermal: gov_step_wise: Use .manage() callback instead of .throttle()
2024-04-10 17:47:01 linux-kernel [PATCH v1 01/16] thermal: core: Introduce .trip_crossed() callback for thermal governors
2024-04-10 17:46:55 linux-kernel [PATCH v1 07/16] thermal: gov_power_allocator: Eliminate a redundant variable
2024-04-10 17:46:40 linux-kernel [PATCH v1 09/16] thermal: gov_step_wise: Use trip thresholds instead of trip temperatures
2024-04-10 17:45:39 linux-kernel [PATCH v1 15/16] thermal: core: Drop the .throttle() governor callback
2024-04-10 17:45:25 linux-kernel [PATCH v1 16/16] thermal: core: Relocate critical and hot trip handling
2024-04-04 20:01:24 linux-kernel [PATCH v1] thermal: core: Relocate the struct thermal_governor definition
2024-04-03 19:10:09 linux-kernel [PATCH v1 2/2] thermal: gov_step_wise: Simplify checks related to passive trips
2024-04-03 18:14:54 linux-kernel [PATCH v1 1/2] thermal: gov_step_wise: Simplify get_target_state()
2024-04-03 18:14:54 linux-kernel [PATCH v1 0/2] thermal: gov_step_wide: Two cleanups
2024-04-02 19:24:13 linux-kernel [PATCH v3 3/6] thermal: core: Rewrite comments in handle_thermal_trip()