linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-21 07:23:35 to 2025-04-23 01:47:01 UTC [more...]

[PATCH v9 00/13] Add support for AMD hardware feedback interface
 2025-04-23  1:46 UTC  (3+ messages)
` [PATCH v9 01/13] Documentation: x86: Add AMD Hardware Feedback Interface documentation
` [PATCH v9 02/13] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver

[PATCH v2] cpufreq: scmi: Skip SCMI devices that aren't used by the CPUs
 2025-04-23  0:58 UTC  (3+ messages)

[PATCH 0/2] PCI/PM: Elevate PM usage during reset probing
 2025-04-22 23:05 UTC  (3+ messages)
` [PATCH 1/2] PM: runtime: Define pm_runtime_put cleanup helper
` [PATCH 2/2] PCI: Increment PM usage counter when probing reset methods

[PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible
 2025-04-22 21:31 UTC  (16+ messages)
` [PATCH 18/33] dt-bindings: crypto: qcom,inline-crypto-engine: "
` [PATCH 19/33] dt-bindings: interconnect: qcom-bwmon: "
` [PATCH 20/33] dt-bindings: i2c: qcom-cci: "
` [PATCH 21/33] dt-bindings: clock: qcom-rpmhcc: "
` [PATCH 22/33] dt-bindings: interconnect: OSM L3: "
` [PATCH 23/33] dt-bindings: arm-smmu: "
` [PATCH 24/33] dt-bindings: clock: qcom,gpucc: "
` [PATCH 25/33] dt-bindings: remoteproc: qcom: sc7180-pas: "
` [PATCH 26/33] remoteproc: qcom: pas: Add SM7150 remoteproc support
` [PATCH 27/33] soc: qcom: pd-mapper: Add support for SM7150
` [PATCH 28/33] cpufreq: Add SM7150 to cpufreq-dt-platdev blocklist
` [PATCH 29/33] firmware: qcom: tzmem: disable sm7150 platform
` [PATCH 30/33] arm64: dts: qcom: Add dtsi for Snapdragon 730/730g/732g (SM7150) SoCs
` [PATCH 31/33] dt-bindings: arm: qcom: Add SM7150 Google Pixel 4a
` [PATCH 32/33] dt-bindings: display: panel: samsung,ams581vf01: Add google,sunfish

[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
 2025-04-22 22:07 UTC  (18+ messages)
` [PATCH 01/33] dt-bindings: arm: cpus: Add Kryo 470 CPUs
` [PATCH 02/33] dt-bindings: cpufreq: qcom-hw: Add the SM7150 compatible
` [PATCH 03/33] dt-bindings: watchdog: qcom-wdt: "
` [PATCH 04/33] dt-bindings: mailbox: qcom: Add the SM7150 APCS compatible
` [PATCH 05/33] dt-bindings: sram: qcom,imem: Add the SM7150 compatible
` [PATCH 06/33] dt-bindings: soc: qcom: aoss-qmp: "
` [PATCH 07/33] dt-bindings: thermal: tsens: "
` [PATCH 08/33] dt-bindings: interrupt-controller: qcom-pdc: "
` [PATCH 09/33] dt-bindings: usb: dwc3: "
` [PATCH 10/33] dt-bindings: phy: qcom,qusb2: "
` [PATCH 11/33] dt-bindings: mmc: sdhci-msm: "
` [PATCH 12/33] dt-bindings: soc: qcom,dcc: "
` [PATCH 13/33] dt-bindings: mfd: qcom,tcsr: "
` [PATCH 14/33] dt-bindings: net: qcom,ipa: "
` [PATCH 15/33] dt-bindings: ufs: qcom: "
` [PATCH 16/33] dt-bindings: dmaengine: qcom: gpi: "

[amd-pstate:bleeding-edge] BUILD SUCCESS afc9506c2a8169e871cfafd9b94e0e631ae8f9cb
 2025-04-22 20:56 UTC 

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-22 19:51 UTC  (50+ messages)
` [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
` [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
` [RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
` [RFC PATCH v2 05/34] x86/msr: Return u64 consistently in Xen PMC read functions
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 07/34] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 09/34] x86/msr: Add the native_rdmsrq() helper
` [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
` [RFC PATCH v2 15/34] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [RFC PATCH v2 16/34] x86/msr: Change function type of native_read_msr_safe()
` [RFC PATCH v2 17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v2 18/34] x86/opcode: Add immediate form MSR instructions
` [RFC PATCH v2 19/34] x86/extable: Add support for "
` [RFC PATCH v2 20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
` [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
` [RFC PATCH v2 23/34] x86/extable: Remove new dead code in ex_handler_msr()
` [RFC PATCH v2 24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq()
` [RFC PATCH v2 25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace()
` [RFC PATCH v2 26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace()
` [RFC PATCH v2 27/34] x86/msr: Rename native_write_msr() to native_wrmsrq()
` [RFC PATCH v2 28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe()
` [RFC PATCH v2 29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace()
` [RFC PATCH v2 30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace()
` [RFC PATCH v2 31/34] x86/msr: Rename native_read_msr() to native_rdmsrq()
` [RFC PATCH v2 32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe()
` [RFC PATCH v2 33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs
` [RFC PATCH v2 34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses

[RFC PATCH 00/14] Virtual Swap Space
 2025-04-22 19:29 UTC  (13+ messages)
` [RFC PATCH 03/14] mm: swap: add a separate type for physical swap slots

[PATCH v3 0/5] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support
 2025-04-22 18:48 UTC  (10+ messages)
` [PATCH v3 1/5] power: supply: correct capacity computation
` [PATCH v3 2/5] power: supply: add support for max77759 fuel gauge
` [PATCH v3 3/5] dt-bindings: power: supply: add max77759-fg flavor
` [PATCH v3 4/5] arm64: defconfig: enable Maxim max1720x driver
` [PATCH v3 5/5] arm64: dts: exynos: gs101-oriole: enable Maxim max77759 fuel gauge

[PATCH v2 0/9] Enable QUPs and Serial on SA8255p Qualcomm platforms
 2025-04-22 17:07 UTC  (4+ messages)
` [PATCH v2 1/9] opp: add new helper API dev_pm_opp_set_level()

[PATCH v2] PCI/PM: Put devices to low power state on shutdown'
 2025-04-22 15:18 UTC  (2+ messages)

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

[PATCH 00/11] pmdomain: Add generic ->sync_state() support to genpd
 2025-04-22 14:15 UTC  (17+ 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 09/11] driver core: Add dev_set_drv_sync_state()

[PATCH] pmdomain: mediatek: Add error messages for missing regmaps
 2025-04-22 14:01 UTC  (2+ messages)

[PATCH v2] mmc: sdhci-of-dwcmshc: add PD workaround on RK3576
 2025-04-22 13:27 UTC  (2+ messages)

[PATCH 0/3] pmdomain: qcom: rpmhpd: Add SM4450 power domains
 2025-04-22 13:24 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: power: qcom,rpmpd: Add SM4450 compatible

[PATCH 0/6] cpufreq: Boost related cleanups / fixes
 2025-04-22 12:33 UTC  (8+ messages)
` [PATCH 1/6] cpufreq: acpi: Don't enable boost on policy exit
` [PATCH 2/6] cpufreq: acpi: Re-sync CPU boost state on system resume
` [PATCH 3/6] cpufreq: Don't unnecessarily call set_boost()
` [PATCH 4/6] cpufreq: Introduce policy_set_boost()
` [PATCH 5/6] cpufreq: Preserve policy's boost state after resume
` [PATCH 6/6] cpufreq: Force sync policy boost with global boost on sysfs update

[PATCH] cpufreq: acpi: Don't enable boost on policy exit
 2025-04-22 12:05 UTC  (16+ messages)

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

[PATCH v9 0/7] Introduction of PSCR Framework and Related Components
 2025-04-22  9:05 UTC  (9+ messages)
` [PATCH v9 1/7] power: Extend power_on_reason.h for upcoming PSCRR framework
` [PATCH v9 2/7] reboot: hw_protection_trigger: use standardized numeric shutdown/reboot reasons instead of strings
` [PATCH v9 3/7] power: reset: Introduce PSCR Recording Framework for Non-Volatile Storage
` [PATCH v9 4/7] nvmem: provide consumer access to cell size metrics
` [PATCH v9 5/7] nvmem: add support for device and sysfs-based cell lookups
` [PATCH v9 6/7] power: reset: add PSCR NVMEM Driver for Recording Power State Change Reasons
` [PATCH v9 7/7] Documentation: Add sysfs documentation for PSCRR reboot reason tracking

[PATCH v5 0/7] Support for GPU ACD feature on Adreno X1-85
 2025-04-22  8:43 UTC  (3+ messages)
` [PATCH v5 5/7] dt-bindings: opp: Add v2-qcom-adreno vendor bindings

[PATCH v5 00/21] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
 2025-04-22  7:47 UTC  (4+ messages)
  ` [PATCH v5 20/21] riscv: dts: thead: Introduce reset controller node

[PATCH 0/2] power: bq24190: Add BQ24193 support
 2025-04-22  4:27 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: power: supply: bq24190: Add BQ24193 compatible
` [PATCH 2/2] power: bq24190: Add BQ24193 support

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

[PATCH v4 0/4] Create Intel PMC SSRAM Telemetry driver
 2025-04-21 21:10 UTC  (5+ messages)
` [PATCH v4 1/4] platform/x86:intel/vsec: Change return type of intel_vsec_register
` [PATCH v4 2/4] platform/x86:intel/pmc: Create Intel PMC SSRAM Telemetry driver
` [PATCH v4 3/4] platform/x86:intel/pmc: Move error handling to init function
` [PATCH v4 4/4] platform/x86:intel/pmc: Improve pmc_core_get_lpm_req()

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

[PATCH v2 1/2] dt-bindings: rockchip-thermal: Support the RK3562 SoC compatible
 2025-04-21 18:28 UTC  (2+ messages)

[PATCH] cpupower: add a systemd service to run cpupower
 2025-04-21 15:44 UTC  (2+ messages)

[PATCH v2 0/2] Support building tegra124-cpufreq as a module
 2025-04-21 10:58 UTC  (5+ messages)
` [PATCH v2 1/2] cpufreq: tegra124: Remove use of disable_cpufreq
` [PATCH v2 2/2] cpufreq: tegra124: Allow building as a module

[PATCH v4 0/7] Support for GPU ACD feature on Adreno X1-85
 2025-04-21  8:25 UTC  (4+ messages)
` [PATCH v4 5/7] dt-bindings: opp: Add v2-qcom-adreno vendor bindings

[GIT PULL] cpufreq/arm fixes for 6.15-rc
 2025-04-21  7:34 UTC 

[PATCH V11 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
 2025-04-21  7:22 UTC  (4+ messages)
` [PATCH V11 13/15] rust: cpufreq: Extend abstractions for driver registration
` [PATCH V11 14/15] rust: opp: Extend OPP abstractions with cpufreq support
` [PATCH V11 15/15] cpufreq: Add Rust-based cpufreq-dt driver


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