Linux-PM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-10 06:42:48 to 2024-04-12 20:54:34 UTC [more...]

[PATCH v5 00/18] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-12 20:54 UTC  (24+ messages)
` [PATCH v5 01/18] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v5 02/18] ACPI: processor: Set the ACPI_COMPANION for the struct cpu instance
` [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v5 04/18] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH v5 05/18] ACPI: utils: Add an acpi_sta_enabled() helper and use it in acpi_processor_make_present()
` [PATCH v5 06/18] ACPI: scan: Add parameter to allow defering some actions in acpi_scan_check_and_detach
` [PATCH v5 07/18] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v5 08/18] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH v5 09/18] ACPI: Check _STA present bit before making CPUs not present
` [PATCH v5 10/18] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH v5 11/18] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v5 12/18] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v5 13/18] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v5 14/18] arm64: psci: Ignore DENIED CPUs
` [PATCH v5 15/18] arm64: arch_register_cpu() variant to allow checking of ACPI _STA
` [PATCH v5 16/18] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH v5 17/18] arm64: document virtual CPU hotplug's expectations
` [PATCH v5 18/18] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v2 0/3] thermal: Add support of multiple sensors
 2024-04-12 20:42 UTC  (5+ messages)
` [PATCH v2 2/3] thermal: Add support of multi sensors to thermal_core
` [PATCH v2 3/3] thermal: Add support of multi sensors to thermal_of

[PATCH v2] drivers: thermal: tsens: Fix null pointer dereference
 2024-04-12 20:15 UTC  (2+ messages)

[PATCH] cpufreq: exit() callback is optional
 2024-04-12 14:41 UTC  (12+ messages)
                    `  "

[PATCH] cpufreq: Fixed kernel crash caused by cpufreq issues
 2024-04-12 11:26 UTC  (3+ messages)

[PATCH 1/2] pmdomain: core: Update the rejected/usage counters at system suspend too
 2024-04-12 10:42 UTC  (2+ messages)
` [PATCH 2/2] pmdomain: core: Don't clear suspended_count at genpd_prepare()

[PATCH v2 0/8] sched: cpufreq: Remove magic hardcoded numbers from margins
 2024-04-12 10:06 UTC  (8+ messages)
` [PATCH v2 8/8] sched/pelt: Introduce PELT multiplier

[PATCH v3 0/9] clk: renesas: rzg2l: Add support for power domains
 2024-04-12 10:04 UTC  (2+ messages)

[PATCH v7 0/5] Add interconnect driver for IPQ9574 SoC
 2024-04-12  9:32 UTC  (13+ messages)
` [PATCH v7 1/5] dt-bindings: interconnect: Add Qualcomm IPQ9574 support

[PATCH V2] cpufreq: Always clear freq_table pointer
 2024-04-12  8:41 UTC 

[PATCH v7 00/16] power: sequencing: implement the subsystem and add first users
 2024-04-12  7:53 UTC  (22+ messages)
` [PATCH v7 01/16] regulator: dt-bindings: describe the PMU module of the QCA6390 package
` [PATCH v7 02/16] regulator: dt-bindings: describe the PMU module of the WCN7850 package
` [PATCH v7 03/16] dt-bindings: net: bluetooth: qualcomm: describe regulators for QCA6390
` [PATCH v7 04/16] dt-bindings: net: wireless: qcom,ath11k: describe the ath11k on QCA6390
` [PATCH v7 05/16] dt-bindings: net: wireless: describe the ath12k PCI module
` [PATCH v7 06/16] arm64: dts: qcom: sm8550-qrd: add the Wifi node
` [PATCH v7 07/16] arm64: dts: qcom: sm8650-qrd: "
` [PATCH v7 08/16] arm64: dts: qcom: qrb5165-rb5: "
` [PATCH v7 09/16] PCI: hold the rescan mutex when scanning for the first time
` [PATCH v7 10/16] PCI/pwrctl: reuse the OF node for power controlled devices
` [PATCH v7 11/16] PCI/pwrctl: create platform devices for child OF nodes of the port node
` [PATCH v7 12/16] PCI/pwrctl: add PCI power control core code
` [PATCH v7 13/16] power: sequencing: implement the pwrseq core
` [PATCH v7 14/16] power: pwrseq: add a driver for the PMU module on the QCom WCN chipsets
` [PATCH v7 15/16] Bluetooth: qca: use the power sequencer for QCA6390
` [PATCH v7 16/16] PCI/pwrctl: add a PCI power control driver for power sequenced devices

[PATCH v3 1/2] dt-bindings: power: supply: ltc3350-charger: Add bindings
 2024-04-12  6:53 UTC  (4+ messages)
  ` [PATCH v3 2/2] power: supply: ltc3350-charger: Add driver

[PATCH V2] OPP: Fix required_opp_tables for multiple genpds using same table
 2024-04-12  6:41 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 53c477378d23c092bd63c0670d9020b5c552bb28
 2024-04-12  6:31 UTC 

[PATCH] cpufreq: Covert to exit callback returning void
 2024-04-12  6:02 UTC  (4+ messages)

[PATCH] cpufreq: Remove redundant exit() functions
 2024-04-12  5:53 UTC  (3+ messages)

[PATCH] cpufreq: Convert to exit callback returning void
 2024-04-12  5:51 UTC  (3+ messages)

[PATCH] cpufreq: pcc-cpufreq: Remove redundant exit() functions
 2024-04-12  5:49 UTC  (2+ messages)

pm/testing build: 8 builds: 0 failed, 8 passed, 33 warnings (pm-6.9-rc4-89-g53c477378d23)
 2024-04-12  0:09 UTC 

[GIT PULL] turbostat 2024.04.10
 2024-04-11 19:14 UTC  (5+ messages)

[GIT PULL] Power management fix for v6.9-rc4
 2024-04-11 19:09 UTC  (2+ messages)

[Bug 218686] New: Fail to set energy_performance_preference of amd processor on asus ga403uv
 2024-04-11 15:54 UTC  (27+ messages)
` [Bug 218686] "

[PATCH RESEND v8 09/10] watchdog: rzg2l_wdt: Power on the PM domain in rzg2l_wdt_restart()
 2024-04-11 15:20 UTC 

[PATCH] cpufreq: Covert to offline callback returning void
 2024-04-11 15:06 UTC 

[PATCH] cpufreq: Covert to offline callback returning void
 2024-04-11 15:05 UTC 

[PATCH 0/2] Deduplicate bin_attribute simple read() callbacks
 2024-04-11 13:39 UTC  (5+ messages)
` [PATCH 1/2] sysfs: Add sysfs_bin_attr_simple_read() helper

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-11 13:25 UTC  (15+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs

[GIT PULL] interconnect fixes for 6.9-rc
 2024-04-11 12:45 UTC  (2+ messages)

[PATCH] drivers: thermal: tsens: Fix null pointer dereference
 2024-04-11 11:24 UTC  (3+ messages)

Commit 0c4cae1bc ("PM: hibernate: Avoid missing wakeup events during hibernation") prevents my laptop from hibernating
 2024-04-11 10:25 UTC  (3+ messages)

[PATCH] OPP: Fix required_opp_tables for multiple genpds using same table
 2024-04-11 10:23 UTC  (3+ messages)

[PATCH v2 0/3] gov_power_allocator: Allow binding before cooling devices
 2024-04-11  6:38 UTC  (4+ messages)

[PATCH v3 0/6] thermal: More separation between the core and drivers
 2024-04-11  6:35 UTC  (6+ messages)
` [PATCH v3 6/6] thermal: core: Relocate critical and hot trip handling

[PATCH] thermal/drivers/qcom: Remove some unused fields in struct qpnp_tm_chip
 2024-04-11  3:15 UTC  (2+ messages)

[PATCH 0/4] thermal: loongson2: Add Loongson-2K0500 and Loongson-2K2000 thermal support
 2024-04-10 20:23 UTC  (8+ messages)
` [PATCH 1/4] thermal: loongson2: Trivial code style adjustment
` [PATCH 2/4] dt-bindings: thermal: loongson,ls2k-thermal: Add Loongson-2K0500 compaible
` [PATCH 3/4] dt-bindings: thermal: loongson,ls2k-thermal: Fix incorrect compatible definition
` [PATCH 4/4] thermal: loongson2: Add Loongson-2K2000 support

[PATCH v1 00/16] thermal: core: Redesign the governor interface
 2024-04-10 17:44 UTC  (17+ messages)
` [PATCH v1 02/16] thermal: gov_bang_bang: Use .trip_crossed() instead of .throttle()
` [PATCH v1 03/16] thermal: gov_bang_bang: Clean up thermal_zone_trip_update()
` [PATCH v1 04/16] thermal: gov_bang_bang: Fold thermal_zone_trip_update() into its caller
` [PATCH v1 05/16] thermal: core: Introduce .manage() callback for thermal governors
` [PATCH v1 06/16] thermal: gov_power_allocator: Use .manage() callback instead of .throttle()
` [PATCH v1 01/16] thermal: core: Introduce .trip_crossed() callback for thermal governors
` [PATCH v1 07/16] thermal: gov_power_allocator: Eliminate a redundant variable
` [PATCH v1 08/16] thermal: gov_step_wise: Use .manage() callback instead of .throttle()
` [PATCH v1 09/16] thermal: gov_step_wise: Use trip thresholds instead of trip temperatures
` [PATCH v1 10/16] thermal: gov_step_wise: Clean up thermal_zone_trip_update()
` [PATCH v1 11/16] thermal: gov_fair_share: Use .manage() callback instead of .throttle()
` [PATCH v1 12/16] thermal: gov_fair_share: Use trip thresholds instead of trip temperatures
` [PATCH v1 13/16] thermal: gov_fair_share: Eliminate unnecessary integer divisions
` [PATCH v1 14/16] thermal: gov_user_space: Use .trip_crossed() instead of .throttle()
` [PATCH v1 15/16] thermal: core: Drop the .throttle() governor callback
` [PATCH v1 16/16] thermal: core: Relocate critical and hot trip handling

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

[rafael-pm:bleeding-edge] BUILD SUCCESS 9d16ca96a3b1887596feca9cd9d73f444e8b48c8
 2024-04-10 15:31 UTC 

[PATCH] riscv: Do not save the scratch CSR during suspend
 2024-04-10 14:20 UTC  (2+ messages)

[RFC PATCH 0/2] Disable RT-throttling for idle-inject threads
 2024-04-10 13:31 UTC  (9+ messages)
` [RFC PATCH 1/2] sched/rt: Disable runtime accounting for idle threads with SCHED_FIFO policy

[PATCH] cpufreq: Covert to exit callback returning void
 2024-04-10 13:21 UTC 

[PATCH 22/26] tools/power/turbostat: Fix uncore frequency file string
 2024-04-10 13:19 UTC  (5+ messages)
` [PATCH 23/26] tools/power/turbostat: Introduce BIC_SAM_mc6/BIC_SAMMHz/BIC_SAMACTMHz
` [PATCH 24/26] tools/power/turbostat: Add support for new i915 sysfs knobs
` [PATCH 25/26] tools/power/turbostat: Add support for Xe "
` [PATCH 26/26] tools/power turbostat: v2024.04.10

[PATCH 00/26] tools/power turbostat 2024.04.10
 2024-04-10 13:19 UTC 

[PATCH v2] thermal/drivers/mediatek/lvts_thermal: Add coeff for mt8192
 2024-04-10 13:02 UTC 

[PATCH] thermal/drivers/mediatek/lvts_thermal: Add coeff for mt8192
 2024-04-10 10:07 UTC  (2+ messages)

[PATCH] thermal/drivers/mediatek/lvts_thermal: Remove redundant code in lvts_ctrl_configure
 2024-04-10  9:55 UTC  (2+ messages)

[PATCH] power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator
 2024-04-10  9:20 UTC  (2+ messages)

[PATCH v2] power: supply: bq27xxx: Divide the reg cache to each register
 2024-04-10  8:08 UTC  (5+ messages)

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-10  8:02 UTC  (2+ messages)
` (subset) "


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 read-only IMAP folder(s) and NNTP newsgroup(s).