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