Linux Power Management development
 help / color / mirror / Atom feed
 messages from 2026-05-06 21:51:35 to 2026-05-08 18:05:22 UTC [more...]

[PATCH 0/4] thermal/core: Decouple release paths for tz and cdev
 2026-05-08 18:05 UTC  (5+ messages)
` [PATCH 1/4] thermal/core: Add dedicated release callback for cooling devices
` [PATCH 2/4] thermal/core: Add dedicated release callback for thermal zones
` [PATCH 3/4] thermal/core: Allocate the thermal class dynamically
` [PATCH 4/4] thermal/core: Use the thermal class pointer as init guard

[PATCH 0/6] cpufreq/amd-pstate: Dynamic EPP fixes
 2026-05-08 18:04 UTC  (8+ messages)
` [PATCH 1/6] cpufreq/amd-pstate: Grab "amd_pstate_driver_lock" when toggling dynamic_epp
` [PATCH 2/6] cpufreq/amd-pstate: Return -ENOMEM on failure to allocate profile_name
` [PATCH 3/6] cpufreq/amd-pstate: Allow writes to dynamic_epp when state isn't modified
` [PATCH 4/6] cpufreq/amd-pstate: Reorder notifier unregistration and floor perf reset
` [PATCH 5/6] cpufreq/amd-pstate: Use "epp_default_dc" as default when dynamic_epp is disabled
` [PATCH 6/6] cpufreq/amd-pstate-ut: Drop policy reference before driver switch

[amd-pstate:bleeding-edge] BUILD SUCCESS f9f16835d4dc46113c0a72625ffbf61f1aa95e5c
 2026-05-08 17:59 UTC 

[PATCH v5 00/11] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-05-08 17:27 UTC  (8+ messages)
` [PATCH v5 07/11] leds: flash: add support for Samsung S2M series PMIC flash LED device
` [PATCH v5 08/11] leds: rgb: add support for Samsung S2M series PMIC RGB "

[PATCH v3 00/13] driver core / pmdomain: Add support for fined grained sync_state
 2026-05-08 17:23 UTC  (15+ messages)
` [PATCH v3 01/13] Revert "driver core: move dev_has_sync_state() to drivers/base/base.h"
` [PATCH v3 02/13] driver core: Enable suppliers to implement fine grained sync_state support
` [PATCH v3 03/13] driver core: Add documentation for dev_set_drv_sync_state()
` [PATCH v3 04/13] driver core: Add dev_set_drv_queue_sync_state()
` [PATCH v3 05/13] pmdomain: core: Move genpd_get_from_provider()
` [PATCH v3 06/13] pmdomain: core: Add initial fine grained sync_state support
` [PATCH v3 07/13] pmdomain: core: Extend fine grained sync_state to more onecell providers
` [PATCH v3 08/13] pmdomain: core: Export a common function for ->queue_sync_state()
` [PATCH v3 09/13] pmdomain: renesas: rcar-gen4-sysc: Drop GENPD_FLAG_NO_STAY_ON
` [PATCH v3 10/13] pmdomain: renesas: rcar-sysc: "
` [PATCH v3 11/13] pmdomain: renesas: rmobile-sysc: "
` [PATCH v3 12/13] pmdomain: core: Avoid an unnecessary power off at sync_state
` [PATCH v3 13/13] pmdomain: core: Add a couple of debug prints for sync_state

[PATCH 0/2] Add cpufreq scaling support for Qualcomm Shikra SoC
 2026-05-08 16:03 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: cpufreq: qcom-hw: Document Shikra CPUFREQ Hardware

[rafael-pm:bleeding-edge] BUILD SUCCESS 3dda17d8701a8aa01fb888bdaf702e581bab656a
 2026-05-08 14:45 UTC 

[PATCH 00/15 v4] tick/sched: Refactor idle cputime accounting
 2026-05-08 13:16 UTC  (16+ messages)
` [PATCH 01/15] tick/sched: Fix TOCTOU in nohz idle time fetch
` [PATCH 02/15] sched/idle: Handle offlining first in idle loop
` [PATCH 03/15] sched/cputime: Remove superfluous and error prone kcpustat_field() parameter
` [PATCH 04/15] sched/cputime: Correctly support generic vtime idle time
` [PATCH 05/15] powerpc/time: Prepare to stop elapsing in dynticks-idle
` [PATCH 06/15] s390/time: "
` [PATCH 07/15] tick/sched: Unify idle cputime accounting
` [PATCH 08/15] tick/sched: Remove nohz disabled special case in cputime fetch
` [PATCH 09/15] tick/sched: Move dyntick-idle cputime accounting to cputime code
` [PATCH 10/15] tick/sched: Remove unused fields
` [PATCH 11/15] tick/sched: Account tickless idle cputime only when tick is stopped
` [PATCH 12/15] tick/sched: Consolidate idle time fetching APIs
` [PATCH 13/15] sched/cputime: Provide get_cpu_[idle|iowait]_time_us() off-case
` [PATCH 14/15] sched/cputime: Handle idle irqtime gracefully
` [PATCH 15/15] sched/cputime: Handle dyntick-idle steal time correctly

[REGRESSION] CPU running at fixed frequency (~1.7 GHz) with kernel 7.1-rc1
 2026-05-08 12:57 UTC  (11+ messages)

[PATCH v2 0/9] Fixes/improvements for the PCI M.2 power sequencing driver
 2026-05-08 12:49 UTC  (11+ messages)
` [PATCH v2 1/9] power: sequencing: pcie-m2: Fix inconsistent function prefixes
` [PATCH v2 2/9] power: sequencing: pcie-m2: Allow creating serdev for multiple PCI devices
` [PATCH v2 3/9] power: sequencing: pcie-m2: Improve PCI device ID check
` [PATCH v2 4/9] power: sequencing: pcie-m2: Create serdev for PCI devices present before probe
` [PATCH v2 5/9] power: sequencing: pcie-m2: Create BT node based on the pci_device_id[] table
` [PATCH v2 6/9] Bluetooth: hci_qca: Add M.2 Bluetooth device support using pwrseq
` [PATCH v2 7/9] Bluetooth: hci_qca: Rename 'power_ctrl_enabled' to 'bt_en_available'
` [PATCH v2 8/9] power: sequencing: Add an API to return the pwrseq device's 'dev' pointer
` [PATCH v2 9/9] Bluetooth: hci_qca: Set 'bt_en_available' based on W_DISABLE2# presence in M.2 connector

[PATCH] thermal/core: Split __thermal_cooling_device_register() into two functions
 2026-05-08 12:40 UTC  (8+ messages)

[PATCH/RFC 00/14] R-Car X5H Ironhide SCMI CPG/MDLC remapping
 2026-05-08 12:12 UTC  (17+ messages)
` [PATCH/RFC 05/14] firmware: arm_scmi: Add scmi_get_base_info()
` [PATCH/RFC 09/14] dt-bindings: clock: Document Renesas R-Car X5H Clock Pulse Generator
` [PATCH/RFC 10/14] dt-bindings: power: Document Renesas R-Car X5H Module Controller

[PATCH v2 0/2] thermal: qcom: tsens: fix temperature handling
 2026-05-08 12:10 UTC  (5+ messages)
` [PATCH v2 1/2] thermal: qcom: tsens: atomic temperature read with hardware-guided retries
` [PATCH v2 2/2] thermal: qcom: tsens: widen temperature limits to match hardware range

[PATCH v2 0/2] cpufreq: cppc: Add update_limits support for Highest Performance changes
 2026-05-08 11:19 UTC  (3+ messages)
` [PATCH v2 1/2] cpufreq: cppc: Refactor autonomous perf limit programming
` [PATCH] cpufreq: cppc: Add update_limits support for Highest Performance changes

[PATCH 1/2] cpufreq: cppc: Refactor autonomous perf limit programming
 2026-05-08 10:26 UTC  (2+ messages)
` [PATCH 2/2] cpufreq: cppc: Add update_limits support for Highest Performance changes

[PATCH] cpufreq: conservative: Fix incorrect frequency decrease due to stale target
 2026-05-08 10:14 UTC  (6+ messages)

[PATCH 0/1] cpufreq: Set policy->min and max as real QoS constraints
 2026-05-08  9:47 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] cpufreq: cppc: discard out-of-range delivered_perf samples
 2026-05-08  8:55 UTC  (4+ messages)

[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-05-08  8:32 UTC  (8+ messages)
` [PATCH v11 01/14] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()

[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
 2026-05-08  8:18 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: Use CPPC to get scaling factor for Bartlett Lake
 2026-05-08  6:37 UTC  (5+ messages)

[PATCH v2 0/2] cpufreq: intel_pstate: Add scaling factor for Bartlett Lake P-core only SKUs
 2026-05-08  6:30 UTC  (3+ messages)
` [PATCH v2 1/2] cpufreq: intel_pstate: Fix scaling for hybrid-capable CPUs not reporting hybrid
` [PATCH v2 2/2] cpufreq: intel_pstate: Use HYBRID_SCALING_FACTOR_ADL for Bartlett Lake

[PATCH v2] cpufreq: elanfreq: Drop support for AMD Elan SC4*
 2026-05-08  5:47 UTC  (3+ messages)

[tip: x86/cpu] x86/cpu, cpufreq: Remove AMD ELAN support
 2026-05-08  5:40 UTC 

[PATCH v2] cpufreq: CPPC: add autonomous mode boot parameter support
 2026-05-08  2:33 UTC  (4+ messages)

[PATCH v2 0/5] Support enabling interconnect path for GDSC for fixing Milos camcc
 2026-05-08  1:32 UTC  (3+ messages)
` [PATCH v2 1/5] interconnect: Add devm_of_icc_get_by_index() as exported API for users

[PATCH v2 0/2] ACPI: CPPC: Add CPPC v4 support (ACPI 6.6)
 2026-05-07 21:03 UTC  (4+ messages)
` [PATCH v2 2/2] ACPI: CPPC: Add ospm_nominal_perf support

[Bug 221473] New: amd-pstate dynamic EPP regression on Ryzen 5 3600
 2026-05-07 20:53 UTC  (3+ messages)
` [Bug 221473] "

[rafael-pm:bleeding-edge 15/24] drivers/platform/x86/xo15-ebook.c:104:8: error: use of undeclared label 'err_free_input'
 2026-05-07 19:56 UTC 

[rafael-pm:bleeding-edge 15/24] drivers/platform/x86/xo15-ebook.c:104:17: error: label 'err_free_input' used but not defined
 2026-05-07 19:56 UTC 

[PATCH 1/3] dt-bindings: interconnect: qcom,sdm660: Disallow clocks when appropriate
 2026-05-07 19:25 UTC  (6+ messages)
` [PATCH 2/3] dt-bindings: interconnect: qcom,sm6115: Drop incorrect children if:then: block
` [PATCH 3/3] dt-bindings: interconnect: qcom,sm6115: Restrict children and clocks

[PATCH v2] power: supply: Fix typos in comments
 2026-05-07 19:18 UTC 

[PATCH 00/12] Fixes/improvements for the PCI M.2 power sequencing driver
 2026-05-07 16:10 UTC  (9+ messages)
` [PATCH 01/12] power: sequencing: Introduce an API to check whether the pwrseq is fixed or controllable
` [PATCH 12/12] Bluetooth: hci_qca: Fix the broken BT_EN GPIO detection for Qcom WCN devices

[GIT PULL] pmdomain fixes for v7.1-rc3
 2026-05-07 16:06 UTC  (2+ messages)

[PATCH 0/3] Enable QoS configuration on SC8280XP
 2026-05-07 14:25 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: interconnect: qcom,sc8280xp-rpmh: Add reg and clocks for QoS
` [PATCH 2/3] interconnect: qcom: sc8280xp: Enable QoS configuration
` [PATCH 3/3] arm64: dts: qcom: sc8280xp: Add reg and clocks for "

[PATCH v2 00/13] sched/fair/schedutil: Better manage system response time
 2026-05-07 14:20 UTC  (5+ messages)
` [PATCH v2 RFC 08/13] sched/qos: Add a new sched-qos interface

[PATCH v4 0/2] power: supply: Add support for Surface RT battery and charger
 2026-05-07 13:46 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: embedded-controller: Document Surface RT EC
` [PATCH v4 2/2] power: supply: Add support for Surface RT battery and charger

[PATCH v4 1/8] dt-bindings: mfd: khadas: Add new compatible for Khadas VIM4 MCU
 2026-05-07 12:53 UTC  (2+ messages)
` (subset) "

[PATCH v2 00/25] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-07 12:50 UTC  (29+ messages)
` [PATCH v2 02/25] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v2 03/25] rust: device: generalize drvdata methods over ForLt
` [PATCH v2 04/25] rust: driver: make Adapter trait lifetime-parameterized
` [PATCH v2 05/25] rust: pci: implement Sync for Device<Bound>
` [PATCH v2 06/25] rust: platform: "
` [PATCH v2 07/25] rust: auxiliary: "
` [PATCH v2 08/25] rust: usb: "
` [PATCH v2 09/25] rust: device: "
` [PATCH v2 10/25] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v2 11/25] rust: platform: "
` [PATCH v2 12/25] rust: auxiliary: "
` [PATCH v2 13/25] rust: auxiliary: generalize Registration over ForLt
` [PATCH v2 14/25] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v2 15/25] rust: usb: make Driver trait lifetime-parameterized
` [PATCH v2 16/25] rust: i2c: "
` [PATCH v2 17/25] rust: pci: make Bar lifetime-parameterized
` [PATCH v2 18/25] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v2 19/25] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v2 20/25] rust: driver-core: rename 'a lifetime to 'bound
` [PATCH v2 21/25] gpu: nova-core: "
` [PATCH v2 22/25] gpu: nova-core: use HRT lifetime for Bar
` [PATCH v2 23/25] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH v2 24/25] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH v2 25/25] gpu: drm: tyr: use HRT lifetime for IoMem

[RFC V6 0/8] arm_scmi: vendors: Qualcomm Generic Vendor Extensions
 2026-05-07 12:36 UTC  (13+ messages)
` [RFC V6 1/8] firmware: arm_scmi: Add QCOM Generic Vendor Protocol documentation
` [RFC V6 2/8] firmware: arm_scmi: vendors: Add QCOM SCMI Generic Extensions
` [RFC V6 3/8] PM / devfreq: Add new target_freq attribute flag for governors
` [RFC V6 4/8] PM / devfreq: Add new track_remote "
` [RFC V6 5/8] PM / devfreq: Add a governor for tracking remote device frequencies
` [RFC V6 6/8] PM / devfreq: Introduce the QCOM SCMI Memlat devfreq device
` [RFC V6 7/8] arm64: dts: qcom: glymur: Enable LLCC/DDR/DDR_QOS dvfs
` [RFC V6 8/8] arm64: dts: qcom: hamoa: "

[PATCH v3 00/10] thermal: samsung: Add support for Google GS101 TMU
 2026-05-07 12:00 UTC  (3+ messages)
` [PATCH v3 03/10] firmware: samsung: acpm: Drop redundant _ops suffix in acpm_ops members

[PATCH v2 0/5] Add CPPC HighestFreq support
 2026-05-07  9:33 UTC  (2+ messages)

[PATCH v6 00/27] lan966x pci device: Add support for SFPs
 2026-05-07  9:27 UTC  (5+ messages)
` [PATCH v6 20/27] misc: lan966x_pci: Fix dtso nodes ordering

[PATCH 0/7] of: Add and use of_machine_get_match() helper
 2026-05-07  9:21 UTC  (5+ messages)
` [PATCH 7/7] soc: renesas: Convert to of_machine_get_match()

[PATCH 7/8] cpufreq: sc520_freq: Drop support for AMD Elan SC520
 2026-05-07  8:58 UTC  (7+ messages)
` [PATCH 8/8] cpufreq: elanfreq: Drop support for AMD Elan SC4*

[PATCH] power: sequencing: print power sequencing device parent in debugfs
 2026-05-07  5:29 UTC 

[PATCH v1] pmdomain: ti_sci: re-sync TIFS with genpd on resume
 2026-05-07  3:59 UTC  (7+ messages)

[PATCH] pm/opp: fix race between opp_add and opp_get
 2026-05-07  3:24 UTC  (4+ messages)

[PATCH] pmdomain: ti_sci: add wakeup constraint to parent devices of wakeup source
 2026-05-07  3:16 UTC 

[PATCH 0/3] rust: devres: add DevresLt for ForLt-aware device resource access
 2026-05-06 21:58 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH 3/3] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox