summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+14
2019-06-01mm, memcg: consider subtrees in memory.eventsChris Down1-2/+14
2019-05-28bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin1-3/+8
2019-05-14kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg1-6/+12
2019-05-14psi: introduce psi monitorSuren Baghdasaryan1-2/+69
2019-05-06cgroup: get rid of cgroup_freezer_frozen_exit()Roman Gushchin1-3/+2
2019-05-06cgroup: Remove unused cgrp variableShaokun Zhang1-3/+0
2019-04-19cgroup: add tracing points for cgroup v2 freezerRoman Gushchin1-0/+2
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin1-4/+106
2019-04-19cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin1-0/+6
2019-04-19cgroup: implement __cgroup_task_count() helperRoman Gushchin1-0/+33
2019-04-04cgroup: remove extra cgroup_migrate_finish() callShakeel Butt1-4/+1
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-90/+133
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-6/+9
2019-03-05kernel: cgroup: add poll file operationJohannes Weiner1-0/+12
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells1-17/+14
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro1-5/+12
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro1-22/+23
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro1-2/+5
2019-02-28cgroup2: switch to option-by-option parsingAl Viro1-29/+33
2019-02-28cgroup1: switch to option-by-option parsingAl Viro1-14/+6
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro1-28/+26
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro1-19/+0
2019-02-28cgroup: start switching to fs_contextAl Viro1-37/+97
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov1-6/+9
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks1-1/+1
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro1-9/+7
2019-01-17fix cgroup_do_mount() handling of failure exitsAl Viro1-3/+6
2018-12-29Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-21/+39
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+39
2018-12-28cgroup: fix parsing empty mount option stringOndrej Mosnacek1-1/+1
2018-12-27Merge branch 'for-4.20-fixes' into for-4.21Tejun Heo1-12/+17
2018-12-07blkcg: remove additional reference to the cssDennis Zhou1-9/+39
2018-12-01cgroups: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-20cgroup: fix CSS_TASK_ITER_PROCSTejun Heo1-12/+17
2018-11-13cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo1-4/+7
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long1-1/+13
2018-11-05cgroup: remove unnecessary unlikely()Yangtao Li1-3/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds1-39/+9
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-39/+9
2018-10-26psi: cgroup supportJohannes Weiner1-2/+43
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+39
2018-10-04cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo1-9/+16
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)1-9/+39
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-5/+7
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)1-5/+7
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