summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorFilesLines
2022-03-02cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao1-0/+2
2022-02-11cgroup-v1: Require capabilities to set release_agentEric W. Biederman1-0/+24
2021-11-26cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long1-4/+27
2021-06-16cgroup1: don't allow '\n' in renamingAlexander Kuznetsov1-0/+4
2021-06-16cgroup: disable controllers at parse timeShakeel Butt1-8/+5
2020-08-19cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()Yang Yingliang1-0/+2
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-11/+18
2020-06-07Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo1-13/+3
2020-04-02cgroup1: don't call release_agent when it is ""Tycho Andersen1-1/+1
2020-04-02cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin1-0/+1
2020-03-18cgroup: Iterate tasks that did not finish do_exit()Michal Koutný1-7/+16
2020-03-18cgroup: cgroup_procs_next should increase position indexVasily Averin1-3/+7
2020-03-18cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt1-0/+4
2020-02-05cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný1-5/+6
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai1-5/+6
2019-08-09cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo1-1/+1
2019-08-09cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo1-0/+4
2019-08-09cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo1-7/+37
2019-08-09cgroup: Implement css_task_iter_skip()Tejun Heo1-24/+36
2019-07-10cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz1-1/+14
2019-05-31cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin1-0/+6
2019-04-05cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov2-8/+11
2019-04-05cgroup, rstat: Don't flush subtree root unless necessaryTejun Heo1-4/+6
2019-03-23fix cgroup_do_mount() handling of failure exitsAl Viro1-3/+6
2019-02-12cgroup: fix parsing empty mount option stringOndrej Mosnacek1-1/+1
2019-01-09cgroup: fix CSS_TASK_ITER_PROCSTejun Heo1-12/+17
2018-10-04cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo1-9/+16
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-7/+35
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov1-1/+3
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)3-7/+35
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+4
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds6-395/+512
2018-05-23cgroup: css_set_lock should nest inside tasklist_lockTejun Heo1-8/+8
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig3-15/+3
2018-05-07rdmacg: Convert to use match_string() helperAndy Shevchenko1-19/+16
2018-04-26cgroup: Make cgroup_rstat_updated() ready for root cgroup usageTejun Heo1-0/+4
2018-04-26cgroup: Add memory barriers to plug cgroup_rstat_updated() race windowTejun Heo1-3/+13
2018-04-26cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo2-1/+21
2018-04-26cgroup: Replace cgroup_rstat_mutex with a spinlockTejun Heo1-13/+45
2018-04-26cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo2-13/+30
2018-04-26cgroup: Reorganize kernel/cgroup/rstat.cTejun Heo2-89/+95
2018-04-26cgroup: Distinguish base resource stat implementation from rstatTejun Heo3-37/+36
2018-04-26cgroup: Rename stat to rstatTejun Heo3-101/+103
2018-04-26cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.cTejun Heo2-1/+1
2018-04-26cgroup: Limit event generation frequencyTejun Heo1-2/+23
2018-04-26cgroup: Explicitly remove core interface filesTejun Heo1-13/+22