linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-26 16:01:09 to 2024-01-30 20:07:16 UTC [more...]

[PATCH] pmdomain: arm: Fix NULL dereference on scmi_perf_domain removal
 2024-01-30 20:07 UTC  (3+ messages)

[PATCH Resend 0/8] enable x86_energy_perf_policy for AMD CPU
 2024-01-30 20:04 UTC  (17+ messages)
` [PATCH Resend 1/8] tools/power x86_energy_perf_policy: add info show support for AMD Pstate EPP driver
` [PATCH Resend 2/8] tools/power x86_energy_perf_policy: enable AMD pstate EPP profile switching on MSR based system
` [PATCH Resend 3/8] tools/power x86_energy_perf_policy: rename get_msr() and put_msr() with intel prefix
` [PATCH Resend 4/8] tools/power x86_energy_perf_policy: rename get_cpuid_or_exit() "
` [PATCH Resend 5/8] tools/power x86_energy_perf_policy: add nominal and lowest nonlinear perf values showing support
` [PATCH Resend 6/8] tools/power x86_energy_perf_policy: remove the invalid feature options for AMD processors
` [PATCH Resend 7/8] tools/power x86_energy_perf_policy: rename some perf output strings "
` [PATCH Resend 8/8] tools/power x86_energy_perf_policy: change intel msr functions to be static

[PATCH v2 0/3] thermal: Add support of multiple sensors
 2024-01-30 18:06 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: thermal: Restore the thermal-sensors property

[PATCH v2 0/8] sched: cpufreq: Remove magic hardcoded numbers from margins
 2024-01-30 17:38 UTC  (7+ messages)
` [PATCH v2 8/8] sched/pelt: Introduce PELT multiplier

[PATCH] dt-bindings: opp: switch inner and outer min/maxItems rules for opp-hz
 2024-01-30 17:06 UTC  (4+ messages)

[PATCH v1 00/18] Thermal: Part 1 - Introduce new structs and registration
 2024-01-30 15:08 UTC  (23+ messages)
` [PATCH v1 01/18] thermal: core: Change governor name to const char pointer
` [PATCH v1 02/18] thermal: Add new structures and thermal_zone_device_register()
` [PATCH v1 03/18] thermal: Directly use thermal_zone_platform_params for thermal_zone_device
` [PATCH v1 04/18] thermal/drivers/da9062: Migrate to thermal_zone_device_register()
` [PATCH v1 05/18] thermal/drivers/imx: "
` [PATCH v1 06/18] thermal/drivers/rcar: "
` [PATCH v1 07/18] thermal/drivers/st: "
` [PATCH v1 08/18] thermal: intel: pch_thermal: "
` [PATCH v1 09/18] thermal: intel: quark_dts: "
` [PATCH v1 10/18] thermal: intel: soc_dts_iosf: "
` [PATCH v1 11/18] thermal: intel: int340x: "
` [PATCH v1 12/18] thermal: int340x: processor: "
` [PATCH v1 13/18] thermal: intel: x86_pkg_temp: "
` [PATCH v1 14/18] thermal/drivers/armada: "
` [PATCH v1 15/18] thermal/drivers/dove: "
` [PATCH v1 16/18] thermal/drivers/kirkwood: "
` [PATCH v1 17/18] thermal/drivers/spear: "
` [PATCH v1 18/18] thermal/drivers/int340x: "

[PATCH v7 0/1] PM: sleep: Expose last succeeded resumed timestamp in sysfs
 2024-01-30 14:51 UTC  (8+ messages)
` [PATCH v7] "

[Bug 217931] New: amd-pstate lacks crucial features: CPU frequency and boost control
 2024-01-30 14:03 UTC  (4+ messages)
` [Bug 217931] "

[PATCH v2 00/10] PM: sleep: Fix up suspend stats handling and clean up core suspend code
 2024-01-30 13:42 UTC  (18+ messages)
` [PATCH v2 01/10] PM: sleep: stats: Use array of suspend step names
` [PATCH v2 02/10] PM: sleep: stats: Use an array of step failure counters
` [PATCH v2 03/10] PM: sleep: stats: Use unsigned int for success and "
` [PATCH v2 05/10] PM: sleep: stats: Call dpm_save_failed_step() at most once per phase
` [PATCH v2 06/10] PM: sleep: stats: Use locking in dpm_save_failed_dev()
` [PATCH v2 07/10] PM: sleep: stats: Log errors right after running suspend callbacks
` [PATCH v2 08/10] PM: sleep: Move some assignments from under a lock
` [PATCH v2 09/10] PM: sleep: Move devices to new lists earlier in each suspend phase
` [PATCH v2 10/10] PM: sleep: Call dpm_async_fn() directly "
` [PATCH v2 04/10] PM: sleep: stats: Define suspend_stats next to the code using it

[PATCH v2 00/15] arm64: renesas: Add R-Car V4M and Gray Hawk Single support
 2024-01-30 13:11 UTC  (2+ messages)

[PATCH v3 0/5] PM: domains: Add helpers for multi PM domains to avoid open-coding
 2024-01-30 12:39 UTC  (6+ messages)
` [PATCH v3 1/5] PM: domains: Add helper functions to attach/detach multiple PM domains
` [PATCH v3 2/5] remoteproc: imx_dsp_rproc: Convert to dev_pm_domain_attach|detach_list()
` [PATCH v3 3/5] remoteproc: imx_rproc: "
` [PATCH v3 4/5] remoteproc: qcom_q6v5_adsp: "
` [PATCH v3 5/5] media: venus: Convert to dev_pm_domain_attach|detach_list() for vcodec

[PATCH v5 0/2] Small runtime PM API changes
 2024-01-30 11:28 UTC  (3+ messages)
` [PATCH v5 1/2] PM: runtime: Simplify pm_runtime_get_if_active() usage
` [PATCH v5 2/2] PM: runtime: Add pm_runtime_put_autosuspend() replacement

[PATCH] thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error handling path
 2024-01-30  9:51 UTC  (4+ messages)

[PATCH v4 0/5] Rework system pressure interface to the scheduler
 2024-01-30  9:35 UTC  (12+ messages)
` [PATCH v4 1/5] cpufreq: Add a cpufreq pressure feedback for "
` [PATCH v4 2/5] sched: Take cpufreq feedback into account
` [PATCH v4 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure
` [PATCH v4 5/5] sched/pelt: Remove shift of thermal clock

[rafael-pm:bleeding-edge] BUILD SUCCESS f7bf5c4cd6282b68d40436df305ceaae1349858c
 2024-01-30  3:38 UTC 

[PATCH 0/8] enable x86_energy_perf_policy for AMD CPU
 2024-01-30  3:18 UTC  (9+ messages)
` [PATCH 1/8] tools/power x86_energy_perf_policy: add info show support for AMD Pstate EPP driver
` [PATCH 2/8] tools/power x86_energy_perf_policy: enable AMD pstate EPP profile switching on MSR based system
` [PATCH 3/8] tools/power x86_energy_perf_policy: rename get_msr() and put_msr() with intel prefix
` [PATCH 4/8] tools/power x86_energy_perf_policy: rename get_cpuid_or_exit() "
` [PATCH 5/8] tools/power x86_energy_perf_policy: add nominal and lowest nonlinear perf values showing support
` [PATCH 6/8] tools/power x86_energy_perf_policy: remove the invalid feature options for AMD processors
` [PATCH 7/8] tools/power x86_energy_perf_policy: rename some perf output strings "
` [PATCH 8/8] tools/power x86_energy_perf_policy: change intel msr functions to be static

[PATCH 1/3] dt-bindings: soc: imx: add fdcc clock to i.MX8MP hdmi blk ctrl
 2024-01-30  2:28 UTC  (6+ messages)
` [PATCH 2/3] pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain
    ` [EXT] "

[RFC] PCI/AER: Block runtime suspend when handling errors
 2024-01-30  0:14 UTC  (2+ messages)

[PATCH] thermal/sysfs: Always enable hysteresis write support
 2024-01-29 20:45 UTC  (10+ messages)

[PATCH v1] thermal: sysfs: Make trip hysteresis writable along with trip temperature
 2024-01-29 20:40 UTC 

[PATCH v3] Enable haltpoll for arm64
 2024-01-29 19:41 UTC  (11+ messages)
` [PATCH v3 1/7] x86: Move ARCH_HAS_CPU_RELAX to arch
` [PATCH v3 2/7] x86/kvm: Move haltpoll_want() to be arch defined
` [PATCH v3 3/7] governors/haltpoll: Drop kvm_para_available() check
` [PATCH v3 4/7] arm64: Select ARCH_HAS_CPU_RELAX
` [PATCH v3 5/7] arm64: Define TIF_POLLING_NRFLAG
` [PATCH v3 6/7] cpuidle-haltpoll: ARM64 support
` [PATCH v3 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed

[PATCH v2 0/4] Power supply register with devm
 2024-01-29 19:02 UTC  (5+ messages)
` [PATCH v2 1/4] power: supply: max14577: Use devm_power_supply_register() helper
` [PATCH v2 2/4] power: supply: max77693: "
` [PATCH v2 3/4] power: supply: max8925: "
` [PATCH v2 4/4] power: supply: wm8350: "

[PATCH v7 00/23] Introduce runtime modifiable Energy Model
 2024-01-29 18:16 UTC  (10+ messages)
` [PATCH v7 12/23] PM: EM: Add em_perf_state_from_pd() to get performance states table
` [PATCH v7 13/23] PM: EM: Add performance field to struct em_perf_state and optimize
` [PATCH v7 16/23] powercap/dtpm_cpu: Use new Energy Model interface to get table
` [PATCH v7 22/23] PM: EM: Add em_dev_compute_costs()

[PATCH v2] Enable haltpoll for arm64
 2024-01-29 18:15 UTC  (5+ messages)
` [PATCH 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed

[PATCH V2 0/4] firmware: arm_scmi: Register and handle limits change notification
 2024-01-29 17:33 UTC  (8+ messages)
` [PATCH V2 1/4] firmware: arm_scmi: Add perf_notify_support interface
` [PATCH V2 2/4] firmware: arm_scmi: Add perf_freq_xlate interface
` [PATCH V2 4/4] cpufreq: scmi: Register for limit change notifications

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-29 15:34 UTC  (21+ messages)
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices

[PATCH V14 0/7] amd-pstate preferred core
 2024-01-29 15:33 UTC  (3+ messages)

[PATCH v1 0/2] thermal: A couple of minor governor fixes
 2024-01-29 14:36 UTC  (2+ messages)

[PATCH v3] PM / sleep: Mechanism to find source aborting kernel suspend transition
 2024-01-29 14:08 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 12/31] power: supply: qcom_battmgr: Register the power supplies after PDR is up
 2024-01-29 13:04 UTC  (2+ messages)

[PATCH AUTOSEL 6.7 15/39] power: supply: qcom_battmgr: Register the power supplies after PDR is up
 2024-01-29 13:03 UTC  (2+ messages)

ath11k resume fails due to kernel blocks probing MHI virtual devices
 2024-01-29 12:47 UTC  (5+ messages)

[PATCH v6 0/6] reset: gpio: ASoC: shared GPIO resets
 2024-01-29 11:52 UTC  (7+ messages)
` [PATCH v6 1/6] of: Add of_phandle_args_equal() helper
` [PATCH v6 2/6] cpufreq: do not open-code of_phandle_args_equal()
` [PATCH v6 3/6] reset: gpio: Add GPIO-based reset controller
` [PATCH v6 4/6] reset: Instantiate reset GPIO controller for shared reset-gpios
` [PATCH v6 5/6] ASoC: dt-bindings: qcom,wsa8840: Add reset-gpios for shared line
` [PATCH v6 6/6] ASoC: codecs: wsa884x: Allow sharing reset GPIO

[PATCH v4 0/8] arm64: dts: qcom: sa8295p: Enable GPU
 2024-01-29 10:34 UTC  (3+ messages)
` [PATCH v4 1/8] dt-bindings: clock: qcom: Allow VDD_GFX supply to GX

[PATCH v5 0/6] reset: gpio: ASoC: shared GPIO resets
 2024-01-29  8:46 UTC  (4+ messages)
` [PATCH v5 4/6] reset: Instantiate reset GPIO controller for shared reset-gpios

[PATCH v6 0/8] Convert DA906{1,2} bindings to json-schema
 2024-01-29  8:29 UTC  (4+ messages)

[RFC PATCH v1 0/8] Introduction of PSCR Framework and Related Components
 2024-01-29  7:43 UTC  (7+ messages)
` [PATCH v2 4/8] dt-bindings: power: reset: add bindings for NVMEM hardware storing PSCR Data

[PATCH 0/7] AMD Pstate Driver Core Performance Boost
 2024-01-29  5:22 UTC  (16+ messages)
` [PATCH 1/7] cpufreq: amd-pstate: remove set_boost callback for passive mode
` [PATCH 2/7] cpufreq: amd-pstate: initialize new core precision boost state
` [PATCH 3/7] cpufreq: amd-pstate: implement cpb_boost sysfs entry for boost control
` [PATCH 4/7] cpufreq: amd-pstate: fix max_perf calculation for amd_get_max_freq()
` [PATCH 7/7] Documentation: cpufreq: amd-pstate: introduce the new cpu boost control method

[PATCH 4/4] firmware: ti_sci: Use devm_register_restart_handler()
 2024-01-29  2:16 UTC  (2+ messages)

[PATCH v2 3/8] power: reset: Introduce PSCR Recording Framework for Non-Volatile Storage
 2024-01-28  9:05 UTC  (2+ messages)

[PATCH v2 6/8] power: reset: add PSCR NVMEM Driver for Recording Power State Change Reasons
 2024-01-28  6:38 UTC  (2+ messages)

[PATCH v2 0/3] power: supply: Acer Aspire 1 embedded controller
 2024-01-28  6:22 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: power: supply: Add Acer Aspire 1 EC

[PATCH 0/4] X Elite fixups
 2024-01-28  2:17 UTC  (2+ messages)

[Bug 217809] New: Core frequencies do not float correctly on AMD Ryzen 7 5700U when running on battery
 2024-01-27 22:32 UTC  (2+ messages)
` [Bug 217809] "

[rafael-pm:bleeding-edge] BUILD SUCCESS 87a1cb515445f16607b157c5899aaaefb9ba283b
 2024-01-27 21:41 UTC 

[PATCH] thermal/drivers/tsens: Add suspend to RAM support for tsens
 2024-01-27 20:11 UTC  (8+ messages)

[PATCH 1/3] power: supply: axp288_charger: Call power_supply_changed() after set_property()
 2024-01-27 13:06 UTC  (4+ messages)
` [PATCH 3/3] power: supply: axp288_charger: Add charge-inhibit support

PS/2 keyboard of laptop Dell XPS 13 9360 goes missing after S3
 2024-01-27  8:12 UTC  (2+ messages)

[PATCH 1/5] power: supply: bq27xxx: Switch to a simpler IDA interface
 2024-01-27  1:32 UTC  (3+ messages)
` (subset) "

[PATCH] Revert "power: supply: qcom_battmgr: Register the power supplies after PDR is up"
 2024-01-27  0:48 UTC  (2+ messages)

[PATCH 00/21] Power supply register with devm
 2024-01-27  0:48 UTC  (2+ messages)
` (subset) "

[PATCH v5 0/2] Improve VM CPUfreq and task placement behavior
 2024-01-27  0:43 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: cpufreq: add virtual cpufreq device
` [PATCH v5 2/2] cpufreq: add virtual-cpufreq driver

[GIT PULL] Power management fixes for v6.8-rc2
 2024-01-26 23:22 UTC  (2+ messages)

[GIT PULL] Thermal control update for v6.8-rc2
 2024-01-26 23:22 UTC  (2+ messages)

[PATCH v2 0/5] PM: domains: Add helpers for multi PM domains to avoid open-coding
 2024-01-26 19:07 UTC  (3+ messages)

[PATCH v3 0/2] Small runtime PM API changes
 2024-01-26 17:23 UTC  (4+ messages)
` [PATCH v3 1/2] pm: runtime: Simplify pm_runtime_get_if_active() usage

[Bug 218171] New: amd-pstate not loading on zen2 threadripper 3960x (trx40
 2024-01-26 16:36 UTC  (2+ messages)
` [Bug 218171] "


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