linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-20 17:50:17 to 2023-09-25 13:18:16 UTC [more...]

[PATCH 0/9] PM: domains/opp/arm_scmi: Extend performance scaling support
 2023-09-25 13:17 UTC  (10+ messages)
` [PATCH 1/9] PM: domains: Introduce dev_pm_domain_set_performance_state()
` [PATCH 2/9] PM: domains: Implement the ->set_performance_state() callback for genpd
` [PATCH 3/9] OPP: Add dev_pm_opp_add_dynamic() to allow more flexibility
` [PATCH 4/9] OPP: Extend dev_pm_opp_data with a level
` [PATCH 5/9] OPP: Switch to use dev_pm_domain_set_performance_state()
` [PATCH 6/9] OPP: Extend support for the opp-level beyond required-opps
` [PATCH 7/9] firmware: arm_scmi: Simplify error path in scmi_dvfs_device_opps_add()
` [PATCH 8/9] firmware: arm_scmi: Specify the performance level when adding an OPP
` [PATCH 9/9] firmware: arm_scmi: Add generic OPP support to the SCMI performance domain

serial: 8250_omap: suspend issue with console_suspend disabled
 2023-09-25 13:03 UTC  (4+ messages)

[PATCH 0/4] consolidate and cleanup CPU capacity
 2023-09-25 12:06 UTC  (11+ messages)
` [PATCH 2/4] topology: add a new arch_scale_freq_reference
` [PATCH 3/4] cpufreq/schedutil: use a fixed reference frequency
` [PATCH 4/4] energy_model: "

pm/testing baseline: 48 runs, 3 regressions (v6.6-rc3-36-g6e2207203652)
 2023-09-25 11:47 UTC 

[PATCH v2 0/7] Initial support for the Fairphone 5 smartphone
 2023-09-25 11:24 UTC  (3+ messages)
` (subset) "

pm/testing build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.6-rc3-36-g6e2207203652)
 2023-09-25 11:04 UTC 

s2idle stopped working with 6.6-rc on Thinkpad T14 G1 (AMD)
 2023-09-25 10:55 UTC 

[PATCH V3 0/4] Add support for IPQ5018 tsens
 2023-09-25 10:40 UTC  (14+ messages)
` [PATCH V3 1/4] dt-bindings: thermal: qcom-tsens: Add ipq5018 compatible
` [PATCH V3 2/4] thermal/drivers/qcom: Add new feat for soc without rpm
` [PATCH V3 3/4] thermal/drivers/tsens: Add support for IPQ5018 tsens
` [PATCH V3 4/4] arm64: dts: qcom: ipq5018: Add tsens node

[PATCH] thermal: core: Check correct temperature for thermal trip notification
 2023-09-25 10:19 UTC  (3+ messages)

[PATCH 00/40] soc: Convert to platform remove callback returning void
 2023-09-25  9:58 UTC  (3+ messages)
` [PATCH 38/40] soc/ti: smartreflex: "

[PATCH v4 13/13] pmdomain: arm: Add the SCMI performance domain
 2023-09-25  9:50 UTC  (7+ messages)
` [PATCH] firmware: arm_scmi: Move power-domain driver to the pmdomain dir

[PATCH] tools/thermal: fix memory leak in realloc failure handling
 2023-09-25  9:42 UTC  (2+ messages)

[PATCH v3 00/13] arm_scmi/cpufreq: Add generic performance scaling support
 2023-09-25  9:39 UTC  (23+ messages)
` [PATCH v3 03/13] cpufreq: scmi: Prepare to move OF parsing of domain-id to cpufreq
` [PATCH v3 04/13] firmware: arm_scmi: Align perf ops to use domain-id as in-parameter
` [PATCH v3 06/13] cpufreq: scmi: Avoid one OF parsing in scmi_get_sharing_cpus()
` [PATCH v3 07/13] cpufreq: scmi: Drop redundant ifdef in scmi_cpufreq_probe()
` [PATCH v3 08/13] dt-bindings: arm: cpus: Add a power-domain-name for a performance-domain
` [PATCH v3 11/13] cpufreq: scmi: Add support to parse domain-id using #power-domain-cells
` [PATCH v3 12/13] PM: domains: Allow genpd providers to manage OPP tables directly by its FW

[PATCH v4] PM: Fix symbol export for _SIMPLE_ variants of _PM_OPS()
 2023-09-25  9:01 UTC  (2+ messages)

[PATCH 0/6] cpufreq for H616
 2023-09-25  8:59 UTC  (5+ messages)
` [PATCH 2/6] cpufreq: dt-platdev: Blocklist allwinner,h616 SoC
` [PATCH 4/6] cpufreq: sun50i: Add H616 support

[PATCH v4 00/18] Introduce runtime modifiable Energy Model
 2023-09-25  8:11 UTC  (19+ messages)
` [PATCH v4 01/18] PM: EM: Add missing newline for the message log
` [PATCH v4 02/18] PM: EM: Refactor em_cpufreq_update_efficiencies() arguments
` [PATCH v4 03/18] PM: EM: Find first CPU online while updating OPP efficiency
` [PATCH v4 04/18] PM: EM: Refactor em_pd_get_efficient_state() to be more flexible
` [PATCH v4 05/18] PM: EM: Refactor a new function em_compute_costs()
` [PATCH v4 06/18] PM: EM: Check if the get_cost() callback is present in em_compute_costs()
` [PATCH v4 07/18] PM: EM: Refactor struct em_perf_domain and add default_table
` [PATCH v4 08/18] PM: EM: Add update_power() callback for runtime modifications
` [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 v4 11/18] PM: EM: Add runtime update interface to modify EM power
` [PATCH v4 12/18] PM: EM: Use runtime modified EM for CPUs energy estimation in EAS
` [PATCH v4 13/18] Documentation: EM: Update with runtime modification design
` [PATCH v4 14/18] PM: EM: Add performance field to struct em_perf_state
` [PATCH v4 15/18] PM: EM: Adjust performance with runtime modification callback
` [PATCH v4 16/18] PM: EM: Support late CPUs booting and capacity adjustment
` [PATCH v4 17/18] PM: EM: Optimize em_cpu_energy() and remove division
` [PATCH v4 18/18] Documentation: EM: Update information about performance field

[PATCH] thermal: imx8mm_thermal: Fix function pointer declaration by adding identifier name
 2023-09-25  7:47 UTC  (3+ messages)

[PATCH] PM: hibernate: fix the kerneldoc comment for swsusp_check and swsusp_close
 2023-09-25  7:40 UTC 

[PATCH v2] thermal/core: Don't update trip points inside the hysteresis range
 2023-09-25  7:29 UTC  (2+ messages)

[PATCH v2] dt-bindings: power: mfd: max8925: Convert to DT schema format
 2023-09-25  7:07 UTC  (2+ messages)

[PATCH] amd-pstate: Only print supported epp values for performance governor
 2023-09-25  6:58 UTC 

[RFC v3 0/2] CPU-Idle latency selftest framework
 2023-09-25  5:06 UTC 

[PATCH 06/17] pmdomain: imx: Move Kconfig options to the pmdomain subsystem
 2023-09-25  2:45 UTC  (2+ messages)

[PATCH v2 1/2] arm64: dts: imx93: Add the TMU interrupt
 2023-09-25  2:06 UTC  (2+ messages)

[PATCH next] power: supply: mm8013: Fix error code in mm8013_probe()
 2023-09-24 20:58 UTC  (2+ messages)

[PATCH 0/4] Fix dvfs_headroom escaping uclamp constraints
 2023-09-24 17:23 UTC  (12+ messages)
` [PATCH 2/4] sched: cpufreq: Fix apply_dvfs_headroom() "

[PATCH AUTOSEL 6.1 19/28] thermal/of: add missing of_node_put()
 2023-09-24 13:17 UTC 

[PATCH AUTOSEL 6.5 23/41] thermal/of: add missing of_node_put()
 2023-09-24 13:15 UTC 

[PATCH v3 0/5] soc: loongson: Fix some issues about loongson2_pm
 2023-09-24 12:21 UTC  (6+ messages)
` [PATCH v3 1/5] soc: loongson: loongson2_pm: Add dependency for INPUT

[RESEND v3 0/5] PM: domains: Add control for switching back and forth to HW control
 2023-09-23 11:53 UTC  (2+ messages)

[RESEND v3 0/5] PM: domains: Add control for switching back and forth to HW control
 2023-09-23 11:50 UTC  (6+ messages)
` [RESEND v3 1/5] PM: domains: Allow devices attached to genpd to be managed by HW
` [RESEND v3 2/5] PM: domains: Add the domain HW-managed mode to the summary
` [RESEND v3 3/5] clk: qcom: gdsc: Add set and get hwmode callbacks to switch GDSC mode
` [RESEND v3 4/5] clk: qcom: Use HW_CTRL_TRIGGER flag to switch video GDSC to HW mode
` [RESEND v3 5/5] venus: pm_helpers: Use dev_pm_genpd_set_hwmode to switch GDSC mode

[PATCH] drivers: thermal: tsens: Annotate struct tsens_priv with __counted_by
 2023-09-23 16:37 UTC  (2+ messages)

[PATCH] power: supply: axp20x_ac_power: Annotate struct axp20x_ac_power with __counted_by
 2023-09-23 17:04 UTC  (3+ messages)

[PATCH] power: supply: axp20x_usb_power: Annotate struct axp20x_usb_power with __counted_by
 2023-09-23 17:03 UTC  (3+ messages)

[PATCH v2] selftests/amd-pstate: Fix broken paths to run workloads in amd-pstate-ut
 2023-09-22 22:22 UTC  (2+ messages)

[PATCH] tools/power turbostat: Increase the limit for fd opened
 2023-09-22 20:48 UTC  (2+ messages)

[GIT PULL] Thermal control fix for v6.6-rc3
 2023-09-22 20:28 UTC  (2+ messages)

[PATCH] PM: hibernate: clean up sync_read handling in snapshot_write_next
 2023-09-22 16:07 UTC  (2+ messages)

[RFC] docs: thermal/drivers/intel: Reading trip point previously set to 0
 2023-09-22 11:15 UTC 

[PATCH] PM: hibernate: use __get_safe_page() rather than touching the list
 2023-09-22  9:28 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 30c38047562cc1ee0ba3440e4a4ff9df136be7e1
 2023-09-22  8:40 UTC 

[PATCH v5 04/11] PM / QoS: Decouple request alloc from dev_pm_qos_mtx
 2023-09-22  7:14 UTC  (2+ messages)

[PATCH] cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq update
 2023-09-22  6:12 UTC 

[PATCH v3 0/4] add LVTS support for mt7988
 2023-09-22  5:50 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: thermal: mediatek: add mt7988 lvts compatible
` [PATCH v3 2/4] dt-bindings: thermal: mediatek: Add LVTS thermal sensors for mt7988
` [PATCH v3 3/4] thermal/drivers/mediatek/lvts_thermal: make coeff configurable
` [PATCH v3 4/4] thermal/drivers/mediatek/lvts_thermal: add mt7988 support

[PATCH v1 00/13] thermal: ACPI: More ACPI thermal improvements and modification of thermal instances
 2023-09-21 18:06 UTC  (14+ messages)
` [PATCH v1 01/13] ACPI: thermal: Add device list to struct acpi_thermal_trip
` [PATCH v1 02/13] ACPI: thermal: Collapse trip devices update functions
` [PATCH v1 03/13] ACPI: thermal: Collapse trip devices update function wrappers
` [PATCH v1 04/13] ACPI: thermal: Merge trip initialization functions
` [PATCH v1 05/13] thermal: core: Store trip pointer in struct thermal_instance
` [PATCH v1 06/13] thermal: gov_fair_share: Rearrange get_trip_level()
` [PATCH v1 07/13] thermal: gov_power_allocator: Use trip pointers instead of trip indices
` [PATCH v1 08/13] thermal: gov_step_wise: Fold update_passive_instance() into its caller
` [PATCH v1 09/13] thermal: core: Rename trip point index function arguments in governors
` [PATCH v1 10/13] thermal: core: Allow trip pointers to be used for cooling device binding
` [PATCH v1 11/13] ACPI: thermal: Do not use trip indices "
` [PATCH v1 12/13] ACPI: thermal: Drop critical_valid and hot_valid trip flags
` [PATCH v1 13/13] ACPI: thermal: Rename structure fields holding temperature in deci-Kelvin

[Bug 217931] New: amd-pstate lacks crucial features: CPU frequency and boost control
 2023-09-21 18:27 UTC  (6+ messages)
` [Bug 217931] "

[PATCH] cpufreq: Rebuild sched-domains when removing cpufreq driver
 2023-09-21 22:04 UTC  (5+ messages)

pm/testing baseline: 46 runs, 2 regressions (v6.6-rc2-36-g57594c77e5b2)
 2023-09-21 22:10 UTC 

[PATCH linux-next] thermal: int340x: processor_thermal: Ack all PCI interrupts
 2023-09-21  9:36 UTC  (4+ messages)

pm/testing build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.6-rc2-36-g57594c77e5b2)
 2023-09-21 21:26 UTC 

[PATCH v2 0/4] add LVTS support for mt7988
 2023-09-21 11:17 UTC  (13+ messages)
` [PATCH v2 1/4] dt-bindings: thermal: mediatek: add mt7988 lvts compatible
` [PATCH v2 2/4] dt-bindings: thermal: mediatek: Add LVTS thermal sensors for mt7988
` [PATCH v2 3/4] thermal/drivers/mediatek/lvts_thermal: make coeff configurable
` [PATCH v2 4/4] thermal/drivers/mediatek/lvts_thermal: add mt7988 support

[PATCH] HID: intel-ish-hid: ipc: Rework EHL OOB wakeup
 2023-09-21  9:33 UTC  (13+ messages)

[Bug 215801] New: Rmmod'ing amd-pstate doesn't restore acpi-cpufreq
 2023-09-21  8:18 UTC  (3+ messages)
` [Bug 215801] "

[PATCH] misc: rtsx: Fix an error access Page fault
 2023-09-21  6:07 UTC 

[PATCH] dt-bindings: opp: opp-v2-kryo-cpu: Allow opp-peak-kBps
 2023-09-21 18:55 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS c2e684e12cb78b7509bbd71b9bf9d842e7ffb31a
 2023-09-21  8:36 UTC 

[PATCH] iommu/vt-d: Avoid memory allocation in iommu_suspend()
 2023-09-21  9:39 UTC 

[PATCH v1 0/9] ACPI: thermal: Removal of redundant data and cleanup
 2023-09-21  7:36 UTC  (3+ messages)
` [PATCH v1 9/9] ACPI: thermal: Drop valid flag from struct acpi_thermal_trip

[PATCH v1] thermal/drivers/mediatek/lvts_thermal: remove extra error check in lvts_debugfs_init()
 2023-09-21  7:59 UTC  (2+ messages)

[PATCH 00/11] add missing of_node_put
 2023-09-21  9:30 UTC  (2+ messages)

[PATCH V2] power: supply: Fix additional refcount leak in rk817_charger_probe
 2023-09-21 13:18 UTC  (4+ messages)

[PATCH v1] thermal/drivers/mediatek/lvts_thermal: fix error check in lvts_debugfs_init()
 2023-09-21  9:10 UTC 

[PATCH V7 0/7] amd-pstate preferred core
 2023-09-21  5:51 UTC  (6+ messages)

[PATCH v2 0/3] SDM670 CPU frequency scaling: dtschema fixes
 2023-09-20 21:49 UTC  (2+ 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).