public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-06 16:02:45 to 2025-05-09 13:14:07 UTC [more...]

[PATCH v4 0/9] Apple Mac System Management Controller
 2025-05-09 13:13 UTC  (17+ messages)
` [PATCH v4 1/9] dt-bindings: gpio: Add Apple Mac SMC GPIO block
` [PATCH v4 2/9] dt-bindings: power: reboot: Add Apple Mac SMC Reboot Controller
` [PATCH v4 3/9] dt-bindings: mfd: Add Apple Mac System Management Controller
` [PATCH v4 4/9] mfd: Add Apple Silicon "
` [PATCH v4 5/9] gpio: Add new gpio-macsmc driver for Apple Macs
` [PATCH v4 6/9] power: reset: macsmc-reboot: Add driver for rebooting via Apple SMC
` [PATCH v4 8/9] arm64: dts: apple: t8112: Add SMC node
` [PATCH v4 9/9] arm64: dts: apple: t600x: "

[PATCH] driver core: platform: Use devres group to free driver probe resources
 2025-05-09 13:07 UTC  (11+ messages)

[PATCH v1 0/3] PM: sleep: Updates related to pm_suspend_target_state
 2025-05-09 13:03 UTC  (4+ messages)
` [PATCH v1 1/3] PM: sleep: Print PM debug messages during hibernation
` [PATCH v1 2/3] PM: sleep: Introduce pm_suspend_in_progress()
` [PATCH v1 3/3] PM: sleep: Introduce pm_sleep_transition_in_progress()

[PATCH v2] PM: hibernate: Explicitly set `PM_SUSPEND_MAX` at hibernate entry
 2025-05-09 12:43 UTC  (3+ messages)

[PATCH V6 0/5] Add support for QCOM SPMI PMIC5 Gen3 ADC
 2025-05-09 11:09 UTC  (6+ messages)
` [PATCH V6 1/5] dt-bindings: iio/adc: Move QCOM ADC bindings to iio/adc folder
` [PATCH V6 2/5] dt-bindings: iio: adc: Split out QCOM VADC channel properties
` [PATCH V6 3/5] dt-bindings: iio: adc: Add support for QCOM PMIC5 Gen3 ADC
` [PATCH V6 4/5] "
` [PATCH V6 5/5] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring

[PATCH v4 0/2] Support building tegra124-cpufreq as a module
 2025-05-09 11:04 UTC  (4+ messages)
` [PATCH v4 1/2] cpufreq: tegra124: Remove use of disable_cpufreq
` [PATCH v4 2/2] cpufreq: tegra124: Allow building as a module

[PATCH v2] PM: EM: Add inotify support when the energy model is updated
 2025-05-09 10:55 UTC  (4+ messages)

[PATCH v2 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
 2025-05-09 10:37 UTC  (7+ messages)
` [PATCH v2 1/3] firmware: imx: move get power mode function from scu-pd.c to misc.c
` [PATCH v2 2/3] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
` [PATCH v2 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment

[PATCH v2 1/4] power: supply: core: Add additional health status values
 2025-05-09 10:09 UTC  (4+ messages)

[RFC PATCH 1/2] power: Userspace performance QoS
 2025-05-09  9:54 UTC  (3+ messages)

[PATCH] imx8m-blk-ctrl: set ISI panic write hurry level
 2025-05-09  9:26 UTC 

[PATCH V11 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
 2025-05-09  8:43 UTC  (6+ messages)

[PATCH v3] cpufreq: fix locking order in store_local_boost to prevent deadlock
 2025-05-09  5:32 UTC  (3+ messages)

[PATCH v5 0/9] x86: Add support for NMI-source reporting with FRED
 2025-05-09  0:46 UTC  (24+ messages)
` [PATCH v5 1/9] x86/fred, KVM: VMX: Pass event data to the FRED entry point from KVM
` [PATCH v5 2/9] x86/cpufeatures: Add the CPUID feature bit for NMI-source reporting
` [PATCH v5 3/9] x86/nmi: Extend the registration interface to include the NMI-source vector
` [PATCH v5 4/9] x86/nmi: Assign and register NMI-source vectors
` [PATCH v5 5/9] x86/nmi: Add support to handle NMIs with source information
` [PATCH v5 6/9] x86/nmi: Prepare for the new NMI-source vector encoding
` [PATCH v5 7/9] x86/nmi: Enable NMI-source for IPIs delivered as NMIs
` [PATCH v5 8/9] perf/x86: Enable NMI-source reporting for perfmon
` [PATCH v5 9/9] x86/nmi: Include NMI-source information in tracepoint and debug prints

[PATCH v2] cpupower: add a systemd service to run cpupower
 2025-05-08 22:22 UTC  (6+ messages)

[GIT PULL] amd-pstate content for 6.16 (5/8/25)
 2025-05-08 21:23 UTC 

[PATCH v3 0/5] PM: sleep: Improvements of async suspend and resume of devices
 2025-05-08 18:06 UTC  (13+ messages)
` [PATCH v3 1/5] PM: sleep: Resume children after resuming the parent

[rafael-pm:bleeding-edge] BUILD SUCCESS 60952b6fc7ad90c84cc9b02f0ffa67c39ea5250b
 2025-05-08 14:41 UTC 

add more bio helpers v3
 2025-05-08 13:23 UTC  (25+ messages)
` [PATCH 01/19] block: add a bio_add_virt_nofail helper
` [PATCH 02/19] block: add a bdev_rw_virt helper
` [PATCH 03/19] block: add a bio_add_max_vecs helper
` [PATCH 04/19] block: add a bio_add_vmalloc helpers
` [PATCH 05/19] block: remove the q argument from blk_rq_map_kern
` [PATCH 06/19] block: pass the operation to bio_{map,copy}_kern
` [PATCH 07/19] block: simplify bio_map_kern
` [PATCH 08/19] bcache: use bio_add_virt_nofail
` [PATCH 09/19] rnbd-srv: "
` [PATCH 10/19] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 11/19] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 12/19] PM: hibernate: split and simplify hib_submit_io
` [PATCH 13/19] dm-bufio: use bio_add_virt_nofail
` [PATCH 14/19] dm-integrity: "
` [PATCH 15/19] xfs: simplify xfs_buf_submit_bio
` [PATCH 16/19] xfs: simplify xfs_rw_bdev
` [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog
` [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio

[PATCH 0/4] PM: TI: AM335x: PM STANDBY fixes
 2025-05-08 13:20 UTC  (6+ messages)
` [PATCH 2/4] pmdomain: ti: Fix STANDBY handling of PER power domain
` [PATCH 4/4] ARM: multi_v7_defconfig: Enable am335x PM configs

[PATCH v6 0/4] Exynos Thermal code improvement
 2025-05-08 11:36 UTC  (4+ messages)

[PATCH] pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id()
 2025-05-08 11:34 UTC  (4+ messages)

[PATCH] pmdomain: amlogic: Constify some structures
 2025-05-08 11:34 UTC  (2+ messages)

[PATCH v6 0/3] PCI: tegra: Allow building as a module
 2025-05-08 11:26 UTC  (6+ messages)
` [PATCH v6 1/3] irqdomain: Export irq_domain_free_irqs
` [PATCH v6 2/3] cpuidle: tegra: Export tegra_cpuidle_pcie_irqs_in_use
` [PATCH v6 3/3] PCI: tegra: Allow building as a module

[PATCH v2 0/4] Add GPU clock/reset management for TH1520 in genpd
 2025-05-08 11:13 UTC  (5+ messages)
  ` [PATCH v2 3/4] pmdomain: thead: Add GPU-specific clock and reset handling for TH1520

[PATCH 00/11] pmdomain: Add generic ->sync_state() support to genpd
 2025-05-08 10:05 UTC  (4+ messages)
` [PATCH 07/11] pmdomain: core: Export a common ->sync_state() helper for genpd providers

[PATCH 0/4] mt8395/mt6359: Fix several dtb-check errors
 2025-05-08  8:34 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: mfd: mediatek: mt6397: Add #sound-dai-cells property
` [PATCH 2/4] dt-bindings: iommu: mediatek: mt8195 Accept up to 5 interrupts

[PATCH v1 0/2] Add graph connections between tcpc & fg for Pixel 6
 2025-05-08  6:09 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: power: supply: max17201: add port property
` [PATCH v1 2/2] arm64: dts: exynos: gs101-pixel-common: add graph property to connect tcpc & fg

[rafael-pm:fixes] BUILD SUCCESS 56560905d9e960af08c0b0e4ffe3853c0a97e6d9
 2025-05-08  2:59 UTC 

[PATCH] hibernate: init minimum image size in hibernate
 2025-05-08  2:16 UTC 

[PATCH v2 0/5] Add support for Battery Status & Battery Caps AMS in TCPM
 2025-05-08  2:08 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: connector: extend ports property to model power connections
` [PATCH v2 2/5] power: supply: core: add helper to get power supply given a fwnode
` [PATCH v2 3/5] usb: typec: tcpm: Add support for Battery Status response message
` [PATCH v2 4/5] power: supply: core: add vendor and product id properties
` [PATCH v2 5/5] usb: typec: tcpm: Add support for Battery Cap response message

[amd-pstate:bleeding-edge] BUILD SUCCESS d26d16438bc5fd5524121244cc133f9872a63210
 2025-05-08  1:47 UTC 

[PATCH 0/2] topology/sysfs, cpufreq/intel_pstate: Populate cpu_capacity
 2025-05-07 21:18 UTC  (5+ messages)
` [PATCH 1/2] arch_topology: Relocate cpu_scale to topology.[h|c]

[rft, PATCH v2 1/1] PM: Don't use "proxy" headers
 2025-05-07 20:01 UTC  (2+ messages)

[PATCH v5 3/3] PCI: tegra: Allow building as a module
 2025-05-07 19:54 UTC  (2+ messages)

[PATCH v2 0/3] Platform Temperature Control interface
 2025-05-07 19:52 UTC  (2+ messages)

[RFC 0/2] Evict VRAM after processes are frozen
 2025-05-07 19:51 UTC  (8+ messages)
` [RFC 2/2] drm/amd: Use suspend and hibernate post freeze notifications

[PATCH v2 00/17] Arm cpu schema clean-ups
 2025-05-07 16:38 UTC  (4+ messages)
` [PATCH v2 08/17] arm/arm64: dts: imx: Drop redundant CPU "clock-latency"
` (subset) [PATCH v2 00/17] Arm cpu schema clean-ups

[PATCH 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
 2025-05-07 15:52 UTC  (4+ messages)
` [PATCH 2/3] firmware: imx: move get power mode function from scu-pd.c to misc.c

[PATCH v3] PM / sleep: add configurable delay for pm_test
 2025-05-07 15:49 UTC  (2+ messages)

[PATCH v1] PM: sysfs: Move debug runtime PM attributes to runtime_attrs[]
 2025-05-07 15:38 UTC  (3+ messages)

[PATCH] cpuidle: psci: Avoid initializing faux device if no DT idle states are present
 2025-05-07 14:58 UTC  (3+ messages)

[chanwoo:devfreq-testing 5/5] include/linux/cpumask.h:880:26: warning: return discards 'const' qualifier from pointer target type
 2025-05-07 14:58 UTC 

[PATCH] cpufreq: CPPC: Support for autonomous selection in cppc_cpufreq
 2025-05-07 14:34 UTC  (2+ messages)

[PATCH v3] cpufreq: scmi: Skip SCMI devices that aren't used by the CPUs
 2025-05-07 13:27 UTC  (5+ messages)

[PATCH v9 3/7] power: reset: Introduce PSCR Recording Framework for Non-Volatile Storage
 2025-05-07  9:15 UTC  (2+ messages)

[PATCH v1] soundwire: intel_auxdevice: Fix system suspend/resume handling
 2025-05-07  8:51 UTC  (3+ messages)

[PATCH v3 8/9] serial: qcom-geni: Enable PM runtime for serial driver
 2025-05-07  7:58 UTC  (2+ messages)

[PATCH] PM: hibernate: Explicitly set PM_SUSPEND_MAX at hibernate entry
 2025-05-07  7:44 UTC  (2+ messages)

[PATCH v5 1/2] dt-bindings: thermal: Add support for Airoha EN7581 thermal sensor
 2025-05-07  7:29 UTC  (5+ messages)
` [PATCH v5 2/2] "

[PATCH v3 4/9] soc: qcom: geni-se: Enable QUPs on SA8255p Qualcomm platforms
 2025-05-07  5:49 UTC  (2+ messages)

[PATCH v2] PM / sleep: add configurable delay for pm_test
 2025-05-07  4:55 UTC  (2+ messages)

[PATCH v1] PM / sleep: add configurable delay for pm_test
 2025-05-07  2:57 UTC 

[linus:master] [cpuidle] 38f83090f5: fsmark.files_per_sec 5.1% regression
 2025-05-07  1:45 UTC  (3+ messages)

[PATCH v2] docs: fix typo in energy-model.rst
 2025-05-06 22:00 UTC 

[PATCH v2 0/7] cpufreq: intel_pstate: Enable EAS on hybrid platforms without SMT
 2025-05-06 20:48 UTC  (8+ messages)
` [PATCH v2 1/7] cpufreq/sched: schedutil: Add helper for governor checks
` [PATCH v2 2/7] cpufreq/sched: Move cpufreq-specific EAS checks to cpufreq
` [PATCH v2 3/7] PM: EM: Move CPU capacity check to em_adjust_new_capacity()
` [PATCH v2 4/7] PM: EM: Introduce em_adjust_cpu_capacity()
` [PATCH v2 5/7] cpufreq: intel_pstate: EAS support for hybrid platforms
` [PATCH v2 6/7] cpufreq: intel_pstate: EAS: Increase cost for CPUs using L3 cache
` [PATCH v2 7/7] cpufreq: intel_pstate: Document hybrid processor support

[RFT][PATCH v1 0/8] cpufreq: intel_pstate: Enable EAS on hybrid platforms without SMT
 2025-05-06 19:46 UTC  (6+ messages)
` [RFT][PATCH v1 5/8] PM: EM: Introduce em_adjust_cpu_capacity()

[PATCH v9 0/5] Implement vendor resets for PSCI SYSTEM_RESET2
 2025-05-06 17:33 UTC  (8+ messages)
` [PATCH v9 2/5] firmware: psci: Read and use vendor reset types

Sharing a couple of docs related to PM
 2025-05-06 16:10 UTC 

[PATCH] docs: fix typo in energy-model.rst
 2025-05-06 16:02 UTC 


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