linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-02 12:21:15 to 2023-02-05 10:13:02 UTC [more...]

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-05 10:12 UTC  (35+ messages)
` [RFC PATCH 01/32] ia64: Fix build error due to switch case label appearing next to declaration
` [RFC PATCH 02/32] ACPI: Move ACPI_HOTPLUG_CPU to be enabled per architecture
` [RFC PATCH 03/32] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH 04/32] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH 05/32] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH 06/32] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH 07/32] ia64/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH 08/32] x86/topology: "
` [RFC PATCH 09/32] LoongArch: "
` [RFC PATCH 10/32] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH 11/32] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH 12/32] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH 13/32] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH 14/32] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH 15/32] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH 16/32] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH 17/32] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH 18/32] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH 19/32] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH 20/32] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH 21/32] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH 22/32] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH 23/32] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH 24/32] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH 25/32] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH 26/32] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH 27/32] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH 28/32] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls "
` [RFC PATCH 31/32] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH 32/32] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v5 0/4] Use idle_inject framework for intel_powerclamp
 2023-02-05  3:01 UTC  (9+ messages)
` [PATCH v5 1/4] powercap: idle_inject: Export symbols
` [PATCH v5 4/4] thermal/drivers/intel_powerclamp: Add additional module params

[PATCH v2 0/2] intel_powerclamp: New module parameter
 2023-02-05  2:59 UTC  (3+ messages)
` [PATCH v2 1/2] Documentation:admin-guide: Move intel_powerclamp documentation
` [PATCH v2 2/2] thermal/drivers/intel_powerclamp: Add two module parameters

[PATCH 0/2 v5] unlink misfit task from cpu overutilized
 2023-02-04 18:42 UTC  (3+ messages)
` [PATCH 2/2 v5] sched/fair: Remove capacity inversion detection

s2idle breaks on machines without cpuidle support
 2023-02-04 15:27 UTC 

[PATCH] cpufreq: qcom-hw: Fix cpufreq_driver->get() for non-LMH systems
 2023-02-04 14:58 UTC  (5+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 6c08dffbc02b6d339abcebb393bbadbf81c560ed
 2023-02-04 14:08 UTC 

[PATCH v2 00/11] Generic trip points for ACPI
 2023-02-04  7:54 UTC  (14+ messages)
` [PATCH v2 01/11] thermal/acpi: Remove the intermediate acpi_thermal_trip structure
` [PATCH v2 02/11] thermal/acpi: Change to a common "
` [PATCH v2 03/11] thermal/acpi: Convert the acpi thermal trips to an array
` [PATCH v2 04/11] thermal/acpi: Move the active trip points to the same array
` [PATCH v2 05/11] thermal/acpi: Optimize get_trip_points()
` [PATCH v2 06/11] thermal/acpi: Encapsulate in functions the trip initialization
` [PATCH v2 07/11] thermal/acpi: Simplifify the condition check
` [PATCH v2 08/11] thermal/acpi: Remove active and enabled flags
` [PATCH v2 09/11] thermal/acpi: Convert the units to milli Celsuis
` [PATCH v2 10/11] thermal/acpi: Rewrite the trip point intialization to use the generic thermal trip
` [PATCH v2 11/11] thermal/acpi: Use the thermal framework ACPI API

[PATCH 00/18] Add perf support to the rockchip-dfi driver
 2023-02-04  4:49 UTC  (25+ messages)
` [PATCH 01/18] PM / devfreq: rockchip-dfi: Embed desc into private data struct
` [PATCH 02/18] PM / devfreq: rockchip-dfi: use consistent name for "
` [PATCH 03/18] PM / devfreq: rockchip-dfi: Make pmu regmap mandatory
` [PATCH 04/18] PM / devfreq: rockchip-dfi: Add SoC specific init function
` [PATCH 05/18] PM / devfreq: rockchip-dfi: dfi store raw values in counter struct
` [PATCH 06/18] PM / devfreq: rockchip-dfi: Use free running counter
` [PATCH 07/18] PM / devfreq: rockchip-dfi: introduce channel mask
` [PATCH 08/18] PM / devfreq: rk3399_dmc,dfi: generalize DDRTYPE defines
` [PATCH 09/18] PM / devfreq: rockchip-dfi: Clean up DDR type register defines
` [PATCH 10/18] PM / devfreq: rockchip-dfi: Add RK3568 support
` [PATCH 11/18] PM / devfreq: rockchip-dfi: Handle LPDDR2 correctly
` [PATCH 12/18] PM / devfreq: rockchip-dfi: Handle LPDDR4X
` [PATCH 13/18] PM / devfreq: rockchip-dfi: Pass private data struct to internal functions
` [PATCH 14/18] PM / devfreq: rockchip-dfi: Prepare for multiple users
` [PATCH 15/18] PM / devfreq: rockchip-dfi: Add perf support
` [PATCH 16/18] arm64: dts: rockchip: rk3399: Enable DFI
` [PATCH 17/18] arm64: dts: rockchip: rk356x: Add DFI
` [PATCH 18/18] dt-bindings: devfreq: event: convert Rockchip DFI binding to yaml

[PATCH v2] thermal: intel_powerclamp: Return last requested state as cur_state
 2023-02-04  4:29 UTC 

[PATCH 0/3] some minor fixes of error checking about debugfs_rename()
 2023-02-04  3:30 UTC  (4+ messages)
` [PATCH 2/3] bonding: fix error checking in bond_debug_reregister()

[PATCH] firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/
 2023-02-03 21:55 UTC  (2+ messages)

[PATCH v1 00/11] Generic trip points for ACPI
 2023-02-03 21:47 UTC  (15+ messages)
` [PATCH v1 01/11] thermal/acpi: Remove the intermediate acpi_thermal_trip structure
` [PATCH v1 02/11] thermal/acpi: Change to a common "
` [PATCH v1 03/11] thermal/acpi: Convert the acpi thermal trips to an array
` [PATCH v1 04/11] thermal/acpi: Move the active trip points to the same array
` [PATCH v1 05/11] thermal/acpi: Optimize get_trip_points()
` [PATCH v1 06/11] thermal/acpi: Encapsulate in functions the trip initialization
` [PATCH v1 07/11] thermal/acpi: Simplifify the condition check
` [PATCH v1 08/11] thermal/acpi: Remove active and enabled flags
` [PATCH v1 09/11] thermal/acpi: Convert the units to milli Celsuis
` [PATCH v1 10/11] thermal/acpi: Rewrite the trip point intialization to use the generic thermal trip
` [PATCH v1 11/11] thermal/acpi: Use the thermal framework ACPI API

[PATCH v3 2/3] dt-bindings: thermal: qcom-spmi-adc-tm5: Use generic ADC node name
 2023-02-03 21:25 UTC  (2+ messages)

[RFC PATCH v2 1/2] PM: domains: Skip disabling unused domains if provider has sync_state
 2023-02-03 21:18 UTC  (8+ messages)

[PATCH v12 00/11] Implement AMD Pstate EPP Driver
 2023-02-03 21:03 UTC  (2+ messages)

[PATCH v4 0/4] soc: qcom: Introduce PMIC GLINK
 2023-02-03 21:03 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: soc: qcom: Introduce PMIC GLINK binding
` [PATCH v4 4/4] power: supply: Introduce Qualcomm PMIC GLINK power supply

[PATCH] thermal: Hunt zero trip points thermal zones usage
 2023-02-03 18:08 UTC  (2+ messages)

i.MX8 NULL pointer dereference on interconnect instantiation
 2023-02-03 16:28 UTC  (3+ messages)

[PATCH] selftests: amd-pstate: Don't delete source files via Makefile
 2023-02-03 16:26 UTC  (4+ messages)
` [PATCH v2] "

[PATCH RESEND v8 0/3] Add Richtek RT9471 3A battery charger support
 2023-02-03 16:22 UTC  (2+ messages)

[PATCH v3 RESEND 0/3] Add Richtek RT9467 5A Battery Charger support
 2023-02-03 16:22 UTC  (2+ messages)

[PATCH 00/23] interconnect: fix racy provider registration
 2023-02-03 16:01 UTC  (38+ messages)
` [PATCH 03/23] interconnect: fix provider registration API
` [PATCH 04/23] interconnect: imx: fix registration race
` [PATCH 05/23] interconnect: qcom: osm-l3: "
` [PATCH 06/23] interconnect: qcom: rpm: fix probe child-node error handling
` [PATCH 07/23] interconnect: qcom: rpm: fix probe PM domain "
` [PATCH 08/23] interconnect: qcom: rpm: fix registration race
` [PATCH 09/23] interconnect: qcom: rpmh: fix probe child-node error handling
` [PATCH 10/23] interconnect: qcom: rpmh: fix registration race
` [PATCH 11/23] interconnect: qcom: msm8974: "
` [PATCH 12/23] interconnect: qcom: sm8450: "
` [PATCH 13/23] interconnect: qcom: sm8550: "
` [PATCH 17/23] memory: tegra: fix interconnect "
` [PATCH 18/23] memory: tegra124-emc: "
` [PATCH 19/23] memory: tegra20-emc: "
` [PATCH 20/23] memory: tegra30-emc: "
` [PATCH 21/23] interconnect: drop racy registration API
` [PATCH 22/23] interconnect: drop unused icc_get() interface

pm/testing baseline: 95 runs, 4 regressions (v6.2-rc6-168-ga9dd827a6e77)
 2023-02-03 15:41 UTC 

pm/testing build: 8 builds: 0 failed, 8 passed, 5 warnings (v6.2-rc6-168-ga9dd827a6e77)
 2023-02-03 14:57 UTC 

[PATCH] thermal: intel_powerclamp: Return last requested state as cur_state
 2023-02-03 13:59 UTC  (4+ messages)

[PATCH] thermal: intel_powerclamp: Add dependency on CPU_IDLE
 2023-02-03 13:52 UTC  (2+ messages)

[PATCH] power: supply: use strscpy() is more robust and safer
 2023-02-03 13:00 UTC  (2+ messages)

[PATCH linux-next] power: supply: test-power: use strscpy() to instead of strncpy()
 2023-02-03 12:46 UTC  (2+ messages)
` [PATCH linux-next] power: supply: test-power: use strscpy() to instead of? strncpy()

[RFC PATCH] power: supply: fix circular dependency with cooling device
 2023-02-03 12:40 UTC  (3+ messages)

[PATCH 1/1] power: supply: bq27xxx: fix reporting critical level
 2023-02-03 12:37 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: reset: syscon-reboot: Add priority property
 2023-02-03 12:35 UTC  (5+ messages)
` [PATCH v4 "

[PATCH v2] power: supply: bq256xx: Init ichg/vbat value with chip default value
 2023-02-03 12:33 UTC  (2+ messages)

[PATCH v1 1/1] power: supply: collie_battery: Convert to GPIO descriptors (part 2)
 2023-02-03 12:30 UTC  (3+ messages)

[PATCH] power: supply: disable faulty cooling logic
 2023-02-03 12:28 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS WITH WARNING dcb17d36bed40f2ab07d6ffb318a5277b6c3378d
 2023-02-03 12:09 UTC 

[PATCH v11 4/6] thermal/drivers/mediatek: Add the Low Voltage Thermal Sensor driver
 2023-02-03 11:06 UTC  (8+ messages)
` [PATCH v12] thermal: drivers: mediatek: "

kismet: WARNING: unmet direct dependencies detected for IDLE_INJECT when selected by INTEL_POWERCLAMP
 2023-02-03 10:47 UTC 

[PATCH v4 0/6] amd_pstate: Add guided autonomous mode support
 2023-02-03  8:36 UTC  (4+ messages)
` [PATCH v4 5/6] cpufreq: amd_pstate: Add guided mode control support via sysfs

[PATCH 1/2] dt-bindings: interconnect: Add Qualcomm CCI dt-bindings
 2023-02-03  7:06 UTC  (11+ messages)
` [PATCH 2/2] PM / devfreq: qcom: Introduce CCI devfreq driver

[rafael-pm:bleeding-edge 173/175] drivers/thermal/intel/intel_powerclamp.c:422:6: warning: variable 'update' is used uninitialized whenever 'if' condition is false
 2023-02-02 19:48 UTC 

[rafael-pm:bleeding-edge 163/175] drivers/thermal/intel/intel_pch_thermal.c:321:14: warning: variable 'nr_trips' is uninitialized when used here
 2023-02-02 19:28 UTC 

pm/testing baseline: 86 runs, 4 regressions (v6.2-rc6-147-ge09c4cd57910)
 2023-02-02 17:23 UTC 

[PATCH v2] thermal/drivers/intel: Use generic trip points for quark_dts
 2023-02-02 16:53 UTC  (2+ messages)

pm/testing build: 7 builds: 0 failed, 7 passed, 5 warnings (v6.2-rc6-147-ge09c4cd57910)
 2023-02-02 16:40 UTC 

[PATCH] tools/lib/thermal: fix thermal_sampling_exit()
 2023-02-02 15:56 UTC  (2+ messages)

[PATCH 1/3] thermal/drivers/intel: Use generic trip points for quark_dts
 2023-02-02 15:54 UTC  (16+ messages)
` [PATCH 3/3] thermal/drivers/intel: Use generic trip points for intel_soc_dts_iosf

[PATCH] kernel/power/energy_model.c: fix memory leak with using debugfs_lookup()
 2023-02-02 15:15 UTC 

[PATCH] drivers: base: power: fix memory leak with using debugfs_lookup()
 2023-02-02 15:09 UTC  (4+ messages)

[PATCH v2] thermal: intel_powerclamp: Fix cur_state for multi package system
 2023-02-02 14:51 UTC  (2+ messages)

[PATCH 0/9] use canonical ftrace path whenever possible
 2023-02-02 14:47 UTC  (3+ messages)
` [PATCH 5/9] tools/power: use canonical ftrace path

[PATCH] dt-bindings: watchdog: qcom-wdt: add the interrupts property
 2023-02-02 13:48 UTC  (2+ messages)

[PATCH v5 0/3] Enhance SVS's robustness
 2023-02-02 12:58 UTC  (7+ messages)
` [PATCH v5 1/3] soc: mediatek: mtk-svs: use svs get efuse common function
` [PATCH v5 2/3] soc: mediatek: mtk-svs: use common function to disable restore voltages
` [PATCH v5 3/3] soc: mediatek: mtk-svs: add thermal voltage compensation if needed


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