aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/pidfd/git:/ssh:/git@git.zx2c4.com
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-11-28 16:44:00 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-11-28 16:44:00 +0100
commit638757c9c9e5a823671367150a9f48e93d115b48 (patch)
tree37a552a1211edfc7af6422180933067db220bc0e /tools/testing/selftests/pidfd/git:/ssh:/git@git.zx2c4.com
parentMerge branches 'pm-cpuidle' and 'pm-powercap' (diff)
parentPM: EM: Add to em_pd_list only when no failure (diff)
parentMerge tag 'opp-updates-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm (diff)
downloadlinux-rng-638757c9c9e5a823671367150a9f48e93d115b48.tar.xz
linux-rng-638757c9c9e5a823671367150a9f48e93d115b48.zip
Merge branches 'pm-em' and 'pm-opp'
Merge energy model management updates and operating performance points (OPP) library changes for 6.19-rc1: - Add support for sending netlink notifications to user space on energy model updates (Changwoo Mini, Peng Fan) - Minor improvements to the Rust OPP interface (Tamir Duberstein) - Fixes to scope-based pointers in the OPP library (Viresh Kumar) * pm-em: PM: EM: Add to em_pd_list only when no failure PM: EM: Notify an event when the performance domain changes PM: EM: Implement em_notify_pd_created/updated() PM: EM: Implement em_notify_pd_deleted() PM: EM: Implement em_nl_get_pd_table_doit() PM: EM: Implement em_nl_get_pds_doit() PM: EM: Add an iterator and accessor for the performance domain PM: EM: Add a skeleton code for netlink notification PM: EM: Add em.yaml and autogen files PM: EM: Expose the ID of a performance domain via debugfs PM: EM: Assign a unique ID when creating a performance domain * pm-opp: rust: opp: simplify callers of `to_c_str_array` OPP: Initialize scope-based pointers inline rust: opp: fix broken rustdoc link