linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-17 18:37:25 to 2025-10-21 13:19:01 UTC [more...]

[PATCH] PCI/PM: Prevent runtime suspend before devices are fully initialized
 2025-10-21 13:18 UTC  (10+ messages)

[PATCH v3 00/10] pmdomain: samsung: add supoort for Google GS101
 2025-10-21 12:59 UTC  (3+ messages)
` [PATCH v3 03/10] dt-bindings: soc: samsung: gs101-pmu: allow power domains as children

[PATCH v4] PM: hibernate: Avoid missing wakeup events during hibernation
 2025-10-21 12:54 UTC  (2+ messages)
` [REGRESSION][BISECTED] "Wakeup event detected during hibernation" on Dell Precision 7780 (was "[PATCH v4] PM: hibernate: Avoid missing wakeup events during hibernation")

[PATCH v4 0/3] PM: runtime: Auto-cleanup macros for runtime PM
 2025-10-21 12:44 UTC  (4+ messages)
` [PATCH v4 2/3] PCI/sysfs: Use runtime PM guard macro for auto-cleanup

[PATCH v2] pmdomain: ti_sci: Handle wakeup constraint if device has pinctrl wakeup state
 2025-10-21 12:22 UTC  (2+ messages)

[PATCH v5 0/3] PM: hibernate: make compression threads configurable and support dynamic crc arrays
 2025-10-21 11:37 UTC  (4+ messages)
` [PATCH v5 1/3] PM: hibernate: dynamically allocate crc->unc_len/unc for configurable threads
` [PATCH v5 2/3] PM: hibernate: make compression threads configurable
` [PATCH v5 3/3] PM: hibernate: add sysfs interface for hibernate_compression_threads

[PATCH v4 00/29] lan966x pci device: Add support for SFPs
 2025-10-21 10:36 UTC  (7+ messages)
` [PATCH v4 02/29] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH v4 08/29] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v4 09/29] drivers: core: Use fw_devlink_set_device()

[PATCH v2 0/2] pmdomain: Improve idlestate selection for CPUs
 2025-10-21 10:08 UTC  (5+ messages)
` [PATCH v2 1/2] smp: Introduce a helper function to check for pending IPIs
` [PATCH v2 2/2] pmdomain: Extend the genpd governor for CPUs to account for IPIs

[PATCH v7 00/10] SPMI: Implement sub-devices and migrate drivers
 2025-10-21  8:32 UTC  (11+ messages)
` [PATCH v7 01/10] spmi: Print error status with %pe format
` [PATCH v7 02/10] spmi: Remove redundant dev_name() print in spmi_device_add()
` [PATCH v7 03/10] spmi: Remove unneeded goto in spmi_device_add() error path
` [PATCH v7 04/10] spmi: Implement spmi_subdevice_alloc_and_add() and devm variant
` [PATCH v7 05/10] nvmem: qcom-spmi-sdam: Migrate to devm_spmi_subdevice_alloc_and_add()
` [PATCH v7 06/10] power: reset: qcom-pon: "
` [PATCH v7 07/10] phy: qualcomm: eusb2-repeater: "
` [PATCH v7 08/10] misc: qcom-coincell: "
` [PATCH v7 09/10] iio: adc: qcom-spmi-iadc: "
` [PATCH v7 10/10] iio: adc: qcom-spmi-iadc: Remove regmap R/W wrapper functions

[PATCH v6 0/8] SPMI: Implement sub-devices and migrate drivers
 2025-10-21  8:07 UTC  (4+ messages)
` [PATCH v6 1/8] spmi: Print error status with %pe format

[PATCH] rust: driver: let probe() return impl PinInit<Self, Error>
 2025-10-21  7:05 UTC  (2+ messages)

[PATCH] dt-bindings: thermal: Convert brcm,sr-thermal to DT schema
 2025-10-21  6:54 UTC  (2+ messages)

[PATCH] dt-bindings: thermal: Convert amazon,al-thermal to DT schema
 2025-10-21  6:53 UTC  (2+ messages)

[PATCH v2] PM: Delete timer before removing wakeup source from list
 2025-10-21  5:05 UTC  (3+ messages)

[PATCH v1] cpuidle: governors: menu: Predict longer idle time when in doubt
 2025-10-21  3:45 UTC  (10+ messages)
          `  "

[PATCH 0/2] Add interconnect support for Kaanapali SoC
 2025-10-21  1:58 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in "

[PATCH v3 0/5] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-10-21  0:06 UTC  (5+ messages)

[PATCH v6 00/10] PM: EM: Add netlink support for the energy model
 2025-10-20 22:09 UTC  (11+ messages)
` [PATCH v6 01/10] PM: EM: Assign a unique ID when creating a performance domain
` [PATCH v6 02/10] PM: EM: Expose the ID of a performance domain via debugfs
` [PATCH v6 03/10] PM: EM: Add em.yaml and autogen files
` [PATCH v6 04/10] PM: EM: Add a skeleton code for netlink notification
` [PATCH v6 05/10] PM: EM: Add an iterator and accessor for the performance domain
` [PATCH v6 06/10] PM: EM: Implement em_nl_get_pds_doit()
` [PATCH v6 07/10] PM: EM: Implement em_nl_get_pd_table_doit()
` [PATCH v6 08/10] PM: EM: Implement em_notify_pd_deleted()
` [PATCH v6 09/10] PM: EM: Implement em_notify_pd_created/updated()
` [PATCH v6 10/10] PM: EM: Notify an event when the performance domain changes

[PATCH v5 05/10] PM: EM: Add an iterator and accessor for the performance domain
 2025-10-20 21:35 UTC  (4+ messages)

[PATCH 1/2] PM: EM: Remove an unused variable in em_notify_pd_deleted()
 2025-10-20 21:27 UTC  (4+ messages)
` [PATCH 2/2] PM: EM: Include the iterator/accessor code for the performance domain conditionally

[RFC 0/3] Fixups for cancelled hibernate
 2025-10-20 21:09 UTC  (20+ messages)
` [RFC 1/3] PM: Mark device as suspended if it failed to resume
` [RFC 2/3] PM: Don't pass up device_resume() -EBUSY errors
` [RFC 3/3] drm/amd: Return -EBUSY for amdgpu_pmops_thaw() on success

[PATCH v13 01/17] preempt: Track NMI nesting to separate per-CPU counter
 2025-10-20 20:44 UTC  (5+ messages)

[PATCH v2 0/8] Support dynamic EMC frequency scaling on Tegra186/Tegra194
 2025-10-20 20:37 UTC  (7+ messages)

[PATCH v2] PCI/PM: Prevent runtime suspend before devices are fully initialized
 2025-10-20 20:07 UTC  (3+ messages)

[PATCH v4 0/2] PM: hibernate: make compression threads configurable and support dynamic crc arrays
 2025-10-20 19:14 UTC  (3+ messages)
` [PATCH v4 2/2] PM: hibernate: make compression threads configurable

[PATCH v1] cpufreq: preserve freq_table_sorted across suspend/hibernate
 2025-10-20 19:04 UTC  (2+ messages)

[PATCH v7 0/3] thermal: imx91: Add support for i.MX91 thermal monitoring unit
 2025-10-20 19:00 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: thermal: fsl,imx91-tmu: add bindings for NXP i.MX91 thermal module
` [PATCH v7 2/3] thermal: imx91: Add support for i.MX91 thermal monitoring unit
` [PATCH v7 3/3] arm64: dts: imx91: Add thermal-sensor and thermal-zone support

[PATCH v7 2/3] cpuidle: tegra: Export tegra_cpuidle_pcie_irqs_in_use
 2025-10-20 18:53 UTC  (3+ messages)

[PATCH v1] PM: runtime: Fix conditional guard definitions
 2025-10-20 18:43 UTC  (3+ messages)

[PATCHv2] PM: dpm: add module param to backtrace all CPUs
 2025-10-20 18:08 UTC  (3+ messages)

[PATCH] PM: Introduce CALL_PM_OP macro to reduce code duplication
 2025-10-20 17:56 UTC  (2+ messages)

[PATCH PM/for-6.19] freezer: Clarify that only cgroup1 freezer uses PM freezer
 2025-10-20 17:55 UTC 

[PATCH v5 08/10] PM: EM: Implement em_notify_pd_deleted()
 2025-10-20 17:48 UTC  (3+ messages)

[PATCH v4 0/4] Sapphire Rapids C0.x idle states support
 2025-10-20 16:52 UTC  (2+ messages)

[PATCH V7 0/5] Add support for QCOM SPMI PMIC5 Gen3 ADC
 2025-10-20 15:55 UTC  (17+ messages)
` [PATCH V7 3/5] dt-bindings: iio: adc: Add support for QCOM "

[RESEND PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-20 15:39 UTC  (28+ messages)
` [RESEND PATCH v18 01/16] samples: rust: platform: remove trailing commas
` [RESEND PATCH v18 02/16] rust_binder: remove trailing comma
` [RESEND PATCH v18 03/16] rust_binder: use `kernel::fmt`
` [RESEND PATCH v18 04/16] rust_binder: use `core::ffi::CStr` method names
` [RESEND PATCH v18 05/16] rnull: use `kernel::fmt`
` [RESEND PATCH v18 06/16] rust: alloc: "
` [RESEND PATCH v18 07/16] rust: debugfs: "
  ` [PATCH] samples: rust: debugfs: use `core::ffi::CStr` method names
` [RESEND PATCH v18 08/16] rust: pci: use `kernel::fmt`
` [RESEND PATCH v18 09/16] rust: remove spurious `use core::fmt::Debug`
` [RESEND PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [RESEND PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [RESEND PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [RESEND PATCH v18 13/16] rust: regulator: "
` [RESEND PATCH v18 14/16] rust: clk: "
` [RESEND PATCH v18 15/16] rust: support formatting of foreign types
` [RESEND PATCH v18 16/16] rust: replace `CStr` with `core::ffi::CStr`

[PATCH v2 0/2] ACPI: TAD: Use auto-cleanup macros for runtime PM
 2025-10-20 15:11 UTC  (4+ messages)
` [PATCH v2 1/2] ACPI: TAD: Rearrange runtime PM operations in acpi_tad_remove()
` [PATCH v2 2/2] ACPI: TAD: Improve runtime PM using guard macros

[PATCH v2 0/3] Add TSU support for the Renesas RZ/V2H SoC
 2025-10-20 14:31 UTC  (4+ messages)
` [PATCH v2 1/3] clk: renesas: r9a09g057: Add clock and reset entries for TSU
` [PATCH v2 2/3] dt-bindings: thermal: r9a09g047-tsu: Document RZ/V2H TSU
` [PATCH v2 3/3] arm64: dts: renesas: r9a09g057: Add TSU nodes

[PATCH v8 0/5] MT8196 GPU Frequency/Power Control Support
 2025-10-20 13:47 UTC  (7+ messages)
` [PATCH v8 3/5] drm/panthor: call into devfreq for current frequency
` [PATCH v8 4/5] drm/panthor: Use existing OPP table if present

[PATCH 0/3] pmdomain: Improve idlestate selection for CPUs
 2025-10-20 13:15 UTC  (4+ messages)
` [PATCH 2/3] arm64: smp: Implement cpus_has_pending_ipi()

[PATCH] rust: opp: simplify callers of `to_c_str_array`
 2025-10-20 13:07 UTC 

[PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-20 12:44 UTC  (18+ messages)
` [PATCH v18 01/16] samples: rust: platform: remove trailing commas
` [PATCH v18 02/16] rust_binder: remove trailing comma
` [PATCH v18 03/16] rust_binder: use `kernel::fmt`
` [PATCH v18 04/16] rust_binder: use `core::ffi::CStr` method names
` [PATCH v18 05/16] rnull: use `kernel::fmt`
` [PATCH v18 06/16] rust: alloc: "
` [PATCH v18 07/16] rust: debugfs: "
` [PATCH v18 08/16] rust: pci: "
` [PATCH v18 09/16] rust: remove spurious `use core::fmt::Debug`
` [PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [PATCH v18 13/16] rust: regulator: "
` [PATCH v18 14/16] rust: clk: "
` [PATCH v18 15/16] rust: support formatting of foreign types
` [PATCH v18 16/16] rust: replace `CStr` with `core::ffi::CStr`

[PATCH v2 0/2] driver: reset: spacemit-p1: add driver for poweroff/reboot
 2025-10-20  9:55 UTC  (8+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mfd: simple-mfd-i2c: add a reboot cell for the SpacemiT P1 chip

[PATCH v16 00/14] Implement vendor resets for PSCI SYSTEM_RESET2
 2025-10-20  7:40 UTC  (5+ messages)
` [PATCH v16 05/14] power: reset: reboot-mode: Expose sysfs for registered reboot_modes

[PATCH v4] PM: Support aborting sleep during filesystem sync
 2025-10-20  2:12 UTC  (2+ messages)

[rafael-pm:fixes] BUILD SUCCESS e35ce968ce105d33ec6a14a7ac6d88d4bfe23e16
 2025-10-19 13:27 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS WITH UNVERIFIED WARNING 277a48fa37d71bfaf0ce4781da3794782f5c1d93
 2025-10-19  7:13 UTC 

[PATCH v5] PM: Support aborting sleep during filesystem sync
 2025-10-18 18:31 UTC  (4+ messages)

[RFC 0/4] PM: Hibernate: Add hibernation cancellation support
 2025-10-18 14:21 UTC  (5+ messages)
` [RFC 1/4] PM: hibernate: export hibernation_in_progress()
` [RFC 2/4] ACPI: button: Cancel hibernation if button is pressed during hibernation
` [RFC 3/4] Input: Ignore the KEY_POWER events if hibernation is in progress
` [RFC 4/4] PM: sleep: clear pm_abort_suspend at suspend

[GIT PULL] amd-pstate 6.18 content 10/15/25
 2025-10-18 12:45 UTC  (2+ messages)

[PATCH] PM: console: Fix memory allocation error handling in pm_vt_switch_required()
 2025-10-18 12:41 UTC  (4+ messages)

[PATCH v1] Revert "cpuidle: menu: Avoid discarding useful information"
 2025-10-18 12:27 UTC 

[PATCH v2] usb: typec: ucsi: psy: Set max current to zero when disconnected
 2025-10-18  7:28 UTC  (3+ messages)

Long running ioctl and pm, which should have higher priority?
 2025-10-17 20:51 UTC  (5+ messages)

[PATCH] usb: typec: ucsi: psy: Set max current to zero when disconnected
 2025-10-17 20:48 UTC  (3+ messages)


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).