summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorLines
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-306/+416
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-4/+1
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-25/+17
2019-03-05kernel: cgroup: add poll file operationJohannes Weiner-0/+12
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2019-02-28vfs: Add some logging to the core users of the fs_context logDavid Howells-1/+1
2019-02-28cpuset: Use fs_contextDavid Howells-14/+42
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells-18/+18
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro-12/+17
2019-02-28cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro-41/+46
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro-36/+29
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro-4/+10
2019-02-28cgroup2: switch to option-by-option parsingAl Viro-29/+33
2019-02-28cgroup1: switch to option-by-option parsingAl Viro-98/+117
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro-116/+104
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro-31/+18
2019-02-28cgroup: start switching to fs_contextAl Viro-41/+116
2019-02-19cpuset: remove unused task_has_mempolicy()Masahiro Yamada-13/+0
2019-02-15cgroup, rstat: Don't flush subtree root unless necessaryTejun Heo-4/+6
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov-8/+11
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks-1/+1
2019-01-18IB/core: Simplify rdma cgroup registrationParav Pandit-4/+1
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro-55/+21
2019-01-17fix cgroup_do_mount() handling of failure exitsAl Viro-3/+6
2018-12-29Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-93/+931
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+2
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+39
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian-2/+2
2018-12-28cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo-1/+13
2018-12-28cgroup: fix parsing empty mount option stringOndrej Mosnacek-1/+1
2018-12-27Merge branch 'for-4.20-fixes' into for-4.21Tejun Heo-12/+17
2018-12-07blkcg: remove additional reference to the cssDennis Zhou-9/+39
2018-12-03cpuset: Remove set but not used variable 'cs'YueHaibing-2/+0
2018-12-01cgroups: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney-1/+1
2018-11-20cgroup: fix CSS_TASK_ITER_PROCSTejun Heo-12/+17
2018-11-13cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo-4/+7
2018-11-13cpuset: Minor cgroup2 interface updatesTejun Heo-4/+4
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long-4/+27
2018-11-08cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long-7/+51
2018-11-08cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long-2/+0
2018-11-08cpuset: Make generate_sched_domains() work with partitionWaiman Long-7/+27
2018-11-08cpuset: Make CPU hotplug work with partitionWaiman Long-15/+116
2018-11-08cpuset: Track cpusets that use parent's effective_cpusWaiman Long-1/+70
2018-11-08cpuset: Add an error state to cpuset.sched.partitionWaiman Long-24/+129
2018-11-08cpuset: Add new v2 cpuset.sched.partition flagWaiman Long-13/+352
2018-11-08cpuset: Simply allocation and freeing of cpumasksWaiman Long-33/+77
2018-11-08cpuset: Define data structures to support scheduling partitionWaiman Long-0/+37
2018-11-08cpuset: Enable cpuset controller in default hierarchyWaiman Long-3/+45
2018-11-05cgroup: remove unnecessary unlikely()Yangtao Li-3/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds-39/+9