summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2 daysMerge tag 'cgroup-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
3 daysMerge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
4 daysMerge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-07-19Merge tag 'cgroup-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-19cgroup: Add compatibility option for content of /proc/cgroupsMichal Koutný
2025-07-17Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"Chen Ridong
2025-07-17cgroup: llist: avoid memory tears for llist_nodeShakeel Butt
2025-07-13kernel,cpuset: use node-notifier instead of memory-notifierOscar Salvador
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
2025-06-18Merge tag 'cgroup-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-06-18cgroup,freezer: fix incomplete freezing when attaching tasksChen Ridong
2025-06-17cgroup: remove per-cpu per-subsystem locksShakeel Butt
2025-06-17cgroup: make css_rstat_updated nmi safeShakeel Butt
2025-06-17cgroup: support to enable nmi-safe css_rstat_updatedShakeel Butt
2025-06-09cgroup: Add bpf prog revisions to struct cgroup_bpfYonghong Song
2025-06-03Merge tag 'cgroup-for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-30cgroup: adjust criteria for rstat subsystem cpu lock accessJP Kobryn
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-26Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2025-05-22sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifierTejun Heo
2025-05-22sched_ext: Introduce cgroup_lifetime_notifierTejun Heo
2025-05-22cgroup: Minor reorganization of cgroup_create()Tejun Heo
2025-05-21cgroup: avoid per-cpu allocation of size zero rstat cpu locksJP Kobryn
2025-05-19cgroup: helper for checking rstat participation of cssJP Kobryn
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn
2025-05-19cgroup: use separate rstat trees for each subsystemJP Kobryn
2025-05-19cgroup: compare css to cgroup::self in helper for distingushing cssJP Kobryn
2025-05-19cgroup: warn on rstat usage by early init subsystemsJP Kobryn
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price
2025-05-12cpuset: rename cpuset_node_allowed to cpuset_current_node_allowedGregory Price
2025-05-09cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasksWaiman Long
2025-05-09cgroup/cpuset: drop useless cpumask_empty() in compute_effective_exclusive_cp...Yury Norov
2025-04-25cgroup/rstat: Improve cgroup_rstat_push_children() documentationWaiman Long
2025-04-24cgroup: fix goto ordering in cgroup_init()JP Kobryn
2025-04-24Merge branch 'kvm-fixes-6.15-rc4' into HEADPaolo Bonzini
2025-04-21cgroup: fix pointer check in css_rstat_init()JP Kobryn
2025-04-17cgroup/cpuset-v1: Add missing support for cpuset_v2_modeT.J. Mercier
2025-04-17cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu
2025-04-08Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-07cgroup/cpuset: Add warnings to catch inconsistency in exclusive CPUsWaiman Long
2025-04-07cgroup/cpuset: Fix obsolete comment in cpuset_css_offline()Waiman Long
2025-04-07cgroup/cpuset: Always use cpu_active_maskWaiman Long
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn
2025-04-04cgroup: add helper for checking when css is cgroup::selfJP Kobryn
2025-04-04cgroup: move rstat base stat objects into their own structJP Kobryn
2025-04-01cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long