This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bfe8eb3b85c5 Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/ [...] new 96a2b48e5e1d cgroup: Remove unnecessary list_empty() new d23b5c577715 cgroup: Make operations on the cgroup root_list RCU safe new 9067d90006df cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show() new 0008454e8fd3 cgroup: Add annotation for holding namespace_sem in curren [...] new aecd408b7e50 cgroup: Add a new helper for cgroup1 hierarchy new 421fc858023b selftests: cgroup: Fixes a typo in a comment new fe28f631fa94 workqueue: Add workqueue_unbound_exclude_cpumask() to excl [...] new 14060dfc481a selftests/cgroup: Minor code cleanup and reorganization of [...] new 11e5f407b64a cgroup/cpuset: Keep track of CPUs in isolated partitions new 72c6303acfa1 cgroup/cpuset: Take isolated CPUs out of workqueue unbound [...] new e76d28bdf9ba cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_fl [...] new 49277a5b7637 workqueue: Move workqueue_set_unbound_cpumask() and its he [...] new 202595663905 Merge branch 'for-6.7-fixes' of git://git.kernel.org/pub/s [...] new 877c737db935 cgroup/cpuset: Expose cpuset.cpus.isolated new 7b91eb600010 cgroup: Fix documentation for cpu.idle new d499fd418fa1 cgroup/rstat: Optimize cgroup_rstat_updated_list() new 77070eeb8821 cgroup: Avoid false cacheline sharing of read mostly rstat_cpu new 3232e7aad11e cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isol [...] new a7fb0423c201 cgroup: Move rcu_head up near the top of cgroup_root new 9f8413c4a66f Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm [...]
The 20 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/cgroup-v2.rst | 33 ++- include/linux/cgroup-defs.h | 21 +- include/linux/cgroup.h | 4 +- include/linux/cpuset.h | 6 + include/linux/sched/isolation.h | 4 +- include/linux/workqueue.h | 2 +- kernel/cgroup/cgroup-internal.h | 4 +- kernel/cgroup/cgroup-v1.c | 34 +++ kernel/cgroup/cgroup.c | 45 ++-- kernel/cgroup/cpuset.c | 297 ++++++++++++++++------ kernel/cgroup/rstat.c | 150 +++++++---- kernel/workqueue.c | 167 ++++++++---- tools/testing/selftests/cgroup/test_cpuset_prs.sh | 222 ++++++++++------ tools/testing/selftests/cgroup/test_freezer.c | 2 +- 14 files changed, 708 insertions(+), 283 deletions(-)