summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'cgroup-for-7.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+29
2026-08-24cgroup/cpuset: Preserve boot-isolated CPUs on partition releaseGuopeng Zhang1-10/+29
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+6
2026-08-20Merge tag 'cgroup-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-211/+358
2026-08-14Merge branch 'sched/urgent'Peter Zijlstra1-1/+6
2026-08-11cgroup/cpuset: Remove obsolete PFA_SPREAD_SLAB task flagGuopeng Zhang1-12/+7
2026-08-10cgroup/cpuset: Use WRITE_ONCE() for shared prs_err updatesGuopeng Zhang1-11/+13
2026-08-06cgroup/cpuset: update some comments about the page allocatorBrendan Jackman1-8/+5
2026-07-28mm: constify oom_control, scan_control, and alloc_context nodemaskGregory Price1-1/+1
2026-07-16cgroup/cpuset: Handle the special case of non-moving tasks in cpuset_can_atta...Waiman Long1-11/+23
2026-07-16cgroup/cpuset: Support multiple destination cpusets for cpuset_*attach()Waiman Long1-43/+56
2026-07-06cgroup/cpuset: Support multiple source cpusets for cpuset_*attach()Waiman Long1-14/+59
2026-07-06cgroup/cpuset: Move mpol_rebind_mm/cpuset_migrate_mm() calls inside cpuset_at...Waiman Long1-44/+59
2026-07-06cgroup/cpuset: Make attach_ctx.old_cs track task group leaderWaiman Long1-0/+21
2026-07-06cgroup/cpuset: Expand the scope of cpuset_can_attach_check()Waiman Long1-22/+30
2026-07-06cgroup/cpuset: Add a cpuset_reserve_dl_bw() helperWaiman Long1-18/+24
2026-07-06cgroup/cpuset: Put all task attach related variables into attach_ctxWaiman Long1-11/+10
2026-07-06cgroup/cpuset: Prevent race between task attach and cpuset state changeWaiman Long1-38/+52
2026-07-06cgroup/cpuset: Fix node inconsistencies between cpuset_update_tasks_nodemask(...Waiman Long1-12/+18
2026-07-06cgroup/cpuset: Make nr_deadline_tasks an atomic_tWaiman Long1-5/+5
2026-07-06cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowedFarhad Alemi1-1/+6
2026-06-30sched/fair: Add cgroup_mode: maxPeter Zijlstra1-0/+22
2026-06-24cgroup/cpuset: Rebind/migrate mm only for threadgroup leader in cpuset_update...Waiman Long1-0/+4
2026-06-24cgroup/cpuset: Avoid unnecessary cpus & mems update in cpuset_hotplug_update_...Waiman Long1-19/+26
2026-06-17Merge tag 'cgroup-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+8
2026-05-29cgroup/cpuset: Free sched domains on rebuild guard failureGuopeng Zhang1-1/+4
2026-05-27cgroup/cpuset: Use effective_xcpus in partcmd_update add/del mask calculationSun Shaojie1-6/+7
2026-05-15cgroup: Inline cgroup_has_tasks() in cgroup.hTejun Heo1-1/+1
2026-05-13cgroup/cpuset: Return only actually allocated CPUs during partition invalidationsunshaojie1-1/+2
2026-05-11cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang1-15/+18
2026-05-10cgroup/cpuset: Skip hardwall ancestor scan in cpuset v2 in cpuset_current_nod...Chen Wandun1-0/+3
2026-05-10cgroup/cpuset: Reset DL migration state on can_attach() failureGuopeng Zhang1-4/+4
2026-05-07cgroup/cpuset: move PF_EXITING check before __GFP_HARDWALL in cpuset_current_...Chen Wandun1-6/+8
2026-04-17cgroup/cpuset: record DL BW alloc CPU for attach rollbackGuopeng Zhang1-4/+9
2026-03-31cgroup/cpuset: Skip security check for hotplug induced v1 task migrationWaiman Long1-0/+10
2026-03-31cgroup/cpuset: Simplify setsched decision check in task iteration loop of cpu...Waiman Long1-9/+10
2026-03-06cgroup/cpuset: Call rebuild_sched_domains() directly in hotplugWaiman Long1-28/+31
2026-03-03Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-73/+149
2026-02-25cgroup/cpuset: fix null-ptr-deref in rebuild_sched_domains_cpuslockedChen Ridong1-1/+1
2026-02-23cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lockWaiman Long1-5/+42
2026-02-23cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueueWaiman Long1-5/+26
2026-02-23cgroup/cpuset: Move housekeeping_update()/rebuild_sched_domains() togetherWaiman Long1-27/+24
2026-02-23cgroup/cpuset: Set isolated_cpus_updating only if isolated_cpus is changedWaiman Long1-3/+7
2026-02-23cgroup/cpuset: Clarify exclusion rules for cpuset internal variablesWaiman Long1-44/+61
2026-02-23cgroup/cpuset: Fix incorrect use of cpuset_update_tasks_cpumask() in update_c...Waiman Long1-1/+1
2026-02-23cgroup/cpuset: Fix incorrect change to effective_xcpus in partition_xcpus_del()Waiman Long1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+5
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