summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)AuthorLines
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+14
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-198/+749
2017-09-06cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction")Roman Gushchin-3/+0
2017-08-11cgroup: remove unneeded checksDan Carpenter-2/+2
2017-08-11cgroup: misc changesTejun Heo-21/+2
2017-08-02cgroup: short-circuit cset_cgroup_from_root() on the default hierarchyTejun Heo-0/+2
2017-08-02cgroup: re-use the parent pointer in cgroup_destroy_locked()Roman Gushchin-1/+1
2017-08-02cgroup: add cgroup.stat interface with basic hierarchy statsRoman Gushchin-0/+16
2017-08-02cgroup: implement hierarchy limitsRoman Gushchin-0/+126
2017-08-02cgroup: keep track of number of descent cgroupsRoman Gushchin-2/+17
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li-0/+12
2017-07-29kernfs: add exportfs operationsShaohua Li-1/+2
2017-07-25cgroup: add comment to cgroup_enable_threaded()Tejun Heo-0/+9
2017-07-25cgroup: remove unnecessary empty check when enabling threaded modeTejun Heo-7/+0
2017-07-23cgroup: fix error return value from cgroup_subtree_control()Tejun Heo-2/+2
2017-07-21cgroup: update debug controller to print out thread mode informationWaiman Long-2/+2
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo-22/+333
2017-07-21cgroup: implement CSS_TASK_ITER_THREADEDTejun Heo-17/+60
2017-07-21cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo-3/+66
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo-10/+14
2017-07-21cgroup: reorganize cgroup.procs / task write pathTejun Heo-97/+95
2017-07-18cgroup: create dfl_root files on subsys registrationTejun Heo-0/+4
2017-07-16cgroup: replace css_set walking populated test with testing cgrp->nr_populate...Tejun Heo-22/+8
2017-07-16cgroup: distinguish local and children populated statesTejun Heo-16/+21
2017-07-16cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()Tejun Heo-1/+0
2017-07-08cgroup: don't call migration methods if there are no tasks to migrateTejun Heo-27/+31
2017-06-28cgroup: implement "nsdelegate" mount optionTejun Heo-5/+83
2017-06-28cgroup: restructure cgroup_procs_write_permission()Tejun Heo-24/+33
2017-06-14cgroup: Keep accurate count of tasks in each css_setWaiman Long-0/+10
2017-05-17cgroup: Prevent kill_css() from being called more than onceWaiman Long-0/+5
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-15/+25
2017-05-01cgroup: mark cgroup_get() with __maybe_unusedTejun Heo-1/+1
2017-04-28cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li-4/+4
2017-04-28cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()Tejun Heo-6/+16
2017-04-11Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+5
2017-03-17cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo-4/+5
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova-3/+3
2017-03-06kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-0/+5067
2017-02-02cgroup: drop the matching uid requirement on migration for cgroup v2Tejun Heo-13/+14
2017-01-30cgroup: misc cleanupsTejun Heo-7/+4
2017-01-26Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo-8/+5
2017-01-15cgroup: call subsys->*attach() only for subsystems which are actually affecte...Tejun Heo-11/+14
2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo-87/+57
2017-01-15cgroup: cosmetic update to cgroup_taskset_add()Tejun Heo-2/+2
2016-12-27cgroup: fix RCU related sparse warningsTejun Heo-1/+1
2016-12-27cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo-174/+1
2016-12-27cgroup: rename functions for consistencyTejun Heo-11/+11