aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-90/+133
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-6/+9
2019-03-05kernel: cgroup: add poll file operationGravatar Johannes Weiner 1-0/+12
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextGravatar David Howells 1-17/+14
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextGravatar Al Viro 1-5/+12
2019-02-28cgroup_do_mount(): massage calling conventionsGravatar Al Viro 1-22/+23
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextGravatar Al Viro 1-2/+5
2019-02-28cgroup2: switch to option-by-option parsingGravatar Al Viro 1-29/+33
2019-02-28cgroup1: switch to option-by-option parsingGravatar Al Viro 1-14/+6
2019-02-28cgroup: take options parsing into ->parse_monolithic()Gravatar Al Viro 1-28/+26
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Gravatar Al Viro 1-19/+0
2019-02-28cgroup: start switching to fs_contextGravatar Al Viro 1-37/+97
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Gravatar Oleg Nesterov 1-6/+9
2019-01-31bpf, cgroups: clean up kerneldoc warningsGravatar Valdis Kletnieks 1-1/+1
2019-01-17cgroup: saner refcounting for cgroup_rootGravatar Al Viro 1-9/+7
2019-01-17fix cgroup_do_mount() handling of failure exitsGravatar Al Viro 1-3/+6
2018-12-29Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-21/+39
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+39
2018-12-28cgroup: fix parsing empty mount option stringGravatar Ondrej Mosnacek 1-1/+1
2018-12-27Merge branch 'for-4.20-fixes' into for-4.21Gravatar Tejun Heo 1-12/+17
2018-12-07blkcg: remove additional reference to the cssGravatar Dennis Zhou 1-9/+39
2018-12-01cgroups: Replace synchronize_sched() with synchronize_rcu()Gravatar Paul E. McKenney 1-1/+1
2018-11-20cgroup: fix CSS_TASK_ITER_PROCSGravatar Tejun Heo 1-12/+17
2018-11-13cgroup: Add .__DEBUG__. prefix to debug file namesGravatar Tejun Heo 1-4/+7
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugGravatar Waiman Long 1-1/+13
2018-11-05cgroup: remove unnecessary unlikely()Gravatar Yangtao Li 1-3/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-39/+9
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-39/+9
2018-10-26psi: cgroup supportGravatar Johannes Weiner 1-2/+43
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+39
2018-10-04cgroup: Fix dom_cgrp propagation when enabling threaded modeGravatar Tejun Heo 1-9/+16
2018-09-21blkcg: remove additional reference to the cssGravatar Dennis Zhou (Facebook) 1-9/+39
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-5/+7
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidGravatar Dmitry Torokhov 1-1/+3
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersGravatar Steven Rostedt (VMware) 1-5/+7
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 1-2/+2
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-31/+74
2018-05-23cgroup: css_set_lock should nest inside tasklist_lockGravatar Tejun Heo 1-8/+8
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-1/+1
2018-04-26cgroup: Add cgroup_subsys->css_rstat_flush()Gravatar Tejun Heo 1-0/+11
2018-04-26cgroup: Distinguish base resource stat implementation from rstatGravatar Tejun Heo 1-1/+3
2018-04-26cgroup: Rename stat to rstatGravatar Tejun Heo 1-7/+7
2018-04-26cgroup: Limit event generation frequencyGravatar Tejun Heo 1-2/+23
2018-04-26cgroup: Explicitly remove core interface filesGravatar Tejun Heo 1-13/+22
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-14/+7
2018-03-19cgroup: Use rcu_work instead of explicit rcu and work itemGravatar Tejun Heo 1-14/+7
2018-02-21cgroup: fix rule checking for threaded mode switchingGravatar Tejun Heo 1-0/+10
2018-01-19string: drop __must_check from strscpy() and restore strscpy() usages in cgroupGravatar Tejun Heo 1-3/+3