aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup-v1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-19cgroup: implement __cgroup_task_count() helperRoman Gushchin1-16/+0
2019-02-28vfs: Add some logging to the core users of the fs_context logDavid Howells1-1/+1
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro1-5/+3
2019-02-28cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro1-41/+46
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro1-12/+5
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro1-1/+3
2019-02-28cgroup1: switch to option-by-option parsingAl Viro1-83/+109
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro1-76/+67
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro1-9/+17
2019-02-28cgroup: start switching to fs_contextAl Viro1-4/+5
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro1-45/+13
2018-12-28cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo1-1/+13
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)1-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2017-12-19cgroup: Fix deadlock in cpu hotplug pathPrateek Sood1-1/+5
2017-08-18cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long1-0/+6
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo1-2/+3
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo1-3/+3
2017-07-21cgroup: reorganize cgroup.procs / task write pathTejun Heo1-5/+53
2017-06-14cgroup: Move debug cgroup to its own fileWaiman Long1-148/+1
2017-06-14cgroup: Keep accurate count of tasks in each css_setWaiman Long1-5/+1
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+17
2017-04-28cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li1-1/+15
2017-04-16Revert "cgroup: avoid attaching a cgroup root to two different superblocks"Tejun Heo1-1/+1
2017-04-11cgroup: avoid attaching a cgroup root to two different superblocksZefan Li1-1/+1
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova1-2/+2
2017-03-06cgroups: censor kernel pointer in debug filesKees Cook1-1/+1
2017-03-03sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-03sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-01-15cgroup: call subsys->*attach() only for subsystems which are actually affected by migrationTejun Heo1-1/+1
2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo1-5/+5
2016-12-27cgroup: fix RCU related sparse warningsTejun Heo1-1/+1
2016-12-27cgroup: rename functions for consistencyTejun Heo1-7/+7
2016-12-27cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo1-3/+378
2016-12-27cgroup: separate out cgroup1_kf_syscall_opsTejun Heo1-9/+2
2016-12-27cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.cTejun Heo1-0/+1027