aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds7-435/+873
2019-05-06kernel: cgroup: fix misuse of %xFuqian Huang1-4/+4
2019-05-06cgroup: get rid of cgroup_freezer_frozen_exit()Roman Gushchin2-13/+2
2019-05-06cgroup: prevent spurious transition into non-frozen stateRoman Gushchin1-11/+5
2019-05-06cgroup: Remove unused cgrp variableShaokun Zhang1-3/+0
2019-04-19cgroup: add tracing points for cgroup v2 freezerRoman Gushchin2-1/+16
2019-04-19cgroup: make TRACE_CGROUP_PATH irq-safeRoman Gushchin1-2/+5
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin3-5/+424
2019-04-19cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin1-0/+6
2019-04-19cgroup: implement __cgroup_task_count() helperRoman Gushchin3-16/+34
2019-04-19cgroup: rename freezer.c into legacy_freezer.cRoman Gushchin2-1/+1
2019-04-19cgroup/cpuset: Update stale generate_sched_domains() commentsJuri Lelli1-6/+5
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/viro/vfsLinus Torvalds4-306/+416
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+1
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds4-25/+17
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-28vfs: Add some logging to the core users of the fs_context logDavid Howells1-1/+1
2019-02-28cpuset: Use fs_contextDavid Howells1-14/+42
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2-18/+18
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro3-12/+17
2019-02-28cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro1-41/+46
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro3-36/+29
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro3-4/+10
2019-02-28cgroup2: switch to option-by-option parsingAl Viro1-29/+33
2019-02-28cgroup1: switch to option-by-option parsingAl Viro3-98/+117
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro3-116/+104
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro3-31/+18
2019-02-28cgroup: start switching to fs_contextAl Viro3-41/+116
2019-02-19cpuset: remove unused task_has_mempolicy()Masahiro Yamada1-13/+0
2019-02-15cgroup, rstat: Don't flush subtree root unless necessaryTejun Heo1-4/+6
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accountingOleg Nesterov2-8/+11
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks1-1/+1
2019-01-18IB/core: Simplify rdma cgroup registrationParav Pandit1-4/+1
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro3-55/+21
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/cgroupLinus Torvalds5-93/+931
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+39
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian1-2/+2
2018-12-28cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo1-1/+13
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-03cpuset: Remove set but not used variable 'cs'YueHaibing1-2/+0
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