summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo2018-04-261-0/+11
| * | cgroup: Distinguish base resource stat implementation from rstatTejun Heo2018-04-261-1/+3
| * | cgroup: Rename stat to rstatTejun Heo2018-04-261-7/+7
| * | cgroup: Limit event generation frequencyTejun Heo2018-04-261-2/+23
| * | cgroup: Explicitly remove core interface filesTejun Heo2018-04-261-13/+22
| |/
* / proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-1/+1
|/
* Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-031-14/+7
|\
| * cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo2018-03-191-14/+7
* | cgroup: fix rule checking for threaded mode switchingTejun Heo2018-02-211-0/+10
|/
* string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo2018-01-191-3/+3