messages from 2026-06-04 09:08:39 to 2026-06-05 18:52:16 UTC [more...]
[PATCH] thermal: testing: reject missing command arguments
2026-06-05 18:52 UTC
[PATCH v3 0/1] cpufreq/amd-pstate: Fix EPP initialization for shared memory systems
2026-06-05 18:24 UTC (3+ messages)
` [PATCH v3 1/1] "
[PATCH] thermal: intel: intel_tcc_cooling: Add Arrow Lake CPU models
2026-06-05 17:30 UTC
[PATCH v2 00/10] x86/msr: Drop 32-bit variants of *_on_cpu() MSR functions
2026-06-05 15:09 UTC (9+ messages)
` [PATCH v2 01/10] x86/msr: Switch rdmsrl_on_cpu() users to rdmsrq_on_cpu()
` [PATCH v2 03/10] x86/msr: Switch rdmsr_on_cpu() "
` [PATCH v2 05/10] x86/msr: Switch wrmsr_on_cpu() users to wrmsrq_on_cpu()
` [PATCH v2 07/10] x86/msr: Switch rdmsr_safe_on_cpu() users to rdmsrq_safe_on_cpu()
` [PATCH v2 09/10] x86/msr: Switch wrmsr_safe_on_cpu() users to wrmsrq_safe_on_cpu()
[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
2026-06-05 14:54 UTC (22+ messages)
` [PATCH 07/23] driver core: platform: provide platform_device_set_fwnode()
` [PATCH 08/23] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH 11/23] i2c: pxa-pci: use platform_device_set_of_node()
` [PATCH 20/23] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH 22/23] reset: rzg2l: "
[PATCH] kernel/cpu: Disallow offlining boot CPU based on config
2026-06-05 13:07 UTC (4+ messages)
[PATCH v3 0/2] Add support for Battery Status AMS
2026-06-05 12:55 UTC (4+ messages)
` [PATCH v3 2/2] usb: typec: tcpm: Add support for Battery Status response message
[PATCH v3 0/2] Add EPSS L3 provider support on Qualcomm Shikra SoC
2026-06-05 12:32 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: interconnect: qcom,osm-l3: Add EPSS L3 DT binding for "
[PATCH v3 00/10] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
2026-06-05 12:12 UTC (5+ messages)
` [PATCH v3 01/10] dt-bindings: dma: qcom,gpi: Document GPI DMA engine for Shikra SoC
` [PATCH v3 02/10] dt-bindings: interconnect: qcom-bwmon: Add Shikra cpu-bwmon compatible
[PATCH 0/6] timers/migration: Handle heterogenous CPU capacities
2026-06-05 10:10 UTC (3+ messages)
[PATCH 0/8] x86/msr: Drop 32-bit variants of *_on_cpu() MSR functions
2026-06-05 10:06 UTC (27+ messages)
` [PATCH 1/8] x86/msr: Switch rdmsr_on_cpu() to return a 64-bit quantity
` [PATCH 2/8] x86/msr: Switch all callers of rdmsrq_on_cpu() to use rdmsr_on_cpu()
` [PATCH 3/8] x86/msr: Switch wrmsr_on_cpu() to use a 64-bit quantity
` [PATCH 4/8] x86/msr: Switch all callers of wrmsrq_on_cpu() to use wrmsr_on_cpu()
` [PATCH 5/8] x86/msr: Switch rdmsr_safe_on_cpu() to return a 64-bit quantity
` [PATCH 6/8] x86/msr: Switch all callers of rdmsrq_safe_on_cpu() to use rdmsr_safe_on_cpu()
` [PATCH 7/8] x86/msr: Switch wrmsr_safe_on_cpu() to use a 64-bit quantity
` [PATCH 8/8] x86/msr: Switch all callers of wrmsrq_safe_on_cpu() to use wrmsr_safe_on_cpu()
[PATCH v2] sched/fair: Revert boost in cpu_util()
2026-06-05 9:26 UTC (10+ messages)
[PATCH v2 0/2] power: supply: max8903: add DC and USB input current-limit GPIO controls
2026-06-05 9:18 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: power: supply: maxim,max8903: add DC and USB input current-limit controls
` [PATCH v2 2/2] power: supply: max8903: add DC and USB input current-limit GPIO controls
[PATCH v2 0/3] PM: dpm_watchdog: Improve DPM watchdog configurability
2026-06-05 7:10 UTC (10+ messages)
` [PATCH v2 1/3] PM: core: Rename module parameters prefix to "power"
` [PATCH v2 2/3] PM: dpm_watchdog: Allow disabling DPM watchdog by default
` [PATCH v2 3/3] PM: dpm_watchdog: Add sysctl interface for DPM watchdog timeouts
[PATCH] power: supply: max17042_battery: Use modern PM ops to clear up warning
2026-06-05 5:52 UTC
[PATCH 0/1] cpufreq/amd-pstate: Prevent active mode on systems without EPP support
2026-06-05 3:41 UTC (6+ messages)
` [PATCH v2 1/2] cpufreq/amd-pstate: Fix EPP initialization for shared memory systems
[PATCH 0/2] power: supply: max8903: add GPIO-controlled input current-limit
2026-06-04 22:43 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: power: supply: maxim,max8903: add DC and USB input current-limit controls
[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
2026-06-04 20:11 UTC (11+ messages)
` [PATCH v17 01/10] rust: alloc: add `KBox::into_non_null`
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v17 04/10] rust: page: update formatting of `use` statements
` [PATCH v17 05/10] rust: page: convert to `Ownable`
` [PATCH v17 06/10] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v17 07/10] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v17 08/10] rust: aref: update formatting of use statements
` [PATCH v17 09/10] rust: Add `OwnableRefCounted`
` [PATCH v17 10/10] rust: page: add `from_raw()`
[PATCH v2 0/2] interconnect: qcom: add MSM8x60 NoC driver
2026-06-04 18:44 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: interconnect: qcom: add msm8660 NoC
` [PATCH v2 2/2] interconnect: qcom: add MSM8x60 NoC driver
[PATCH 0/3] Coldfire m5441x: add RCM power-on reason driver
2026-06-04 17:01 UTC (3+ messages)
` [PATCH 2/3] power: reset: add MCF5441x "
[PATCH v1 0/9] power: supply: max17042_battery: improve MAX17055 support
2026-06-04 16:39 UTC (4+ messages)
` [PATCH v1 8/9] power: supply: Read MAX17042 battery info before registration
[PATCH v8 0/5] thermal: samsung: Add support for Google GS101 TMU
2026-06-04 16:30 UTC (10+ messages)
` [PATCH v8 1/5] dt-bindings: thermal: Add "
` [PATCH v8 2/5] thermal: samsung: Add Exynos ACPM TMU driver GS101
` [PATCH v8 3/5] MAINTAINERS: Add entry for Samsung Exynos ACPM thermal driver
` [PATCH v8 5/5] arm64: defconfig: enable Exynos ACPM thermal support
[PATCH v7 0/2] arm64: dts: qcom: fix power domain handling on SM8250
2026-06-04 16:22 UTC (3+ messages)
` [PATCH v7 1/2] arm64: dts: qcom: sm8250: sort out Iris power domains
` [PATCH v7 2/2] arm64: dts: qcom: sm8250: correct frequencies in the Iris OPP table
[PATCH v4 0/2] power: supply: Add support for Surface RT battery and charger
2026-06-04 16:05 UTC (2+ messages)
[PATCH v7 00/10] Support for Samsung S2MU005 PMIC and its sub-devices
2026-06-04 16:05 UTC (2+ messages)
` (subset) "
[PATCH v2 0/2] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring
2026-06-04 14:44 UTC (5+ messages)
` [PATCH v2 1/2] iio: adc: qcom-spmi-adc5-gen3: Share SDAM0 IRQ with ADC_TM auxiliary driver
[PATCH 0/7] MSM8953/SDM632 rpmpd/mss fixes
2026-06-04 12:33 UTC (4+ messages)
` [PATCH 3/7] remoteproc: qcom_q6v5_mss: Use mss as regulator for MSM8953
[PATCH] cpufreq: Documentation: fix freq_step description
2026-06-04 11:43 UTC (4+ messages)
[PATCH v2 00/13] sched/fair/schedutil: Better manage system response time
2026-06-04 10:08 UTC (3+ messages)
` [PATCH v2 04/13] sched/fair: Remove magic hardcoded margin in fits_capacity()
[rafael-pm:bleeding-edge] BUILD SUCCESS af69594f56f16ae017248f2465ddd175683ccf39
2026-06-04 9:59 UTC
[PATCH] cpufreq: cppc: Reduce cppc delivered perf sampling jitter
2026-06-04 9:42 UTC (2+ messages)
page: | 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