Linux Power Management development
 help / color / mirror / Atom feed
 messages from 2026-08-24 06:16:37 to 2026-08-26 09:29:32 UTC [more...]

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-08-26  9:29 UTC  (17+ messages)
` [PATCH v20 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v20 2/8] rust: types: Add Ownable/Owned types
` [PATCH v20 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'
` [PATCH v20 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v20 7/8] rust: Add `OwnableRefCounted`
` [PATCH v20 8/8] rust: page: add `from_raw()`

[PATCH v24 00/12] Implement PSCI reboot mode driver for PSCI resets
 2026-08-26  9:21 UTC  (4+ messages)
` [PATCH v24 04/12] mfd: psci-mfd: Add PSCI MFD driver for cpuidle-psci-domain cell

[PATCH v4 0/4] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload
 2026-08-26  9:07 UTC  (3+ messages)

[PATCH] cpuidle: psci: Fix support for probe deferral by dropping the faux device
 2026-08-26  9:00 UTC  (2+ messages)

[GIT PULL] power sequencing updates for v7.3-rc1 - part 2
 2026-08-26  8:14 UTC 

[PATCH v3] power: sequencing: rename pwrseq_power_on/off() to pwrseq_enable/disable()
 2026-08-26  8:09 UTC  (2+ messages)

[PATCH v4 00/15] ACPI: CPPC: Fix register access and lifetime bugs
 2026-08-26  6:30 UTC  (16+ messages)
` [PATCH v4 01/15] ACPI: CPPC: Validate the _CPC package header
` [PATCH v4 02/15] ACPI: CPPC: Validate _CPC entry and control semantics
` [PATCH v4 03/15] ACPI: CPPC: Propagate performance-control write errors
` [PATCH v4 04/15] ACPI: CPPC: Use 64-bit masks for register fields
` [PATCH v4 05/15] ACPI: CPPC: Serialize PCC single-register payload updates
` [PATCH v4 06/15] ACPI: CPPC: Serialize PCC EPP "
` [PATCH v4 07/15] ACPI: CPPC: Release CPC descriptors through kobject
` [PATCH v4 08/15] ACPI: CPPC: Release PCC data after probe failures
` [PATCH v4 09/15] ACPI: CPPC: Reject unsafe cross-CPU SystemMemory RMW
` [PATCH v4 10/15] ACPI: CPPC: Reject direct reads of write-only controls
` [PATCH v4 11/15] ACPI: CPPC: Validate and access PCC register layouts
` [PATCH v4 12/15] ACPI: CPPC: Validate SystemIO "
` [PATCH v4 13/15] ACPI: CPPC: Validate PCC overlaps across processors
` [PATCH v4 14/15] ACPI: CPPC: Validate SystemIO "
` [PATCH v4 15/15] ACPI: CPPC: Clear Performance Limited without a stale read

[PATCH] power: supply: cros_charge-control: adopt EC charge state on probe
 2026-08-26  1:58 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v3 00/15] ACPI: CPPC: Fix register access and lifetime bugs
 2026-08-25 20:53 UTC  (9+ messages)
` [PATCH v3 15/15] ACPI: CPPC: Clear Performance Limited without a stale read

[PATCH linux-next] thermal/drivers/qcom-spmi-mbg-tm: Add module namespace import for IIO_CONSUMER
 2026-08-25 18:59 UTC  (6+ messages)

linux-next: Tree for Aug 21 (drivers/thermal/qcom/qcom-spmi-mbg-tm.ko)
 2026-08-25 18:58 UTC  (6+ messages)

[PATCH 0/7] soc: qcom: geni: Derive SE clock configuration from OPP table on SA8255P
 2026-08-25 18:03 UTC  (24+ messages)
` [PATCH 1/7] pmdomain: arm: Fix -EINVAL from scmi_pd_set_perf_state() on state 0
` [PATCH 2/7] soc: qcom: geni-se: Populate clk_perf_tbl with SE source clock frequencies from perf OPP table
` [PATCH 3/7] soc: qcom: geni-se: Add helper to set SE clock rate via OPP
` [PATCH 4/7] serial: qcom-geni: Use geni_se_set_rate() for source clock configuration
` [PATCH 6/7] i2c: qcom-geni: Use common GENI resource initialization helper
` [PATCH 7/7] i2c: qcom-geni: Use geni_se_set_rate() for setting source clock frequency

[PATCH] sched/cpufreq: Reevaluate frequency before tickless idle
 2026-08-25 17:58 UTC  (6+ messages)

[PATCH v4 0/4] PM: QoS/pmdomains: support resume latencies for system-wide PM
 2026-08-25 16:19 UTC  (7+ messages)
` [PATCH v4 1/4] PM / QoS: add flag to indicate latency applies system-wide
` [PATCH v4 2/4] PM / QoS: add lockless read for flags
` [PATCH v4 4/4] pmdomain: add support system-wide resume latency constraints

[PATCH] cpufreq/amd-pstate: Restore previous EPP if profile_name allocation fails
 2026-08-25 13:14 UTC 

[PATCH] sched/fair: Only apply cpufreq pressure where frequency is invariant
 2026-08-25 13:05 UTC  (5+ messages)

[PATCH v9 00/13] accel/rocket: RK3576 NPU (RKNN) enablement
 2026-08-25 12:45 UTC  (23+ messages)
` [PATCH v9 01/13] accel/rocket: take the completion register writes under job_lock
  ` [PATCH v9 02/13] accel/rocket: wait for a running IRQ handler before resetting a core
  ` [PATCH v9 03/13] accel/rocket: let the core suspend after a reset
  ` [PATCH v9 04/13] accel/rocket: factor the completion tail out of the IRQ handler
  ` [PATCH v9 05/13] dt-bindings: npu: rockchip: add rockchip,rk3576-rknn-core
  ` [PATCH v9 06/13] dt-bindings: power: rockchip: allow resets in a power domain node
  ` [PATCH v9 07/13] dt-bindings: iommu: rockchip: describe the RK3576 NPU MMU
  ` [PATCH v9 08/13] pmdomain/rockchip: add optional per-domain power-on settle delay
  ` [PATCH v9 09/13] pmdomain/rockchip: cycle optional power-domain resets on power-on
  ` [PATCH v9 10/13] accel/rocket: select the per-core clock and reset counts from match data
  ` [PATCH v9 11/13] accel/rocket: add RK3576 NPU (RKNN) support
  ` [PATCH v9 12/13] arm64: dts: rockchip: rk3576: add NPU (RKNN) nodes
  ` [PATCH v9 13/13] arm64: dts: rockchip: rk3576-rock-4d: enable NPU

[PATCH v8 0/9] Add support for Qualcomm remoteproc subsystem cooling
 2026-08-25 12:25 UTC  (10+ messages)
` [PATCH v8 6/9] arm64: dts: qcom: lemans: Enable CDSP cooling
` [PATCH v8 7/9] arm64: dts: qcom: talos: "
` [PATCH v8 8/9] arm64: dts: qcom: monaco: "

[PATCH] Revert "pmdomain: qcom: rpmhpd: Add missing MXC and MMCX power domains for Eliza"
 2026-08-25 11:49 UTC  (2+ messages)

[PATCH] power: supply: bq256xx: fix uninitialized battery info pointer in bq256xx_hw_init
 2026-08-25  9:06 UTC 

[PATCH 0/2] arm64: dts: qcom: sm6125: add TSENS die temperature sensing
 2026-08-25  8:51 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm6125: add TSENS and thermal zones

[RFC PATCH v3 0/3] Add Xiaomi 12 Lite 5G (taoyao) battery support
 2026-08-25  8:42 UTC  (3+ messages)
` [RFC PATCH v3 2/3] power: supply: qcom_battmgr: add Xiaomi taoyao support

[PATCH v2] cpuidle: Deny idle entry when CPU already have IPI interrupt pending
 2026-08-25  6:37 UTC  (8+ messages)

[PATCH v4 0/2] thermal: Add support A9
 2026-08-25  6:28 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: thermal: amlogic: Add A9 thermal bindings
` [PATCH v4 2/2] thermal: amlogic: Add support for A9 thermal controller

[PATCH] power: use EXPORT_SYMBOL() to export symbol
 2026-08-25  6:02 UTC  (2+ messages)

[PATCH v1 0/2] thermal: core: Revert two cosmetic update that go against driver core changes
 2026-08-25  5:55 UTC  (4+ messages)
` [PATCH v1 1/2] Revert "thermal/core: Use the thermal class pointer as init guard"
` [PATCH v1 2/2] Revert "thermal/core: Allocate the thermal class dynamically"

[PATCH v1] PM: sleep: Unblock runtime PM when device prepare fails
 2026-08-25  2:00 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 9906109d1e9a0544cf0816740ba5a130400c6256
 2026-08-24 23:33 UTC 

[PATCH v2] docs: kernel-parameters: add CPU_FREQ, CPU_IDLE build options
 2026-08-24 17:09 UTC  (2+ messages)

[PATCH] thermal: change thermal_class to a const struct
 2026-08-24 17:04 UTC  (5+ messages)

[PATCH] thermal: core: warn on non-critical trips at or above critical temp
 2026-08-24 16:31 UTC  (4+ messages)

[PATCH V3 0/6] dmaengine: zynqmp_dma: Per-channel reset, IRQ guard improvements, and PM fixes
 2026-08-24 16:18 UTC  (3+ messages)
` [PATCH V3 2/6] PM: runtime: Add pm_runtime_if_active guard and conditional variant

[PATCH v4 0/4] Add RZ/G3L PWRRDY power sequencing support
 2026-08-24 15:23 UTC  (4+ messages)
` [PATCH v4 3/4] power: sequencing: Add Renesas RZ/G3L Power Ready driver

[PATCH v6 00/13] Add initial support for Qualcomm SM7250 SoC
 2026-08-24 15:01 UTC  (14+ messages)
` [PATCH v6 01/13] dt-bindings: arm: qcom,ids: Add SoC ID for SM7250
` [PATCH v6 02/13] soc: qcom: socinfo: Add SM7250 SoC ID
` [PATCH v6 03/13] dt-bindings: clock: Add SM7250 global clock controller
` [PATCH v6 04/13] clk: qcom: Add Global Clock Controller (GCC) driver for SM7250
` [PATCH v6 05/13] dt-bindings: clock: qcom,rpmhcc: Document RPMHCC compatible "
` [PATCH v6 06/13] clk: qcom: rpmh: Add SM7250 rpmh clocks
` [PATCH v6 07/13] dt-bindings: power: qcom,rpmhpd: Document RPMh power domain for SM7250
` [PATCH v6 08/13] pmdomain: qcom: rpmhpd: Add RPMh power domains "
` [PATCH v6 09/13] dt-bindings: arm: cpus: Document Kryo 475 CPUs
` [PATCH v6 10/13] dt-bindings: firmware: qcom,scm: Document SM7250 SCM
` [PATCH v6 11/13] dt-bindings: interrupt-controller: qcom,pdc: Document SM7250 PDC
` [PATCH v6 12/13] dt-bindings: cpufreq: qcom-hw: Document SM7250 cpufreq hardware
` [PATCH v6 13/13] arm64: dts: qcom: Add SM7250 devicetree file

[PATCH 0/2] arm64: dts: imx8qm: Add USB HSIC support for Apalis iMX8
 2026-08-24 15:02 UTC  (5+ messages)
` [PATCH 1/2] arm64: dts: imx8qm-ss-conn: Add USB HSIC related nodes

[PATCH v5 00/13] Add initial support for Qualcomm SM7250 SoC
 2026-08-24 14:26 UTC  (17+ messages)
` [PATCH v5 01/13] dt-bindings: arm: qcom,ids: Add SoC ID for SM7250
` [PATCH v5 02/13] soc: qcom: socinfo: Add SM7250 SoC ID
` [PATCH v5 03/13] dt-bindings: clock: Add SM7250 global clock controller
` [PATCH v5 04/13] clk: qcom: Add Global Clock Controller (GCC) driver for SM7250
` [PATCH v5 05/13] dt-bindings: clock: qcom,rpmhcc: Document RPMHCC compatible "
` [PATCH v5 06/13] clk: qcom: rpmh: Add SM7250 rpmh clocks
` [PATCH v5 07/13] dt-bindings: power: qcom,rpmhpd: Document RPMh power domain for SM7250
` [PATCH v5 08/13] pmdomain: qcom: rpmhpd: Add RPMh power domains "
` [PATCH v5 09/13] dt-bindings: arm: cpus: Document Kryo 475 CPUs
` [PATCH v5 10/13] dt-bindings: firmware: qcom,scm: Document SM7250 SCM
` [PATCH v5 11/13] dt-bindings: interrupt-controller: qcom,pdc: Document SM7250 PDC
` [PATCH v5 12/13] dt-bindings: cpufreq: qcom-hw: Document SM7250 cpufreq hardware
` [PATCH v5 13/13] arm64: dts: qcom: Add SM7250 devicetree file

[PATCH] pmdomain: renesas: rcar-sysc: Update description of chan_offs
 2026-08-24 12:53 UTC  (2+ messages)

[REGRESSION] PCIe/qcom: on-board WCN7850 link stuck in Polling on X1E80100 (Surface Pro 11)
 2026-08-24 12:46 UTC  (3+ messages)

[PATCH v2 0/2] firmware: arm_scmi: Ensure automatic module loading
 2026-08-24 12:14 UTC  (3+ messages)
` [PATCH v2 1/2] module: add SCMI device table alias support

[PATCH RESEND] powercap: intel_rapl: Fix kernel panic during PMU unbind
 2026-08-24 10:32 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 361498477a97b6060e2441f64fc29da7b1e07eac
 2026-08-24  9:28 UTC  (3+ messages)

[PATCH v4 00/13] Add initial support for Qualcomm SM7250 SoC
 2026-08-24  9:18 UTC  (10+ messages)
` [PATCH v4 06/13] clk: qcom: rpmh: Add SM7250 rpmh clocks
` [PATCH v4 08/13] pmdomain: qcom: rpmhpd: Add RMPh power domains for SM7250
` [PATCH v4 12/13] dt-bindings: cpufreq: qcom-hw: Document SM7250 cpufreq hardware
` [PATCH v4 13/13] arm64: dts: qcom: Add SM7250 devicetree file

[PATCH v2 0/4] power: reset: add NVMEM recorder provider for PSCRR
 2026-08-24  9:17 UTC  (4+ messages)
` [PATCH v2 4/4] arm64: dts: qcom: lemans: Add PSCRR NVMEM recorder node

[PATCH v2 00/13] Add initial support for Qualcomm SM7250 SoC
 2026-08-24  9:11 UTC  (5+ messages)
` [PATCH v2 06/13] clk: qcom: rpmh: Add SM7250 rpmh clocks
` [PATCH v2 08/13] pmdomain: qcom: rpmhpd: Add RMPh power domains for SM7250

[PATCH] power: supply: bq2515x: Propagate charge-enable read errors
 2026-08-24  8:42 UTC 

[PATCH v3 00/15] Add initial support for Qualcomm Kuno SoC
 2026-08-24  7:59 UTC  (15+ messages)
` [PATCH v3 01/15] soc: qcom: geni-se: allow selection on 32-bit ARM Qualcomm SoCs
` [PATCH v3 03/15] pmdomain: qcom: rpmhpd: Add power domains for Kuno
` [PATCH v3 05/15] clk: qcom: clk-rpmh: Add support for Kuno RPMh clocks
` [PATCH v3 07/15] interconnect: qcom: Add Kuno interconnect provider driver
` [PATCH v3 09/15] pinctrl: qcom: Add Kuno pinctrl driver
` [PATCH v3 11/15] clk: qcom: Add Global Clock Controller driver for Kuno
` [PATCH v3 15/15] ARM: dts: qcom: Add initial device tree for Kuno SoC

[PATCH 2/2] driver core: power: Fix "sucessfully" typo in comment
 2026-08-24  6:34 UTC  (2+ messages)


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