aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks1-1/+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
2018-11-13cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo1-4/+7
2018-11-13cpuset: Minor cgroup2 interface updatesTejun Heo1-4/+4
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long4-4/+27
2018-11-08cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long1-7/+51
2018-11-08cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long1-2/+0
2018-11-08cpuset: Make generate_sched_domains() work with partitionWaiman Long1-7/+27
2018-11-08cpuset: Make CPU hotplug work with partitionWaiman Long1-15/+116
2018-11-08cpuset: Track cpusets that use parent's effective_cpusWaiman Long1-1/+70
2018-11-08cpuset: Add an error state to cpuset.sched.partitionWaiman Long1-24/+129
2018-11-08cpuset: Add new v2 cpuset.sched.partition flagWaiman Long1-13/+352
2018-11-08cpuset: Simply allocation and freeing of cpumasksWaiman Long1-33/+77
2018-11-08cpuset: Define data structures to support scheduling partitionWaiman Long1-0/+37
2018-11-08cpuset: Enable cpuset controller in default hierarchyWaiman Long1-3/+45
2018-11-05cgroup: remove unnecessary unlikely()Yangtao Li1-3/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds1-39/+9
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-39/+9
2018-10-26psi: cgroup supportJohannes Weiner1-2/+43
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+39
2018-10-04cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo1-9/+16
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)1-9/+39
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-7/+35
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov1-1/+3
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)3-7/+35
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+4
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds6-395/+512
2018-05-23cgroup: css_set_lock should nest inside tasklist_lockTejun Heo1-8/+8
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig3-15/+3
2018-05-07rdmacg: Convert to use match_string() helperAndy Shevchenko1-19/+16
2018-04-26cgroup: Make cgroup_rstat_updated() ready for root cgroup usageTejun Heo1-0/+4
2018-04-26cgroup: Add memory barriers to plug cgroup_rstat_updated() race windowTejun Heo1-3/+13
2018-04-26cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo2-1/+21