messages from 2025-06-25 09:23:20 to 2025-06-27 16:10:00 UTC [more...]
[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
2025-06-27 16:09 UTC (23+ messages)
` [PATCH 01/16] MAINTAINERS: Include clk.py under COMMON CLK FRAMEWORK entry
` [PATCH 02/16] MAINTAINERS: Include device.py under DRIVER CORE entry
` [PATCH 03/16] MAINTAINERS: Include genpd.py under GENERIC PM DOMAINS entry
` [PATCH 04/16] MAINTAINERS: Include radixtree.py under GENERIC RADIX TREE entry
` [PATCH 05/16] MAINTAINERS: Include interrupts.py under IRQ SUBSYSTEM entry
` [PATCH 06/16] MAINTAINERS: Include kasan.py under KASAN entry
` [PATCH 07/16] MAINTAINERS: Include mapletree.py under MAPLE TREE entry
` [PATCH 08/16] MAINTAINERS: Include GDB scripts under MEMORY MANAGEMENT entry
` [PATCH 09/16] MAINTAINERS: Include modules.py under MODULE SUPPORT entry
` [PATCH 10/16] MAINTAINERS: Include cpus.py under PER-CPU MEMORY ALLOCATOR entry
` [PATCH 11/16] MAINTAINERS: Include timerlist.py under POSIX CLOCKS and TIMERS entry
` [PATCH 12/16] MAINTAINERS: Include dmesg.py under PRINTK entry
` [PATCH 13/16] MAINTAINERS: Include proc.py under PROC FILESYSTEM entry
` [PATCH 14/16] MAINTAINERS: Include vmalloc.py under VMALLOC entry
` [PATCH 15/16] MAINTAINERS: Include xarray.py under XARRAY entry
` [PATCH 16/16] MAINTAINERS: Include vfs.py under FILESYSTEMS entry
[PATCH v2 0/3] replace `allow(...)` lints with `expect(...)`
2025-06-27 15:55 UTC (5+ messages)
` [PATCH v2 1/3] replace `#[allow(...)]` with `#[expect(...)]`
` [PATCH v2 2/3] rust: remove `#[allow(clippy::unnecessary_cast)]`
` [PATCH v2 3/3] rust: remove `#[allow(clippy::non_send_fields_in_send_ty)]`
[PATCH v6 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
2025-06-27 15:40 UTC (8+ messages)
` [PATCH v6 1/3] pmdomain: core: introduce dev_pm_genpd_is_on()
` [PATCH v6 2/3] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
` [PATCH v6 3/3] remoteproc: imx_rproc: detect and attach to pre-booted remote cores
[PATCH 00/14] Various dt-bindings for SM7635 and The Fairphone (Gen. 6) addition
2025-06-27 15:34 UTC (14+ messages)
` [PATCH 09/14] dt-bindings: dma: qcom,gpi: document the SM7635 GPI DMA Engine
` [PATCH 10/14] dt-bindings: mmc: sdhci-msm: document the SM7635 SDHCI Controller
` [PATCH 11/14] dt-bindings: soc: qcom: qcom,pmic-glink: document SM7635 compatible
` [PATCH 12/14] dt-bindings: arm: qcom: Add SM7635 and The Fairphone (Gen. 6)
` [PATCH 13/14] arm64: dts: qcom: Add initial SM7635 dtsi
` [PATCH 14/14] arm64: dts: qcom: Add The Fairphone (Gen. 6)
[PATCH 0/4] allwinner: a523: Add power controllers
2025-06-27 15:29 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: power: Add A523 PPU and PCK600 "
` [PATCH 2/4] pmdomain: sunxi: sun20i-ppu: add A523 support
` [PATCH 3/4] pmdomain: sunxi: add driver for Allwinner A523's PCK-600 power controller
` [PATCH 4/4] arm64: dts: allwinner: a523: Add power controller device nodes
question about behaviour of cpuidle on 6.6...seeing *many* missed estimates
2025-06-27 14:41 UTC (3+ messages)
[RFT][PATCH v4 0/2] PM: sleep: Handle async suppliers like parents and async consumers like children
2025-06-27 14:01 UTC (5+ messages)
[PATCH 0/2] Add interconnect driver for SM7635
2025-06-27 12:48 UTC (7+ messages)
` [PATCH 1/2] dt-bindings: interconnect: document the RPMh Network-On-Chip Interconnect in Qualcomm SM7635 SoC
` [PATCH 2/2] interconnect: qcom: Add SM7635 interconnect provider driver
[PATCH v3] interconnect: avoid memory allocation when 'icc_bw_lock' is held
2025-06-27 12:23 UTC (12+ messages)
[PATCH v1 00/13] pmdomain: Partial refactor, add MT8196 support
2025-06-27 12:12 UTC (3+ messages)
` [PATCH v1 02/13] pmdomain: mediatek: Refactor bus protection regmaps retrieval
[PATCH v2 0/8] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
2025-06-27 12:09 UTC (9+ messages)
` [PATCH v2 1/8] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
` [PATCH v2 2/8] clk: qcom: ipq5424: Enable NSS NoC clocks to use icc-clk
` [PATCH v2 3/8] dt-bindings: clock: gcc-ipq5424: Add definition for GPLL0_OUT_AUX
` [PATCH v2 4/8] clock: qcom: gcc-ipq5424: Add gpll0_out_aux clock
` [PATCH v2 5/8] dt-bindings: clock: qcom: Add NSS clock controller for IPQ5424 SoC
` [PATCH v2 6/8] clk: qcom: Add NSS clock controller driver for IPQ5424
` [PATCH v2 7/8] arm64: dts: qcom: ipq5424: Add NSS clock controller node
` [PATCH v2 8/8] arm64: defconfig: Build NSS clock controller driver for IPQ5424
TCC cooling on Meteorlake (and ArrowLake)
2025-06-27 11:47 UTC
[PATCH v2 0/9] PM: Reconcile different driver options for runtime PM integration with system sleep
2025-06-27 11:14 UTC (14+ messages)
` [PATCH v2 1/9] PM: Use true/false as power.needs_force_resume values
` [PATCH v2 2/9] PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit()
` [PATCH v2 3/9] PM: Move two sleep-related functions under CONFIG_PM_SLEEP
` [PATCH v2 4/9] PM: Check power.needs_force_resume in pm_runtime_force_suspend()
` [PATCH v2 5/9] PM: Make pm_runtime_force_resume() work with DPM_FLAG_SMART_SUSPEND
` [PATCH v2 6/9] PM: runtime: Introduce __rpm_get_driver_callback()
` [PATCH v2 7/9] PM: sleep: Add strict_midlayer flag to struct dev_pm_info
` [PATCH v2 8/9] ACPI: PM: Set/clear power.strict_midlayer in prepare/complete
` [PATCH v2 9/9] PCI: PM: Set power.strict_midlayer in pci_pm_init()
[PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
2025-06-27 10:49 UTC (4+ messages)
` [PATCH 07/11] iommu/apple-dart: Drop default ARCH_APPLE in Kconfig
` (subset) [PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
[PATCH v2 0/5] Enable SSRAM support in PTL and LNL
2025-06-27 8:08 UTC (5+ messages)
` [PATCH v2 4/5] platform/x86:intel/pmc: Show substate requirement for S0ix blockers
[PATCH] interconnect: increase ICC_DYN_ID_START
2025-06-27 8:05 UTC (3+ messages)
[PATCH v4] interconnect: avoid memory allocation when 'icc_bw_lock' is held
2025-06-27 7:58 UTC
[PATCH v2 0/2] cpufreq: CPPC: idle cpu perf handling
2025-06-27 7:54 UTC (6+ messages)
` [PATCH v2 2/2] cpufreq: CPPC: Dont read counters for idle CPUs
[PATCH 1/2] pmdomain: renesas: use menu for Renesas
2025-06-27 7:41 UTC (2+ messages)
[PATCH V4 0/5] Add Texas Instruments BQ25703A Charger
2025-06-27 6:58 UTC (7+ messages)
` [PATCH V4 1/5] dt-bindings: mfd: ti,bq25703a: Add TI "
` [PATCH V4 2/5] mfd: bq257xx: Add support for BQ25703A core driver
` [PATCH V4 3/5] power: supply: bq257xx: Add support for BQ257XX charger
` [PATCH V4 4/5] regulator: bq257xx: Add bq257xx boost regulator driver
` [PATCH V4 5/5] arm64: dts: rockchip: Add USB and charger to Gameforce Ace
[PATCH v2 00/10] PM: EM: Add netlink support for the energy model
2025-06-27 3:37 UTC (2+ messages)
[PATCH 00/10] power: supply: ug3105_battery: Switch to power_supply_batinfo_ocv2cap()
2025-06-26 23:31 UTC (4+ messages)
` (subset) "
[PATCH V2] powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changed
2025-06-26 19:15 UTC (2+ messages)
[PATCH] PM: Restrict swap use to later in the suspend sequence
2025-06-26 18:41 UTC (3+ messages)
[RRC v1 1/3] thermal/drivers/exynos: Remove unused base_second mapping and references
2025-06-26 18:22 UTC (3+ messages)
[RRC v1 2/3] thermal/drivers/exynos: Handle temperature threshold interrupts and clear corresponding IRQs
2025-06-26 18:21 UTC (3+ messages)
[PATCH v1 1/1] PM: Don't use "proxy" headers
2025-06-26 15:42 UTC
[PATCH v4 0/5] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support
2025-06-26 12:59 UTC (7+ messages)
` [PATCH v4 2/5] power: supply: add support for max77759 fuel gauge
` [PATCH v4 5/5] arm64: dts: exynos: gs101-oriole: enable Maxim "
[PATCH 0/2] rust: replace `allow(...)` with `expect(...)`
2025-06-26 11:50 UTC (5+ messages)
` [PATCH 1/2] replace `#[allow(...)]` with `#[expect(...)]`
` [PATCH 2/2] rust: drop unnecessary lints caught by `#[expect(...)]`
[PATCH v1 0/9] PM: Reconcile different driver options for runtime PM integration with system sleep
2025-06-26 10:59 UTC (23+ messages)
` [PATCH v1 1/9] PM: Use true/false as power.needs_force_resume values
` [PATCH v1 0/9] PM: Check power.needs_force_resume in pm_runtime_force_suspend()
` [PATCH v1 3/9] PM: Make pm_runtime_force_resume() work with DPM_FLAG_SMART_SUSPEND
` [PATCH v1 4/9] PM: Move pm_runtime_force_suspend/resume() under CONFIG_PM_SLEEP
` [PATCH v1 5/9] PM: Move needs_force_resume "
` [PATCH v1 7/9] PM: sleep: Add strict_midlayer flag to struct dev_pm_info
` [PATCH v1 8/9] ACPI: PM: Set/clear power.strict_midlayer during attach/detach
` [PATCH v1 9/9] PCI: PM: Set power.strict_midlayer in pci_pm_init()
[PATCH v7 0/5] Add TH1520 GPU support with power sequencing
2025-06-26 9:33 UTC (6+ messages)
` [PATCH v7 1/5] drm/imagination: Use pwrseq for TH1520 GPU power management
` [PATCH v7 2/5] dt-bindings: gpu: img,powervr-rogue: Add TH1520 GPU compatible
` [PATCH v7 3/5] riscv: dts: thead: th1520: Add GPU clkgen reset to AON node
` [PATCH v7 4/5] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
` [PATCH v7 5/5] drm/imagination: Enable PowerVR driver for RISC-V
[RFC PATCH] cpufreq,base/arch_topology: Calculate cpu_capacity according to boost
2025-06-26 9:30 UTC
[PATCH V3 0/5] Add Texas Instruments BQ25703A Charger
2025-06-26 9:28 UTC (7+ messages)
` [PATCH V3 1/5] dt-bindings: mfd: ti,bq25703a: Add TI "
` [PATCH V3 4/5] regulator: bq257xx: Add bq257xx boost regulator driver
[PATCH] power: sequencing: qcom-wcn: Fix bluetooth-wifi copypasta for WCN6855
2025-06-26 8:42 UTC (3+ messages)
[PATCH] interconnect: icc-clk: destroy nodes in case of memory allocation failures
2025-06-26 8:25 UTC (2+ messages)
[PATCH v2 1/2] thermal: rcar_gen3: Add support for per-SoC default trim values
2025-06-25 18:16 UTC (2+ messages)
` [PATCH v2 2/2] thermal: rcar_gen3: Add support for R-Car V4H "
[PATCH v5 0/8] Add TH1520 GPU support with power sequencing
2025-06-25 15:26 UTC (4+ messages)
[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
2025-06-25 15:23 UTC (9+ messages)
` [PATCH v4 1/7] cxl/region: Avoid null pointer dereference in is_cxl_region()
` [PATCH v4 5/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
[bug report] power: supply: core: convert to fwnnode
2025-06-25 15:22 UTC
[PATCH v6 0/8] Add TH1520 GPU support with power sequencing
2025-06-25 14:41 UTC (14+ messages)
` [PATCH v6 5/8] dt-bindings: gpu: img,powervr-rogue: Add TH1520 GPU compatible
` [PATCH v6 8/8] drm/imagination: Enable PowerVR driver for RISC-V
` [PATCH v6 4/8] drm/imagination: Use pwrseq for TH1520 GPU power management
[PATCH] interconnect: core: Fix circular locking dependency with fs_reclaim lock
2025-06-25 14:28 UTC
[PATCH v7 0/6] add support for pf1550 PMIC MFD-based drivers
2025-06-25 14:19 UTC (4+ messages)
` [PATCH v7 5/6] power: supply: pf1550: add battery charger support
[PATCH v2] thermal: use a custom lock class for intel x86_pkg_temp
2025-06-25 13:23 UTC (5+ messages)
[PATCH 1/2] thermal: rcar_gen3: Add support for per-SoC default trim values
2025-06-25 11:40 UTC (4+ messages)
` [PATCH 2/2] thermal: rcar_gen3: Add support for R-Car V4H "
[GIT PULL] Immutable tag between the pwrseq, drm and pmdomain trees for v6.17-rc1
2025-06-25 10:04 UTC (3+ messages)
[PATCH 0/5] pwrseq: replace magic numbers with defines for match() return values
2025-06-25 10:03 UTC (2+ 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).