summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-39/+9
* | psi: cgroup supportJohannes Weiner2018-10-261-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-211-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-201-1/+3
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-3/+4
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+2
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
* | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-06-056-395/+512
|\ \
| * | cgroup: css_set_lock should nest inside tasklist_lockTejun Heo2018-05-231-8/+8
| * | rdmacg: Convert to use match_string() helperAndy Shevchenko2018-05-071-19/+16
| * | cgroup: Make cgroup_rstat_updated() ready for root cgroup usageTejun Heo2018-04-261-0/+4
| * | cgroup: Add memory barriers to plug cgroup_rstat_updated() race windowTejun Heo2018-04-261-3/+13
| * | cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo2018-04-262-1/+21
| * | cgroup: Replace cgroup_rstat_mutex with a spinlockTejun Heo2018-04-261-13/+45
| * | cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo2018-04-262-13/+30
| * | cgroup: Reorganize kernel/cgroup/rstat.cTejun Heo2018-04-262-89/+95
| * | cgroup: Distinguish base resource stat implementation from rstatTejun Heo2018-04-263-37/+36
| * | cgroup: Rename stat to rstatTejun Heo2018-04-263-101/+103