messages from 2026-02-04 13:02:58 to 2026-02-08 21:59:07 UTC [more...]
[PATCH v3 00/20] Virtual Swap Space
2026-02-08 21:58 UTC (13+ messages)
` [PATCH v3 01/20] mm/swap: decouple swap cache from physical swap infrastructure
` [PATCH v3 02/20] swap: rearrange the swap header file
` [PATCH v3 03/20] mm: swap: add an abstract API for locking out swapoff
` [PATCH v3 04/20] zswap: add new helpers for zswap entry operations
` [PATCH v3 05/20] mm/swap: add a new function to check if a swap entry is in swap cached
` [PATCH v3 06/20] mm: swap: add a separate type for physical swap slots
` [PATCH v3 07/20] mm: create scaffolds for the new virtual swap implementation
` [PATCH v3 08/20] zswap: prepare zswap for swap virtualization
` [PATCH v3 09/20] mm: swap: allocate a virtual swap slot for each swapped out page
` [PATCH v3 10/20] swap: move swap cache to virtual swap descriptor
` [PATCH v3 11/20] zswap: move zswap entry management to the "
` [PATCH v3 12/20] swap: implement the swap_cgroup API using virtual swap
[PATCH] thermal: qcom-spmi-temp-alarm: fix out-of-bounds when copying temp map
2026-02-08 21:53 UTC (2+ messages)
[v2 PATCH 0/1] PM: QoS: Introduce boot parameter pm_qos_resume_latency_us
2026-02-08 21:46 UTC (2+ messages)
[PATCH v2 0/2] Add support for Samsung S2MU005 battery fuel gauge device
2026-02-08 17:52 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: power: supply: document Samsung S2MU005 battery fuel gauge
` [PATCH v2 2/2] power: supply: add support for S2MU005 battery fuel gauge device
[PATCH v1 0/3] cpuidle: governors: menu: A fix, a corner case adjustment and a cleanup
2026-02-08 15:59 UTC (3+ messages)
` [PATCH v1 3/3] cpuidle: governors: menu: Special-case nohz_full CPUs
[PATCH v2] ACPI: button: Call device_init_wakeup() earlier during probe
2026-02-08 14:13 UTC
[PATCH v2 00/12] Support for Samsung S2MU005 PMIC and its sub-devices
2026-02-08 13:05 UTC (20+ messages)
` [PATCH v2 02/12] dt-bindings: leds: document Samsung S2M series PMIC RGB LED device
` [PATCH v2 03/12] dt-bindings: extcon: document Samsung S2M series PMIC extcon device
` [PATCH v2 06/12] mfd: sec: add support for S2MU005 PMIC
` [PATCH v2 07/12] mfd: sec: store hardware revision in sec_pmic_dev and add S2MU005 support
` [PATCH v2 08/12] leds: flash: add support for Samsung S2M series PMIC flash LED device
[PATCH] thermal: renesas: rzg3e: Drop unused kernel-doc comments
2026-02-08 10:17 UTC (2+ messages)
[PATCH v2 0/8] Add RemoteProc cooling support
2026-02-08 10:08 UTC (9+ messages)
` [PATCH v2 1/8] thermal: Add Remote Proc cooling driver
` [PATCH v2 2/8] dt-bindings: thermal: Add qcom,qmi-cooling yaml bindings
[PATCH v3 0/7] media: qcom: iris/venus: fix power domain handling on SM8250
2026-02-08 9:45 UTC (18+ messages)
` [PATCH v3 1/7] dt-bindings: clock: qcom,sm8250-videocc: account for the MX domain
` [PATCH v3 2/7] media: dt-bindings: qcom,sm8250-venus: sort out power domains
` [PATCH v3 3/7] media: iris: scale MMCX power domain on SM8250
` [PATCH v3 4/7] media: venus: "
` [PATCH v3 6/7] arm64: dts: qcom: sm8250: sort out Iris power domains
` [PATCH v3 7/7] arm64: dts: qcom: sm8250: correct frequencies in the Iris OPP table
[PATCH 0/3] cpupower: fix resource leaks and unit labels
2026-02-08 4:36 UTC (8+ messages)
` [PATCH 1/3] cpupower: fix swapped power/energy "
` [PATCH 2/3] cpupower: Fix memory leaks on early exit paths
` [PATCH 3/3] cpupower: fix memory leak on execlp failure
[PATCH] cpupower: Remove incorrect EPP dependency in get_latency()
2026-02-08 4:34 UTC (3+ messages)
[PATCH V10 0/4] Add support for QCOM SPMI PMIC5 Gen3 ADC
2026-02-07 16:56 UTC (9+ messages)
` [PATCH V10 3/4] iio: adc: Add support for QCOM "
` [PATCH V10 4/4] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring
[PATCH] tools/power/cpupower: Replace strcpy/strcat with snprintf in powercap.c
2026-02-07 16:04 UTC (2+ messages)
[PATCH] power: sequencing: qcom-wcn: fix error path for VDDIO handling
2026-02-07 10:28 UTC
[PATCH] PM: sleep: core: Fix race condition in async noirq suspend
2026-02-07 0:18 UTC (5+ messages)
[GIT PULL] pmdomain fixes for v6.19-rc9
2026-02-06 23:09 UTC (2+ messages)
[PATCH 00/15 v2] tick/sched: Refactor idle cputime accounting
2026-02-06 22:35 UTC (17+ messages)
` [PATCH 01/15] sched/idle: Handle offlining first in idle loop
` [PATCH 02/15] sched/cputime: Remove superfluous and error prone kcpustat_field() parameter
` [PATCH 03/15] sched/cputime: Correctly support generic vtime idle time
` [PATCH 04/15] powerpc/time: Prepare to stop elapsing in dynticks-idle
` [PATCH 05/15] s390/time: "
` [PATCH 06/15] tick/sched: Unify idle cputime accounting
` [PATCH 07/15] cpufreq: ondemand: Simplify idle cputime granularity test
` [PATCH 08/15] tick/sched: Remove nohz disabled special case in cputime fetch
` [PATCH 09/15] tick/sched: Move dyntick-idle cputime accounting to cputime code
` [PATCH 10/15] tick/sched: Remove unused fields
` [PATCH 11/15] tick/sched: Account tickless idle cputime only when tick is stopped
` [PATCH 12/15] tick/sched: Consolidate idle time fetching APIs
` [PATCH 13/15] sched/cputime: Provide get_cpu_[idle|iowait]_time_us() off-case
` [PATCH 14/15] sched/cputime: Handle idle irqtime gracefully
` [PATCH 15/15] sched/cputime: Handle dyntick-idle steal time correctly
[PATCH v1] ACPI: button: Call device_init_wakeup() earlier during probe
2026-02-06 21:31 UTC
[PATCH 0/1] sched: Ignore overutilized by lone task on max-cap CPU
2026-02-06 17:23 UTC (4+ messages)
[PATCH v4] pmdomain: imx: gpcv2: Fix the imx8mm gpu hang due to wrong adb400 reset
2026-02-06 16:34 UTC (2+ messages)
[PATCH v23 0/2] reboot-mode: Expose sysfs for registered reboot modes
2026-02-06 16:25 UTC (5+ messages)
` [PATCH v23 1/2] Documentation: ABI: Add sysfs-class-reboot-mode-reboot_modes
` [PATCH v23 2/2] power: reset: reboot-mode: Expose sysfs for registered reboot_modes
[PATCH v8 0/7] Enhanced autonomous selection and improvements
2026-02-06 14:26 UTC (8+ messages)
` [PATCH v8 1/7] ACPI: CPPC: Add cppc_get_perf() API to read performance controls
` [PATCH v8 2/7] ACPI: CPPC: Warn on missing mandatory DESIRED_PERF register
` [PATCH v8 3/7] ACPI: CPPC: Extend cppc_set_epp_perf() for FFH/SystemMemory
` [PATCH v8 4/7] cpufreq: CPPC: Update cached perf_ctrls on sysfs write
` [PATCH v8 5/7] cpufreq: cppc: Update MIN_PERF/MAX_PERF in target callbacks
` [PATCH v8 6/7] ACPI: CPPC: add APIs and sysfs interface for perf_limited
` [PATCH v8 7/7] cpufreq: CPPC: Add sysfs documentation "
[bug report] power: sequencing: qcom-wcn: add support for WCN39xx
2026-02-06 13:40 UTC
[PATCH 0/2] Add support for Samsung S2MU005 battery fuel gauge device
2026-02-06 13:04 UTC (6+ messages)
` [PATCH 2/2] power: supply: add support for "
[PATCH] ACPI: processor: Add acpi_processor_start() back to parse _CPC tables before CPU online
2026-02-06 9:57 UTC (3+ messages)
[PATCH v2] PM: sleep: wakeirq: Update outdated documentation comments
2026-02-06 9:23 UTC
[PATCH 6.12] tools/power turbostat: fix GCC9 build regression
2026-02-06 8:55 UTC
[rafael-pm:bleeding-edge] BUILD SUCCESS cd15be4828c5585c8423b66d1ab9fb2d7b2db778
2026-02-06 7:31 UTC
[PATCH 0/6] cpufreq: Introduce boost frequency QoS
2026-02-06 7:17 UTC (11+ messages)
` [PATCH 1/6] cpufreq: Remove per-CPU QoS constraint
` [PATCH 2/6] cpufreq: Add boost_freq_req QoS request
` [PATCH 3/6] cpufreq: Centralize boost freq QoS requests
[PATCH 0/3] Enable QoS configuration on QCS615
2026-02-06 6:51 UTC (11+ messages)
` [PATCH 1/3] dt-bindings: interconnect: qcom,qcs615-rpmh: add clocks property to enable QoS
` [PATCH 2/3] interconnect: qcom: qcs615: enable QoS configuration
[PATCH v1 0/2] power: supply: cpcap-battery: pass static battery cell data from device tree
2026-02-06 4:24 UTC (3+ messages)
` [PATCH v1 2/2] "
[PATCH] pmdomain: imx: Fix i.MX8MP VPU_H1 power up sequence
2026-02-06 1:46 UTC (3+ messages)
[PATCH v2 0/3] PM: QoS/pmdomains: support resume latencies for system-wide PM
2026-02-06 0:29 UTC (4+ messages)
` [PATCH v2 1/3] PM / QoS: add flag to indicate latency applies system-wide
` [PATCH v2 2/3] pmdomain: core: add genpd_for_each_child() helper
` [PATCH v2 3/3] pmdommain: add support system-wide resume latency constraints
[PATCH v5 00/10] pmdomain: samsung: add support for Google GS101
2026-02-05 21:42 UTC (11+ messages)
` [PATCH v5 01/10] dt-bindings: soc: google: add google,gs101-dtzpc
` [PATCH v5 02/10] dt-bindings: power: samsung: add google,gs101-pd
` [PATCH v5 03/10] dt-bindings: soc: samsung: exynos-pmu: move gs101-pmu into separate binding
` [PATCH v5 04/10] dt-bindings: soc: google: gs101-pmu: allow power domains as children
` [PATCH v5 05/10] pmdomain: samsung: convert to using regmap
` [PATCH v5 06/10] pmdomain: samsung: don't hard-code offset for registers to 0 and 4
` [PATCH v5 07/10] pmdomain: samsung: add support for google,gs101-pd
` [PATCH v5 08/10] pmdomain: samsung: use dev_err() instead of pr_err()
` [PATCH v5 09/10] pmdomain: samsung: implement SMC to save / restore TZ config
` [PATCH v5 10/10] pmdomain: samsung: implement domain-supply regulator
[PATCH RESEND] thermal/drivers/brcmstb_thermal: Use max to simplify brcmstb_get_temp
2026-02-05 19:45 UTC
[GIT PULL] Thermal control updates for v6.20-rc1/v7.0-rc1
2026-02-05 19:42 UTC
[GIT PULL] ACPI support updates for v6.20-rc1/v7.0-rc1
2026-02-05 19:40 UTC
[GIT PULL] Power management updates for v6.20-rc1/v7.0-rc1
2026-02-05 19:37 UTC
[PATCH v7 0/7] Enhanced autonomous selection and improvements
2026-02-05 19:27 UTC (17+ messages)
` [PATCH v7 4/7] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
[PATCH 6.12] tools/power turbostat: Fix compilation on older compilers
2026-02-05 16:25 UTC (2+ messages)
[PATCH V3 0/5] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
2026-02-05 15:58 UTC (8+ messages)
` [PATCH V3 1/5] i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 "
` [PATCH V3 2/5] i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspended
` [PATCH V3 3/5] i3c: mipi-i3c-hci: Allow parent to manage runtime PM
` [PATCH V3 4/5] i3c: mipi-i3c-hci-pci: Add optional ability to manage child "
` [PATCH V3 5/5] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
[PATCH v14 0/9] rust: add `Ownable` trait and `Owned` type
2026-02-05 13:33 UTC (14+ messages)
` [PATCH v14 1/9] rust: types: Add Ownable/Owned types
` [PATCH v14 2/9] rust: rename `AlwaysRefCounted` to `RefCounted`
[PATCH] Documentation: admin-guide: PM: Document intel_idle.table cmdl option
2026-02-05 12:53 UTC
[PATCH v2 0/3] Enable QoS configuration on QCS8300
2026-02-05 12:28 UTC (3+ messages)
` [PATCH v2 1/3] dt-bindings: interconnect: qcom,qcs8300-rpmh: add clocks property to enable QoS
[PATCH v4 00/10] pmdomain: samsung: add support for Google GS101
2026-02-05 12:05 UTC (2+ messages)
[PATCH] cpufreq: cppc: Use lowest_nonlinear_perf as a soft minimum limit
2026-02-05 11:57 UTC (2+ messages)
[PATCH v2 0/2] Add interconnect support for Qualcomm Mahua SoC
2026-02-05 11:55 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in "
[PATCH v2 1/2] pmdomain: imx8mp-blk-ctrl: keep gpc power domain on if blk-ctrl pd is on during system pm
2026-02-05 10:56 UTC (4+ messages)
` [PATCH v2 2/2] pmdomain: imx8mp-blk-ctrl: keep usb phy power domain on for wakeup
[rafael-pm:bleeding-edge] BUILD SUCCESS 520775612d60d24e626d80747926e7978fda86b2
2026-02-05 9:14 UTC
Performance regressions introduced via Revert "cpuidle: menu: Avoid discarding useful information" on 5.15 LTS
2026-02-05 7:15 UTC (21+ messages)
[PATCH V2 0/6] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
2026-02-05 6:43 UTC (14+ messages)
` [PATCH V2 2/6] i3c: master: Mark last_busy on IBI when runtime PM is allowed
` [PATCH V2 3/6] i3c: mipi-i3c-hci: Add quirk to allow IBI while runtime suspended
` [PATCH V2 5/6] i3c: mipi-i3c-hci-pci: Add optional ability to manage child runtime PM
` [PATCH V2 6/6] i3c: mipi-i3c-hci-pci: Enable IBI while runtime suspended for Intel controllers
INVOICE FOR DECEMBER '25
2026-02-05 6:09 UTC
[PATCH v2] pmdomain: mediatek: Break lock dependency to `prepare_lock`
2026-02-05 5:36 UTC (5+ messages)
[PATCH v1] PM: sleep: core: Clear device async state upfront during suspend
2026-02-05 3:28 UTC (4+ messages)
[PATCH v5 6/7] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges
2026-02-04 23:27 UTC (2+ messages)
[PATCH 0/3] Add support for MT8189 power controller
2026-02-04 17:47 UTC (7+ messages)
` [PATCH 1/3] dt-bindings: power: Add MediaTek MT8189 power domain
` [PATCH 2/3] pmdomain: mediatek: Add bus protect control flow for MT8189
` [PATCH 3/3] pmdomain: mediatek: Add power domain driver for MT8189 SoC
[PATCH] PM: sleep: wakeirq: remove outdated comments
2026-02-04 16:11 UTC (2+ messages)
[PATCH v2 0/2] Add QEMU virt-ctrl driver and update m68k virt
2026-02-04 15:12 UTC (7+ messages)
[PATCH v3 1/3] rust: clk: use the type-state pattern
2026-02-04 14:34 UTC (11+ messages)
[PATCH 0/2] PM: QoS/pmdomains: support resume latencies for system-wide PM
2026-02-04 13:33 UTC (5+ messages)
` [PATCH 2/2] pmdommain: add support system-wide resume latency constraints
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