linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-12 12:49:24 to 2023-12-14 10:35:54 UTC [more...]

[PATCH 0/5] cpufreq support for the D1
 2023-12-14 10:33 UTC  (6+ messages)
` [PATCH 1/5] riscv: dts: allwinner: Update opp table to allow CPU frequency scaling
` [PATCH 2/5] cpufreq: sun50i: Add D1 support
` [PATCH 3/5] cpufreq: dt-platdev: Blocklist allwinner,sun20i-d1 SoC
` [PATCH 4/5] cpufreq: Add support for RISC-V CPU Frequency scaling drivers
` [PATCH 5/5] cpufreq: Make sun50i h6 cpufreq Kconfig option generic

[bug report] thermal: core: Make thermal_zone_device_unregister() return after freeing the zone
 2023-12-14 10:19 UTC  (2+ messages)

[PATCH v3 5/6] thermal: sun8i: add support for H616 THS controller
 2023-12-14  9:59 UTC  (2+ messages)

[PATCH v3 5/6] thermal: sun8i: add support for H616 THS controller
 2023-12-14  9:59 UTC  (5+ messages)

[PATCH v1 1/2] PM: QoS: Rename freq to range constraint
 2023-12-14  9:49 UTC  (6+ messages)
` [PATCH v1 2/2] PM: QoS: Add a performance QoS

[PATCH 0/5] Rework system pressure interface to the scheduler
 2023-12-14  9:40 UTC  (21+ messages)
` [PATCH 1/4] cpufreq: Add a cpufreq pressure feedback for "
` [PATCH 2/4] sched: Take cpufreq feedback into account
` [PATCH 3/4] thermal/cpufreq: Remove arch_update_thermal_pressure()
` [PATCH 4/4] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure

[PATCH v2 RESEND] thermal core: add option to run PM_POST_SUSPEND asynchronously
 2023-12-14  8:25 UTC  (8+ messages)

[PATCH 0/4] sched: cpufreq: Remove uclamp max-aggregation
 2023-12-14  8:19 UTC  (14+ messages)
` [PATCH 1/4] sched/fair: Be less aggressive in calling cpufreq_update_util()

[PATCH v6 0/8] Convert DA906{1,2} bindings to json-schema
 2023-12-14  8:09 UTC  (3+ messages)
` [PATCH v6 6/8] dt-bindings: thermal: Convert da906{1,2} thermal "
` [PATCH v6 8/8] dt-bindings: mfd: dlg,da9063: Convert da9062 "

[PATCH v3] PM: hibernate: use acquire/release ordering when compress/decompress image
 2023-12-14  1:44 UTC  (3+ messages)

[PATCH v6 00/40] ep93xx device tree conversion
 2023-12-13 17:59 UTC  (4+ messages)
` [PATCH v6 06/40] power: reset: Add a driver for the ep93xx reset

[PATCH 0/5] clk: Make clk_rate_exclusive_get() return void
 2023-12-13 16:44 UTC  (11+ messages)
` [PATCH 1/5] PM / devfreq: sun8i-a33-mbus: Simplify usage of clk_rate_exclusive_get()
` [PATCH 5/5] clk: Make clk_rate_exclusive_get() return void

[PATCH 1/2] thermal: core: add initial support for cold and critical_cold trip point
 2023-12-13 16:00 UTC  (14+ messages)
` [PATCH 2/2] tools/thermal: tmon: add support for cold and critical cold "

pm/testing build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.7-rc5-82-ga5166a0124480)
 2023-12-13 15:49 UTC 

[PATCH v4] PM: hibernate: Avoid missing wakeup events during hibernation
 2023-12-13 13:45 UTC  (2+ messages)

Various Exynos targets never return to no cooling
 2023-12-13 13:42 UTC  (2+ messages)

[PATCH v5 00/23] Introduce runtime modifiable Energy Model
 2023-12-13 13:40 UTC  (26+ messages)
` [PATCH v5 04/23] PM: EM: Refactor em_pd_get_efficient_state() to be more flexible
` [PATCH v5 07/23] PM: EM: Refactor how the EM table is allocated and populated
` [PATCH v5 08/23] PM: EM: Introduce runtime modifiable table
` [PATCH v5 11/23] PM: EM: Add API for updating the runtime modifiable EM
` [PATCH v5 14/23] PM: EM: Support late CPUs booting and capacity adjustment
` [PATCH v5 15/23] PM: EM: Optimize em_cpu_energy() and remove division
` [PATCH v5 22/23] PM: EM: Add em_dev_compute_costs() as API for device drivers
` [PATCH v5 23/23] Documentation: EM: Update with runtime modification design

[PATCH] thermal/core: Check get_temp ops is present when registering a tz
 2023-12-13 13:37 UTC  (4+ messages)

[PATCH v3 0/2] SM6115 interconnect
 2023-12-13 13:36 UTC  (4+ messages)
` [PATCH v3 2/2] interconnect: qcom: Add SM6115 interconnect provider driver

[PATCH] power: reset: at91: mark at91_wakeup_status non-__init
 2023-12-13 13:01 UTC  (4+ messages)

[PATCH v12 1/4] dt-bindings: thermal-zones: Document critical-action
 2023-12-13 12:54 UTC  (5+ messages)

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-13 12:50 UTC  (22+ messages)
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 06/21] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v3 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v3 08/21] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v3 10/21] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v3 11/21] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v3 12/21] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 15/21] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v3 16/21] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 19/21] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH 2/2] PM: domains: Move genpd and its governor to the pmdomain subsystem
 2023-12-13 11:42 UTC  (2+ messages)

[PATCH 1/2] PM: domains: Drop redundant header for genpd
 2023-12-13 11:32 UTC 

[PATCH v1] thermal: trip: Drop redundant __thermal_zone_get_trip() header
 2023-12-13 10:52 UTC  (3+ messages)

[PATCH] PM: domains: Drop the unused pm_genpd_opp_to_performance_state()
 2023-12-13 10:33 UTC  (6+ messages)

[PATCH] PM: domains: fix domain_governor kernel-doc warnings
 2023-12-13 10:33 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: Add Emerald Rapids support in no-HWP mode
 2023-12-13 10:28 UTC 

[PATCH v1 0/3] thermal: Use for_each_trip() in some places
 2023-12-13 10:25 UTC  (9+ messages)
` [PATCH v1 1/3] thermal: trip: Use for_each_trip() in __thermal_zone_set_trips()
` [PATCH v1 2/3] thermal: helpers: Use for_each_trip() in __thermal_zone_get_temp()
` [PATCH v1 3/3] thermal: netlink: Use for_each_trip() in thermal_genl_cmd_tz_get_trip()

[PATCH v1 1/2] thermal/debugfs: Add thermal cooling device debugfs information
 2023-12-13  7:57 UTC  (4+ messages)
` [PATCH v1 2/2] thermal/debugfs: Add thermal debugfs information for mitigation episodes

[PATCH v6 0/1] PM: sleep: Expose last succeeded resumed timestamp in sysfs
 2023-12-13  7:39 UTC  (2+ messages)
` [PATCH v6] "

[PATCH v5 0/8] Convert DA906{1,2} bindings to json-schema
 2023-12-13  6:40 UTC  (7+ messages)
` [PATCH v5 8/8] dt-bindings: mfd: dlg,da9063: Convert da9062 "

[PATCH v2 0/3] power: supply: Acer Aspire 1 embedded controller
 2023-12-13  5:44 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: power: supply: Add Acer Aspire 1 EC
` [PATCH v2 2/3] power: supply: Add Acer Aspire 1 embedded controller driver
` [PATCH v2 3/3] arm64: dts: qcom: acer-aspire1: Add embedded controller

[PATCH v2] PM: hibernate: use acquire/release ordering when compress/decompress image
 2023-12-13  1:02 UTC  (3+ messages)

[PATCH v5 0/1] PM: sleep: Expose last succeeded resumed timestamp in sysfs
 2023-12-12 22:19 UTC  (6+ messages)
` [PATCH v5] "

[PATCH v1] thermal: trip: Send trip change notifications on all trip updates
 2023-12-12 21:02 UTC  (5+ messages)

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-12-12 20:16 UTC  (6+ messages)

[PATCH v2 0/4] Add support for drivers to decide bridge D3 policy
 2023-12-12 19:53 UTC  (5+ messages)
` [PATCH v2 2/4] PCI: Refresh root ports in pci_bridge_d3_update()

[PATCH RESEND v3] PM: hibernate: Avoid missing wakeup events during hibernation
 2023-12-12 18:55 UTC  (2+ messages)

pm/testing baseline: 58 runs, 1 regressions (v6.7-rc5-71-g15c1f7c6e0578)
 2023-12-12 17:25 UTC 

[PATCH v3 00/12] RB1/QCM2290 features
 2023-12-12 17:20 UTC  (2+ messages)

pm/testing build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.7-rc5-71-g15c1f7c6e0578)
 2023-12-12 16:42 UTC 

[PATCH linux-next] kernel/power: Use kmap_local_page() in snapshot.c
 2023-12-12 15:47 UTC  (4+ messages)

[PATCH linux-next] kernel/power: Use kmap_local_page() in snapshot.c
 2023-12-12 15:37 UTC  (2+ messages)
` [PATCH linux-next v2] "

[PATCH] docs: power: Adjust freezing-of-tasks.rst due to the freezer logic changes
 2023-12-12 14:00 UTC 

[PATCH v2 0/8] Add callback for cooling list update to speed-up IPA
 2023-12-12 13:48 UTC  (9+ messages)
` [PATCH v2 1/8] thermal: core: Add governor callback for thermal zone change
` [PATCH v2 2/8] thermal: gov_power_allocator: Refactor check_power_actors()
` [PATCH v2 3/8] thermal: gov_power_allocator: Move memory allocation out of throttle()
` [PATCH v2 4/8] thermal: gov_power_allocator: Simplify checks for valid power actor
` [PATCH v2 5/8] thermal: gov_power_allocator: Refactor checks in divvy_up_power()
` [PATCH v2 6/8] thermal/sysfs: Update instance->weight under tz lock
` [PATCH v2 7/8] thermal/sysfs: Update governors when the 'weight' has changed
` [PATCH v2 8/8] thermal: gov_power_allocator: Support new update callback of weights

[PATCH V12 0/7] amd-pstate preferred core
 2023-12-12 13:47 UTC  (9+ messages)
` [PATCH V12 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion
` [PATCH V12 2/7] acpi: cppc: Add get the highest performance cppc control
` [PATCH V12 4/7] cpufreq: Add a notification message that the highest perf has changed

[PATCH 0/7] cpuidle: Handle TIF_NR_POLLING on behalf of polling idle states
 2023-12-12 13:27 UTC  (9+ messages)
` [PATCH 4/7] cpuidle: s/CPUIDLE_FLAG_POLLING/CPUIDLE_FLAG_POLLING_SOFT
` [PATCH 5/7] cpuidle: Introduce CPUIDLE_FLAG_POLLING_HARD
` [PATCH 6/7] cpuidle: Handle TIF_NR_POLLING on behalf of CPUIDLE_FLAG_POLLING_HARD states
` [PATCH 7/7] cpuidle: Handle TIF_NR_POLLING on behalf of software polling idle states

[PATCH v2 0/8] sched: cpufreq: Remove magic hardcoded numbers from margins
 2023-12-12 13:16 UTC  (6+ messages)
` [PATCH v2 7/8] sched/schedutil: Add a new tunable to dictate response time


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