messages from 2025-06-17 14:49:13 to 2025-06-19 22:24:01 UTC [more...]
[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
2025-06-19 22:23 UTC (12+ messages)
` [PATCH v7 01/10] x86/fred: Provide separate IRQ vs. NMI wrappers for entry from KVM
` [PATCH v7 02/10] x86/fred: Pass event data to the NMI entry point "
` [PATCH v7 03/10] x86/cpufeatures: Add the CPUID feature bit for NMI-source reporting
` [PATCH v7 07/10] x86/nmi: Prepare for the new NMI-source vector encoding
[PATCH 0/9] rockchip: Add power controller support for RK3528
2025-06-19 22:13 UTC (3+ messages)
` (subset) "
[PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
2025-06-19 19:51 UTC (10+ messages)
` [PATCH 01/11] pmdomain: apple: Drop default ARCH_APPLE in Kconfig
` [PATCH 03/11] clk: apple-nco: "
` [PATCH 06/11] cpufreq: apple: drop "
` [PATCH 08/11] Input: apple_z2: Drop "
` (subset) [PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
[rafael-pm:fixes] BUILD SUCCESS 84dffc807c819833ce9b421d8fea280ccec94227
2025-06-19 19:43 UTC
[PATCH v9 0/5] Implement vendor resets for PSCI SYSTEM_RESET2
2025-06-19 15:37 UTC (14+ messages)
` [PATCH v9 2/5] firmware: psci: Read and use vendor reset types
[PATCH v5 0/2] PM / devfreq: Add HiSilicon uncore frequency scaling driver
2025-06-19 15:14 UTC (3+ messages)
` [PATCH v5 1/2] PM / devfreq: Allow devfreq driver to add custom sysfs ABIs
` [PATCH v5 2/2] PM / devfreq: Add HiSilicon uncore frequency scaling driver
[PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-06-19 15:06 UTC (6+ messages)
` [PATCH v12 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v12 2/5] rust: support formatting of foreign types
` [PATCH v12 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v12 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v12 5/5] rust: remove core::ffi::CStr reexport
[rafael-pm:bleeding-edge] BUILD SUCCESS e7ee7d2f3ba5ea96a3f4027575025b57d4bd8e5f
2025-06-19 14:56 UTC
[PATCH 00/11] power: supply: pmi8998 charger improvements and smb5 support
2025-06-19 14:55 UTC (12+ messages)
` [PATCH 01/11] dt-bindings: power: supply: qcom,pmi89980-charger: add pm8150b and 7250b
` [PATCH 02/11] arm64: dts: qcom: sdm845-oneplus-*: set constant-charge-current-max-microamp
` [PATCH 03/11] power: supply: qcom_pmi8998_charger: fix wakeirq
` [PATCH 04/11] power: supply: pmi8998_charger: rename to qcom_smbx
` [PATCH 05/11] power: supply: qcom_smbx: allow disabling charging
` [PATCH 06/11] power: supply: qcom_smbx: respect battery charge-term-current-microamp
` [PATCH 07/11] power: supply: qcom_smbx: bump up the max current
` [PATCH 08/11] power: supply: qcom_smbx: remove unused registers
` [PATCH 09/11] power: supply: qcom_smbx: add smb5 support
` [PATCH 10/11] MAINTAINERS: add myself as smbx charger driver maintainer
` [PATCH 11/11] power: supply: qcom_smbx: program aicl rerun time
[PATCH v4 0/2] PM / devfreq: Add HiSilicon uncore frequency scaling driver
2025-06-19 14:18 UTC (4+ messages)
` [PATCH v4 2/2] "
[PATCH v5 0/8] Add TH1520 GPU support with power sequencing
2025-06-19 14:05 UTC (27+ messages)
` [PATCH v5 1/8] power: sequencing: Add T-HEAD TH1520 GPU power sequencer driver
` [PATCH v5 2/8] dt-bindings: firmware: thead,th1520: Add resets for GPU clkgen
` [PATCH v5 3/8] pmdomain: thead: Instantiate GPU power sequencer via auxiliary bus
` [PATCH v5 4/8] drm/imagination: Use pwrseq for TH1520 GPU power management
` [PATCH v5 5/8] dt-bindings: gpu: img,powervr-rogue: Add TH1520 GPU compatible
` [PATCH v5 6/8] riscv: dts: thead: th1520: Add GPU clkgen reset to AON node
` [PATCH v5 7/8] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
` [PATCH v5 8/8] drm/imagination: Enable PowerVR driver for RISC-V
[PATCH v2] interconnect: avoid memory allocation when 'icc_bw_lock' is held
2025-06-19 13:03 UTC (3+ messages)
[PATCH v7 0/6] add support for pf1550 PMIC MFD-based drivers
2025-06-19 13:03 UTC (5+ messages)
` [PATCH v7 2/6] mfd: pf1550: add core mfd driver
` [PATCH v7 4/6] input: pf1550: add onkey support
[PATCH v3 0/2] PM: domains: add devm_pm_domain_attach()
2025-06-19 12:21 UTC (14+ messages)
` [PATCH v3 1/2] PM: domains: Add devres variant for dev_pm_domain_attach()
[PATCH v4 0/2] PM: domains: Detach on device_unbind_cleanup()
2025-06-19 12:16 UTC (7+ messages)
` [PATCH v4 1/2] "
[PATCH v7 00/10] Apple Mac System Management Controller
2025-06-19 11:49 UTC (3+ messages)
` [PATCH v7 05/10] mfd: Add Apple Silicon "
[PATCH v2 00/21] pmdomain: Add generic ->sync_state() support to genpd
2025-06-19 11:40 UTC (3+ messages)
[PATCH RFC v3 0/2] pmdomain: core: add support for domain hierarchies in DT
2025-06-19 10:10 UTC (10+ messages)
` [PATCH RFC v3 2/2] pmdomain: core: add support for subdomains using power-domain-map
[PATCH v3] rust: cpufreq: Ensure C ABI compatibility in all unsafe
2025-06-19 8:40 UTC (6+ messages)
[PATCH v5 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
2025-06-19 8:44 UTC (7+ messages)
` [PATCH v5 1/3] pmdomain: core: introduce dev_pm_genpd_is_on()
` [PATCH v5 2/3] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
` [PATCH v5 3/3] remoteproc: imx_rproc: detect and attach to pre-booted remote cores
[PATCH v4 00/13] further mt7988 devicetree work
2025-06-19 7:27 UTC (8+ messages)
` [PATCH v4 01/13] dt-bindings: net: mediatek,net: update for mt7988
[PATCH V2] powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changed
2025-06-19 7:13 UTC
[PATCH] cpufreq: brcmstb-avs: Fully open-code compatible for grepping
2025-06-19 7:06 UTC (2+ messages)
[PATCH] cpufreq: Fix initialization with disabled boost
2025-06-19 6:48 UTC (8+ messages)
[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
2025-06-19 5:53 UTC (31+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v12 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v12 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v12 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH 0/3] cpufreq: CPPC: Some optimizations for cppc_cpufreq.c
2025-06-19 5:47 UTC (5+ messages)
[RRC v1 2/3] thermal/drivers/exynos: Handle temperature threshold interrupts and clear corresponding IRQs
2025-06-19 5:45 UTC (3+ messages)
[RRC v1 1/3] thermal/drivers/exynos: Remove unused base_second mapping and references
2025-06-19 5:45 UTC (3+ messages)
[PATCH v2 0/4] PM: freezer: Add retry stats and D-state task logging for debugging
2025-06-19 3:53 UTC (5+ messages)
` [PATCH v2 1/4] PM: freezer: Add retry count statistics for freeze pass iterations
` [PATCH v2 2/4] PM: freezer: Print tasks stuck in D-state during freeze
` [PATCH v2 3/4] PM: suspend: Assign pm_suspend_target_state earlier for valid debug logs
` [PATCH v2 4/4] PM: suspend: Simplify state check using sleep_state_supported()
[PATCH v2 0/2] cpufreq: CPPC: idle cpu perf handling
2025-06-19 0:09 UTC (3+ messages)
` [PATCH v2 1/2] sched: Expose idle_cpu() to modules
` [PATCH v2 2/2] cpufreq: CPPC: Dont read counters for idle CPUs
[PATCH] powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changed
2025-06-18 23:33 UTC (3+ messages)
[PATCH] powercap: dtpm_cpu: Fix NULL pointer dereference race during CPU offlining
2025-06-18 23:16 UTC
[PATCH] cpupower: Add cpu_start()/cpu_stop() callbacks for monitors
2025-06-18 22:44 UTC (2+ messages)
[PATCH 0/2] pm: cpupower: Couple of fixes to the cpupower monitor
2025-06-18 22:43 UTC (2+ messages)
[PATCH 0/2] cpupower: Allow control of boost feature on non-x86 based systems with boost support
2025-06-18 21:54 UTC (4+ messages)
[PATCH v2] docs: ABI: Fix "diasble" to "disable"
2025-06-18 20:44 UTC (3+ messages)
[PATCH v2 0/6] Update last busy timestamp in Runtime PM autosuspend callbacks
2025-06-18 19:43 UTC (4+ messages)
[PATCH] interconnect: avoid memory allocation when 'icc_bw_lock' is held
2025-06-18 19:38 UTC (8+ messages)
[PATCH v2 0/2] cpufreq: userspace: add CPUFREQ_GOV_STRICT_TARGET flag
2025-06-18 19:35 UTC (2+ messages)
[PATCH] thermal: int340x: processor_thermal: Add Wildcat Lake PCI ID
2025-06-18 19:18 UTC (2+ messages)
[PATCH 0/8] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
2025-06-18 15:58 UTC (13+ messages)
` [PATCH 1/8] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
` [PATCH 5/8] dt-bindings: clock: qcom: Add NSS clock controller for IPQ5424 SoC
` [PATCH 6/8] clk: qcom: Add NSS clock controller driver for IPQ5424
` [PATCH 8/8] arm64: defconfig: Build "
[PATCH 1/2] tools/power turbostat: Fix bogus SysWatt for forked program
2025-06-18 14:48 UTC (4+ messages)
` [PATCH 2/2] tools/power turbostat: Enhance legacy uncore detection
[PATCH] tools/power turbostat: Fix build with musl
2025-06-18 14:42 UTC (6+ messages)
[PATCH] tools/power turbostat: Fix MSRs with CONFIG_MULTIUSER=n
2025-06-18 14:32 UTC (5+ messages)
[PATCH] pmdomain: arm: scmi_pm_domain: remove code clutter
2025-06-18 12:56 UTC (2+ messages)
[PATCH] imx8m-blk-ctrl: set ISI panic write hurry level
2025-06-18 12:56 UTC (2+ messages)
[PATCH v11 0/7] Introduction of PSCR Framework and Related Components
2025-06-18 12:02 UTC (8+ messages)
` [PATCH v11 1/7] power: Extend power_on_reason.h for upcoming PSCRR framework
` [PATCH v11 2/7] reboot: hw_protection_trigger: use standardized numeric shutdown/reboot reasons instead of strings
` [PATCH v11 3/7] power: reset: Introduce PSCR Recording Framework for Non-Volatile Storage
` [PATCH v11 4/7] nvmem: provide consumer access to cell size metrics
` [PATCH v11 5/7] nvmem: add support for device and sysfs-based cell lookups
` [PATCH v11 6/7] power: reset: add PSCR NVMEM Driver for Recording Power State Change Reasons
` [PATCH v11 7/7] Documentation: Add sysfs documentation for PSCRR reboot reason tracking
[RFC PATCH] PM: Optionally block user fork during freeze to improve performance
2025-06-18 11:54 UTC (10+ messages)
[PATCH v4 0/8] Add TH1520 GPU support with power sequencing
2025-06-18 10:02 UTC (3+ messages)
[PATCH v1 0/3] clk: tegra: add DFLL support for Tegra 4
2025-06-18 9:13 UTC (5+ messages)
` [PATCH v1 2/3] drivers: "
[PATCH V11 0/7] Add EPSS L3 provider support on SA8775P SoC
2025-06-18 4:09 UTC (2+ messages)
` (subset) "
Subject: [cpuidle] Limitation: cannot model asymmetric C-state latencies on big.LITTLE SoCs
2025-06-18 3:34 UTC (3+ messages)
[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
2025-06-17 21:31 UTC (2+ messages)
` (subset) "
[PATCH v10 2/7] reboot: hw_protection_trigger: use standardized numeric shutdown/reboot reasons instead of strings
2025-06-17 20:41 UTC (2+ messages)
[PATCH 0/3] Add EPSS L3 provider support on QCS8300 SoC
2025-06-17 19:23 UTC (3+ messages)
` [PATCH 3/3] arm64: dts: qcom: qcs8300: Add EPSS l3 interconnect provider node
[PATCH v4 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
2025-06-17 15:56 UTC (9+ messages)
` [PATCH v4 3/3] remoteproc: imx_rproc: detect and attach to pre-booted remote cores
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).