messages from 2025-04-24 16:20:26 to 2025-04-28 18:40:16 UTC [more...]
[PATCH v9 00/13] Add support for AMD hardware feedback interface
2025-04-28 18:39 UTC (3+ messages)
` [PATCH v9 01/13] Documentation: x86: Add AMD Hardware Feedback Interface documentation
[PATCH v2] cpufreq: fix locking order in store_local_boost to prevent deadlock
2025-04-28 17:19 UTC
[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
2025-04-28 16:21 UTC (4+ messages)
` [PATCH 11/33] dt-bindings: mmc: sdhci-msm: Add the SM7150 compatible
[PATCH v3] cpufreq: scmi: Skip SCMI devices that aren't used by the CPUs
2025-04-28 14:47 UTC
[PATCH v2] PM: wakeup: Do not expose 4 device wakeup source APIs
2025-04-28 13:38 UTC (2+ messages)
[PATCH v4 RESEND] PM: EM: Fix potential division-by-zero error in em_compute_costs()
2025-04-28 13:30 UTC (2+ messages)
[PATCH] cpufreq: fix locking order in store_local_boost to prevent deadlock
2025-04-28 13:25 UTC (2+ messages)
[PATCH] pmdomain: renesas: rcar: Remove obsolete nullify checks
2025-04-28 11:47 UTC
add more bio helper
2025-04-28 9:22 UTC (4+ messages)
` [PATCH 13/17] btrfs: use bdev_rw_virt in scrub_one_super
[PATCH v6 0/2] Add more devm_ functions to fix PM imbalance in spi/atmel-quadspi.c
2025-04-28 8:44 UTC (4+ messages)
` [PATCH v6 1/2] pm: runtime: Add new devm functions
[PATCH 0/4] PM / devfreq: Some optimizations of devfreq
2025-04-28 8:07 UTC (4+ messages)
` [PATCH 1/4] PM / devfreq: governor: Replace sscanf() with kstrtoul() in set_freq_store()
[rft, PATCH v1 1/1] PM: Don't use "proxy" headers
2025-04-28 7:18 UTC
[PATCH v3 0/2] Add support for "Requested CPU Min Frequency" BIOS option
2025-04-28 7:16 UTC (3+ messages)
` [PATCH v3 1/2] cpufreq/amd-pstate: Add offline, online and suspend callbacks for amd_pstate_driver
` [PATCH v3 2/2] cpufreq/amd-pstate: Add support for the "Requested CPU Min frequency" BIOS option
[PATCH v2] PM: EM: Fix potential division-by-zero error in em_compute_costs()
2025-04-28 1:45 UTC (7+ messages)
` [PATCH v4] "
[PATCH v2] cpufreq: Fix setting policy limits when frequency tables are used
2025-04-28 1:44 UTC (6+ messages)
[PATCH] PM: EM: Add inotify support when the energy model is updated
2025-04-28 1:10 UTC (5+ messages)
[PATCH] power: supply: wm831x: Constify struct chg_map and some arrays
2025-04-28 0:20 UTC (2+ messages)
[PATCH v5 00/11] Enable Power Modes Support for SAMA7D65 SoC
2025-04-27 23:27 UTC (7+ messages)
` [PATCH v5 09/11] ARM: dts: microchip: sama7d65: Add SRAM and DRAM components support
` [PATCH v5 10/11] ARM: dts: microchip: sama7d65: Add RTT and GPBR Support for sama7d65 SoC
` (subset) [PATCH v5 00/11] Enable Power Modes Support for SAMA7D65 SoC
[PATCH] power: supply: sysfs: Remove duplicate NUL termination
2025-04-27 23:27 UTC (2+ messages)
[PATCH 0/2] power: bq24190: Add BQ24193 support
2025-04-27 23:27 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: power: supply: bq24190: Add BQ24193 compatible
[PATCH] power: reset: reboot-mode: better compatibility with DT (replace ' ,/')
2025-04-27 22:50 UTC (2+ messages)
[PATCH] dt-bindings: power: supply: Correct indentation and style in DTS example
2025-04-27 22:50 UTC (2+ messages)
[PATCH v4] power: supply: bq27xxx: Retrieve again when busy
2025-04-27 22:50 UTC (2+ messages)
[PATCH] power: reset: at91-reset: Optimize at91_reset()
2025-04-27 22:50 UTC (2+ messages)
[RFT][PATCH v1 0/8] cpufreq: intel_pstate: Enable EAS on hybrid platforms without SMT
2025-04-27 16:23 UTC (8+ messages)
` [RFT][PATCH v1 5/8] PM: EM: Introduce em_adjust_cpu_capacity()
` [RFT][PATCH v1 7/8] cpufreq: intel_pstate: Align perf domains with L2 cache
` [RFT][PATCH v1 8/8] cpufreq: intel_pstate: EAS: Increase cost for CPUs using L3 cache
[PATCH v3 00/14] MSR code cleanup part one
2025-04-27 9:26 UTC (24+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v3 02/14] x86/msr: Remove rdpmc()
` [PATCH v3 03/14] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v3 04/14] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v3 05/14] x86/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v3 06/14] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v3 07/14] x86/msr: Add the native_rdmsrq() helper
` [PATCH v3 08/14] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v3 11/14] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v3 12/14] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v3 13/14] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v3 14/14] x86/msr: Change the function type of native_read_msr_safe()
[PATCH v4 00/15] MSR code cleanup part one
2025-04-27 9:20 UTC (16+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
` [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v4 03/15] x86/msr: Remove rdpmc()
` [PATCH v4 04/15] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v4 05/15] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v4 06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v4 07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v4 08/15] x86/msr: Add the native_rdmsrq() helper
` [PATCH v4 09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v4 11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v4 12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v4 13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v4 14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()
[Patch 0/5] Support Autonomous Selection mode in cppc_cpufreq
2025-04-27 6:23 UTC (13+ messages)
[PATCH] pmdomain: core: Convert to device_awake_path()
2025-04-27 2:42 UTC (2+ messages)
[PATCH v2 00/17] Arm cpu schema clean-ups
2025-04-26 21:46 UTC (2+ messages)
` (subset) "
[PATCH v5 0/7] RK3576 thermal sensor support, including OTP trim adjustments
2025-04-26 20:57 UTC (10+ messages)
` [PATCH v5 1/7] thermal: rockchip: rename rk_tsadcv3_tshut_mode
` [PATCH v5 2/7] dt-bindings: rockchip-thermal: Add RK3576 compatible
` [PATCH v5 3/7] thermal: rockchip: Support RK3576 SoC in the thermal driver
` [PATCH v5 4/7] dt-bindings: thermal: rockchip: document otp thermal trim
` [PATCH v5 5/7] thermal: rockchip: support reading trim values from OTP
` [PATCH v5 6/7] arm64: dts: rockchip: Add thermal nodes to RK3576
` [PATCH v5 7/7] arm64: dts: rockchip: Add thermal trim OTP and tsadc nodes
[PATCH v1] soundwire: intel_auxdevice: Fix system suspend/resume handling
2025-04-26 13:30 UTC (5+ messages)
[PATCH v2 0/1] power: supply: support charge_types in the extensions API
2025-04-26 11:09 UTC (3+ messages)
` [PATCH v2 1/1] power: supply: support charge_types in extensions
[PATCH 1/4] power: supply: core: Add additional health status values
2025-04-25 23:15 UTC (4+ messages)
` [PATCH 2/4] platform/x86: dell-ddv: Implement the battery matching algorithm
` [PATCH 3/4] platform/x86: dell-ddv: Expose the battery manufacture date to userspace
` [PATCH 4/4] platform/x86: dell-ddv: Expose the battery health "
[rafael-pm:bleeding-edge] BUILD SUCCESS 37dad34be75116e35386dbe07a4e31cc6dee6337
2025-04-25 20:38 UTC
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-25 20:12 UTC (25+ messages)
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
[PATCH v5 0/5] Create Intel PMC SSRAM Telemetry driver
2025-04-25 19:52 UTC (6+ messages)
` [PATCH v5 1/5] platform/x86:intel/vsec: Change return type of intel_vsec_register
` [PATCH v5 2/5] platform/x86:intel/pmc: Create Intel PMC SSRAM Telemetry driver
` [PATCH v5 3/5] platform/x86:intel/pmc: Use devm for mutex_init
` [PATCH v5 4/5] platform/x86:intel/pmc: Move error handling to init function
` [PATCH v5 5/5] platform/x86:intel/pmc: Improve pmc_core_get_lpm_req()
[PATCH v5 00/21] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
2025-04-25 19:16 UTC (5+ messages)
` [PATCH v5 20/21] riscv: dts: thead: Introduce reset controller node
[PATCH v1] PM: Remove unnecessary !!
2025-04-25 18:51 UTC (2+ messages)
[GIT PULL] Power management fixes for v6.15-rc4
2025-04-25 18:01 UTC (2+ messages)
[PATCH 0/2] topology/sysfs, cpufreq/intel_pstate: Populate cpu_capacity
2025-04-25 16:31 UTC (3+ messages)
` [PATCH 1/2] arch_topology: Relocate cpu_scale to topology.[h|c]
[PATCH V2 0/5] cpufreq: Boost related cleanups / fixes
2025-04-25 16:30 UTC (7+ messages)
` [PATCH V2 1/5] cpufreq: acpi: Re-sync CPU boost state on system resume
` [PATCH V2 2/5] cpufreq: Don't unnecessarily call set_boost()
` [PATCH V2 3/5] cpufreq: Introduce policy_set_boost()
` [PATCH V2 4/5] cpufreq: Preserve policy's boost state after resume
` [PATCH V2 5/5] cpufreq: Force sync policy boost with global boost on sysfs update
USB4 thunderbolt device suspend/resume problems. Unplug during suspend
2025-04-25 16:22 UTC (4+ messages)
[PATCH v2] cpupower: add a systemd service to run cpupower
2025-04-25 15:07 UTC
[PATCH] cpupower: add a systemd service to run cpupower
2025-04-25 15:06 UTC (3+ messages)
[PATCH v2 0/9] Enable QUPs and Serial on SA8255p Qualcomm platforms
2025-04-25 14:18 UTC (9+ messages)
` [PATCH v2 2/9] dt-bindings: serial: describe SA8255p
` [PATCH v2 3/9] dt-bindings: qcom: geni-se: "
[PATCH v10 00/16] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
2025-04-25 13:50 UTC (18+ messages)
` [PATCH v10 01/16] hwmon: (oxp-sensors) Distinguish the X1 variants
` [PATCH v10 02/16] hwmon: (oxp-sensors) Add all OneXFly variants
` [PATCH v10 03/16] platform/x86: oxpec: Move hwmon/oxp-sensors to platform/x86
` [PATCH v10 04/16] ABI: testing: sysfs-class-oxp: add missing documentation
` [PATCH v10 05/16] ABI: testing: sysfs-class-oxp: add tt_led attribute documentation
` [PATCH v10 06/16] platform/x86: oxpec: Rename ec group to tt_toggle
` [PATCH v10 07/16] platform/x86: oxpec: Add turbo led support to X1 devices
` [PATCH v10 08/16] platform/x86: oxpec: Move pwm_enable read to its own function
` [PATCH v10 09/16] platform/x86: oxpec: Move pwm value read/write to separate functions
` [PATCH v10 10/16] platform/x86: oxpec: Move fan speed read to separate function
` [PATCH v10 11/16] platform/x86: oxpec: Adhere to sysfs-class-hwmon and enable pwm on 2
` [PATCH v10 12/16] platform/x86: oxpec: Follow reverse xmas convention for tt_toggle
` [PATCH v10 13/16] power: supply: add inhibit-charge-awake to charge_behaviour
` [PATCH v10 14/16] platform/x86: oxpec: Add charge threshold and behaviour to OneXPlayer
` [PATCH v10 15/16] platform/x86: oxpec: Rename rval to ret in tt_toggle
` [PATCH v10 16/16] platform/x86: oxpec: Convert defines to using tabs
[v5 PATCH 00/14] crypto: acomp - Add virtual address and folio support
2025-04-25 12:28 UTC (5+ messages)
` [v5 PATCH 11/14] xfrm: ipcomp: Use crypto_acomp interface
[PATCH 00/11] pmdomain: Add generic ->sync_state() support to genpd
2025-04-25 12:17 UTC (3+ messages)
[PATCH v9 0/6] Add support for IPQ5018 tsens
2025-04-25 12:11 UTC (2+ messages)
[PATCH] PM: QoS: Add support for CPU affinity mask-based CPUs latency QoS
2025-04-25 11:20 UTC (6+ messages)
[PATCH v9 00/15] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
2025-04-25 11:05 UTC (5+ messages)
` [PATCH v9 14/15] platform/x86: oxpec: Add charge threshold and behaviour to OneXPlayer
[PATCH v3] cpufreq: Avoid using inconsistent policy->min and policy->max
2025-04-25 11:03 UTC (5+ messages)
[PATCH] pmdomain: mediatek: Add error messages for missing regmaps
2025-04-25 10:20 UTC (2+ messages)
[PATCH] pmdomain: arm: Do not enable by default during compile testing
2025-04-25 10:20 UTC (2+ messages)
[PATCH v2 0/4] Add GPU clock/reset management for TH1520 in genpd
2025-04-25 10:10 UTC (11+ messages)
` [PATCH v2 1/4] PM: device: Introduce platform_resources_managed flag
` [PATCH v2 3/4] pmdomain: thead: Add GPU-specific clock and reset handling for TH1520
[PATCH] hibernate: pageoffline may be first judged
2025-04-25 9:43 UTC (7+ messages)
` [PATCH v3] "
` [PATCH] hibernate: add minimum image size in hibernation
` [PATCH v2] "
[PATCH v4 0/4] Create Intel PMC SSRAM Telemetry driver
2025-04-24 19:58 UTC (7+ messages)
` [PATCH v4 2/4] platform/x86:intel/pmc: "
` [PATCH v4 3/4] platform/x86:intel/pmc: Move error handling to init function
[PATCH v2 0/4] arm64: sunxi: h616: Enable Mali GPU
2025-04-24 17:52 UTC (7+ messages)
` [PATCH v2 1/4] dt-bindings: power: Add Allwinner H6/H616 PRCM PPU
` [PATCH v2 2/4] pmdomain: sunxi: add H6 PRCM PPU driver
` (subset) [PATCH v2 0/4] arm64: sunxi: h616: Enable Mali GPU
[PATCH 0/3] pmdomain: qcom: rpmhpd: Add SM4450 power domains
2025-04-24 16:57 UTC (2+ messages)
[PATCH] pmdomain: bcm: bcm2835-power: Use devm_clk_get_optional
2025-04-24 16:57 UTC (2+ messages)
[PATCH v4 2/2] soc: rockchip: power-domain: add power domain support for rk3562
2025-04-24 16:57 UTC (2+ messages)
[PATCH v1 0/3] MediaTek Dimensity 1200 - Add Power Domains support
2025-04-24 16:57 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).