linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-15 10:24:08 to 2025-04-17 17:53:35 UTC [more...]

[PATCH v9 00/15] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
 2025-04-17 17:53 UTC  (8+ messages)
` [PATCH v9 01/15] hwmon: (oxp-sensors) Distinguish the X1 variants
` [PATCH v9 02/15] hwmon: (oxp-sensors) Add all OneXFly variants
` [PATCH v9 03/15] platform/x86: oxpec: Move hwmon/oxp-sensors to platform/x86
` [PATCH v9 04/15] ABI: testing: sysfs-class-oxp: add missing documentation
` [PATCH v9 05/15] ABI: testing: sysfs-class-oxp: add tt_led attribute documentation
` [PATCH v9 06/15] platform/x86: oxpec: Rename ec group to tt_toggle
` [PATCH v9 07/15] platform/x86: oxpec: Add turbo led support to X1 devices

[PATCH v1 0/2] cpuidle: teo: Refine handling of short idle intervals
 2025-04-17 17:18 UTC  (7+ messages)
` [PATCH v1 2/2] "

[PATCH 0/3] pmdomain: qcom: rpmhpd: Add SM4450 power domains
 2025-04-17 17:07 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: power: qcom,rpmpd: Add SM4450 compatible
` [PATCH 2/3] pmdomain: qcom: rpmhpd: Add SM4450 power domains
` [PATCH 3/3] arm64: dts: qcom: sm4450: Add RPMh power domains support

[PATCH v2 0/4] Add GPU clock/reset management for TH1520 in genpd
 2025-04-17 16:19 UTC  (14+ messages)
  ` [PATCH v2 1/4] PM: device: Introduce platform_resources_managed flag
    ` [PATCH v2 4/4] drm/imagination: Skip clocks if platform PM manages resources
    ` [PATCH v2 2/4] dt-bindings: firmware: thead,th1520: Add resets for GPU clkgen

[PATCH] cpufreq: acpi: Don't enable boost on policy exit
 2025-04-17 15:53 UTC  (9+ messages)

[PATCH 00/11] pmdomain: Add generic ->sync_state() support to genpd
 2025-04-17 14:25 UTC  (12+ messages)
` [PATCH 01/11] pmdomain: core: Convert genpd_power_off() to void
` [PATCH 02/11] pmdomain: core: Simplify return statement in genpd_power_off()
` [PATCH 03/11] pmdomain: core: Use genpd->opp_table to simplify error/remove path
` [PATCH 04/11] pmdomain: core: Add a bus and a driver for genpd providers
` [PATCH 05/11] pmdomain: core: Use device_set_node() to assign the fwnode too
` [PATCH 06/11] pmdomain: core: Add the genpd->dev to the genpd provider bus
` [PATCH 07/11] pmdomain: core: Export a common ->sync_state() helper for genpd providers
` [PATCH 08/11] pmdomain: core: Add internal ->sync_state() support "
` [PATCH 09/11] driver core: Add dev_set_drv_sync_state()
` [PATCH 10/11] pmdomain: core: Default to use of_genpd_sync_state() for genpd providers
` [PATCH 11/11] pmdomain: core: Leave powered-on genpds on until ->sync_state()

[PATCH] thermal: hisi: Do not enable by default during compile testing
 2025-04-17 13:38 UTC  (2+ messages)

[PATCH] PM: EM: Add inotify support when the energy model is updated
 2025-04-17 13:28 UTC  (4+ messages)

[PATCH v2] PM: EM: Fix potential division-by-zero error in em_compute_costs()
 2025-04-17 13:27 UTC  (18+ messages)
` [PATCH v3] "
` [PATCH v4] "

[RFT][PATCH v1 0/8] cpufreq: intel_pstate: Enable EAS on hybrid platforms without SMT
 2025-04-17 13:03 UTC  (15+ messages)
` [RFT][PATCH v1 1/8] cpufreq/sched: schedutil: Add helper for governor checks
` [RFT][PATCH v1 2/8] cpufreq/sched: Move cpufreq-specific EAS checks to cpufreq
` [RFT][PATCH v1 3/8] cpufreq/sched: Allow .setpolicy() cpufreq drivers to enable EAS
` [RFT][PATCH v1 4/8] PM: EM: Move CPU capacity check to em_adjust_new_capacity()
` [RFT][PATCH v1 5/8] PM: EM: Introduce em_adjust_cpu_capacity()
` [RFT][PATCH v1 6/8] cpufreq: intel_pstate: EAS support for hybrid platforms
` [RFT][PATCH v1 7/8] cpufreq: intel_pstate: Align perf domains with L2 cache
` [RFT][PATCH v1 8/8] cpufreq: intel_pstate: EAS: Increase cost for CPUs using L3 cache

[PATCH] interconnect: Replace mutex with rt_mutex
 2025-04-17 11:13 UTC  (4+ messages)

[RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
 2025-04-17 11:10 UTC  (2+ messages)

[PATCH] pmdomain: arm: Do not enable by default during compile testing
 2025-04-17 10:37 UTC  (2+ messages)

[PATCH V10 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
 2025-04-17  8:34 UTC  (32+ messages)
` [PATCH V10 01/15] rust: cpumask: Add few more helpers
` [PATCH V10 02/15] rust: cpumask: Add initial abstractions
` [PATCH V10 03/15] MAINTAINERS: Add entry for Rust cpumask API
` [PATCH V10 04/15] rust: clk: Add helpers for Rust code
` [PATCH V10 05/15] rust: clk: Add initial abstractions
` [PATCH V10 06/15] rust: macros: enable use of hyphens in module names
` [PATCH V10 07/15] rust: cpu: Add from_cpu()
` [PATCH V10 08/15] rust: opp: Add initial abstractions for OPP framework
` [PATCH V10 09/15] rust: opp: Add abstractions for the OPP table
` [PATCH V10 10/15] rust: opp: Add abstractions for the configuration options
` [PATCH V10 11/15] rust: cpufreq: Add initial abstractions for cpufreq framework
` [PATCH V10 12/15] rust: cpufreq: Extend abstractions for policy and driver ops
` [PATCH V10 13/15] rust: cpufreq: Extend abstractions for driver registration
` [PATCH V10 14/15] rust: opp: Extend OPP abstractions with cpufreq support
` [PATCH V10 15/15] cpufreq: Add Rust-based cpufreq-dt driver

[PATCH v3] cpufreq: fix compile-test defaults
 2025-04-17  8:06 UTC  (3+ messages)

[PATCH v2] cpufreq: fix compile-test defaults
 2025-04-17  7:55 UTC  (6+ messages)

[PATCH 0/2] ACPI: processor: idle: acpi_processor_get_cstate_info() cleanup
 2025-04-17  7:37 UTC  (2+ messages)

[PATCH v2] mmc: sdhci-of-dwcmshc: add PD workaround on RK3576
 2025-04-17  6:44 UTC  (2+ messages)

[PATCH] cpufreq: fix compile-test defaults
 2025-04-17  6:57 UTC  (3+ messages)

[PATCH 0/2] Add support for cpufreq scaling on QCS8300
 2025-04-17  6:39 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: qcs8300: Add cpufreq scaling node

[amd-pstate:bleeding-edge] BUILD SUCCESS 342826846fcb7d48737a5d2c29ab241cc89b5c08
 2025-04-17  5:30 UTC 

[Bug 220013] New: [REGRESSION, BISECTED] acpi-cpufreq: Boost disablement not being restored after resume from suspend
 2025-04-17  5:00 UTC  (5+ messages)
` [Bug 220013] "

[PATCH v3] cpufreq: Avoid using inconsistent policy->min and policy->max
 2025-04-17  4:31 UTC  (3+ messages)

[PATCH v2 0/4] arm64: sunxi: h616: Enable Mali GPU
 2025-04-17  3:14 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: power: Add Allwinner H6/H616 PRCM PPU
` [PATCH v2 2/4] pmdomain: sunxi: add H6 PRCM PPU driver
` [PATCH v2 3/4] arm64: dts: allwinner: h616: Add Mali GPU node
` [PATCH v2 4/4] arm64: dts: allwinner: h616: enable Mali GPU for all boards

[REGRESSION] Kernel reboots unexpectdely on i.MX8X when Cortex-M4 is running and it was started by U-Boot bootaux
 2025-04-17  2:46 UTC  (11+ messages)

[PATCH] power: supply: sysfs: Remove duplicate NUL termination
 2025-04-16 22:27 UTC 

cpufreq governors
 2025-04-16 20:18 UTC  (2+ messages)

[PATCH v5 00/21] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
 2025-04-16 16:53 UTC  (8+ messages)
  ` [PATCH v5 19/21] riscv: dts: thead: Introduce power domain nodes with aon firmware
  ` [PATCH v5 13/21] drm/imagination: Add reset controller support for GPU initialization

[PATCH 0/5] arm64: sunxi: h616: Enable Mali GPU
 2025-04-16 15:01 UTC  (6+ messages)
` [PATCH 2/5] pmdomain: sunxi: add H6 PRCM PPU driver

[GIT PULL] amd-pstate content for 6.15 (4/15/25)
 2025-04-16 13:00 UTC  (2+ messages)

[PATCH v2 0/6] cpufreq/sched: Improve synchronization of policy limits updates with schedutil
 2025-04-16 12:50 UTC  (11+ messages)
` [PATCH v2 1/6] cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITS
` [PATCH v2 2/6] cpufreq/sched: Explicitly synchronize limits_changed flag handling
` [PATCH v2 3/6] cpufreq/sched: Set need_freq_update in ignore_dl_rate_limit()
` [PATCH v2 5/6] cpufreq: Avoid using inconsistent policy->min and policy->max

[PATCH v9 0/5] Implement vendor resets for PSCI SYSTEM_RESET2
 2025-04-16 12:05 UTC  (7+ messages)
` [PATCH v9 2/5] firmware: psci: Read and use vendor reset types

[RFC PATCH v2 0/1] Add a header for MSR_PKG_CST_CONFIG_CONTROL
 2025-04-16 11:45 UTC  (4+ messages)
` [RFC PATCH v2 1/1] x86: msr: add 'msr_pkg_cst_config_control.h' header

[PATCH] cpufreq: apple-soc: Fix possible null pointer dereference
 2025-04-16 10:22 UTC  (4+ messages)

[PATCH] cpufreq: cppc: Fix invalid return value in .get() callback
 2025-04-16  8:08 UTC  (3+ messages)

[PATCH v3 0/3] fixed mediatek-cpufreq has multi policy concurrency issue
 2025-04-16  8:05 UTC  (11+ messages)
` [PATCH v3 1/3] cpufreq: mediatek: using global lock avoid race condition

[rafael-pm:fixes] BUILD SUCCESS df8d205d1ef21ee66376042321fcfc9c27527d11
 2025-04-15 16:37 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS c9f9e03bd4c223b4f00a1adaa6b01db65b61c6e1
 2025-04-15 16:35 UTC 

[PATCH 0/2] Add support for "Requested CPU Min Frequency" BIOS option
 2025-04-16  3:29 UTC  (6+ messages)
` [PATCH 1/2] cpufreq/amd-pstate: Add offline, online and suspend callbacks for amd_pstate_driver
` [PATCH 2/2] cpufreq/amd-pstate: Add support for the "Requested CPU Min frequency" BIOS option

[PATCH v2 0/4] power: supply: add support for Pegatron Chagall battery
 2025-04-15 21:48 UTC  (3+ messages)
` [PATCH v2 2/4] dt-bindings: power: supply: Document Pegatron Chagall fuel gauge

[PATCH v2 1/2] dt-bindings: rockchip-thermal: Support the RK3562 SoC compatible
 2025-04-15 21:14 UTC  (3+ messages)
` [PATCH v2 2/2] thermal: rockchip: Add support for rk3562 SoC

[PATCH] cpufreq/amd-pstate: Move max_perf limiting in amd_pstate_update
 2025-04-15 20:46 UTC  (2+ messages)

[PATCH] pmdomain: bcm: bcm2835-power: Use devm_clk_get_optional
 2025-04-15 19:08 UTC  (2+ messages)

[PATCH v3 0/3] intel_idle: Add C1 demotion on/off sysfs knob
 2025-04-15 18:40 UTC  (3+ messages)
` [PATCH v3 1/3] "

[PATCH v3 0/8] Create Intel PMC SSRAM Telemetry driver
 2025-04-15 18:34 UTC  (4+ messages)
` [PATCH v3 7/8] platform/x86:intel/pmc: "

[PATCH] PM / Wakeup / freezer: Check pm_wakeup_pending() before freeze_task()
 2025-04-15 18:33 UTC  (2+ messages)

[PATCH 0/7] Update last busy timestamp in Runtime PM autosuspend callbacks
 2025-04-15 17:27 UTC  (4+ messages)
` [PATCH 1/7] Documentation: pm: runtime: Fix a reference to pm_runtime_autosuspend()

[PATCH v5 00/11] Enable Power Modes Support for SAMA7D65 SoC
 2025-04-15 17:23 UTC  (3+ messages)
` (subset) "

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-15 17:07 UTC  (10+ messages)
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available

[PATCH] thermal: intel: int340x: Fix Panther Lake DLVR support
 2025-04-15 16:59 UTC  (2+ messages)

[PATCH] thermal: intel: int340x: Add missing DVFS support
 2025-04-15 16:48 UTC  (2+ messages)

[PATCH] cpufreq: scmi: Skip SCMI devices that aren't used by the CPUs
 2025-04-15 16:44 UTC  (3+ messages)

[PATCH 0/2] interconnect: qcom: sm8650: add MASTER_APSS_NOC system NoC node
 2025-04-15 14:03 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: interconnect: sm8650: document the MASTER_APSS_NOC
` [PATCH 2/2] interconnect: qcom: sm8650: add "

[PATCH v1 00/10] cpufreq: cpufreq_update_limits() fix and some cleanups
 2025-04-15 13:12 UTC  (4+ messages)
` [PATCH v1 01/10] cpufreq: Reference count policy in cpufreq_update_limits()

[PATCH v2 0/8] drivers: Transition to the faux device interface
 2025-04-15 12:35 UTC  (4+ messages)
` [PATCH v2 2/8] cpuidle: psci: "

[PATCH v2 0/4] cpufreq: Fix some boost errors related to CPU online and offline
 2025-04-15 10:29 UTC  (3+ messages)
` [PATCH v2 4/4] cpufreq: ACPI: Remove set_boost in acpi_cpufreq_cpu_init()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).