messages from 2025-02-04 13:10:38 to 2025-02-07 10:09:57 UTC [more...]
[PATCH v7 0/7] Initial support for RK3576 UFS controller
2025-02-07 10:09 UTC (11+ messages)
` [PATCH v7 1/7] dt-bindings: ufs: Document Rockchip UFS host controller
` [PATCH v7 2/7] soc: rockchip: add header for suspend mode SIP interface
` [PATCH v7 3/7] pmdomain: core: Introduce dev_pm_genpd_rpm_always_on()
` [PATCH v7 4/7] pmdomain: rockchip: Add smc call to inform firmware
` [PATCH v7 5/7] scsi: ufs: core: Export ufshcd_dme_reset() and ufshcd_dme_enable()
` [PATCH v7 6/7] scsi: ufs: rockchip: initial support for UFS
` [PATCH v7 7/7] arm64: dts: rockchip: Add UFS support for RK3576 SoC
[PATCH V8 00/14] Rust bindings for cpufreq and OPP core + sample driver
2025-02-07 9:24 UTC (25+ messages)
` [PATCH V8 01/14] rust: macros: enable use of hyphens in module names
` [PATCH V8 02/14] cpufreq: Use enum for cpufreq flags that use BIT()
` [PATCH V8 03/14] rust: cpu: Add from_cpu()
` [PATCH V8 04/14] rust: Add cpumask helpers
` [PATCH V8 05/14] rust: Add bindings for cpumask
` [PATCH V8 06/14] rust: Add bare minimal bindings for clk framework
` [PATCH V8 07/14] rust: Add initial bindings for OPP framework
` [PATCH V8 08/14] rust: Extend OPP bindings for the OPP table
` [PATCH V8 09/14] rust: Extend OPP bindings for the configuration options
` [PATCH V8 10/14] rust: Add initial bindings for cpufreq framework
` [PATCH V8 11/14] rust: Extend cpufreq bindings for policy and driver ops
` [PATCH V8 12/14] rust: Extend cpufreq bindings for driver registration
` [PATCH V8 13/14] rust: Extend OPP bindings with CPU frequency table
` [PATCH V8 14/14] cpufreq: Add Rust based cpufreq-dt driver
[PATCH] cpufreq: Use str_enable_disable() helper
2025-02-07 4:16 UTC (2+ messages)
[PATCH v2 00/10] Support for Allwinner V853 SoC
2025-02-07 1:02 UTC (14+ messages)
` [PATCH v2 01/10] clk: sunxi-ng: allow key feature in ccu reset and gate
` [PATCH v2 02/10] pinctrl: sunxi: add driver for Allwinner V853
` [PATCH v2 03/10] dt-bindings: clock: sunxi-ng: add compatibles for V853
` [PATCH v2 04/10] clk: sunxi-ng: add CCU drivers "
` [PATCH v2 05/10] dt-bindings: power: add V853 ppu bindings
` [PATCH v2 06/10] pmdomain: sunxi: add V853 ppu support
` [PATCH v2 07/10] dt-bindings: phy: allwinner: add v853 usb phy
` [PATCH v2 08/10] phy: allwinner: add v853 usb phy compatible
` [PATCH v2 09/10] ARM: dts: sun8i: add DTSI file for V853
` [PATCH v2 10/10] ARM: dts: sun8i: add DTS file for yuzuki-lizard V851s
[PATCH 00/14] amd-pstate cleanups
2025-02-06 21:56 UTC (15+ messages)
` [PATCH 01/14] cpufreq/amd-pstate: Show a warning when a CPU fails to setup
` [PATCH 02/14] cpufreq/amd-pstate: Drop min and max cached frequencies
` [PATCH 03/14] cpufreq/amd-pstate: Move perf values into a union
` [PATCH 04/14] cpufreq/amd-pstate: Overhaul locking
` [PATCH 05/14] cpufreq/amd-pstate: Drop `cppc_cap1_cached`
` [PATCH 06/14] cpufreq/amd-pstate-ut: Use _free macro to free put policy
` [PATCH 07/14] cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masks
` [PATCH 08/14] cpufreq/amd-pstate: Cache CPPC request in shared mem case too
` [PATCH 09/14] cpufreq/amd-pstate: Move all EPP tracing into *_update_perf and *_set_epp functions
` [PATCH 10/14] cpufreq/amd-pstate: Update cppc_req_cached for shared mem EPP writes
` [PATCH 11/14] cpufreq/amd-pstate: Drop debug statements for policy setting
` [PATCH 12/14] cpufreq/amd-pstate: Cache a pointer to policy in cpudata
` [PATCH 13/14] cpufreq/amd-pstate: Rework CPPC enabling
` [PATCH 14/14] cpufreq/amd-pstate: Stop caching EPP
[PATCH v1] cpuidle: intel_idle: Update MAINTAINERS
2025-02-06 19:45 UTC
[GIT PULL] amd-pstate fixes for v6.14-rc (2/6/25)
2025-02-06 19:42 UTC (2+ messages)
[amd-pstate:bleeding-edge] BUILD SUCCESS 3f24c24e085f28e8d08d0d508e0912b5e13d588b
2025-02-06 19:10 UTC
[PATCH v3 01/20] driver core: Split devres APIs to device/devres.h
2025-02-06 18:56 UTC (7+ messages)
[PATCH v3 00/20] Split devres APIs to device/devres.h and introduce devm_kmemdup_array()
2025-02-06 18:46 UTC (7+ messages)
` [PATCH v3 05/20] pinctrl: baytrail: copy communities using devm_kmemdup_array()
` [PATCH v3 06/20] pinctrl: cherryview: use devm_kmemdup_array()
` [PATCH v3 10/20] input: ipaq-micro-keys: "
[PATCH] intel_idle: introduce 'use_acpi_cst' module parameter
2025-02-06 16:40 UTC (9+ messages)
` [PATCH v2] intel_idle: introduce 'no_native' "
[RFT][PATCH v1 0/5] cpuidle: menu: Avoid discarding useful information when processing recent idle intervals
2025-02-06 14:55 UTC (7+ messages)
` [RFT][PATCH v1 1/5] cpuidle: menu: Drop a redundant local variable
` [RFT][PATCH v1 2/5] cpuidle: menu: Use one loop for average and variance computations
` [RFT][PATCH v1 3/5] cpuidle: menu: Tweak threshold use in get_typical_interval()
` [RFT][PATCH v1 4/5] cpuidle: menu: Eliminate outliers on both ends of the sample set
` [RFT][PATCH v1 5/5] cpuidle: menu: Avoid discarding useful information
[RFT][PATCH v1] cpuidle: teo: Avoid selecting deepest idle state over-eagerly
2025-02-06 14:37 UTC (2+ messages)
[PATCH v5 0/8] Support for autonomous selection in cppc_cpufreq
2025-02-06 13:16 UTC (10+ messages)
` [PATCH v5 1/8] ACPI: CPPC: Add IS_OPTIONAL_CPC_REG macro to judge if a cpc_reg is optional
` [PATCH v5 2/8] ACPI: CPPC: Optimize cppc_get_perf()
` [PATCH v5 3/8] ACPI: CPPC: Rename cppc_get_perf() to cppc_get_reg_val()
` [PATCH v5 4/8] ACPI: CPPC: Add cppc_set_reg_val()
` [PATCH v5 5/8] ACPI: CPPC: Refactor register value get and set ABIs
` [PATCH v5 6/8] ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel()
` [PATCH v5 7/8] ACPI: CPPC: Add three functions related to autonomous selection
` [PATCH v5 8/8] cpufreq: CPPC: Support for autonomous selection in cppc_cpufreq
[PATCH] power: supply: axp20x_usb_power: Fix typo in dev_warn message
2025-02-06 8:36 UTC (2+ messages)
[PATCH] arm64: dts: renesas: r9a08g045: Add OPP table
2025-02-06 8:26 UTC
[PATCH] thermal: core: Remove duplicate struct declaration
2025-02-06 8:14 UTC
Linux warns `rtsx_pci 0000:3b:00.0: PM: dpm_run_callback(): pci_pm_resume returns -110`
2025-02-06 7:43 UTC (5+ messages)
[PATCH 00/15] cpufreq: simplify boost handling
2025-02-06 6:27 UTC (5+ messages)
` [PATCH 06/15] cpufreq: cppc: Set policy->boost_supported
[PATCH 0/2] tools: Unify top-level quiet infrastructure
2025-02-06 1:28 UTC (7+ messages)
[PATCH V8 0/7] Add EPSS L3 provider support on SA8775P SoC
2025-02-06 1:00 UTC (9+ messages)
` [PATCH V8 1/7] dt-bindings: interconnect: Add EPSS L3 compatible for SA8775P
` [PATCH V8 2/7] interconnect: core: Add dynamic id allocation support
` [PATCH V8 3/7] interconnect: qcom: Add multidev EPSS L3 support
` [PATCH V8 4/7] interconnect: qcom: icc-rpmh: Add dynamic icc node id support
` [PATCH V8 5/7] interconnect: qcom: sa8775p: "
` [PATCH V8 6/7] arm64: dts: qcom: sa8775p: add EPSS l3 interconnect provider
` [PATCH V8 7/7] arm64: dts: qcom: sa8775p: Add CPU OPP tables to scale DDR/L3
[PATCH 1/1] cpufreq: prevent NULL dereference in cpufreq_online
2025-02-05 20:04 UTC (2+ messages)
[PATCH V2] cpufreq: airoha: modify CONFIG_OF dependency
2025-02-05 20:00 UTC (2+ messages)
[PATCH v2 0/4] cpufreq: Fix some boost errors related to CPU online and offline
2025-02-05 18:22 UTC (5+ messages)
` [PATCH v2 2/4] cpufreq: Introduce a more generic way to set default per-policy boost flag
[PATCH 00/12] cpufreq/amd-pstate: Fixes and optimizations
2025-02-05 17:50 UTC (25+ messages)
` [PATCH 01/12] cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limits
` [PATCH 02/12] cpufreq/amd-pstate: Fix max_perf updation with schedutil
` [PATCH 03/12] cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback
` [PATCH 04/12] cpufreq/amd-pstate: Remove the redundant des_perf clamping in adjust_perf
` [PATCH 05/12] cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update
` [PATCH 06/12] cpufreq/amd-pstate: Convert all perf values to u8
` [PATCH 07/12] cpufreq/amd-pstate: Modularize perf<->freq conversion
` [PATCH 08/12] cpufreq/amd-pstate: Remove the unnecessary cpufreq_update_policy call
` [PATCH 09/12] cpufreq/amd-pstate: Fix cpufreq_policy ref counting
` [PATCH 10/12] cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update
` [PATCH 11/12] cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refs
` [PATCH 12/12] cpufreq/amd-pstate: Remove the unncecessary driver_lock in amd_pstate_update_limits
[PATCH v11 0/4] SRF: Fix offline CPU preventing pc6 entry
2025-02-05 15:52 UTC (5+ messages)
` [PATCH v11 1/4] x86/smp: Allow calling mwait_play_dead with an arbitrary hint
` [PATCH v11 2/4] ACPI: processor_idle: Add FFH state handling
` [PATCH v11 3/4] intel_idle: Provide the default enter_dead() handler
` [PATCH v11 4/4] x86/smp: Eliminate mwait_play_dead_cpuid_hint()
[PATCH v10 0/4] SRF: Fix offline CPU preventing pc6 entry
2025-02-05 15:39 UTC (6+ messages)
` [PATCH v10 1/4] x86/smp: Allow calling mwait_play_dead with an arbitrary hint
` [PATCH v10 2/4] ACPI: processor_idle: Add FFH state handling
` [PATCH v10 3/4] intel_idle: Provide the default enter_dead() handler
` [PATCH v10 4/4] x86/smp: Eliminate mwait_play_dead_cpuid_hint()
[PATCH 0/6] thermal: renesas: Add support for RZ/G3S
2025-02-05 11:39 UTC (7+ messages)
` [PATCH 2/6] thermal: of: Export non-devres helper to register/unregister thermal zone
[PATCH v2] pmdomain: renesas: rcar-sysc: Drop fwnode_dev_initialized() call
2025-02-05 9:45 UTC
[PATCH v10 0/4] Add support for AArch64 AMUv1-based average freq
2025-02-05 7:01 UTC (5+ messages)
` [PATCH v10 1/4] cpufreq: Allow arch_freq_get_on_cpu to return an error
` [PATCH v10 2/4] cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry
[PATCH v4 0/6] Support for autonomous selection in cppc_cpufreq
2025-02-05 6:13 UTC (16+ messages)
` [PATCH v4 6/6] cpufreq: CPPC: "
[PATCH v5 0/5] Add Arrow Lake U/H support
2025-02-05 0:15 UTC (6+ messages)
` [PATCH v5 1/5] platform/x86:intel/pmc: Make tgl_core_generic_init() static
` [PATCH v5 2/5] platform/x86/intel/pmc: Remove duplicate enum
` [PATCH v5 3/5] platform/x86:intel/pmc: Create generic_core_init() for all platforms
` [PATCH v5 4/5] platform/x86/intel/pmc: Remove simple init functions
` [PATCH v5 5/5] platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driver
[PATCH v4 00/18] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
2025-02-04 17:18 UTC (5+ messages)
` [PATCH v4 09/18] reset: thead: Add TH1520 reset controller driver
[Regression in 6.14-rc1] System suspend/resume broken by PCI commit 1db806ec06b7c
2025-02-04 16:05 UTC (6+ messages)
[PATCH V2 0/4] Fix RG35XX Battery Charging Issues
2025-02-04 15:58 UTC (5+ messages)
` [PATCH V2 1/4] dt-bindings: power: supply: axp20x-battery: Add x-powers,no-thermistor
` [PATCH V2 2/4] mfd: axp20x: AXP717: Add AXP717_TS_PIN_CFG to writeable regs
` [PATCH V2 3/4] power: supply: axp20x_battery: Update temp sensor for AXP717 from device tree
` [PATCH V2 4/4] arm64: dts: allwinner: rg35xx: Add no-thermistor property for battery
[PATCH] pmdomain: bcm2835-power: set flag GENPD_FLAG_ACTIVE_WAKEUP
2025-02-04 14:40 UTC (2+ messages)
[PATCH] pmdomain: ti: Use of_property_present() for non-boolean properties
2025-02-04 14:40 UTC (2+ messages)
[PATCH] power: supply: max1720x: add health property
2025-02-04 13:10 UTC
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).