messages from 2024-02-06 09:24:04 to 2024-02-08 23:09:49 UTC [more...]
[PATCH v6 0/6] AMD Pstate Fixes And Enhancements
2024-02-08 23:09 UTC (14+ messages)
` [PATCH v6 1/6] ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors
` [PATCH v6 2/6] cpufreq:amd-pstate: fix the nominal freq value set
` [PATCH v6 3/6] cpufreq:amd-pstate: initialize nominal_freq of each cpudata
` [PATCH v6 4/6] cpufreq:amd-pstate: get pstate transition delay and latency value from ACPI tables
` [PATCH v6 5/6] cppc_acpi: print error message if CPPC is unsupported
` [PATCH v6 6/6] cpufreq:amd-pstate: add quirk for the pstate CPPC capabilities missing
[PATCH 0/6] interconnect: qcom: constify things
2024-02-08 22:40 UTC (8+ messages)
` [PATCH 1/6] interconnect: qcom: msm8909: constify pointer to qcom_icc_node
` [PATCH 2/6] interconnect: qcom: sa8775p: "
` [PATCH 3/6] interconnect: qcom: sm8250: "
` [PATCH 4/6] interconnect: qcom: sm6115: "
` [PATCH 5/6] interconnect: qcom: sa8775p: constify pointer to qcom_icc_bcm
` [PATCH 6/6] interconnect: qcom: x1e80100: "
[PATCH 1/2] pmdomain: constify of_phandle_args in xlate
2024-02-08 20:28 UTC (2+ messages)
` [PATCH 2/2] pmdomain: constify of_phandle_args in add device and subdomain
[PATCH v1 0/6] thermal: Store trips table and ops in thermal_zone_device
2024-02-08 19:25 UTC (14+ messages)
` [PATCH v1 1/6] thermal: core: Store zone trips table in struct thermal_zone_device
` [PATCH v1 2/6] thermal: ACPI: Discard trip table after zone registration
` [PATCH v1 3/6] thermal: intel: Discard trip tables "
` [PATCH v1 4/6] thermal: core: Store zone ops in struct thermal_zone_device
` [PATCH v1 5/6] thermal: ACPI: Constify acpi_thermal_zone_ops
` [PATCH v1 6/6] thermal: intel: Adjust ops handling during thermal zone registration
[PATCH v3 00/19] Remove pm_power_off use in drivers/power/reset
2024-02-08 17:04 UTC (20+ messages)
` [PATCH v3 01/19] power: reset: atc260x-poweroff: Use devm_register_sys_off_handler(RESTART)
` [PATCH v3 02/19] power: reset: atc260x-poweroff: Use devm_register_sys_off_handler(POWER_OFF)
` [PATCH v3 03/19] power: reset: xgene-reboot: Use devm_platform_ioremap_resource() helper
` [PATCH v3 04/19] power: reset: xgene-reboot: Use devm_register_sys_off_handler(RESTART)
` [PATCH v3 05/19] power: reset: tps65086-restart: "
` [PATCH v3 06/19] power: reset: tps65086-restart: Remove unneeded device data struct
` [PATCH v3 07/19] power: reset: brcm-kona-reset: Use devm_register_sys_off_handler(RESTART)
` [PATCH v3 08/19] power: reset: axxia-reset: "
` [PATCH v3 09/19] power: reset: rmobile-reset: Use devm_platform_ioremap_resource() helper
` [PATCH v3 10/19] power: reset: rmobile-reset: Use devm_register_sys_off_handler(RESTART)
` [PATCH v3 11/19] power: reset: mt6323-poweroff: Use devm_register_sys_off_handler(POWER_OFF)
` [PATCH v3 12/19] power: reset: msm-poweroff: "
` [PATCH v3 13/19] power: reset: msm-poweroff: Use devm_register_sys_off_handler(RESTART)
` [PATCH v3 14/19] power: reset: regulator-poweroff: Use devm_register_sys_off_handler(POWER_OFF)
` [PATCH v3 15/19] power: reset: as3722-poweroff: "
` [PATCH v3 16/19] power: reset: gemini-poweroff: "
` [PATCH v3 17/19] power: reset: restart-poweroff: "
` [PATCH v3 18/19] power: reset: syscon-poweroff: Move device data into a struct
` [PATCH v3 19/19] power: reset: syscon-poweroff: Use devm_register_sys_off_handler(POWER_OFF)
[PATCH 0/7] cpuidle: Handle TIF_NR_POLLING on behalf of polling idle states
2024-02-08 17:03 UTC (10+ 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 v2] thermal: sysfs: Make trip hysteresis writable along with trip temperature
2024-02-08 15:15 UTC (3+ messages)
[PATCH v8 00/23] Introduce runtime modifiable Energy Model
2024-02-08 15:00 UTC (26+ messages)
` [PATCH v8 01/23] PM: EM: Add missing newline for the message log
` [PATCH v8 02/23] PM: EM: Extend em_cpufreq_update_efficiencies() argument list
` [PATCH v8 03/23] PM: EM: Find first CPU active while updating OPP efficiency
` [PATCH v8 04/23] PM: EM: Refactor em_pd_get_efficient_state() to be more flexible
` [PATCH v8 05/23] PM: EM: Introduce em_compute_costs()
` [PATCH v8 06/23] PM: EM: Check if the get_cost() callback is present in em_compute_costs()
` [PATCH v8 07/23] PM: EM: Split the allocation and initialization of the EM table
` [PATCH v8 08/23] PM: EM: Introduce runtime modifiable table
` [PATCH v8 09/23] PM: EM: Use runtime modified EM for CPUs energy estimation in EAS
` [PATCH v8 10/23] PM: EM: Add functions for memory allocations for new EM tables
` [PATCH v8 11/23] PM: EM: Introduce em_dev_update_perf_domain() for EM updates
` [PATCH v8 12/23] PM: EM: Add em_perf_state_from_pd() to get performance states table
` [PATCH v8 13/23] PM: EM: Add performance field to struct em_perf_state and optimize
` [PATCH v8 14/23] PM: EM: Support late CPUs booting and capacity adjustment
` [PATCH v8 15/23] PM: EM: Optimize em_cpu_energy() and remove division
` [PATCH v8 16/23] powercap/dtpm_cpu: Use new Energy Model interface to get table
` [PATCH v8 17/23] powercap/dtpm_devfreq: "
` [PATCH v8 18/23] drivers/thermal/cpufreq_cooling: Use new Energy Model interface
` [PATCH v8 19/23] drivers/thermal/devfreq_cooling: "
` [PATCH v8 20/23] PM: EM: Change debugfs configuration to use runtime EM table data
` [PATCH v8 21/23] PM: EM: Remove old table
` [PATCH v8 22/23] PM: EM: Add em_dev_compute_costs()
` [PATCH v8 23/23] Documentation: EM: Update with runtime modification design
[PATCH v1 0/3] iwlwifi: mvm: Thermal management fixes
2024-02-08 13:50 UTC (9+ messages)
` [PATCH v1 1/3] iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device
` [PATCH v1 2/3] iwlwifi: mvm: Populate trip table before registering thermal zone
` [PATCH v1 3/3] iwlwifi: mvm: Use for_each_thermal_trip() for walking trip points
[RFC] PCI/AER: Block runtime suspend when handling errors
2024-02-08 13:49 UTC (8+ messages)
[PATCH v6 RESEND 0/6] Convert DA906{1,2} bindings to json-schema
2024-02-08 13:11 UTC (3+ messages)
Cpupower breaks KDE
2024-02-08 12:55 UTC
[PATCH v2] cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()
2024-02-08 10:00 UTC
[PATCH v1] PM: sleep: Restore asynchronous device resume optimization
2024-02-08 7:47 UTC (15+ messages)
[PATCH v3 0/7] AMD Pstate Driver Core Performance Boost
2024-02-08 4:19 UTC (15+ messages)
` [PATCH v3 1/7] cpufreq: amd-pstate: initialize new core precision boost state
` [PATCH v3 2/7] cpufreq: amd-pstate: implement cpb_boost sysfs entry for boost control
` [PATCH v3 3/7] cpufreq: amd-pstate: fix max_perf calculation for amd_get_max_freq()
` [PATCH v3 4/7] cpufreq: amd-pstate: fix the MSR highest perf will be reset issue while cpb boost off
` [PATCH v3 5/7] Documentation: cpufreq: amd-pstate: introduce the new cpu boost control method
` [PATCH v3 6/7] cpufreq: amd-pstate: remove legacy set_boost callback for passive mode
` [PATCH v3 7/7] cpufreq: amd-pstate-ut: support new cpb boost control interface
[PATCH v5 0/6] AMD Pstate Fixes And Enhancements
2024-02-08 3:58 UTC (9+ messages)
` [PATCH v5 1/6] ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors
` [PATCH v5 2/6] cpufreq:amd-pstate: fix the nominal freq value set
` [PATCH v5 3/6] cpufreq:amd-pstate: initialize nominal_freq of each cpudata
` [PATCH v5 4/6] cpufreq:amd-pstate: get pstate transition delay and latency value from ACPI tables
` [PATCH v5 5/6] cppc_acpi: print error message if CPPC is unsupported
` [PATCH v5 6/6] cpufreq:amd-pstate: add quirk for the pstate CPPC capabilities missing
pm/testing baseline: 52 runs, 8 regressions (v6.8-rc3-33-gda60429b5e6b)
2024-02-08 0:00 UTC
pm/testing build: 8 builds: 2 failed, 6 passed, 2 errors, 32 warnings (v6.8-rc3-33-gda60429b5e6b)
2024-02-07 23:17 UTC
[PATCH 0/3] Update for AP807 thermal data
2024-02-07 18:26 UTC (7+ messages)
` [PATCH 3/3] arm64: dts: armada-ap807: update thermal compatible
[PATCH][next] cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()
2024-02-07 14:07 UTC (3+ messages)
[GIT PULL] interconnect fixes for 6.8-rc
2024-02-07 13:48 UTC (2+ messages)
[PATCH v7 00/23] Introduce runtime modifiable Energy Model
2024-02-07 11:49 UTC (14+ messages)
` [PATCH v7 04/23] PM: EM: Refactor em_pd_get_efficient_state() to be more flexible
` [PATCH v7 12/23] PM: EM: Add em_perf_state_from_pd() to get performance states table
` [PATCH v7 15/23] PM: EM: Optimize em_cpu_energy() and remove division
[PATCH v2 0/3] thermal/netlink/intel_hfi: Enable HFI feature only when required
2024-02-07 11:47 UTC (7+ messages)
` [PATCH v2 1/3] genetlink: Add per family bind/unbind callbacks
` [PATCH v2 2/3] thermal: netlink: Add genetlink bind/unbind notifications
` [PATCH v2 3/3] thermal: intel: hfi: Enable interface only when required
[PATCH v3 0/5] PM: domains: Add helpers for multi PM domains to avoid open-coding
2024-02-07 11:39 UTC (2+ messages)
[PATCH] alarmtimer, PM: suspend: Expose a function from
2024-02-07 11:26 UTC (4+ messages)
[PATCH v4] PM / sleep: Mechanism to find source aborting kernel suspend transition
2024-02-07 10:25 UTC (4+ messages)
[PATCH v4 0/6] AMD Pstate Fixes And Enhancements
2024-02-07 7:13 UTC (4+ messages)
` [PATCH v4 6/6] cpufreq:amd-pstate: add quirk for the pstate CPPC capabilities missing
[PATCH 0/3] arm64: dts: qcom: ipq6018: support thermal sensors
2024-02-07 4:46 UTC (2+ messages)
` (subset) "
[RESEND][PATCH V2] thermal: power_allocator: Avoid overwriting PID coefficients from setup time
2024-02-07 2:09 UTC
[PATCH v1] ACPI: PM: s2idle: Enable Low-Power S0 Idle MSFT UUID for non-AMD systems
2024-02-06 19:58 UTC (2+ messages)
[PATCH V8 00/12] soc: imx8mp: Add support for HDMI
2024-02-06 18:52 UTC (16+ messages)
` [PATCH V8 01/12] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY
` [PATCH V8 02/12] phy: freescale: add Samsung "
` [PATCH V8 07/12] dt-bindings: display: imx: add binding for i.MX8MP HDMI PVI
` [PATCH V8 08/12] drm/bridge: imx: add driver for HDMI TX Parallel Video Interface
` [PATCH V8 09/12] dt-bindings: display: imx: add binding for i.MX8MP HDMI TX
` [PATCH V8 10/12] drm/bridge: imx: add bridge wrapper driver for i.MX8MP DWC HDMI
[PATCH] power: supply: mm8013: select REGMAP_I2C
2024-02-06 18:45 UTC (2+ messages)
[PATCH] intel_idle: update spec_ctrl register only when necessary
2024-02-06 17:40 UTC (2+ messages)
[PATCH v2 0/8] sched: cpufreq: Remove magic hardcoded numbers from margins
2024-02-06 17:07 UTC (7+ messages)
` [PATCH v2 8/8] sched/pelt: Introduce PELT multiplier
[PATCH] thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperature
2024-02-06 15:52 UTC (2+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS d9fc9f690238b2b9c78361f1695ebe02921548e5
2024-02-06 15:43 UTC
[PATCH 1/2] drivers: acpi: use %pe for better readability of errors while printing
2024-02-06 15:32 UTC (4+ messages)
` [PATCH 2/2] kernel: sched: print errors with %pe for better readability of logs
[PATCH 0/3] arm64: am62: Use nvmem for chip information in opp table
2024-02-06 14:57 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: cpufreq: Add nvmem-cells for chip information
` [PATCH 2/3] cpufreq: ti-cpufreq: Support nvmem for chip version
` [PATCH 3/3] arm64: dts: ti: k3-am625: Use nvmem-cells for opp
[PATCH] pmdomain: mediatek: Use devm_platform_get_and_ioremap_resource() in init_scp()
2024-02-06 14:55 UTC (7+ messages)
` [PATCH v2] pmdomain: mediatek: Use devm_platform_ioremap_resource() "
[PATCH] thermal: power_allocator: initialize params->sustainable_power in the bind callback
2024-02-06 12:15 UTC (4+ messages)
` [PATCH V2] thermal: power_allocator: Avoid overwriting PID coefficients from setup time
[PATCH v2 00/19] Remove pm_power_off use in drivers/power/reset
2024-02-06 9:36 UTC (7+ messages)
` [PATCH v2 11/19] power: reset: mt6323-poweroff: Use devm_register_sys_off_handler(POWER_OFF)
` [PATCH v2 18/19] power: reset: syscon-poweroff: Move device data into a struct
` [PATCH v2 19/19] power: reset: syscon-poweroff: Use devm_register_sys_off_handler(POWER_OFF)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).