summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-101-4/+1Star
|\
| * IB/core: Simplify rdma cgroup registrationParav Pandit2019-01-181-4/+1Star
* | Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-03-074-25/+17Star
|\ \
| * | cpuset: remove unused task_has_mempolicy()Masahiro Yamada2019-02-191-13/+0Star
| * | 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-061-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/+21Star
* | 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-281-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/+0Star
| * | 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/+0Star
| * | 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/+1Star
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-291-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-081-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/+9Star
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-39/+9Star
* | psi: cgroup supportJohannes Weiner2018-10-271-2/+43
|/
* Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-221-9/+39
|\
| * blkcg: remove additional reference to the cssDennis Zhou (Facebook)2018-09-221-9/+39
* | cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo2018-10-041-9/+16
|/
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-08-243-7/+35
|\
| * cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)2018-07-113-7/+35
* | kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-211-1/+3
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-3/+4
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-2/+2
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2