summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2020-08-19cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()Yang Yingliang
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-06-07Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo
2020-04-02cgroup1: don't call release_agent when it is ""Tycho Andersen
2020-04-02cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin
2020-03-18cgroup: Iterate tasks that did not finish do_exit()Michal Koutný
2020-03-18cgroup: cgroup_procs_next should increase position indexVasily Averin
2020-03-18cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt
2020-02-05cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai
2019-08-09cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo
2019-08-09cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo
2019-08-09cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo
2019-08-09cgroup: Implement css_task_iter_skip()Tejun Heo
2019-07-10cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz
2019-05-31cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin
2019-04-05cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov
2019-04-05cgroup, rstat: Don't flush subtree root unless necessaryTejun Heo
2019-03-23fix cgroup_do_mount() handling of failure exitsAl Viro
2019-02-12cgroup: fix parsing empty mount option stringOndrej Mosnacek
2019-01-09cgroup: fix CSS_TASK_ITER_PROCSTejun Heo
2018-10-04cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-05-23cgroup: css_set_lock should nest inside tasklist_lockTejun Heo
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-07rdmacg: Convert to use match_string() helperAndy Shevchenko
2018-04-26cgroup: Make cgroup_rstat_updated() ready for root cgroup usageTejun Heo
2018-04-26cgroup: Add memory barriers to plug cgroup_rstat_updated() race windowTejun Heo
2018-04-26cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo
2018-04-26cgroup: Replace cgroup_rstat_mutex with a spinlockTejun Heo
2018-04-26cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo
2018-04-26cgroup: Reorganize kernel/cgroup/rstat.cTejun Heo
2018-04-26cgroup: Distinguish base resource stat implementation from rstatTejun Heo
2018-04-26cgroup: Rename stat to rstatTejun Heo
2018-04-26cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.cTejun Heo
2018-04-26cgroup: Limit event generation frequencyTejun Heo
2018-04-26cgroup: Explicitly remove core interface filesTejun Heo
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-03-19cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo
2018-02-21cgroup: fix rule checking for threaded mode switchingTejun Heo
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai
2018-01-19string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo