aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-73/+150
9 dayscgroup/cpuset: fix null-ptr-deref in rebuild_sched_domains_cpuslockedChen Ridong1-1/+1
11 dayscgroup/cpuset: Call housekeeping_update() without holding cpus_read_lockWaiman Long1-5/+42
11 dayscgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueueWaiman Long1-5/+26
11 dayscgroup/cpuset: Move housekeeping_update()/rebuild_sched_domains() togetherWaiman Long1-27/+24
11 dayscgroup/cpuset: Set isolated_cpus_updating only if isolated_cpus is changedWaiman Long1-3/+7
11 dayscgroup/cpuset: Clarify exclusion rules for cpuset internal variablesWaiman Long1-44/+61
11 dayscgroup/cpuset: Fix incorrect use of cpuset_update_tasks_cpumask() in update_c...Waiman Long1-1/+1
11 dayscgroup/cpuset: Fix incorrect change to effective_xcpus in partition_xcpus_del()Waiman Long1-1/+1
13 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
13 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-26/+26
13 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook11-31/+29
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-18/+36
2026-02-12mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao1-18/+36
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2026-02-12cgroup: fix race between task migration and iterationQingye Zhao1-0/+1
2026-02-11Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-423/+473
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-36/+17
2026-02-03kthread: Honour kthreads preferred affinity after cpuset changesFrederic Weisbecker1-3/+2
2026-02-03cpuset: Remove cpuset_cpu_is_isolated()Frederic Weisbecker1-12/+0
2026-02-03cpuset: Propagate cpuset isolation update to timers through housekeepingFrederic Weisbecker1-3/+0
2026-02-03cpuset: Propagate cpuset isolation update to workqueue through housekeepingFrederic Weisbecker1-4/+1
2026-02-03cpuset: Update HK_TYPE_DOMAIN cpumask from cpusetFrederic Weisbecker1-2/+3
2026-02-03cpuset: Provide lockdep check for cpuset lock heldFrederic Weisbecker1-0/+7
2026-02-03cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOTFrederic Weisbecker1-15/+7
2026-02-02cgroup/dmem: avoid pool UAFChen Ridong1-2/+58
2026-02-02cgroup/dmem: avoid rcu warning when unregister regionChen Ridong1-5/+2
2026-02-02cgroup/dmem: fix NULL pointer dereference when setting maxChen Ridong1-0/+3
2026-02-01cpuset: fix overlap of partition effective CPUsChen Ridong1-13/+6
2026-02-01cgroup: increase maximum subsystem count from 16 to 32Chen Ridong4-34/+34
2026-01-26cgroup: use nodes_and() output where appropriateYury Norov1-4/+3
2026-01-15kernel: cgroup: Add LGPL-2.1 SPDX license ID to legacy_freezer.cTim Bird1-8/+1
2026-01-15kernel: cgroup: Add SPDX-License-Identifier linesTim Bird2-8/+2
2026-01-12cpuset: replace direct lockdep_assert_held() with lockdep_assert_cpuset_lock_...Zhao Mengmeng1-7/+7
2026-01-12cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()Waiman Long3-23/+23
2026-01-12cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflictWaiman Long3-54/+48
2026-01-12cgroup/cpuset: Don't fail cpuset.cpus change in v2Waiman Long1-15/+15
2026-01-12cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()Waiman Long1-9/+5
2026-01-12cgroup/cpuset: Streamline rm_siblings_excl_cpus()Waiman Long1-9/+15
2026-01-07cgroup: Eliminate cgrp_ancestor_storage in cgroup_rootMichal Koutný1-1/+1
2025-12-22cpuset: remove dead code in cpuset-v1.cChen Ridong1-4/+1
2025-12-18cpuset: remove v1-specific code from generate_sched_domainsChen Ridong3-129/+28
2025-12-18cpuset: separate generate_sched_domains for v1 and v2Chen Ridong3-27/+185
2025-12-18cpuset: move update_domain_attr_tree to cpuset_v1.cChen Ridong3-34/+36
2025-12-18cpuset: add cpuset1_init helper for v1 initializationChen Ridong3-7/+14
2025-12-18cpuset: add cpuset1_online_css helper for v1-specific operationsChen Ridong3-38/+51
2025-12-18cpuset: add lockdep_assert_cpuset_lock_held helperChen Ridong1-0/+5
2025-12-18cpuset: fix warning when disabling remote partitionChen Ridong1-5/+16
2025-12-08cpuset: Remove unnecessary checks in rebuild_sched_domains_lockedChen Ridong1-35/+15
2025-12-08cgroup: switch to css_is_online() helperChen Ridong1-2/+2