summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup-v1.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* cgroup: implement __cgroup_task_count() helperRoman Gushchin2019-04-191-16/+0Star
* vfs: Add some logging to the core users of the fs_context logDavid Howells2019-02-281-1/+1
* cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro2019-02-281-5/+3Star
* 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-281-12/+5Star
* cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro2019-02-281-1/+3
* cgroup1: switch to option-by-option parsingAl Viro2019-02-281-83/+109
* cgroup: take options parsing into ->parse_monolithic()Al Viro2019-02-281-76/+67Star
* cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro2019-02-281-9/+17
* cgroup: start switching to fs_contextAl Viro2019-02-281-4/+5
* cgroup: saner refcounting for cgroup_rootAl Viro2019-01-171-45/+13Star
* cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo2018-12-281-1/+13
* cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)2018-07-111-2/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1Star
* cgroup: Fix deadlock in cpu hotplug pathPrateek Sood2017-12-191-1/+5
* cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long2017-08-181-0/+6
* cgroup: implement cgroup v2 thread supportTejun Heo2017-07-211-2/+3
* cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo2017-07-211-3/+3
* cgroup: reorganize cgroup.procs / task write pathTejun Heo2017-07-211-5/+53
* cgroup: Move debug cgroup to its own fileWaiman Long2017-06-141-148/+1Star
* cgroup: Keep accurate count of tasks in each css_setWaiman Long2017-06-141-5/+1Star
* Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-05-011-3/+17
|\
| * cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li2017-04-291-1/+15
| * kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova2017-03-081-2/+2
* | Revert "cgroup: avoid attaching a cgroup root to two different superblocks"Tejun Heo2017-04-161-1/+1
* | cgroup: avoid attaching a cgroup root to two different superblocksZefan Li2017-04-111-1/+1
* | cgroups: censor kernel pointer in debug filesKees Cook2017-03-061-1/+1
|/
* sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>Ingo Molnar2017-03-031-0/+1
* sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar2017-03-031-0/+1
* sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-031-0/+1
* cgroup: call subsys->*attach() only for subsystems which are actually affecte...Tejun Heo2017-01-161-1/+1
* cgroup: track migration context in cgroup_mgctxTejun Heo2017-01-161-5/+5
* cgroup: fix RCU related sparse warningsTejun Heo2016-12-271-1/+1
* cgroup: rename functions for consistencyTejun Heo2016-12-271-7/+7
* cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo2016-12-271-3/+378
* cgroup: separate out cgroup1_kf_syscall_opsTejun Heo2016-12-271-9/+2Star
* cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.cTejun Heo2016-12-271-0/+1027