Linux Power Management development
 help / color / mirror / Atom feed
 messages from 2026-09-07 11:17:17 to 2026-09-09 13:23:04 UTC [more...]

[PATCH 00/14] mfd: unused driver purge
 2026-09-09 13:21 UTC  (6+ 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 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  (14+ 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] cpufreq: qoriq: Fix clk reference leak in get_bus_freq()
 2026-09-09  4:41 UTC 

[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 v9 00/39] dyndbg: fix classmaps API for subsystems, query extensions, and selftests
 2026-09-09  0:55 UTC  (40+ 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 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  (3+ 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 v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-08  7:51 UTC  (37+ messages)
` [PATCH v2 1/8] "
` [PATCH v2 2/8] mm/oom_kill: convert process/thread iterators to for_each_*_rculock
` [PATCH v2 3/8] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v2 4/8] mm/memory-failure: "
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock
` [PATCH v2 6/8] fs: "
` [PATCH v2 7/8] lib: convert process iterator to for_each_process_rculock
` [PATCH v2 8/8] security/landlock: convert thread iterator to for_each_thread_rculock

[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

[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  (7+ messages)
` [PATCH 1/5] power: supply: core: prevent unregistering a power supply while a callback runs
` [PATCH 2/5] power: supply: core: Allow getting battery info before psy is registered
` [PATCH 3/5] power: supply: bq257xx: Don't ignore errors from bq257xx_get_state()
` [PATCH 4/5] power: supply: bq257xx: Use psy directly instead of driver data
` [PATCH 5/5] power: supply: bq257xx: Parse battery info before registering power supply

[PATCH v8 0/2] Add support for the TI BQ25792 battery charger (regulator part)
 2026-09-07 16:23 UTC  (6+ messages)

[BUG] Lunar Lake: 400 MHz after s2idle; PL1 Tau affects reproduction and recovery
 2026-09-07 16:00 UTC 

[PATCH v1 0/2] efi/tpm: Preserve event log without changing x86 E820
 2026-09-07 15:57 UTC  (5+ messages)

[syzbot] [pm?] WARNING: suspicious RCU usage in wakeup_source_unregister
 2026-09-07 14:32 UTC 

[PATCH v6 00/11] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-09-07 12:50 UTC  (3+ messages)

[PATCH v2] cpupower: monitor: Show how a counter value is exported
 2026-09-07 12:07 UTC 

[PATCH v3 0/5] pmdomain/cpuidle-psci: Fix behaviours for CPU PM domains
 2026-09-07 11:16 UTC  (5+ messages)
` [PATCH v3 2/5] pmdomain: core: Allow a non-CPU device in a CPU PM domain to do power on
` [PATCH v3 3/5] pmdomain: core: Add a genpd config to support unknown initial status
` [PATCH v3 4/5] cpuidle: psci: Initialize the PM domains in powered off state for OSI
` [PATCH v3 5/5] cpuidle: psci: Move initialization a bit earlier in the boot sequence


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox