linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-04 19:04:59 to 2023-10-10 05:43:45 UTC [more...]

[Patch v3 0/2] Improvements to the Tegra CPUFREQ driver
 2023-10-10  5:43 UTC  (4+ messages)

pm/testing baseline: 46 runs, 2 regressions (v6.6-rc5-135-g3fa39021ead0)
 2023-10-10  4:13 UTC 

pm/testing build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.6-rc5-135-g3fa39021ead0)
 2023-10-10  3:29 UTC 

[PATCH V8 0/7] amd-pstate preferred core
 2023-10-10  3:01 UTC  (19+ messages)
` [PATCH V8 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion
` [PATCH V8 2/7] acpi: cppc: Add get the highest performance cppc control
` [PATCH V8 3/7] cpufreq: amd-pstate: Enable amd-pstate preferred core supporting
` [PATCH V8 4/7] cpufreq: Add a notification message that the highest perf has changed
` [PATCH V8 5/7] cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamically
` [PATCH V8 6/7] Documentation: amd-pstate: introduce amd-pstate preferred core
` [PATCH V8 7/7] Documentation: introduce amd-pstate preferrd core mode kernel command line options

[PATCH] power: reset: vexpress: Use device_get_match_data()
 2023-10-09 22:07 UTC  (2+ messages)

[PATCH v4 00/10] Fix up icc clock rate calculation on some platforms
 2023-10-09 21:38 UTC  (3+ messages)

[PATCH] thermal: loongson2: Replace of_device.h with explicit includes
 2023-10-09 21:13 UTC 

[PATCH 6/7] fs/sysfs/group: make attribute_group pointers const
 2023-10-09 20:20 UTC  (7+ messages)

[PATCH v2 0/7] thermal: processor_thermal: Power floor status
 2023-10-09 19:05 UTC  (8+ messages)
` [PATCH v2 1/7] thermal: int340x: processor_thermal: Move interrupt status MMIO offset to common header
` [PATCH v2 2/7] thermal: int340x: processor_thermal: Common function to clear SOC interrupt
` [PATCH v2 3/7] thermal: int340x: processor_thermal: Set feature mask before proc_thermal_add
` [PATCH v2 4/7] thermal: int340x: processor_thermal: Support power floor notifications
` [PATCH v2 5/7] thermal: int340x: processor_thermal: Handle power floor interrupts
` [PATCH v2 6/7] thermal: int340x: processor_thermal: Enable power floor support
` [PATCH v2 7/7] selftests/thermel/intel: Add test to read power floor status

[PATCH 2/3] power: reset: brcmstb: Depend on actual SoC dependencies
 2023-10-09 17:58 UTC  (2+ messages)

[PATCH] power: supply: cpcap: Drop non-DT driver matching
 2023-10-09 17:29 UTC 

[PATCH] opp: ti: Use device_get_match_data()
 2023-10-09 17:29 UTC 

serial: 8250_omap: suspend issue with console_suspend disabled
 2023-10-09 15:13 UTC  (3+ messages)

[PATCH] thermal: Add myself as thermal reviewer in MAINTAINERS
 2023-10-09 13:54 UTC  (2+ messages)

[PATCH] thermal: core: prevent potential string overflow
 2023-10-09 13:53 UTC  (2+ messages)

[PATCH v2 0/6] consolidate and cleanup CPU capacity
 2023-10-09 11:01 UTC  (9+ messages)
` [PATCH v2 1/6] sched: consolidate and cleanup access to CPU's max compute capacity
` [PATCH v2 2/6] topology: add a new arch_scale_freq_reference
` [PATCH v2 3/6] cpufreq: use the fixed and coherent frequency for scaling capacity
` [PATCH v2 4/6] cpufreq/schedutil: use a fixed reference frequency
` [PATCH v2 5/6] energy_model: "
` [PATCH v2 6/6] cpufreq/cppc: set the frequency used for capacity computation

[PATCH v2 0/4] power: reset: gpio-poweroff: use sys-off handler API
 2023-10-09  8:54 UTC  (6+ messages)
` [PATCH v2 1/4] power: reset: gpio-poweroff: use a struct to store the module variables
` [PATCH v2 2/4] power: reset: gpio-poweroff: use sys-off handler API
` [PATCH v2 3/4] dt-bindings: power: reset: gpio-poweroff: Add priority property
` [PATCH v2 4/4] power: reset: gpio-poweroff: make sys handler priority configurable

[Patch] cpufreq: tegra194: remove redundant AND with cpu_online_mask
 2023-10-09  8:41 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 01/12] pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency
 2023-10-09  7:37 UTC  (2+ messages)

[PATCH v7 00/26] Add perf support to the rockchip-dfi driver
 2023-10-09  0:40 UTC  (45+ messages)
` [PATCH v7 01/26] PM / devfreq: rockchip-dfi: Make pmu regmap mandatory
` [PATCH v7 02/26] PM / devfreq: rockchip-dfi: Embed desc into private data struct
` [PATCH v7 03/26] PM / devfreq: rockchip-dfi: use consistent name for "
` [PATCH v7 04/26] PM / devfreq: rockchip-dfi: Add SoC specific init function
` [PATCH v7 05/26] PM / devfreq: rockchip-dfi: dfi store raw values in counter struct
` [PATCH v7 06/26] PM / devfreq: rockchip-dfi: Use free running counter
` [PATCH v7 07/26] PM / devfreq: rockchip-dfi: introduce channel mask
` [PATCH v7 08/26] PM / devfreq: rk3399_dmc,dfi: generalize DDRTYPE defines
` [PATCH v7 09/26] PM / devfreq: rockchip-dfi: Clean up DDR type register defines
` [PATCH v7 10/26] PM / devfreq: rockchip-dfi: Add RK3568 support
` [PATCH v7 11/26] PM / devfreq: rockchip-dfi: Handle LPDDR2 correctly
` [PATCH v7 12/26] PM / devfreq: rockchip-dfi: Handle LPDDR4X
` [PATCH v7 13/26] PM / devfreq: rockchip-dfi: Pass private data struct to internal functions
` [PATCH v7 14/26] PM / devfreq: rockchip-dfi: Prepare for multiple users
` [PATCH v7 15/26] PM / devfreq: rockchip-dfi: give variable a better name
` [PATCH v7 16/26] PM / devfreq: rockchip-dfi: Add perf support
` [PATCH v7 17/26] PM / devfreq: rockchip-dfi: make register stride SoC specific
` [PATCH v7 18/26] PM / devfreq: rockchip-dfi: account for multiple DDRMON_CTRL registers
` [PATCH v7 19/26] PM / devfreq: rockchip-dfi: add support for RK3588
` [PATCH v7 20/26] dt-bindings: devfreq: event: convert Rockchip DFI binding to yaml
` [PATCH v7 21/26] dt-bindings: devfreq: event: rockchip,dfi: Add rk3568 support
` [PATCH v7 22/26] dt-bindings: devfreq: event: rockchip,dfi: Add rk3588 support

[PATCH] PM / devfreq: exynos-ppmu: Use device_get_match_data()
 2023-10-08 22:29 UTC  (2+ messages)

[Bug 215714] New: A huge unnecessary power consumption with CONFIG_X86_ACPI_CPUFREQ
 2023-10-08 18:04 UTC  (2+ messages)
` [Bug 215714] A huge unnecessary power consumption with CONFIG_X86_ACPI_CPUFREQ and ondemand governor - Ryzen 5800X

[rafael-pm:bleeding-edge] BUILD SUCCESS 07971c5f6e13eb25958de525ca9cef4e71ed4276
 2023-10-08 12:05 UTC 

[PATCH AUTOSEL 6.5 01/18] pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency
 2023-10-08  0:48 UTC 

Backport "cpupower: add Makefile dependencies for install targets" to stable
 2023-10-07 16:12 UTC  (2+ messages)

[PATCH v3] thermal: Remove Amit Kucheria from MAINTAINERS
 2023-10-07 14:37 UTC  (3+ messages)

[PATCH v1] thermal: trip: Remove lockdep assertion from for_each_thermal_trip()
 2023-10-07 11:34 UTC 

[PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS
 2023-10-07 10:44 UTC  (8+ messages)

[PATCH 1/2] dt-bindings: power: supply: bq24190: Add BQ24296 compatible
 2023-10-07 10:36 UTC  (3+ messages)
` [PATCH 2/2] power: supply: bq24190_charger: Add support for BQ24296

[rafael-pm:bleeding-edge] BUILD SUCCESS c5bc51cba63be6e17e7a60754b01ff3031f38aa1
 2023-10-07  8:55 UTC 

[PATCH] tools/power turbostat: Fix Bzy_MHz calculation equation
 2023-10-07  5:46 UTC 

[GIT PULL] Power management fix for v6.6-rc5
 2023-10-06 22:51 UTC  (2+ messages)

[PATCH] pmdomain: Use device_get_match_data()
 2023-10-06 22:46 UTC 

[PATCH] drivers: thermal: tsens: Annotate struct tsens_priv with __counted_by
 2023-10-06 20:41 UTC  (2+ messages)

[PATCH v2] cpufreq: Rebuild sched-domains when removing cpufreq driver
 2023-10-06 20:07 UTC  (3+ messages)

[PATCH 1/2] cpufreq: userspace: Use fine-grained mutex in userspace governor
 2023-10-06 20:03 UTC  (5+ messages)
` [PATCH 2/2] cpufreq: userspace: Move is_managed indicator into per-policy structure

[PATCH] cpufreq: conservative: Simplify the condition of storing 'down_threshold'
 2023-10-06 19:56 UTC  (3+ messages)

[PATCH] cpufreq: schedutil: Merge initialization code of sg_cpu in single loop
 2023-10-06 19:52 UTC  (3+ messages)

[PATCH v3 0/2] Fix issues observed in selftests/amd-pstate
 2023-10-06 19:05 UTC  (5+ messages)
` [PATCH v3 1/2] selftests/amd-pstate: Fix broken paths to run workloads in amd-pstate-ut
` [PATCH v3 2/2] selftests/amd-pstate: Added option to provide perf binary path

[PATCH v10 1/4] dt-bindings: thermal-zones: Document critical-action
 2023-10-06 18:04 UTC  (4+ messages)
` [PATCH v10 2/4] thermal_core: Prepare for introduction of thermal reboot
` [PATCH v10 3/4] reboot: Introduce thermal_zone_device_critical_reboot()
` [PATCH v10 4/4] thermal: thermal_of: Allow rebooting after critical temp

[PATCH v2] PM: hibernate: Fix a bug in copying the zero bitmap to safe pages
 2023-10-06 17:57 UTC  (5+ messages)

[PATCH v1 0/6] thermal: core: Pass trip pointers to governor .throttle() callbacks
 2023-10-06 17:51 UTC  (7+ messages)
` [PATCH v1 1/6] thermal: trip: Simplify computing trip indices
` [PATCH v1 2/6] thermal: trip: Define for_each_trip() macro
` [PATCH v1 3/6] thermal: gov_fair_share: Rearrange get_trip_level()
` [PATCH v1 4/6] thermal: gov_power_allocator: Use trip pointers instead of trip indices
` [PATCH v1 5/6] thermal: gov_step_wise: Fold update_passive_instance() into its caller
` [PATCH v1 6/6] thermal: core: Pass trip pointer to governor throttle callback

[PATCH v2] thermal: Remove Amit Kucheria from MAINTAINERS
 2023-10-06 15:54 UTC  (3+ messages)

[PATCH v4 0/6] UFS: Add OPP support
 2023-10-06 15:24 UTC  (3+ messages)
` [PATCH v4 2/6] PM / devfreq: Switch to dev_pm_opp_find_freq_{ceil/floor}_indexed() APIs

[PATCH 0/9] PM: domains/opp/arm_scmi: Extend performance scaling support
 2023-10-06 14:30 UTC  (10+ messages)
` [PATCH 9/9] firmware: arm_scmi: Add generic OPP support to the SCMI performance domain
` (subset) [PATCH 0/9] PM: domains/opp/arm_scmi: Extend performance scaling support

[PATCH v3 0/8] Improve Exynos thermal driver
 2023-10-06 13:41 UTC  (7+ messages)
  ` [PATCH v3 4/8] thermal: exynos: handle devm_regulator_get_optional return value correctly
  ` [PATCH v3 5/8] thermal: exynos: simplify regulator (de)initialization
  ` [PATCH v3 7/8] thermal: exynos: split initialization of TMU and the thermal zone

[rafael-pm:bleeding-edge] BUILD SUCCESS WITH WARNING ef7625d78dd079600f642d5875c08e059b002b52
 2023-10-06 12:39 UTC 

[PATCH v4 00/18] Introduce runtime modifiable Energy Model
 2023-10-06  8:46 UTC  (12+ messages)
` [PATCH v4 09/18] PM: EM: Introduce runtime modifiable table
` [PATCH v4 10/18] PM: EM: Add RCU mechanism which safely cleans the old data

[PATCH] OPP: Fix -Wunsequenced in _of_add_opp_table_v1()
 2023-10-06  7:19 UTC  (3+ messages)

[rafael-pm:bleeding-edge 127/130] drivers/thermal/gov_power_allocator.c:127:13: warning: unused variable 'ret'
 2023-10-05 23:00 UTC 

[PATCH] cpufreq: schedutil: next_freq need update when cpufreq_limits changed
 2023-10-05 20:09 UTC  (4+ messages)

[PATCH 0/3] Fix Navi3x boot and hotplug problems
 2023-10-05 19:51 UTC  (6+ messages)
` [PATCH 2/3] power: supply: Don't count 'unknown' scope power supplies

[PATCH v1 00/10] Enable cpufreq for IPQ5332 & IPQ9574
 2023-10-05 19:39 UTC  (7+ messages)
` [PATCH v1 07/10] arm64: dts: qcom: ipq5332: populate the opp table based on the eFuse

[PATCH] cpufreq: conservative: Ensure requested_freq is greater than min frequency
 2023-10-05 10:57 UTC  (2+ messages)

[PATCH v2 0/6] thermal: Improve iteration over trip points
 2023-10-05 11:20 UTC  (8+ messages)
` [PATCH v2 3/6] ACPI: thermal: Combine passive and active trip update functions
` [PATCH v2 4/6] ACPI: thermal: Use thermal_zone_for_each_trip() for updating trips
` [PATCH v2 6/6] thermal: int340x: Use thermal_zone_for_each_trip()

[PATCH v8 0/8] soc: mediatek: MT8365 power support
 2023-10-05 10:20 UTC  (6+ messages)

[PATCH] cpufreq: ondemand: Allow powersave_bias_target() to bail out if freq_table is unsorted
 2023-10-05 10:53 UTC  (2+ messages)

[PATCH] thermal: intel: powerclamp: fix mismatch in get function for max_idle
 2023-10-05 15:09 UTC  (2+ messages)

[PATCH v5 0/5] PCI: qcom: Add support for OPP
 2023-10-05  8:52 UTC  (4+ messages)
` [PATCH v5 2/5] arm64: dts: qcom: sm8450: Add opp table support to PCIe

[PATCH 0/4] thermal: Introduce Qualcomm Thermal Mitigation Device support
 2023-10-05  2:52 UTC  (10+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 087dbcb2127272bfc2419ec2dc1e19e6a030f3af
 2023-10-05 10:04 UTC 

pm/testing baseline: 48 runs, 6 regressions (v6.6-rc4-110-g087dbcb21272)
 2023-10-04 23:21 UTC 

pm/testing build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.6-rc4-110-g087dbcb21272)
 2023-10-04 22:37 UTC 

[PATCH] pmdomain: imx: scu-pd: correct DMA2 channel
 2023-10-04 22:33 UTC  (2+ messages)

[PATCH 00/11] add missing of_node_put
 2023-10-04 22:24 UTC  (3+ messages)
` [PATCH 04/11] genpd: ti: "

[PATCH v2 0/3] Remaining patches for RT5033 charger
 2023-10-04 22:15 UTC  (2+ messages)

[PATCH 0/5] Remaining patches for RT5033 charger
 2023-10-04 22:15 UTC  (2+ messages)
  ` (subset) "

[-next v1 0/2] Update prefixes for AON power domain
 2023-10-04 21:46 UTC  (5+ messages)
` [-next v1 1/2] dt-bindings: power: "
` [-next v1 2/2] pmdomain: starfive: "

[PATCH 10/17] pmdomain: rockchip: Move Kconfig option to the pmdomain subsystem
 2023-10-04 21:11 UTC  (2+ messages)

[PATCH V3 0/4] Add support for IPQ5018 tsens
 2023-10-04 19:08 UTC  (5+ messages)
` [PATCH V3 3/4] thermal/drivers/tsens: "
` [PATCH V3 4/4] arm64: dts: qcom: ipq5018: Add tsens node

[PATCH] powercap: intel_rapl: Don't warn about BIOS locked limits during resume
 2023-10-04 18:59 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).