linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3] pmdomain: imx: gpcv2: Add delay after power up handshake
 2024-05-11  2:55 UTC 

[Bug 218827] New: A question about the cpu freq policy
 2024-05-11  2:35 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 72a4c2ca384a381807a30c9a1676240115141d5f
 2024-05-11  2:10 UTC 

[PATCH v2] sched: Consolidate cpufreq updates
 2024-05-11  2:03 UTC  (11+ messages)

[PATCH 0/3] power: supply: power-supply-leds: Add activate() callback to triggers
 2024-05-10 20:07 UTC  (6+ messages)
` [PATCH 1/3] power: supply: power-supply-leds: Add power_supply_[un]register_led_trigger()
` [PATCH 2/3] power: supply: power-supply-leds: Share trig pointer for online and charging_full
` [PATCH 3/3] power: supply: power-supply-leds: Add activate() callback to triggers

[PATCH 0/2] cpufreq: sun50i: fix memory leak and remove of_node_put()
 2024-05-10 17:42 UTC  (5+ messages)
` [PATCH 1/2] cpufreq: sun50i: fix memory leak in dt_has_supported_hw()
` [PATCH 2/2] cpufreq: sun50i: replace of_node_put() with automatic cleanup handler

[PATCH v1 0/6] thermal: core: Assorted improvements for v6.11
 2024-05-10 14:20 UTC  (7+ messages)
` [PATCH v1 1/6] thermal: sysfs: Trigger zone temperature updates on sysfs reads
` [PATCH v1 2/6] thermal: trip: Rename __thermal_zone_set_trips() to thermal_zone_set_trips()
` [PATCH v1 3/6] thermal: trip: Make thermal_zone_set_trips() use trip thresholds
` [PATCH v1 4/6] thermal: trip: Use READ_ONCE() for lockless access to trip properties
` [PATCH v1 5/6] thermal: gov_bang_bang: Drop unnecessary cooling device target state checks
` [PATCH v1 6/6] thermal: core: Avoid calling .trip_crossed() for critical and hot trips

[PATCH V5 RESEND 0/5] PM: domains: Add control for switching back and forth to HW control
 2024-05-10 13:01 UTC  (10+ messages)
` [PATCH V5 RESEND 5/5] venus: pm_helpers: Use dev_pm_genpd_set_hwmode to switch GDSC mode on V6

[syzbot] [kernfs?] possible deadlock in kernfs_seq_start
 2024-05-10 11:33 UTC  (5+ messages)

pm/testing build: 1 build: 0 failed, 1 passed (v6.9-rc7-242-g9b0087147da0)
 2024-05-10 11:17 UTC 

[PATCH V2] OPP: Fix required_opp_tables for multiple genpds using same table
 2024-05-10 10:43 UTC  (5+ messages)

[PATCH v5 0/8] PCI: Add PCIe bandwidth controller
 2024-05-10 10:32 UTC  (13+ messages)
` [PATCH v5 1/8] PCI: Protect Link Control 2 Register with RMW locking
` [PATCH v5 2/8] PCI: Store all PCIe Supported Link Speeds
` [PATCH v5 3/8] PCI: Refactor pcie_update_link_speed()
` [PATCH v5 4/8] PCI/quirks: Abstract LBMS seen check into own function
` [PATCH v5 5/8] PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller
` [PATCH v5 6/8] PCI/bwctrl: Add API to set PCIe Link Speed
` [PATCH v5 7/8] thermal: Add PCIe cooling driver
` [PATCH v5 8/8] selftests/pcie_bwctrl: Create selftests

[PATCH RFC 0/2] pmdomain: ti-sci: Handling DSS boot splash
 2024-05-10 10:19 UTC  (5+ messages)
` [PATCH RFC 2/2] pmdomain: ti-sci: Support retaining PD boot time state

[PATCH v5 1/2] PM / devfreq: exynos: Use Use devm_clk_get_enabled() helpers
 2024-05-10  9:40 UTC  (2+ messages)
` [PATCH v5 2/2] PM / devfreq: exynos: Use local clk variable instead of exynos_bus member

[PATCH v1] pmdomain: imx8m-blk-ctrl: fix suspend/resume order
 2024-05-10  9:34 UTC  (5+ messages)

[GIT PULL] timer drivers for v6.10-rc1
 2024-05-10  9:31 UTC 

[GIT PULL] timer drivers material for v6.10-rc1
 2024-05-10  9:28 UTC 

[PATCH v4] PM / devfreq: exynos: Use Use devm_clk_get_enabled() helpers
 2024-05-10  8:39 UTC  (3+ messages)

[PATCH] cpufreq/cppc: changing highest_perf to nominal_perf in cppc_cpufreq_cpu_init()
 2024-05-10  3:06 UTC  (4+ messages)

[PATCH v1 0/7] thermal/debugfs: Assorted improvements for the 6.11 cycle
 2024-05-09 19:17 UTC  (8+ messages)
` [PATCH v1 1/7] thermal/debugfs: Use helper to update trip point overstepping duration
` [PATCH v1 2/7] thermal/debugfs: Do not extend mitigation episodes beyond system resume
` [PATCH v1 3/7] thermal/debugfs: Print mitigation timestamp value in milliseconds
` [PATCH v1 4/7] thermal/debugfs: Fix up units in "mitigations" files
` [PATCH v1 5/7] thermal/debugfs: Compute maximum temperature for mitigation episode as a whole
` [PATCH v1 6/7] thermal/debugfs: Move some statements from under thermal_dbg->lock
` [PATCH v1 7/7] thermal: trip: Use common set of trip type names

[PATCH 00/11] AMD Pstate Driver Fixes and Improvements
 2024-05-09 16:36 UTC  (27+ messages)
` [PATCH 01/11] cpufreq: amd-pstate: optimiza the initial frequency values verification
` [PATCH 02/11] cpufreq: amd-pstate: show CPPC debug message if CPPC is not supported
` [PATCH 03/11] cpufreq: amd-pstate: add debug message while CPPC is supported and disabled by SBIOS
` [PATCH 04/11] Documentation: PM: amd-pstate: introducing recommended reboot requirement during driver switch
` [PATCH 05/11] Documentation: PM: amd-pstate: add debugging section for driver loading failure
` [PATCH 06/11] Documentation: PM: amd-pstate: add guide mode to the Operation mode
` [PATCH 07/11] cpufreq: amd-pstate: switch boot_cpu_has() to cpu_feature_enabled()
` [PATCH 08/11] x86/cpufeatures: Add feature bits for AMD heterogeneous processor
` [PATCH 09/11] cpufreq: amd-pstate: implement heterogeneous core topology for highest performance initialization
` [PATCH 10/11] cpufreq: amd-pstate: fix the highest frequency issue which limit performance
` [PATCH 11/11] cpufreq: amd-pstate: automatically load pstate driver by default

[PATCH v10 0/7] AMD Pstate Driver Core Performance Boost
 2024-05-09 16:12 UTC  (23+ messages)
` [PATCH v10 1/7] cpufreq: acpi: move MSR_K7_HWCR_CPB_DIS_BIT into msr-index.h
` [PATCH v10 2/7] cpufreq: amd-pstate: initialize new core precision boost state
` [PATCH v10 3/7] cpufreq: amd-pstate: implement cpb_boost sysfs entry for boost control
` [PATCH v10 4/7] cpufreq: amd-pstate: fix the MSR highest perf will be reset issue while cpb boost off
` [PATCH v10 5/7] Documentation: cpufreq: amd-pstate: introduce the new cpu boost control method
` [PATCH v10 6/7] cpufreq: amd-pstate: introduce per CPU frequency boost control
` [PATCH v10 7/7] Documentation: cpufreq: amd-pstate: update doc for Per CPU boost control method

[PATCH v3] power: supply: sbs-battery: Handle unsupported PROP_TIME_TO_EMPTY_NOW
 2024-05-09 15:43 UTC  (5+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS dd501094ad94714c0289153e08ab3e91a412100b
 2024-05-09 10:24 UTC 

iMX8M Mini suspend/resume hanging on imx8m_blk_ctrl_power_on()
 2024-05-08 17:47 UTC  (5+ messages)

pm/testing build: 8 builds: 0 failed, 8 passed, 31 warnings (v6.9-rc7-235-g15a871c024c3)
 2024-05-08 17:26 UTC 

[PATCH v3 1/2] PM / devfreq: exynos: Use Use devm_clk_get_enabled() helpers
 2024-05-08 17:23 UTC  (5+ messages)
` [PATCH v3 2/2] PM / devfreq: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions

[PATCH v2 0/4] thermal: intel: hfi: Update thermal netlink parameters
 2024-05-08 13:48 UTC  (9+ messages)
` [PATCH v2 1/4] thermal: intel: hfi: Rename HFI_UPDATE_INTERVAL
` [PATCH v2 2/4] thermal: intel: hfi: Shorten the thermal netlink event delay to 100ms
` [PATCH v2 3/4] thermal: intel: hfi: Rename HFI_MAX_THERM_NOTIFY_COUNT
` [PATCH v2 4/4] thermal: intel: hfi: Increase the number of CPU capabilities per netlink event

[PATCH] powerpc: rename SPRN_HID2 define to SPRN_HID2_750FX
 2024-05-08 13:39 UTC  (2+ messages)

[PATCH 0/2] thermal: renesas: Group drivers and update dependencies
 2024-05-08 12:31 UTC  (6+ messages)
` [PATCH 1/2] thermal: renesas: Group all renesas thermal drivers together
` [PATCH 2/2] thermal: renesas: rcar: Add dependency on OF

[PATCH] cpufreq: amd-pstate: fix the highest frequency issue which limit performance
 2024-05-08 12:19 UTC  (3+ messages)

pm/testing build: 2 builds: 0 failed, 2 passed, 26 warnings (v6.9-rc7-227-g3ac65ca623a5)
 2024-05-08 12:16 UTC 

[PATCH v9 00/19] ACPI/arm64: add support for virtual cpu hotplug
 2024-05-08  8:44 UTC  (10+ messages)
` [PATCH v9 04/19] ACPI: processor: Return an error if acpi_processor_get_info() fails in processor_add()
` [PATCH v9 05/19] ACPI: processor: Fix memory leaks in error paths of processor_add()
` [PATCH v9 06/19] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v9 07/19] ACPI: processor: Add acpi_get_processor_handle() helper

[PATCH v9 0/6] Add interconnect driver for IPQ9574 SoC
 2024-05-08  8:10 UTC  (9+ messages)
` [PATCH v9 6/6] arm64: dts: qcom: ipq9574: Add icc provider ability to gcc

[rafael-pm:bleeding-edge] BUILD SUCCESS b1a788a966458325d86d7fe59e2fc0e190be607d
 2024-05-08  6:02 UTC 

[PATCH v4 0/4] Add support for QoS configuration
 2024-05-08  2:37 UTC  (6+ messages)
` [PATCH v4 1/4] interconnect: qcom: icc-rpmh: Add QoS configuration support

[PATCH 0/4] Rework rpm-icc QoS settings
 2024-05-08  1:57 UTC  (5+ messages)
` [PATCH 3/4] interconnect: qcom: icc-rpm: Make simple functions return void
` [PATCH 4/4] interconnect: qcom: icc-rpm: Remodel how QoS settings are stored

[PATCH] cpufreq: amd-pstate: fix the highest frequency issue which limit performance
 2024-05-07 19:38 UTC  (2+ messages)

[Bug 218759] New: 6.9-rc kernels - with Ryzen 7840HS CPU single core never boosts to max frequency
 2024-05-07 19:01 UTC  (18+ messages)
` [Bug 218759] "

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-05-07 15:19 UTC  (9+ messages)
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost

[PATCH] cpufreq: intel_pstate: fix struct cpudata::epp_cached kernel-doc
 2024-05-07 13:05 UTC  (2+ messages)

[RFC PATCH v3 3/6] sched/fair: Use util biases for utilization and frequency
 2024-05-07 12:50 UTC 

[PATCH] cpuidle: ladder: fix ladder_do_selection() kernel-doc
 2024-05-07 11:56 UTC  (2+ messages)

[PATCH v5 0/2] Improve VM CPUfreq and task placement behavior
 2024-05-07 10:21 UTC  (8+ messages)
` [PATCH v5 1/2] dt-bindings: cpufreq: add virtual cpufreq device

[Bug 218705] New: amd_pstate fails to load on AMD 5950x with Asus ROG CROSSHAIR VIII DARK HERO x570
 2024-05-07  8:40 UTC  (2+ messages)
` [Bug 218705] "

[PATCH 0/2] platform/chrome: cros_ec_framework_laptop: new driver
 2024-05-07  8:25 UTC  (10+ messages)
` [PATCH 1/2] platform/chrome: cros_ec_framework_laptop: introduce driver

[rafael-pm:bleeding-edge] BUILD SUCCESS b0e05525f385820d096acba5e24f54e4c17738e9
 2024-05-06 23:43 UTC 

[PATCH 0/9] Enable haltpoll for arm64
 2024-05-06 21:27 UTC  (6+ messages)
` [PATCH 1/9] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL

[PATCH] thermal/drivers/max77620: Fix max77620_thermal_read_temp() kernel-doc
 2024-05-06 16:23 UTC 

[PATCH v9 0/7] AMD Pstate Driver Core Performance Boost
 2024-05-06 15:01 UTC  (6+ messages)
` [PATCH v9 3/7] cpufreq: amd-pstate: implement cpb_boost sysfs entry for boost control
` [PATCH v9 6/7] cpufreq: amd-pstate: introduce per CPU frequency "

[RFC][PATCH v1 0/3] x86 / intel_pstate: Set asymmetric CPU capacity on hybrid systems
 2024-05-06 14:39 UTC  (4+ messages)
` [RFC][PATCH v1 3/3] cpufreq: "


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