Linux Power Management development
 help / color / mirror / Atom feed
 messages from 2026-05-21 13:01:25 to 2026-05-25 13:27:18 UTC [more...]

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-25 13:27 UTC  (22+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic

[PATCH v5 0/5] thermal: samsung: Add support for Google GS101 TMU
 2026-05-25 13:15 UTC  (7+ messages)
` [PATCH v5 1/5] dt-bindings: thermal: Add "
` [PATCH v5 2/5] thermal: samsung: Add Exynos ACPM TMU driver GS101
` [PATCH v5 3/5] MAINTAINERS: Add entry for Samsung Exynos ACPM thermal driver
` [PATCH v5 4/5] arm64: dts: exynos: gs101: Add thermal management unit
` [PATCH v5 5/5] arm64: defconfig: enable Exynos ACPM thermal support

[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-25 13:10 UTC  (42+ messages)
` [PATCH v4 01/27] rust: alloc: remove `'static` bound on `ForeignOwnable`
` [PATCH v4 02/27] rust: driver: move 'static bounds to constructor
` [PATCH v4 03/27] rust: driver: decouple driver private data from driver type
` [PATCH v4 04/27] rust: driver core: drop drvdata before devres release
` [PATCH v4 05/27] rust: pci: implement Sync for Device<Bound>
` [PATCH v4 06/27] rust: platform: "
` [PATCH v4 07/27] rust: auxiliary: "
` [PATCH v4 08/27] rust: usb: "
` [PATCH v4 09/27] rust: device: "
` [PATCH v4 10/27] rust: device: make Core and CoreInternal lifetime-parameterized
` [PATCH v4 11/27] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v4 12/27] rust: platform: "
` [PATCH v4 13/27] rust: auxiliary: "
` [PATCH v4 14/27] rust: usb: "
` [PATCH v4 15/27] rust: i2c: "
` [PATCH v4 16/27] rust: driver: update module documentation for GAT-based Data type
` [PATCH v4 17/27] rust: pci: make Bar lifetime-parameterized
` [PATCH v4 18/27] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v4 19/27] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v4 20/27] gpu: nova-core: separate driver type from driver data
` [PATCH v4 21/27] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v4 22/27] rust: auxiliary: generalize Registration over ForLt
` [PATCH v4 23/27] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH REF v4 24/27] gpu: nova-core: use lifetime for Bar
` [PATCH REF v4 25/27] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH REF v4 26/27] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH REF v4 27/27] gpu: drm: tyr: use lifetime for IoMem

[PATCH 00/16] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
 2026-05-25 12:55 UTC  (27+ messages)
` [PATCH 01/16] dt-bindings: dma: qcom,gpi: Document GPI DMA engine for Shikra SoC
` [PATCH 02/16] dt-bindings: interconnect: qcom-bwmon: Add Shikra cpu-bwmon compatible
` [PATCH 03/16] arm64: dts: qcom: Add QUPv3 configuration for Shikra
` [PATCH 04/16] arm64: dts: qcom: shikra: Add cpufreq scaling node
` [PATCH 05/16] arm64: dts: qcom: shikra: Add DDR BWMON support
` [PATCH 06/16] arm64: dts: qcom: shikra: Add EPSS L3 interconnect provider node
` [PATCH 07/16] arm64: dts: qcom: shikra: Add CPU OPP tables to scale DDR/L3
` [PATCH 08/16] arm64: dts: qcom: shikra: Add SMP2P nodes
` [PATCH 09/16] arm64: dts: qcom: shikra: Add CDSP, LPAICP, MPSS remoteproc PAS nodes
` [PATCH 10/16] arm64: dts: qcom: shikra-cqm: Enable CDSP, LPAICP and MPSS
` [PATCH 11/16] arm64: dts: qcom: shikra-cqs: "
` [PATCH 12/16] arm64: dts: qcom: shikra-iqs: "
` [PATCH 13/16] arm64: dts: qcom: shikra: Enable TSENS and thermal zones
` [PATCH 14/16] arm64: dts: qcom: shikra: Enable BT support on EVK boards
` [PATCH 15/16] arm64: dts: qcom: shikra: add WiFi node support
` [PATCH 16/16] arm64: dts: qcom: shikra: enable WiFi on EVK boards

[PATCH 0/2] Add EPSS L3 provider support on Qualcomm Shikra SoC
 2026-05-25 12:21 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: interconnect: qcom,shikra-epss-l3: Add EPSS L3 DT binding
` [PATCH 2/2] interconnect: qcom: Add EPSS L3 scaling support for Shikra SoC

[PATCH 0/2] qcom_battmgr: Add batteryless DC-adapter MAINS support
 2026-05-25 12:01 UTC  (17+ messages)
` [PATCH 1/2] dt-bindings: soc: qcom: pmic-glink: Document batteryless property

[PATCH v22 00/13] Implement PSCI reboot mode driver for PSCI resets
 2026-05-25  9:34 UTC  (9+ messages)
` [PATCH v22 08/13] mfd: core: Add firmware-node support to MFD cells

[PATCH v3] thermal: core: Add WQ_UNBOUND to alloc_workqueue users
 2026-05-25  7:22 UTC  (3+ messages)

[PATCH] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
 2026-05-25  6:19 UTC 

[PATCH] opp: rust: mark OPP methods as inline
 2026-05-25  4:11 UTC  (2+ messages)

[PATCH v2 0/4] cpufreq: Set policy->min and max as real QoS constraints
 2026-05-25  1:05 UTC  (11+ messages)
` [PATCH v2 2/4] cpufreq: Set default policy->min/max values for all drivers
` [PATCH v2 4/4] cpufreq: Use policy->min/max init as QoS request

[PATCH] Documentation: ABI: sysfs-class-reboot-mode-reboot_modes: fix doc warnings
 2026-05-24 22:48 UTC  (3+ messages)

[PATCH 0/3] Enable QoS configuration on X1E80100
 2026-05-24 18:44 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: interconnect: qcom,x1e80100-rpmh: add clocks property to enable QoS

[PATCH 0/3] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-05-24 10:36 UTC  (15+ messages)
` [PATCH 1/3] power: sequencing: pcie-m2: Add QCA2066 (QCNFA765) BT serdev ID
` [PATCH 2/3] Bluetooth: hci_qca: Support QCA2066 on M.2 connector via pwrseq
` [PATCH 3/3] arm64: dts: qcom: monaco-arduino-monza: Add QCA2066 M.2 WiFi/BT support

[PATCH RFC 00/12] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-05-24  8:06 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 5eb11e016f257898c4778e3df4a4a8148c9fb17e
 2026-05-24  7:39 UTC 

[PATCH v3 0/2] governor: Fix races and stale baseline on prev_cpu_nice
 2026-05-24  5:57 UTC  (3+ messages)

[PATCH 0/5] scmi: Log client subsystem entity counts
 2026-05-23  9:20 UTC  (4+ messages)
` [PATCH 5/5] pinctrl: pinctrl-scmi: Log number of pins, groups, functions

[PATCH v2 0/2] power: sequencing: Add support for Nvidia Tegra modem pwrseq
 2026-05-23  8:51 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: soc: tegra: Document "
` [PATCH v2 2/2] power: sequencing: Add support for "

[PATCH] cpufreq/amd-pstate-ut: Disable dynamic_epp after the mode switch
 2026-05-23  5:55 UTC 

[bug report] cpufreq/amd-pstate-ut: Drop policy reference before driver switch
 2026-05-23  4:38 UTC  (2+ messages)

[PATCH 0/4] mm: misc cleanups from __GFP_UNMAPPED series
 2026-05-23  3:11 UTC  (7+ messages)

[PATCH v3] PM: sleep: Use complete() in device_pm_sleep_init() and skip no_pm devices in dpm_wait()
 2026-05-23  2:23 UTC 

[PATCH v2] PM: sleep: Use complete() in device_pm_sleep_init() and skip no_pm devices in dpm_wait()
 2026-05-23  1:51 UTC  (3+ messages)

[PATCH v5 4/5] PCI: dwc: Use common D3cold eligibility helper in suspend path
 2026-05-22 22:48 UTC  (2+ messages)

[PATCH] power: snapshot: fix missing kernel-doc parameter descriptions
 2026-05-22 18:11 UTC 

[PATCH v3 0/2] ACPI: CPPC: Add CPPC v4 support (ACPI 6.6)
 2026-05-22 17:20 UTC  (4+ messages)
` [PATCH v3 2/2] ACPI: CPPC: Add ospm_nominal_perf support

[PATCH] thermal: sysfs: fix whitespace and use octal permissions
 2026-05-22 16:57 UTC  (3+ messages)
` [PATCH v2] thermal: sysfs: remove space before tab in macro

[PATCH] cpufreq: intel_pstate: Improve warning message on HWP-disabled hybrid CPUs
 2026-05-22 16:46 UTC  (2+ messages)

[PATCH V2 0/3] cpufreq: Simplify freq limit handling
 2026-05-22 16:43 UTC  (7+ messages)
` [PATCH V2 1/3] cpufreq: Fix typo in comment
` [PATCH V3 2/3] cpufreq: Avoid redundant target() calls for unchanged limits
` [PATCH V2 3/3] cpufreq: conservative: Simplify frequency limit handling

[PATCH] pmdomain: tegra: Add support for multi-socket platforms
 2026-05-22 16:02 UTC 

[PATCH v2] cpufreq: intel_pstate: Sync policy->cur when setting min pstate during CPU offline
 2026-05-22 15:36 UTC  (2+ messages)

[PATCH v2] cpufreq: Documentation: fix sampling_down_factor range
 2026-05-22 15:33 UTC  (2+ messages)

[PATCH v2] cpufreq: elanfreq: Drop support for AMD Elan SC4*
 2026-05-22 15:28 UTC  (3+ messages)

[PATCH] cpufreq: clean up dead dependencies on X86 in Kconfig
 2026-05-22 15:20 UTC  (3+ messages)

[PATCH v4 0/2] Add cpufreq scaling support for Qualcomm Shikra SoC
 2026-05-22 15:16 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: cpufreq: Document Qualcomm Shikra SoC EPSS
` [PATCH v4 2/2] cpufreq: qcom: Add cpufreq scaling support for Qualcomm Shikra SoC

[GIT PULL] Power management fixes for v7.1-rc5
 2026-05-22 14:25 UTC  (2+ messages)

[GIT PULL] ACPI support fix for v7.1-rc5
 2026-05-22 14:25 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 80e40181008d03fdebbe7a139fde29831321b147
 2026-05-22 12:18 UTC 

[PATCH 0/2] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring
 2026-05-22 10:47 UTC  (5+ messages)
` [PATCH 1/2] iio: adc: qcom-spmi-adc5-gen3: Share SDAM0 IRQ with ADC_TM auxiliary driver

[PATCH] sched/fair: Revert boost in cpu_util()
 2026-05-22  9:36 UTC  (3+ messages)

[PATCH v3 0/2] Add cpufreq scaling support for Qualcomm Shikra SoC
 2026-05-22  9:30 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: cpufreq: qcom-hw: Document Shikra CPUFREQ Hardware
` [PATCH v3 2/2] cpufreq: qcom: Add cpufreq scaling support for Qualcomm Shikra SoC

[PATCH v3 0/2] pmdomain: qcom: rpmpd: Add support for Shikra
 2026-05-22  8:21 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: power: qcom,rpmpd: document the Shikra RPM Power Domains
` [PATCH v3 2/2] pmdomain: qcom: rpmpd: Add "

[PATCH v11 14/14] kunit: add tests for smp_cond_load_relaxed_timeout()
 2026-05-22  5:10 UTC  (5+ messages)
` [PATCH v11 1/2] kunit: add tests for smp_cond_load_*_timeout()

[PATCH 1/3] cpufreq: Fix typo in comment
 2026-05-21 20:40 UTC  (7+ messages)
` [PATCH 2/3] cpufreq: Avoid redundant target() calls for unchanged limits

[PATCH v7 00/10] Support for Samsung S2MU005 PMIC and its sub-devices
 2026-05-21 16:05 UTC  (3+ messages)
` (subset) "

[PATCH] cpufreq: fix race between hotplug and suspend
 2026-05-21 15:19 UTC  (6+ messages)
` [PATCH v2] cpufreq: Fix hotplug-suspend race during reboot

[PATCH v2] cpufreq: pcc: fix use-after-free and double free in _OSC evaluation
 2026-05-21 14:45 UTC  (3+ messages)

[PATCH v5 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
 2026-05-21 13:01 UTC  (2+ messages)
` (subset) "


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