summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-11Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-03kthread: Honour kthreads preferred affinity after cpuset changesFrederic Weisbecker
2026-02-03cpuset: Remove cpuset_cpu_is_isolated()Frederic Weisbecker
2026-02-03cpuset: Propagate cpuset isolation update to timers through housekeepingFrederic Weisbecker
2026-02-03cpuset: Propagate cpuset isolation update to workqueue through housekeepingFrederic Weisbecker
2026-02-03cpuset: Update HK_TYPE_DOMAIN cpumask from cpusetFrederic Weisbecker
2026-02-03cpuset: Provide lockdep check for cpuset lock heldFrederic Weisbecker
2026-02-03cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOTFrederic Weisbecker
2026-02-01cpuset: fix overlap of partition effective CPUsChen Ridong
2026-01-26cgroup: use nodes_and() output where appropriateYury Norov
2026-01-15kernel: cgroup: Add SPDX-License-Identifier linesTim Bird
2026-01-12cpuset: replace direct lockdep_assert_held() with lockdep_assert_cpuset_lock_...Zhao Mengmeng
2026-01-12cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()Waiman Long
2026-01-12cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflictWaiman Long
2026-01-12cgroup/cpuset: Don't fail cpuset.cpus change in v2Waiman Long
2026-01-12cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()Waiman Long
2026-01-12cgroup/cpuset: Streamline rm_siblings_excl_cpus()Waiman Long
2025-12-18cpuset: remove v1-specific code from generate_sched_domainsChen Ridong
2025-12-18cpuset: separate generate_sched_domains for v1 and v2Chen Ridong
2025-12-18cpuset: move update_domain_attr_tree to cpuset_v1.cChen Ridong
2025-12-18cpuset: add cpuset1_init helper for v1 initializationChen Ridong
2025-12-18cpuset: add cpuset1_online_css helper for v1-specific operationsChen Ridong
2025-12-18cpuset: add lockdep_assert_cpuset_lock_held helperChen Ridong
2025-12-18cpuset: fix warning when disabling remote partitionChen Ridong
2025-12-08cpuset: Remove unnecessary checks in rebuild_sched_domains_lockedChen Ridong
2025-12-03Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-12-02Merge tag 'timers-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-11-20cpuset: Treat cpusets in attaching as populatedChen Ridong
2025-11-20timers/migration: Exclude isolated cpus from hierarchyGabriele Monaco
2025-11-20cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...Gabriele Monaco
2025-11-20cgroup/cpuset: Introduce cpuset_cpus_allowed_locked()Pingfan Liu
2025-11-11cpuset: remove need_rebuild_sched_domainsChen Ridong
2025-11-11cpuset: remove global remote_children listChen Ridong
2025-11-11cpuset: simplify node setting on errorChen Ridong
2025-11-05cgroup/cpuset: Globally track isolated_cpus updateWaiman Long
2025-11-05cgroup/cpuset: Ensure domain isolated CPUs stay in root or isolated partitionWaiman Long
2025-11-05cgroup/cpuset: Move up prstate_housekeeping_conflict() helperWaiman Long
2025-11-05cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeepingWaiman Long
2025-11-05cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...Gabriele Monaco
2025-10-20cgroup/cpuset: Don't track # of local child partitionsWaiman Long
2025-10-16sched: Rename do_set_cpus_allowed()Peter Zijlstra
2025-09-22cpuset: remove is_prs_invalid helperChen Ridong
2025-09-22cpuset: remove impossible warning in update_parent_effective_cpumaskChen Ridong
2025-09-22cpuset: remove redundant special case for null input in node mask updateChen Ridong