messages from 2026-09-07 16:23:31 to 2026-09-09 18:36:34 UTC [more...]
[PATCH v1 0/2] arm64/cpufreq: report and track frequencies above 4.19 GHz
2026-09-09 18:36 UTC (3+ messages)
` [PATCH v1 1/2] arm64: topology: fix arch_freq_get_on_cpu() overflow "
[PATCH 00/14] mfd: unused driver purge
2026-09-09 17:26 UTC (28+ messages)
` [PATCH 01/14] mfd: remove unused 88pm80x driver
` [PATCH 02/14] mfd: remove unused rdc321x southbridge support
` [PATCH 03/14] mfd: remove unused si476x driver
` [PATCH 04/14] mfd: remove unused wm8400 driver
` [PATCH 05/14] mfd: remove unused adp5520 driver
` [PATCH 06/14] mfd: remove unused da903x driver
` [PATCH 07/14] mfd: remove unused lp8788 driver
` [PATCH 08/14] mfd: remove unused aat2870 driver
` [PATCH 09/14] mfd: remove unused lm3533 driver
` [PATCH 10/14] mfd: remove unused rc5t583 driver
` [PATCH 11/14] mfd: remove unused wm8350 driver
` [PATCH 12/14] mfd: remove unused mcp-sa11x0/ucb1x00 driver
` [PATCH 13/14] mfd: remove unused menelaus driver
` [PATCH 14/14] mfd: remove unused iPaq micro driver
[PATCH] PM: sleep: only allow relevant powerpc platforms to enable PM_SLEEP_SMP
2026-09-09 17:05 UTC
[PATCH 0/6] Assorted fixes for icc-rpm
2026-09-09 16:41 UTC (7+ messages)
` [PATCH 1/6] interconnect: qcom: Move bcm_div() to common code
` [PATCH 2/6] interconnect: qcom: icc-rpm: Don't skip small votes
` [PATCH 3/6] interconnect: qcom: icc-rpm: Handle icc_link_create() failures
` [PATCH 4/6] interconnect: qcom: icc-rpm: Program SMD RPM auxiliary QoS ports
` [PATCH 5/6] interconnect: qcom: msm8996: Configure auxiliary Venus QoS port
` [PATCH 6/6] interconnect: qcom: msm8976: Configure auxiliary GPU "
[PATCH] cpufreq: qoriq: Fix clk reference leak in get_bus_freq()
2026-09-09 16:22 UTC (2+ messages)
[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
2026-09-09 16:11 UTC (17+ messages)
` [PATCH v2 3/8] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock
[PATCH v9 00/39] dyndbg: fix classmaps API for subsystems, query extensions, and selftests
2026-09-09 15:50 UTC (41+ messages)
` [PATCH v9 01/39] selftests/dyndbg: Add kselftest script to verify dynamic-debug
` [PATCH v9 02/39] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v9 03/39] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v9 04/39] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v9 05/39] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v9 06/39] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v9 07/39] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v9 08/39] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 09/39] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v9 10/39] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v9 11/39] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v9 12/39] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v9 13/39] dyndbg: reduce verbose/debug clutter
` [PATCH v9 14/39] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v9 15/39] kbuild, dyndbg: Clean up builtin module-name ambiguities
` [PATCH v9 16/39] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v9 17/39] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v9 18/39] dyndbg: replace classmap list with an array-slice
` [PATCH v9 19/39] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v9 20/39] dyndbg: reduce class param storage to u32
` [PATCH v9 21/39] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v9 22/39] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v9 23/39] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v9 24/39] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 25/39] selftests/dyndbg: enable FT_classmap_inheritance
` [PATCH v9 26/39] dyndbg: detect class_id reservation conflicts
` [PATCH v9 27/39] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_{DEFINE,USE_} args at compile-time
` [PATCH v9 28/39] dyndbg-test: add do_bulk testpoint, rename do_prints to do_classes
` [PATCH v9 29/39] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v9 30/39] dyndbg: control-parser: treat comma as a token separator
` [PATCH v9 31/39] selftests: enable comma-terminator tests
` [PATCH v9 32/39] dyndbg: split multi-query strings with @
` [PATCH v9 33/39] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v9 34/39] dyndbg: harden classmap and descriptor validation
` [PATCH v9 35/39] docs/dyndbg: add classmap info to howto
` [PATCH v9 36/39] dyndbg: Ignore additional arguments from pr_fmt
` [PATCH v9 37/39] dyndbg: add epilogue to dynamic_debug/control file
` [PATCH v9 38/39] dyndbg: add +c flag to count advantage of classmaps for DRM
` [PATCH v9 39/39] dyndbg: add DEBUG-biased fallback stubs for _dynamic_func_call_cls
[PATCH v2 0/4] power: supply: Fix probe time race against driver teardown and battery parsing
2026-09-09 15:41 UTC (5+ messages)
` [PATCH v2 1/4] power: supply: core: prevent unregistering a power supply while a callback runs
` [PATCH v2 2/4] power: supply: core: Allow getting battery info before psy is registered
` [PATCH v2 3/4] power: supply: bq257xx: Use psy directly instead of driver data
` [PATCH v2 4/4] power: supply: bq257xx: Parse battery info before registering power supply
[PATCH v3] interconnect: qcom: implement get_bw with rpmh_read
2026-09-09 15:26 UTC
[PATCH] thermal: tegra-bpmp: fix use-after-free in trip update work
2026-09-09 15:25 UTC
[PATCH v2 0/3] Add Qualcomm CAMNOC ICC provider
2026-09-09 12:58 UTC (4+ messages)
` [PATCH v2 2/3] interconnect: qcom: Add CAMNOC interconnect provider driver
[PATCH] power: sequencing: pwrseq-pcie-m2: Support PCIe switch topologies
2026-09-09 12:55 UTC (3+ messages)
[PATCH 05/13] ARM: orion/dove/mv78xx0: remove all board files
2026-09-09 12:54 UTC (8+ messages)
[PATCH v2 0/4] power: sequencing: add kunit test cases
2026-09-09 12:37 UTC (5+ messages)
` [PATCH v2 1/4] power: sequencing: don't call .post_enable() if pwrseq_unit_enable() failed
` [PATCH v2 2/4] power: sequencing: fix NULL-pointer dereference in pwrseq_unit_new()
` [PATCH v2 3/4] power: sequencing: fix NULL-pointer dereference in pwrseq_device_register()
` [PATCH v2 4/4] power: sequencing: add kunit test cases
[PATCH RFC] power: reset: qcom-pon: Drop reason shift for PMK8350
2026-09-09 12:12 UTC (3+ messages)
[PATCH] dt-bindings: interconnect: qcom-bwmon: add nord cpu-bwmon compatible
2026-09-09 12:10 UTC (2+ messages)
[PATCH 0/7] Add support for QCOM SPMI PMIC5 Gen4 ADC
2026-09-09 11:57 UTC (8+ messages)
` [PATCH 5/7] arm64: dts: qcom: pmk8850: Add ADC5 Gen4 peripheral
` [PATCH 6/7] arm64: dts: qcom: glymur: Add ADC support for Glymur CRD
[PATCH] cpufreq/amd-pstate-ut: Fix amd_pstate_ut_check_freq failure with 'Requested CPU Min frequency' BIOS option
2026-09-09 10:26 UTC
[PATCH] sched/fair: Only apply cpufreq pressure where frequency is invariant
2026-09-09 10:04 UTC (13+ messages)
[PATCH v3 0/3] Rust: add runtime PM support
2026-09-09 9:37 UTC (3+ messages)
` [PATCH v3 1/3] rust: "
[PATCH v2] interconnect: qcom: implement get_bw with rpmh_read
2026-09-09 7:48 UTC (4+ messages)
[PATCH] power: supply: Fix maintenance charge table kernel-doc
2026-09-09 6:46 UTC
[PATCH v5 00/15] Add initial support for Qualcomm Kuno SoC
2026-09-09 6:43 UTC (2+ messages)
[PATCH v2 0/9] soc: qcom: geni: Derive SE clock configuration from OPP table on SA8255P
2026-09-09 6:32 UTC (5+ messages)
[PATCH v2 0/3] interconnect: qcom: Some defconfig/defaults cleanups and improvements
2026-09-09 6:29 UTC (2+ messages)
[GIT PULL] OPP updates 7.3-rc
2026-09-09 5:45 UTC
[PATCH] opp: fix use after free in _update_opp_table_clk()
2026-09-09 5:15 UTC (3+ messages)
[PATCH v3 0/3] Add support for Zen 6 client EPP tunings
2026-09-09 3:36 UTC (4+ messages)
` [PATCH v3 1/3] cpufreq/amd-pstate: Add per SoC and per core type EPP tuning values
` [PATCH v3 2/3] cpufreq/amd-pstate: Add EPP tunings for Zen6 client platforms
` [PATCH v3 3/3] cpufreq/amd-pstate: Show a warning if missing EPP tunings
[PATCH v3 0/4] ACPI: scan: Adjust power management initialization and PCI devices handling
2026-09-08 20:26 UTC (4+ messages)
[PATCH] genirq/PM: Re-enable chained interrupts after hibernation
2026-09-08 20:07 UTC (2+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS 3083a286e913923a341abaddb80a9c9284ef4f24
2026-09-08 19:41 UTC
[PATCH v2 0/3] Add support for Zen 6 client EPP tunings
2026-09-08 19:38 UTC (6+ messages)
` [PATCH v2 1/3] cpufreq/amd-pstate: Add per SoC and per core type EPP tuning values
` [PATCH v2 2/3] cpufreq/amd-pstate: Add EPP tunings for Zen6 client platforms
` [PATCH v2 3/3] cpufreq/amd-pstate: Show a warning if missing EPP tunings
[PATCH RFC 00/10] firmware: arm_scmi: vendors: Qualcomm Generic Vendor Extensions
2026-09-08 19:37 UTC (7+ messages)
` [PATCH RFC 01/10] firmware: arm_scmi: Add SCMI QCOM Generic Extension Protocol documentation
[PATCH] cpufreq: conservative: Ignore idle periods when a policy CPU is busy
2026-09-08 15:30 UTC (2+ messages)
[PATCH v3 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
2026-09-08 14:05 UTC (16+ messages)
` [PATCH v3 1/6] set_memory: add number of pages parameter to set_direct_map APIs
` [PATCH v3 3/6] mm/vmalloc: constify vm parameter of get_vm_area_page_order()
` [PATCH v3 4/6] mm/vmalloc: make set_area_direct_map HUGE_VMAP friendly
` [PATCH v3 6/6] Revert "arch: introduce set_direct_map_valid_noflush()"
[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
2026-09-08 12:10 UTC (12+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
` [PATCH v20 4/8] rust: page: convert to `Ownable`'
[PATCH v2 0/2] sched/cpufreq: fix schedutil's boost frequency handling
2026-09-08 10:03 UTC (4+ messages)
` [PATCH v2 1/2] arch_topology: seed capacity_freq_ref with boost-aware max freq
` [PATCH v2 2/2] cpufreq: fix schedutil not returning to non-boost freq when boost is disabled
[RFC PATCH v2] platform/x86: hp-wmi: Add charge behaviour support
2026-09-08 9:51 UTC (3+ messages)
` [RFC "
[PATCH] pmdomain: renesas: r8a78000: Fix lockdep false positive
2026-09-08 7:12 UTC (2+ messages)
[PATCH v10 0/9] Add support for MT6392 PMIC
2026-09-08 7:06 UTC (5+ messages)
` [PATCH v10 1/9] dt-bindings: mfd: mt6397: Add "
` [PATCH v10 9/9] arm64: dts: mediatek: Add MediaTek MT6392 PMIC dtsi
[PATCH] power: supply: bq24190_charger: don't reset registers across system suspend
2026-09-08 6:14 UTC
[PATCH] power: supply: bq24190_charger: use the wake irq API
2026-09-08 5:35 UTC
[PATCH v2 0/3] Enable QoS configuration on X1E80100
2026-09-08 5:00 UTC (11+ messages)
` [PATCH v2 2/3] interconnect: qcom: x1e80100: enable QoS configuration
[PATCH v2 0/4] devfreq: check the get_cur_freq() return value and use it in ufshcd
2026-09-08 1:34 UTC (6+ messages)
` [PATCH v2 1/4] PM / devfreq: Fall back to previous_freq when get_cur_freq() fails
` [PATCH v2 2/4] PM / devfreq: Add more details to the get_cur_freq() comment
` [PATCH v2 3/4] scsi: ufs: core: Record the frequency the controller starts at
` [PATCH v2 4/4] scsi: ufs: core: Report the current clock frequency to devfreq
[PATCH v2 8/8] security/landlock: convert thread iterator to for_each_thread_rculock
2026-09-07 21:44 UTC (2+ messages)
[PATCH v2 7/8] lib: convert process iterator to for_each_process_rculock
2026-09-07 21:42 UTC (2+ messages)
[PATCH v2 6/8] fs: convert process/thread iterators to for_each_*_rculock
2026-09-07 21:40 UTC (2+ messages)
[PATCH v2 4/8] mm/memory-failure: convert process iterator to for_each_process_rculock
2026-09-07 21:24 UTC (2+ messages)
[PATCH v2 1/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
2026-09-07 21:20 UTC (2+ messages)
[rafael-pm:fixes] BUILD SUCCESS 2ee5b4937c4dac356997169f3b49566fad45491e
2026-09-07 18:59 UTC
[PATCH v6 0/15] ACPI: CPPC: Fix register access and lifetime bugs
2026-09-07 18:14 UTC (5+ messages)
` [PATCH v6 15/15] ACPI: CPPC: Clear Performance Limited without a stale read
[PATCH 0/5] driver core: fix typos and repeated words in comments
2026-09-07 17:38 UTC (4+ messages)
` [PATCH 3/5] tools/thermal: fix typo "binded" "
[PATCH 0/5] power: supply: Fix probe time race against driver teardown and battery parsing
2026-09-07 17:24 UTC (2+ messages)
[PATCH v8 0/2] Add support for the TI BQ25792 battery charger (regulator part)
2026-09-07 16:23 UTC (6+ 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