aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/cgroup (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-25cpuset: separate tmpmasks and cpuset allocation logicChen Ridong1-58/+69
2025-08-25cpuset: decouple tmpmasks and cpumasks freeing in cgroupChen Ridong1-19/+13
2025-08-25cgroup: Fix 64-bit division in cgroup.stat.localTiffany Yang1-2/+2
2025-08-25rculist: move list_for_each_rcu() to where it belongsAndy Shevchenko1-0/+1
2025-08-22cgroup: cgroup.stat.local time accountingTiffany Yang2-4/+40
2025-08-22cgroup/psi: Set of->priv to NULL upon file releaseChen Ridong1-0/+1
2025-08-22cgroup: split cgroup_destroy_wq into 3 workqueuesChen Ridong1-7/+36
2025-08-13cpuset: remove redundant CS_ONLINE flagChen Ridong2-5/+2
2025-08-12cgroup: Replace deprecated strcpy() with strscpy()Thorsten Blum1-1/+2
2025-08-09cgroup: avoid null de-ref in css_rstat_exit()JP Kobryn1-0/+3
2025-08-09cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write()Waiman Long1-2/+0
2025-08-09cgroup/cpuset: Fix a partition error with CPU hotplugWaiman Long1-3/+4
2025-08-09cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_keyWaiman Long1-1/+1
2025-07-31Merge tag 'cgroup-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-106/+103
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-0/+5
2025-07-19Merge tag 'cgroup-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-7/+1
2025-07-19cgroup: Add compatibility option for content of /proc/cgroupsMichal Koutný1-2/+12
2025-07-17Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"Chen Ridong1-7/+1
2025-07-17cgroup: llist: avoid memory tears for llist_nodeShakeel Butt1-1/+27
2025-07-13kernel,cpuset: use node-notifier instead of memory-notifierOscar Salvador1-1/+1
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov1-2/+1
2025-06-18Merge tag 'cgroup-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+1
2025-06-18cgroup,freezer: fix incomplete freezing when attaching tasksChen Ridong1-2/+1
2025-06-17cgroup: remove per-cpu per-subsystem locksShakeel Butt1-96/+4
2025-06-17cgroup: make css_rstat_updated nmi safeShakeel Butt1-12/+53
2025-06-17cgroup: support to enable nmi-safe css_rstat_updatedShakeel Butt1-2/+21
2025-06-09cgroup: Add bpf prog revisions to struct cgroup_bpfYonghong Song1-0/+5
2025-06-03Merge tag 'cgroup-for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-9/+16
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+38
2025-05-30cgroup: adjust criteria for rstat subsystem cpu lock accessJP Kobryn1-9/+16
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds4-258/+446
2025-05-26Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini2-3/+34
2025-05-22sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifierTejun Heo1-17/+3
2025-05-22sched_ext: Introduce cgroup_lifetime_notifierTejun Heo1-1/+26
2025-05-22cgroup: Minor reorganization of cgroup_create()Tejun Heo1-24/+24
2025-05-21cgroup: avoid per-cpu allocation of size zero rstat cpu locksJP Kobryn1-0/+9
2025-05-19cgroup: helper for checking rstat participation of cssJP Kobryn1-3/+14
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn3-32/+71
2025-05-19cgroup: use separate rstat trees for each subsystemJP Kobryn2-111/+129
2025-05-19cgroup: compare css to cgroup::self in helper for distingushing cssJP Kobryn1-4/+4
2025-05-19cgroup: warn on rstat usage by early init subsystemsJP Kobryn1-0/+2
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price1-0/+36
2025-05-12cpuset: rename cpuset_node_allowed to cpuset_current_node_allowedGregory Price1-2/+2
2025-05-09cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasksWaiman Long1-2/+4
2025-05-09cgroup/cpuset: drop useless cpumask_empty() in compute_effective_exclusive_cpumask()Yury Norov1-4/+2
2025-04-25cgroup/rstat: Improve cgroup_rstat_push_children() documentationWaiman Long1-9/+33
2025-04-24cgroup: fix goto ordering in cgroup_init()JP Kobryn1-2/+2
2025-04-24Merge branch 'kvm-fixes-6.15-rc4' into HEADPaolo Bonzini4-164/+247