messages from 2025-04-23 07:58:44 to 2025-04-25 11:39:47 UTC [more...]
[PATCH] pmdomain: core: Convert to device_awake_path()
2025-04-25 11:39 UTC
[PATCH v2] cpufreq: Fix setting policy limits when frequency tables are used
2025-04-25 11:36 UTC
[PATCH] PM: QoS: Add support for CPU affinity mask-based CPUs latency QoS
2025-04-25 11:20 UTC (6+ messages)
[PATCH v10 00/16] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
2025-04-25 11:18 UTC (17+ 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
[PATCH v9 00/15] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
2025-04-25 11:05 UTC (7+ messages)
` [PATCH v9 14/15] platform/x86: oxpec: Add charge threshold and behaviour to OneXPlayer
` [PATCH v9 15/15] platform/x86: oxpec: Rename rval to ret in tt_toggle
[PATCH v3] cpufreq: Avoid using inconsistent policy->min and policy->max
2025-04-25 11:03 UTC (5+ messages)
[PATCH v2 0/9] Enable QUPs and Serial on SA8255p Qualcomm platforms
2025-04-25 11:01 UTC (8+ messages)
` [PATCH v2 2/9] dt-bindings: serial: describe SA8255p
` [PATCH v2 3/9] dt-bindings: qcom: geni-se: "
[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 v3 00/14] MSR code cleanup part one
2025-04-25 10:08 UTC (17+ 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] 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] "
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-25 7:11 UTC (54+ messages)
` [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
` [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
` [RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [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 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
` [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
[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 v1] soundwire: intel_auxdevice: Fix system suspend/resume handling
2025-04-24 18:13 UTC
[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)
[PATCH V2 0/5] cpufreq: Boost related cleanups / fixes
2025-04-24 16:20 UTC (6+ 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
[PATCH 0/6] cpufreq: Boost related cleanups / fixes
2025-04-24 15:50 UTC (13+ messages)
` [PATCH 1/6] cpufreq: acpi: Don't enable boost on policy exit
` [PATCH 2/6] cpufreq: acpi: Re-sync CPU boost state on system resume
[rafael-pm:fixes] BUILD SUCCESS 5786ef8ad8d4222fdc2e7cf65337880695cef60e
2025-04-24 14:34 UTC
add more bio helper
2025-04-24 12:01 UTC (48+ messages)
` [PATCH 01/17] block: add a bio_add_virt_nofail helper
` [PATCH 02/17] block: add a bdev_rw_virt helper
` [PATCH 03/17] block: add a bio_add_vmalloc helper
` [PATCH 04/17] block: remove the q argument from blk_rq_map_kern
` [PATCH 05/17] block: pass the operation to bio_{map,copy}_kern
` [PATCH 06/17] block: simplify bio_map_kern
` [PATCH 07/17] bcache: use bio_add_virt_nofail
` [PATCH 08/17] dm-bufio: "
` [PATCH 09/17] dm-integrity: "
` [PATCH 10/17] rnbd-srv: "
` [PATCH 11/17] xfs: simplify xfs_buf_submit_bio
` [PATCH 12/17] xfs: simplify xfs_rw_bdev
` [PATCH 13/17] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 14/17] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
` [PATCH 15/17] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 16/17] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 17/17] PM: hibernate: split and simplify hib_submit_io
[PATCH 00/11] pmdomain: Add generic ->sync_state() support to genpd
2025-04-24 10:59 UTC (5+ messages)
` [PATCH 08/11] pmdomain: core: Add internal ->sync_state() support for genpd providers
[PATCH V11 00/15] Rust abstractions for clk, cpumask, cpufreq, OPP
2025-04-24 10:51 UTC (8+ messages)
` [PATCH V11 13/15] rust: cpufreq: Extend abstractions for driver registration
[PATCH 0/6] OPP: Scope based cleanup helpers and lock guards
2025-04-24 10:36 UTC (7+ messages)
` [PATCH 1/6] OPP: Remove _get_opp_table_kref()
` [PATCH 2/6] OPP: Return opp from dev_pm_opp_get()
` [PATCH 3/6] OPP: Return opp_table from dev_pm_opp_get_opp_table_ref()
` [PATCH 4/6] OPP: Use scope-based OF cleanup helpers
` [PATCH 5/6] OPP: Define and use scope-based "
` [PATCH 6/6] OPP: Use mutex locking guards
[PATCH 0/4] PM: TI: AM335x: PM STANDBY fixes
2025-04-24 10:04 UTC (3+ messages)
[PATCH v1] PM: Remove unnecessary !!
2025-04-24 6:03 UTC
[linus:master] [cpuidle] 38f83090f5: fsmark.files_per_sec 5.1% regression
2025-04-24 5:49 UTC
[PATCH v2] backlight: pm8941: Add NULL check in exynos_generic_icc_probe()
2025-04-24 3:03 UTC (3+ messages)
[PATCH v3 0/5 RESEND] thermal: qcom-spmi-temp-alarm: Add support for new TEMP_ALARM subtypes
2025-04-23 23:31 UTC (7+ messages)
` [PATCH v3 3/5 RESEND] thermal: qcom-spmi-temp-alarm: Prepare to support additional Temp Alarm subtypes
` [PATCH v3 4/5 RESEND] thermal: qcom-spmi-temp-alarm: add support for GEN2 rev 2 PMIC peripherals
[PATCH 0/2] PCI/PM: Elevate PM usage during reset probing
2025-04-23 21:10 UTC (4+ messages)
` [PATCH 1/2] PM: runtime: Define pm_runtime_put cleanup helper
[PATCH v2 0/2] Add support for "Requested CPU Min Frequency" BIOS option
2025-04-23 14:19 UTC (6+ messages)
` [PATCH v2 2/2] cpufreq/amd-pstate: Add support for the "Requested CPU Min frequency" "
[PATCH v3 0/5] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support
2025-04-23 13:45 UTC (8+ messages)
` [PATCH v3 2/5] power: supply: add support for max77759 fuel gauge
` [PATCH v3 3/5] dt-bindings: power: supply: add max77759-fg flavor
[PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible
2025-04-23 13:43 UTC (11+ messages)
` [PATCH 27/33] soc: qcom: pd-mapper: Add support for SM7150
` [PATCH 28/33] cpufreq: Add SM7150 to cpufreq-dt-platdev blocklist
` [PATCH 29/33] firmware: qcom: tzmem: disable sm7150 platform
` [PATCH 30/33] arm64: dts: qcom: Add dtsi for Snapdragon 730/730g/732g (SM7150) SoCs
` [PATCH 32/33] dt-bindings: display: panel: samsung,ams581vf01: Add google,sunfish
[PATCH v3] mmc: sdhci-of-dwcmshc: add PD workaround on RK3576
2025-04-23 8:52 UTC (2+ messages)
[PATCH v5 0/7] Support for GPU ACD feature on Adreno X1-85
2025-04-23 13:28 UTC (7+ messages)
` [PATCH v5 1/7] drm/msm/adreno: Add support for ACD
` [PATCH v5 3/7] drm/msm: a6x: Rework qmp_get() error handling
` [PATCH v5 4/7] drm/msm/adreno: Add module param to disable ACD
[GIT PULL] cpufreq/arm fixes for 6.15-rc
2025-04-23 13:04 UTC (2+ messages)
[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
2025-04-23 12:03 UTC (2+ messages)
[PATCH] dts: arm64: mediatek: mt8188: add more thermal trip points
2025-04-23 10:31 UTC (4+ 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).