linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[rafael-pm:bleeding-edge 183/186] drivers/cpufreq/amd-pstate.c:760: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2024-04-27  3:46 UTC 

[rafael-pm:bleeding-edge 180/186] drivers/cpufreq/amd-pstate.c:828:47: warning: variable 'lowest_nonlinear_freq' set but not used
 2024-04-27  2:22 UTC 

[Bug 218705] New: amd_pstate fails to load on AMD 5950x with Asus ROG CROSSHAIR VIII DARK HERO x570
 2024-04-27  0:49 UTC  (18+ messages)
` [Bug 218705] "

[PATCH v8 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-26 18:28 UTC  (25+ messages)
` [PATCH v8 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v8 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v8 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v8 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v8 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v8 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v8 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v8 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v8 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v8 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v8 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v8 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v8 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v8 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v8 15/16] arm64: document virtual CPU hotplug's expectations
` [PATCH v8 16/16] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH V3 0/2] powercap: Introduce TPMI RAPL PMU support
 2024-04-26 17:55 UTC  (3+ messages)
` [PATCH V3 1/2] powercap: intel_rapl: Introduce APIs for "

[PATCH v12 0/8] AMD Pstate Fixes And Enhancements
 2024-04-26 17:37 UTC  (10+ messages)
` [PATCH v12 1/8] cpufreq: amd-pstate: Document *_limit_* fields in struct amd_cpudata
` [PATCH v12 2/8] cpufreq: amd-pstate: Document the units for freq variables in amd_cpudata
` [PATCH v12 3/8] cpufreq: amd-pstate: Unify computation of {max,min,nominal,lowest_nonlinear}_freq
` [PATCH v12 4/8] cpufreq: amd-pstate: Remove amd_get_{min,max,nominal,lowest_nonlinear}_freq()
` [PATCH v12 5/8] cpufreq: amd-pstate: Bail out if min/max/nominal_freq is 0
` [PATCH v12 6/8] cpufreq: amd-pstate: get transition delay and latency value from ACPI tables
` [PATCH v12 7/8] cppc_acpi: print error message if CPPC is unsupported
` [PATCH v12 8/8] cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities missing

[linus:master] [timers] 7ee9887703: stress-ng.uprobe.ops_per_sec -17.1% regression
 2024-04-26 16:03 UTC  (7+ messages)

[RFT PATCH v2] serial: core: Call device_set_awake_path() for console port
 2024-04-26 15:11 UTC  (6+ messages)

[PATCH v8 0/6] AMD Pstate Driver Core Performance Boost
 2024-04-26 14:13 UTC  (12+ messages)
` [PATCH v8 1/6] cpufreq: acpi: move MSR_K7_HWCR_CPB_DIS_BIT into msr-index.h
` [PATCH v8 2/6] cpufreq: amd-pstate: initialize new core precision boost state
` [PATCH v8 3/6] cpufreq: amd-pstate: implement cpb_boost sysfs entry for boost control
` [PATCH v8 4/6] cpufreq: amd-pstate: fix the MSR highest perf will be reset issue while cpb boost off
` [PATCH v8 5/6] Documentation: cpufreq: amd-pstate: introduce the new cpu boost control method
` [PATCH v8 6/6] cpufreq: amd-pstate-ut: support new cpb boost control interface

[Bug 218759] New: 6.9-rc kernels - with Ryzen 7840HS CPU single core never boosts to max frequency
 2024-04-26 13:59 UTC  (13+ messages)
` [Bug 218759] "

[rafael-pm:bleeding-edge] BUILD SUCCESS 1d44eb09066fcecd4dc6843b0c2448ba3515cc0d
 2024-04-26 12:52 UTC 

[PATCH v7 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-26 12:41 UTC  (39+ messages)
` [PATCH v7 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v7 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v7 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v7 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v7 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v7 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v7 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v7 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v7 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v7 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v7 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled

[PATCH v2 0/3] thermal/debugfs: Fix handling of cdev states and mitigation episodes in progress
 2024-04-26  9:55 UTC  (9+ messages)
` [PATCH v2 1/3] thermal/debugfs: Create records for cdev states as they get used
` [PATCH v2 2/3] thermal/debugfs: Pass cooling device state to thermal_debug_cdev_add()
` [PATCH v2 3/3] thermal/debugfs: Avoid printing zero duration for mitigation events in progress

[PATCH v1 0/3] thermal/debugfs: Fix a memory leak on removal and locking
 2024-04-26  9:54 UTC  (12+ messages)
` [PATCH v1 1/3] thermal/debugfs: Free all thermal zone debug memory on zone removal
` [PATCH v1 2/3] thermal/debugfs: Fix thermal zone locking
  ` [Alternative][PATCH v1 2/3] thermal/debugfs: Fix two locking issues with thermal zone debug
` [PATCH v1 3/3] thermal/debugfs: Prevent use-after-free from occurring after cdev removal
  ` [PATCH v2 "

[PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller
 2024-04-26  7:57 UTC  (5+ messages)

[PATCH v7 0/6] AMD Pstate Driver Core Performance Boost
 2024-04-26  6:40 UTC  (6+ messages)
` [PATCH v7 3/6] cpufreq: amd-pstate: implement cpb_boost sysfs entry for boost control

[GIT PULL] ACPI fixes for v6.9-rc6
 2024-04-25 19:45 UTC  (6+ messages)

[RFC][PATCH v1 0/3] x86 / intel_pstate: Set asymmetric CPU capacity on hybrid systems
 2024-04-25 19:15 UTC  (6+ messages)
` [RFC][PATCH v1 1/3] x86/sched: Introduce arch_rebuild_sched_domains()
` [RFC][PATCH v1 2/3] "
    ` [RFC][PATCH v1 2/3] x86/sched: Add basic support for CPU capacity scaling
` [RFC][PATCH v1 3/3] cpufreq: intel_pstate: Set asymmetric CPU capacity on hybrid systems

[PATCH v1 0/3] thermal/debugfs: Fix handling of cdev states and mitigation episodes in progress
 2024-04-25 19:10 UTC  (9+ messages)
` [PATCH v1 2/3] thermal/debugfs: Pass cooling device state to thermal_debug_cdev_add()

[PATCH v2 0/3] drivers: thermal/hwmon: intel: Use model-specific bitmasks for temperature registers
 2024-04-25 17:13 UTC  (4+ messages)
` [PATCH v2 1/3] thermal: intel: intel_tcc: Add model checks "
` [PATCH v2 2/3] thermal: intel: intel_tcc_cooling: Use a model-specific bitmask for TCC offset
` [PATCH v2 3/3] hwmon: (coretemp) Extend the bitmask to read temperature to 0xff

[PATCH v4 0/8] clk: renesas: rzg2l: Add support for power domains
 2024-04-25 16:44 UTC  (3+ messages)

[RFC PATCH 0/3] Rust bindings for cpufreq and OPP core + sample driver
 2024-04-25 15:54 UTC  (10+ messages)
` [RFC PATCH 1/3] rust: Add bindings for OPP framework
` [RFC PATCH 3/3] cpufreq: Add Rust based cpufreq-dt driver

[PATCH v9 0/6] Add interconnect driver for IPQ9574 SoC
 2024-04-25 16:21 UTC  (11+ messages)
` [PATCH v9 1/6] interconnect: icc-clk: Allow user to specify master/slave ids
` [PATCH v9 4/6] clk: qcom: common: Add interconnect clocks support
` [PATCH v9 6/6] arm64: dts: qcom: ipq9574: Add icc provider ability to gcc

[PATCH v4] thermal: k3_j72xx_bandgap: implement suspend/resume support
 2024-04-25 15:32 UTC 

[PATCH 4/4] sched/core: split iowait state into two states
 2024-04-25 14:20 UTC  (5+ messages)

[PATCH v1] thermal: core: Move passive polling management to the core
 2024-04-25 14:11 UTC 

[PATCH v1] thermal: trip: Add missing empty code line
 2024-04-25 14:07 UTC 

cpufreq: Fix printing large cpu and cpufreq number
 2024-04-25 13:56 UTC  (2+ messages)

pm/testing build: 8 builds: 0 failed, 8 passed, 33 warnings (v6.9-rc5-139-gdcb73e2a8283)
 2024-04-25 13:06 UTC 

[RFC] power: supply: gpio-charger: extend for supercap charger ltc4041
 2024-04-25 11:23 UTC 

[PATCH 0/3] arm64: qcom: Add cpufreq and clock support
 2024-04-25  5:21 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: cpufreq: cpufreq-qcom-hw: Add SM4450 compatibles
` [PATCH 2/3] arm64: dts: qcom: sm4450: Add cpufreq support
` [PATCH 3/3] arm64: dts: qcom: sm4450: Supply clock from cpufreq node to CPUs

[PATCH] cpufreq: sun50i: fix error returns in dt_has_supported_hw()
 2024-04-25  5:08 UTC  (3+ messages)

[PATCH] cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations
 2024-04-25  5:07 UTC  (2+ messages)

[PATCH v5 0/7] MediaTek DVFSRC Bus Bandwidth and Regulator knobs
 2024-04-24 19:04 UTC  (5+ messages)
` [PATCH v5 4/7] soc: mediatek: Add MediaTek DVFS Resource Collector (DVFSRC) driver
` [PATCH v5 6/7] regulator: Add refactored mtk-dvfsrc-regulator driver

[PATCH v7 00/16] power: sequencing: implement the subsystem and add first users
 2024-04-24 20:48 UTC  (3+ messages)
` [PATCH v7 01/16] regulator: dt-bindings: describe the PMU module of the QCA6390 package

pm/testing build: 8 builds: 0 failed, 8 passed, 33 warnings (v6.9-rc5-137-gcce2439ee447)
 2024-04-24 20:07 UTC 

[PATCH v4 07/71] cpufreq: intel_pstate: Switch to new Intel CPU model defines
 2024-04-24 18:14 UTC  (8+ messages)
` [PATCH v4 08/71] cpufreq: "
` [PATCH v4 09/71] intel_idle: "
` [PATCH v4 12/71] powercap: intel_rapl: "
` [PATCH v4 11/71] "
` [PATCH v4 13/71] ASoC: Intel: "
` [PATCH v4 14/71] thermal: intel: intel_tcc_cooling: "
` [PATCH v4 15/71] tools/power/turbostat: "


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