aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+23
10 dayscgroup: rstat: relax NMI guard after switch to try_cmpxchgCunlong Li1-4/+3
12 dayscgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming1-10/+20
2026-05-13Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-25/+33
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 Zhang2-15/+19
2026-05-10cgroup/cpuset: Reset DL migration state on can_attach() failureGuopeng Zhang1-4/+4
2026-05-10cgroup/dmem: Return -ENOMEM on failed pool preallocationGuopeng Zhang1-0/+1
2026-05-07cgroup/cpuset: move PF_EXITING check before __GFP_HARDWALL in cpuset_current_...Chen Wandun1-6/+8
2026-05-05Merge tag 'cgroup-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-133/+117
2026-05-05Merge tag 'sched_ext-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+5
2026-05-04cgroup, sched_ext: Include exiting tasks in cgroup iterTejun Heo1-3/+5
2026-05-04cgroup: Defer css percpu_ref kill on rmdir until cgroup is depopulatedTejun Heo1-133/+117
2026-04-27Merge tag 'cgroup-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-23/+43
2026-04-23cgroup: Increment nr_dying_subsys_* from rmdir contextPetr Malat1-10/+12
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+5
2026-04-18mm: memcontrol: prepare for reparenting non-hierarchical statsQi Zheng1-4/+5
2026-04-17cgroup/cpuset: record DL BW alloc CPU for attach rollbackGuopeng Zhang2-4/+14
2026-04-17cgroup/rdma: fix integer overflow in rdmacg_try_charge()cuitao1-1/+1
2026-04-17sched/psi: fix race between file release and pressure writeEdward Adam Davis1-8/+16
2026-04-15Merge tag 'cgroup-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-90/+31
2026-04-09cgroup/rdma: fix swapped arguments in pr_warn() format stringcuitao1-1/+1
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-25cgroup: Fix cgroup_drain_dying() testing the wrong conditionTejun Heo1-20/+22
2026-03-24cgroup: Wait for dying tasks to leave on rmdirTejun Heo1-3/+83
2026-03-21cgroup/dmem: remove region parameter from dmemcg_parse_limitThadeu Lima de Souza Cascardo1-3/+2
2026-03-11cgroup: replace global cgroup_file_kn_lock with per-cgroup_file lockShakeel Butt1-16/+8
2026-03-11cgroup: add lockless fast-path checks to cgroup_file_notify()Shakeel Butt1-13/+17
2026-03-11cgroup: reduce cgroup_file_kn_lock hold time in cgroup_file_notify()Shakeel Butt1-1/+8
2026-03-06cgroup: Don't expose dead tasks in cgroupSebastian Andrzej Siewior1-0/+6
2026-03-06cgroup/cpuset: Call rebuild_sched_domains() directly in hotplugWaiman Long1-28/+31
2026-03-05cgroup: Expose some cgroup helpersTejun Heo2-61/+0
2026-03-03Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-73/+150
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_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-26/+26
2026-02-21treewide: 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