public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-30 05:25:14 to 2026-03-31 19:59:16 UTC [more...]

[PATCH v7 0/5] amd-pstate Dynamic EPP and raw EPP
 2026-03-31 19:59 UTC 

[PATCH v1 0/4] thermal: core: Simplifications and suspend/resume relocation
 2026-03-31 19:19 UTC  (5+ messages)
` [PATCH v1 1/4] thermal: core: Drop redundant check from thermal_zone_device_update()
` [PATCH v1 2/4] thermal: core: Change thermal_wq to be unbound and not freezable
` [PATCH v1 3/4] thermal: core: Suspend thermal zones later and resume them earlier
` [PATCH v1 4/4] thermal: core: Allocate thermal_class statically

[PATCH v6 0/5] amd-pstate Dynamic EPP and raw EPP
 2026-03-31 18:48 UTC  (12+ messages)
` [PATCH v6 1/5] cpufreq/amd-pstate: Add dynamic energy performance preference
` [PATCH v6 2/5] cpufreq/amd-pstate: add kernel command line to override dynamic epp
` [PATCH v6 3/5] cpufreq/amd-pstate: Add support for platform profile class
` [PATCH v6 4/5] cpufreq/amd-pstate: Add support for raw EPP writes
` [PATCH v6 5/5] cpufreq/amd-pstate-ut: Add a unit test for raw EPP

[PATCH v5 0/5] media: qcom: iris/venus: fix power domain handling on SM8250
 2026-03-31 18:46 UTC  (8+ messages)
` [PATCH v5 2/5] media: iris: scale MMCX power domain "

[PATCH 1/2] pmdomain/rockchip: skip QoS operations for idle-only domains
 2026-03-31 18:02 UTC  (2+ messages)
` [PATCH 2/2] pmdomain/rockchip: skip domains returning -EPROBE_DEFER

[PATCH v20 00/10] Implement PSCI reboot mode driver for PSCI resets
 2026-03-31 18:00 UTC  (9+ messages)
` [PATCH v20 04/10] firmware: psci: Introduce command-based reset in psci_sys_reset
` [PATCH v20 06/10] power: reset: Add psci-reboot-mode driver

[PATCH v4 0/9] Add support for mt6392 PMIC
 2026-03-31 17:55 UTC  (16+ messages)
` [PATCH v4 1/9] dt-bindings: mfd: mt6397: Add MT6392 PMIC
` [PATCH v4 2/9] dt-bindings: input: mtk-pmic-keys: Add MT6392 PMIC keys
` [PATCH v4 3/9] regulator: dt-bindings: Add MediaTek MT6392 PMIC
` [PATCH v4 4/9] dt-bindings: pinctrl: mediatek,mt65xx: Add MT6392 pinctrl
` [PATCH v4 5/9] mfd: mt6397: Add support for MT6392 PMIC
` [PATCH v4 6/9] input: keyboard: mtk-pmic-keys: Add MT6392 support
` [PATCH v4 7/9] regulator: Add MediaTek MT6392 regulator
` [PATCH v4 8/9] pinctrl: mediatek: mt6397: Add MediaTek MT6392
` [PATCH v4 9/9] arm64: dts: mediatek: Add MediaTek MT6392 PMIC dtsi

[PATCH v5 0/2] SDM670 Basic SoC thermal zones
 2026-03-31 17:44 UTC  (8+ messages)
` [PATCH v5 1/2] thermal/qcom/lmh: support SDM670 and its CPU clusters
` [PATCH v5 2/2] arm64: dts: qcom: sdm670: add thermal zones and thermal devices

[PATCH v6 6/9] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector
 2026-03-31 16:29 UTC  (11+ messages)

[PATCH] pmdomain: imx8mp-blk-ctrl: Keep the NOC_HDCP clock enabled
 2026-03-31 16:03 UTC  (2+ messages)

[PATCH v6 00/11] Add support for the TI BQ25792 battery charger
 2026-03-31 15:43 UTC  (12+ messages)
` [PATCH v6 01/11] dt-bindings: mfd: ti,bq25703a: Expand to include BQ25792
` [PATCH v6 02/11] regulator: bq257xx: Remove reference to the parent MFD's dev
` [PATCH v6 03/11] regulator: bq257xx: Drop the regulator_dev from the driver data
` [PATCH v6 04/11] regulator: bq257xx: Make OTG enable GPIO really optional
` [PATCH v6 05/11] power: supply: bq257xx: Fix VSYSMIN clamping logic
` [PATCH v6 06/11] power: supply: bq257xx: Make the default current limit a per-chip attribute
` [PATCH v6 07/11] power: supply: bq257xx: Consistently use indirect get/set helpers
` [PATCH v6 08/11] power: supply: bq257xx: Add fields for 'charging' and 'overvoltage' states
` [PATCH v6 09/11] mfd: bq257xx: Add BQ25792 support
` [PATCH v6 10/11] regulator: bq257xx: Add support for BQ25792
` [PATCH v6 11/11] power: supply: "

[PATCH v3 0/2] Support BPF traversal of wakeup sources
 2026-03-31 15:34 UTC  (3+ messages)
` [PATCH v3 1/2] PM: wakeup: Add kfuncs to traverse over wakeup_sources
` [PATCH v3 2/2] selftests/bpf: Add tests for wakeup_sources kfuncs

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

[PATCH v5 00/11] Add support for the TI BQ25792 battery charger
 2026-03-31 13:17 UTC  (5+ messages)
` [PATCH v5 09/11] mfd: bq257xx: Add BQ25792 support

[PATCH v2] PM: hibernate: call preallocate_image after freeze prepare
 2026-03-31 12:45 UTC  (2+ messages)

[PATCH v9 0/6] Introduce MAX77759 charger driver
 2026-03-31 12:31 UTC  (3+ messages)
` [PATCH v9 3/6] mfd: max77759: add register bitmasks and modify irq configs for charger

[PATCH v5 0/5] amd-pstate Dynamic EPP and raw EPP
 2026-03-31 12:09 UTC  (2+ messages)

[PATCH v3] cpufreq/amd-pstate: Cache the max frequency in cpudata
 2026-03-31 12:09 UTC  (3+ messages)

[PATCH] Documentation: amd-pstate: fix dead links in the reference section
 2026-03-31 11:58 UTC  (2+ messages)

[PATCH RESEND 0/4] Fix some errors in the devfreq core layer when governor is NULL
 2026-03-31 10:12 UTC  (20+ messages)
` [PATCH RESEND 1/4] PM / devfreq: Fix possible null pointer issue in devfreq_add_governor()
` [PATCH RESEND 2/4] PM / devfreq: Fix available_governors_show() when no governor is set
` [PATCH RESEND 3/4] PM / devfreq: Fix governor_store() failing when device has no current governor
` [PATCH RESEND 4/4] PM / devfreq: Optimize error return value of governor_show()

[PATCH v2] thermal: core: Address thermal zone removal races with resume
 2026-03-31  9:28 UTC  (4+ messages)

[PATCH v8 00/10] pmdomain: samsung: add support for Google GS101
 2026-03-31  9:01 UTC  (27+ messages)
` [PATCH v8 02/10] dt-bindings: power: samsung: add google,gs101-pd
` [PATCH v8 04/10] dt-bindings: soc: google: gs101-pmu: allow power domains as children
` [PATCH v8 05/10] pmdomain: samsung: convert to using regmap
` [PATCH v8 07/10] pmdomain: samsung: add support for google,gs101-pd
` (subset) [PATCH v8 00/10] pmdomain: samsung: add support for Google GS101

[PATCH 0/2] interconnect: qcom: Add support for upcoming Hawi SoC
 2026-03-31  8:48 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in "
` [PATCH 2/2] interconnect: qcom: add Hawi interconnect provider driver

[PATCH v7 0/8] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-03-31  7:55 UTC  (8+ messages)
` [PATCH v7 1/8] serdev: Convert to_serdev_*() helpers to macros and use container_of_const()
` [PATCH v7 2/8] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v7 3/8] serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
` (subset) [PATCH v7 0/8] Add support for handling PCIe M.2 Key E connectors in devicetree

[PATCH] cpufreq: cleanup dead code in Kconfig
 2026-03-31  7:55 UTC  (2+ messages)

[PATCH] cpuidle: cleanup dead dependencies on CPU_IDLE in Kconfig
 2026-03-31  7:49 UTC 

[PATCH v3 0/2] dt-bindings: power: reset: cortina: Convert to DT schema and rename node
 2026-03-31  7:22 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: power: reset: cortina,gemini-power-controller: convert to DT schema
` [PATCH v3 2/2] ARM: dts: gemini: Rename power controller node to poweroff

[PATCH] cpufreq: Allocate QoS freq_req objects with policy
 2026-03-31  7:10 UTC  (4+ messages)

[PATCH v1 00/10] devfreq: Fix NULL pointer dereference when a governor module is unloaded
 2026-03-31  6:43 UTC  (5+ messages)

[PATCH] cpupower: remove extern declarations in cmd_set()
 2026-03-31  4:59 UTC 

[PATCH] cpupower: replace atoi() with validated parse_int_range() helper
 2026-03-31  4:28 UTC 

[PATCH v8 0/2] cpufreq: Introduce boost frequency QoS
 2026-03-31  3:58 UTC  (14+ messages)
` [PATCH v8 2/2] cpufreq: Add boost_freq_req QoS request

[PATCH 0/6] Enable NVL support in intel_pmc_core
 2026-03-31  0:34 UTC  (10+ messages)
` [PATCH 1/6] platform/x86/intel/pmc: Enable PkgC LTR blocking counter
` [PATCH 2/6] platform/x86/intel/pmc: Enable Pkgc blocking residency counter
` [PATCH 5/6] platform/x86/intel/pmc: Retrieve PMC info only for available PMCs

[PATCH v3 0/2] arm64: qcom: sm8550: add DDR, LLCC & L3 CPU bandwidth scaling
 2026-03-30 21:52 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: sm8550: add cpu OPP table with DDR, LLCC & L3 bandwidths

[PATCH v4] arm64: dts: qcom: sm8550: add cpu OPP table with DDR, LLCC & L3 bandwidths
 2026-03-30 21:50 UTC 

[rafael-pm:bleeding-edge 175/181] drivers/powercap/intel_rapl_common.c:1143:25: error: use of undeclared identifier 'IOSF_CPU_POWER_BUDGET_CTL_BYT'
 2026-03-30 21:24 UTC 

[rafael-pm:testing 161/166] drivers/powercap/intel_rapl_common.c:1143:32: error: 'IOSF_CPU_POWER_BUDGET_CTL_BYT' undeclared here (not in a function)
 2026-03-30 20:38 UTC 

[PATCH] PM: EM: Fix null-ptr-deref in get-perf-domains when ID is not found
 2026-03-30 19:46 UTC  (2+ messages)

[PATCH 0/5] Support enabling interconnect path for GDSC for fixing Milos camcc
 2026-03-30 14:55 UTC  (7+ messages)
` [PATCH 2/5] dt-bindings: clock: qcom,milos-camcc: Document interconnect path

[PATCH v4 0/4] SDM670 Basic SoC thermal zones
 2026-03-30 14:04 UTC  (8+ messages)
` [PATCH v4 3/4] thermal/qcom/lmh: support SDM670 and its CPU clusters

[PATCH 0/5] cpufreq: ti: Fix probe ordering and add device link support for K3 SoCs
 2026-03-30 13:22 UTC  (8+ messages)
` [PATCH 1/5] cpufreq: ti: Add EPROBE_DEFER "
` [PATCH 2/5] arm64: dts: ti: k3-am625: Add ti,soc-info to OPP table
` [PATCH 3/5] arm64: dts: ti: k3-am62a7: "
` [PATCH 4/5] arm64: dts: ti: k3-am62p5: "
` [PATCH 5/5] cpufreq: ti: Add device link to k3-socinfo

[linux-next:master] [powercap] 42dde4365f: WARNING:possible_circular_locking_dependency_detected
 2026-03-30 12:06 UTC  (2+ messages)

[PATCH v3 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
 2026-03-30  9:42 UTC  (3+ messages)
` [PATCH v3 2/3] thermal: spacemit: k1: Add thermal sensor support

[PATCH v3 0/9] Add support for mt6392 PMIC
 2026-03-30  9:35 UTC  (5+ messages)
` [PATCH v3 7/9] regulator: mt6392: Add support for MT6392 regulator

[PATCH 0/7] MSM8953/SDM632 rpmpd/mss fixes
 2026-03-30  9:24 UTC  (5+ messages)
` [PATCH 1/7] dt-bindings: power: qcom-rpmpd: Split MSM8953 and SDM632

[PATCH v2 0/2] power_management: remove unsupported tests
 2026-03-30  9:08 UTC  (3+ messages)
` [PATCH v2 1/2] Remove now unsupported power management tests
` [PATCH v2 2/2] power_management: Remove unused tools

[RFC PATCH 1/2] thermal/cpufreq_cooling: remove unused cpu_idx in get_load()
 2026-03-30  8:56 UTC  (12+ messages)

[char-misc v4] mei: me: reduce the scope on unexpected reset
 2026-03-30  8:38 UTC 

[PATCH v3 0/2] dt-bindings: thermal: st,thermal-spear1340: convert to dtschema
 2026-03-30  8:02 UTC  (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] ARM: dts: st: spear: remove undocumented thermal_flags property

[PATCH v2 0/2] dt-bindings: power: reset: cortina: Convert to DT schema and rename node
 2026-03-30  7:22 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: power: reset: cortina,gemini-power-controller: convert to DT schema
` [PATCH v2 2/2] ARM: dts: gemini: Rename power controller node to gemini-poweroff

[PATCH] dt-bindings: power: reset: cortina,gemini-power-controller: convert to DT schema
 2026-03-30  6:36 UTC  (8+ messages)


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