messages from 2025-03-29 00:15:53 to 2025-04-04 07:11:31 UTC [more...]
[PATCH 00/19] Arm cpu schema clean-ups
2025-04-04 7:11 UTC (21+ messages)
` [PATCH 01/19] arm64: dts: allwinner: h5/h6: Drop spurious 'clock-latency-ns' properties
` [PATCH 02/19] arm64: dts: broadcom: bcm2712: Use "l2-cache" for L2 cache node names
` [PATCH 03/19] arm64: dts: morello: Fix-up cache nodes
` [PATCH 04/19] arm64: dts: microchip: sparx5: Fix CPU node "enable-method" property dependencies
` [PATCH 05/19] arm64: dts: qcom: qdu1000: Fix qcom,freq-domain
` [PATCH 06/19] arm64: dts: qcom: msm8939: Fix CPU node "enable-method" property dependencies
` [PATCH 07/19] arm64: dts: qcom: msm8992-lg-h815: "
` [PATCH 08/19] arm: dts: qcom: msm8916: Move "qcom,acc" and "qcom,saw" to 32-bit .dtsi
` [PATCH 09/19] arm: dts: qcom: sdx55/sdx65: Fix CPU power-domain-names
` [PATCH 10/19] arm/arm64: dts: imx: Drop redundant CPU "clock-latency"
` [PATCH 11/19] arm: dts: qcom: ipq4019: "
` [PATCH 12/19] arm: dts: rockchip: "
` [PATCH 13/19] arm64: dts: amlogic: "
` [PATCH 14/19] dt-bindings: arm/cpus: Add schemas for "enable-method" dependencies
` [PATCH 15/19] dt-bindings: arm/cpus: Re-wrap 'description' entries
` [PATCH 16/19] dt-bindings: Reference opp-v1 schema in CPU schemas
` [PATCH 17/19] dt-bindings: arm/cpus: Add missing properties
` [PATCH 18/19] dt-bindings: arm/cpus: Add power-domains constraints
` [PATCH 19/19] dt-bindings: cpufreq: Drop redundant Mediatek binding
[PATCH] pmdomain: core: Reset genpd->states to avoid freeing invalid data
2025-04-04 6:12 UTC (4+ messages)
[REGRESSION] Kernel booted via kexec fails to resume from hibernation
2025-04-04 5:50 UTC (16+ messages)
[PATCH v1 0/2] cpuidle: teo: Refine handling of short idle intervals
2025-04-03 19:18 UTC (3+ messages)
` [PATCH v1 1/2] cpuidle: teo: Move candidate state lookup to separate function
` [PATCH v1 2/2] cpuidle: teo: Refine handling of short idle intervals
[PATCH v3 0/4] Add managed SOFT RESERVE resource handling
2025-04-03 18:50 UTC (7+ messages)
` [PATCH v3 1/4] kernel/resource: Provide mem region release for SOFT RESERVES
` [PATCH v3 2/4] cxl: Update Soft Reserved resources upon region creation
` [PATCH v3 3/4] dax/mum: Save the dax mum platform device pointer
` [PATCH v3 4/4] cxl/dax: Delay consumption of SOFT RESERVE resources
[PATCH v5 0/5] thermal: renesas: Add support fot RZ/G3E
2025-04-03 13:22 UTC (15+ messages)
` [PATCH v5 1/5] soc: renesas: rz-sysc: add syscon/regmap support
` [PATCH v5 2/5] dt-bindings: thermal: r9a09g047-tsu: Document the TSU unit
` [PATCH v5 3/5] thermal: renesas: rzg3e: Add thermal driver for the Renesas RZ/G3E SoC
` Re : "
` [PATCH v5 4/5] arm64: dts: renesas: r9a09g047: Add TSU node
` [PATCH v5 5/5] arm64: defconfig: Enable the Renesas RZ/G3E thermal driver
[RFC][PATCH v0.3 0/6] cpufreq: intel_pstate: Enable EAS on hybrid platforms without SMT - alternative
2025-04-03 11:02 UTC (3+ messages)
[PATCH 1/2] ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid
2025-04-03 10:42 UTC (10+ messages)
` [PATCH 2/2] ACPI: processor: idle: Remove obsolete comment
[PATCH] hibernate: pageoffline may be first judged
2025-04-03 10:41 UTC (8+ messages)
` 回复:[PATCH] "
` [PATCH v2] "
` [PATCH v3] "
[PATCH] cpuidle: menu: Optimize bucket assignment when next_timer_ns equals KTIME_MAX
2025-04-03 10:30 UTC (5+ messages)
[PATCH] power: reset: reboot-mode: better compatibility with DT (replace ' ,/')
2025-04-03 9:03 UTC (2+ messages)
[PATCH] pmdomain: core: Introduce device_set/get_out_band_wakeup()
2025-04-03 9:46 UTC (2+ messages)
[PATCH 0/5] Add support for Battery Status & Battery Caps AMS in TCPM
2025-04-03 8:02 UTC (9+ messages)
[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
2025-04-03 7:13 UTC (37+ messages)
` [RFC PATCH v1 01/15] x86/msr: Replace __wrmsr() with native_wrmsrl()
` [RFC PATCH v1 02/15] x86/msr: Replace __rdmsr() with native_rdmsrl()
` [RFC PATCH v1 03/15] x86/msr: Simplify pmu_msr_{read,write}()
` [RFC PATCH v1 04/15] x86/msr: Let pv_cpu_ops.write_msr{_safe}() take an u64 instead of two u32
` [RFC PATCH v1 05/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrl(msr, value)
` [RFC PATCH v1 06/15] x86/msr: Remove MSR write APIs that take the MSR value in two u32 arguments
` [RFC PATCH v1 07/15] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v1 08/15] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v1 09/15] x86/opcode: Add immediate form MSR instructions to x86-opcode-map
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available
` [RFC PATCH v1 11/15] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [RFC PATCH v1 12/15] x86/msr: Use the alternatives mechanism to write MSR
` [RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
` [RFC PATCH v1 14/15] x86/extable: Add support for the immediate form MSR instructions
` [RFC PATCH v1 15/15] x86/msr: Move the ARGS macros after the MSR read/write APIs
[GIT PULL] More ACPI updates for v6.15-rc1
2025-04-03 0:11 UTC (2+ messages)
[GIT PULL] Power management fix for v6.15-rc1
2025-04-03 0:11 UTC (2+ messages)
[PATCH] cpufreq/amd-pstate: Prefix setup messages with FW_BUG
2025-04-02 19:57 UTC (3+ messages)
[PATCH v9 0/5] Implement vendor resets for PSCI SYSTEM_RESET2
2025-04-02 18:39 UTC (5+ messages)
` [PATCH v9 2/5] firmware: psci: Read and use vendor reset types
[rafael-pm:bleeding-edge] BUILD SUCCESS dff8015f508f9dead0122a6861e1cf0ef58fa3af
2025-04-02 17:55 UTC
[PATCH] thermal/drivers/mediatek/lvts: Fix debugfs unregister on failure
2025-04-02 9:20 UTC (2+ messages)
[PATCH v5 0/2] support Linux reboot modes in syscon-reboot on gs101 (Google Pixel)
2025-04-02 6:48 UTC (4+ messages)
` [PATCH v5 1/2] dt-bindings: reset: syscon-reboot: add google,gs101-reboot
` [PATCH v5 2/2] power: reset: syscon-reboot: add gs101-specific reset
[GIT PULL] More thermal control updates for v6.15-rc1
2025-04-02 1:02 UTC (2+ messages)
[PATCH v2 1/1] cpuidle: menu: Prefer polling state for short idle durations
2025-04-01 16:58 UTC (3+ messages)
[PATCH v1 00/10] cpufreq: cpufreq_update_limits() fix and some cleanups
2025-04-01 16:57 UTC (24+ messages)
` [PATCH v1 01/10] cpufreq: Reference count policy in cpufreq_update_limits()
` [PATCH v1 02/10] cpufreq: Consolidate some code in cpufreq_online()
` [PATCH v1 03/10] cpufreq: Split cpufreq_online()
` [PATCH v1 04/10] cpufreq: Add and use cpufreq policy locking guards
` [PATCH v1 06/10] cpufreq: Use locking guard and __free() in cpufreq_update_policy()
` [PATCH v1 07/10] cpufreq: Drop cpufreq_cpu_acquire() and cpufreq_cpu_release()
` [PATCH v1 08/10] cpufreq: Use __free() for policy reference counting cleanup
` [PATCH v1 09/10] cpufreq: Introduce cpufreq_policy_refresh()
` [PATCH v1 10/10] cpufreq: Pass policy pointer to ->update_limits()
[PATCH] cpuidle: psd: add power sleep demotion prevention for fast I/O devices
2025-04-01 16:41 UTC (8+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS de27f67c9d90ad0d41f14330027467b00517bbd7
2025-04-01 15:54 UTC
[PATCH v2 1/1] x86/fred: Fix system hang during S4 resume with FRED enabled
2025-04-01 14:39 UTC (3+ messages)
[PATCH v1 4/4] clk: thead: Add GPU clock gate control with CLKGEN reset support
2025-04-01 14:38 UTC (3+ messages)
[Patch 0/5] Support Autonomous Selection mode in cppc_cpufreq
2025-04-01 13:56 UTC (11+ messages)
[PATCH] power: reset: at91-reset: Optimize at91_reset()
2025-04-01 12:52 UTC (2+ messages)
[PATCH v2 0/9] Remove pcf50633
2025-04-01 11:31 UTC (3+ messages)
` [PATCH v2 4/9] Input: pcf50633-input - Remove
[PATCH v2] backlight: pm8941: Add NULL check in exynos_generic_icc_probe()
2025-04-01 11:00 UTC (2+ messages)
[PATCH v1 1/1] x86/fred: Fix system hang during S4 resume with FRED enabled
2025-04-01 8:22 UTC (7+ messages)
[PATCH v5 0/2] power: supply: Add support for Maxim MAX8971 charger
2025-04-01 6:09 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: power: supply: Document "
[PATCH AUTOSEL 5.4 1/5] pm: cpupower: bench: Prevent NULL dereference on malloc failure
2025-03-31 14:37 UTC
[PATCH AUTOSEL 5.10 1/6] pm: cpupower: bench: Prevent NULL dereference on malloc failure
2025-03-31 14:37 UTC
[PATCH AUTOSEL 5.15 1/6] pm: cpupower: bench: Prevent NULL dereference on malloc failure
2025-03-31 14:36 UTC
[PATCH AUTOSEL 6.1 1/6] pm: cpupower: bench: Prevent NULL dereference on malloc failure
2025-03-31 14:36 UTC
[PATCH AUTOSEL 6.6 1/9] pm: cpupower: bench: Prevent NULL dereference on malloc failure
2025-03-31 14:35 UTC
[PATCH AUTOSEL 6.12 01/13] pm: cpupower: bench: Prevent NULL dereference on malloc failure
2025-03-31 14:35 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 08/13] PM: hibernate: Avoid deadlock in hibernate_compressor_param_set()
[PATCH AUTOSEL 6.13 02/16] pm: cpupower: bench: Prevent NULL dereference on malloc failure
2025-03-31 14:34 UTC (2+ messages)
` [PATCH AUTOSEL 6.13 10/16] PM: hibernate: Avoid deadlock in hibernate_compressor_param_set()
[PATCH AUTOSEL 6.14 02/18] pm: cpupower: bench: Prevent NULL dereference on malloc failure
2025-03-31 14:34 UTC (3+ messages)
` [PATCH AUTOSEL 6.14 11/18] PM: hibernate: Avoid deadlock in hibernate_compressor_param_set()
` [PATCH AUTOSEL 6.14 13/18] cpufreq/amd-pstate: Invalidate cppc_req_cached during suspend
[PATCH] interconnect: Add NULL check in exynos_generic_icc_probe
2025-03-31 11:34 UTC (3+ messages)
[bug report] PM / Domains: Introduce dev_pm_domain_attach_by_name()
2025-03-31 9:45 UTC
[PATCH v4 0/3] support Linux reboot modes in syscon-reboot on gs101 (Google Pixel)
2025-03-31 7:15 UTC (5+ messages)
` [PATCH v4 1/3] dt-bindings: power: reset: google,gs101-reboot: add Google GS101 specific reset
` [PATCH v4 2/3] dt-bindings: soc: samsung: exynos-pmu: update reset for gs101
[PATCH] driver core: platform: Use devres group to free driver probe resources
2025-03-30 15:31 UTC (8+ messages)
[GIT PULL] power-supply changes for 6.15
2025-03-30 2:38 UTC (2+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS 0652b490b875ede4ae9ae857ffb06f813adbb395
2025-03-29 22:47 UTC
[Bug 219966] New: modpost: EXPORT symbol "policy_has_boost_freq" [vmlinux] version generation failed, symbol will not be versioned
2025-03-29 19:04 UTC (2+ messages)
` [Bug 219966] "
[PATCH v4 3/5] thermal: renesas: rzg3e: Add thermal driver for the Renesas RZ/G3E SoC
2025-03-29 13:04 UTC (3+ messages)
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).