summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)Author
21 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tj...Mark Brown
21 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tj...Mark Brown
22 hoursMerge branch 'mm-unstable' of https://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown
36 hoursmm: memcontrol: prepare for reparenting non-hierarchical statsQi Zheng
10 daysMerge branch 'for-7.0-fixes' into for-nextTejun Heo
10 dayscgroup/cpuset: Skip security check for hotplug induced v1 task migrationWaiman Long
10 dayscgroup/cpuset: Simplify setsched decision check in task iteration loop of cpu...Waiman Long
2026-03-25Merge branch 'for-7.0-fixes' into for-nextTejun Heo
2026-03-25cgroup: Fix cgroup_drain_dying() testing the wrong conditionTejun Heo
2026-03-24Merge branch 'for-7.0-fixes' into for-nextTejun Heo
2026-03-24cgroup: Wait for dying tasks to leave on rmdirTejun Heo
2026-03-21Merge branch 'for-7.1' into for-nextTejun Heo
2026-03-21cgroup/dmem: remove region parameter from dmemcg_parse_limitThadeu Lima de Souza Cascardo
2026-03-11Merge branch 'for-7.1' into for-nextTejun Heo
2026-03-11cgroup: replace global cgroup_file_kn_lock with per-cgroup_file lockShakeel Butt
2026-03-11cgroup: add lockless fast-path checks to cgroup_file_notify()Shakeel Butt
2026-03-11cgroup: reduce cgroup_file_kn_lock hold time in cgroup_file_notify()Shakeel Butt
2026-03-06Merge branch 'for-7.0-fixes' into for-nextTejun Heo
2026-03-06cgroup: Don't expose dead tasks in cgroupSebastian Andrzej Siewior
2026-03-06Merge branch 'for-7.0-fixes' into for-nextTejun Heo
2026-03-06cgroup/cpuset: Call rebuild_sched_domains() directly in hotplugWaiman Long
2026-03-05cgroup: Expose some cgroup helpersTejun Heo
2026-03-03Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-02-25cgroup/cpuset: fix null-ptr-deref in rebuild_sched_domains_cpuslockedChen Ridong
2026-02-23cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lockWaiman Long
2026-02-23cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueueWaiman Long
2026-02-23cgroup/cpuset: Move housekeeping_update()/rebuild_sched_domains() togetherWaiman Long
2026-02-23cgroup/cpuset: Set isolated_cpus_updating only if isolated_cpus is changedWaiman Long
2026-02-23cgroup/cpuset: Clarify exclusion rules for cpuset internal variablesWaiman Long
2026-02-23cgroup/cpuset: Fix incorrect use of cpuset_update_tasks_cpumask() in update_c...Waiman Long
2026-02-23cgroup/cpuset: Fix incorrect change to effective_xcpus in partition_xcpus_del()Waiman Long
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
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-12cgroup: fix race between task migration and iterationQingye Zhao
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-02cgroup/dmem: avoid pool UAFChen Ridong
2026-02-02cgroup/dmem: avoid rcu warning when unregister regionChen Ridong
2026-02-02cgroup/dmem: fix NULL pointer dereference when setting maxChen Ridong