summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* mm, memcg: consider subtrees in memory.eventsChris Down2019-06-011-2/+14
* kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg2019-05-141-6/+12
* psi: introduce psi monitorSuren Baghdasaryan2019-05-141-2/+69
* cgroup: get rid of cgroup_freezer_frozen_exit()Roman Gushchin2019-05-061-3/+2
* cgroup: Remove unused cgrp variableShaokun Zhang2019-05-061-3/+0
* cgroup: add tracing points for cgroup v2 freezerRoman Gushchin2019-04-191-0/+2
* cgroup: cgroup v2 freezerRoman Gushchin2019-04-191-4/+106
* cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin2019-04-191-0/+6
* cgroup: implement __cgroup_task_count() helperRoman Gushchin2019-04-191-0/+33
* cgroup: remove extra cgroup_migrate_finish() callShakeel Butt2019-04-041-4/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-90/+133
|\
| * kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-281-17/+14
| * cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro2019-02-281-5/+12
| * cgroup_do_mount(): massage calling conventionsAl Viro2019-02-281-22/+23
| * cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro2019-02-281-2/+5
| * cgroup2: switch to option-by-option parsingAl Viro2019-02-281-29/+33
| * cgroup1: switch to option-by-option parsingAl Viro2019-02-281-14/+6
| * cgroup: take options parsing into ->parse_monolithic()Al Viro2019-02-281-28/+26
| * cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro2019-02-281-19/+0
| * cgroup: start switching to fs_contextAl Viro2019-02-281-37/+97
* | Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-03-071-6/+9
|\ \
| * | cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov2019-01-311-6/+9
* | | kernel: cgroup: add poll file operationJohannes Weiner2019-03-051-0/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-051-1/+1
|\ \ \ | |_|/ |/| |
| * | bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks2019-01-311-1/+1
| |/
* | cgroup: saner refcounting for cgroup_rootAl Viro2019-01-171-9/+7
* | fix cgroup_do_mount() handling of failure exitsAl Viro2019-01-171-3/+6
|/
* Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-12-291-21/+39
|\
| * cgroup: fix parsing empty mount option stringOndrej Mosnacek2018-12-281-1/+1
| * Merge branch 'for-4.20-fixes' into for-4.21Tejun Heo2018-12-271-12/+17
| |\
| | * cgroup: fix CSS_TASK_ITER_PROCSTejun Heo2018-11-201-12/+17
| * | cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo2018-11-131-4/+7
| * | cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long2018-11-081-1/+13
| * | cgroup: remove unnecessary unlikely()Yangtao Li2018-11-051-3/+1
| |/
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-9/+39
|\ \
| * | blkcg: remove additional reference to the cssDennis Zhou2018-12-071-9/+39
| |/
* / cgroups: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-011-1/+1
|/
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-39/+9
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-39/+9
* | psi: cgroup supportJohannes Weiner2018-10-261-2/+43
|/
* Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-221-9/+39
|\
| * blkcg: remove additional reference to the cssDennis Zhou (Facebook)2018-09-211-9/+39
* | cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo2018-10-041-9/+16
|/
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-08-241-5/+7
|\
| * cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)2018-07-111-5/+7
* | kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-201-1/+3
|/
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+2
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
* | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-06-051-31/+74
|\ \
| * | cgroup: css_set_lock should nest inside tasklist_lockTejun Heo2018-05-231-8/+8