summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-124-306/+416
|\
| * vfs: Add some logging to the core users of the fs_context logDavid Howells2019-02-281-1/+1
| * cpuset: Use fs_contextDavid Howells2019-02-281-14/+42
| * kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-282-18/+18
| * cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro2019-02-283-12/+17
| * cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro2019-02-281-41/+46
| * cgroup_do_mount(): massage calling conventionsAl Viro2019-02-283-36/+29
| * cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro2019-02-283-4/+10
| * cgroup2: switch to option-by-option parsingAl Viro2019-02-281-29/+33
| * cgroup1: switch to option-by-option parsingAl Viro2019-02-283-98/+117
| * cgroup: take options parsing into ->parse_monolithic()Al Viro2019-02-283-116/+104
| * cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro2019-02-283-31/+18
| * cgroup: start switching to fs_contextAl Viro2019-02-283-41/+116
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-4/+1
|\ \
| * | IB/core: Simplify rdma cgroup registrationParav Pandit2019-01-181-4/+1
* | | Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-03-074-25/+17
|\ \ \
| * | | cpuset: remove unused task_has_mempolicy()Masahiro Yamada2019-02-191-13/+0
| * | | cgroup, rstat: Don't flush subtree root unless necessaryTejun Heo2019-02-151-4/+6
| * | | cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov2019-01-312-8/+11
| |/ /
* | | 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-173-55/+21
* | 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-295-93/+931
|\
| * cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo2018-12-281-1/+13
| * 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
| * | cpuset: Remove set but not used variable 'cs'YueHaibing2018-12-031-2/+0
| * | cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo2018-11-131-4/+7
| * | cpuset: Minor cgroup2 interface updatesTejun Heo2018-11-131-4/+4
| * | cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long2018-11-084-4/+27
| * | cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long2018-11-081-7/+51
| * | cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long2018-11-081-2/+0
| * | cpuset: Make generate_sched_domains() work with partitionWaiman Long2018-11-081-7/+27
| * | cpuset: Make CPU hotplug work with partitionWaiman Long2018-11-081-15/+116
| * | cpuset: Track cpusets that use parent's effective_cpusWaiman Long2018-11-081-1/+70
| * | cpuset: Add an error state to cpuset.sched.partitionWaiman Long2018-11-081-24/+129
| * | cpuset: Add new v2 cpuset.sched.partition flagWaiman Long2018-11-081-13/+352
| * | cpuset: Simply allocation and freeing of cpumasksWaiman Long2018-11-081-33/+77
| * | cpuset: Define data structures to support scheduling partitionWaiman Long2018-11-081-0/+37
| * | cpuset: Enable cpuset controller in default hierarchyWaiman Long2018-11-081-3/+45
| * | cgroup: remove unnecessary unlikely()Yangtao Li2018-11-051-3/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-2/+2
|\ \
| * | mm, oom: reorganize the oom report in dump_headeryuzhoujian2018-12-281-2/+2
* | | 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
|\