summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* cpuset: Allow v2 behavior in v1 cgroupWaiman Long2017-08-181-13/+20
* cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long2017-08-181-0/+6
* 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-213-16/+42
* cgroup: implement cgroup v2 thread supportTejun Heo2017-07-215-25/+339
* 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-214-19/+23
* cgroup: reorganize cgroup.procs / task write pathTejun Heo2017-07-213-106/+152
* 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
* mm, cpuset: always use seqlock when changing task's nodemaskVlastimil Babka2017-07-061-21/+8
* mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka2017-07-061-3/+1
* cgroup: implement "nsdelegate" mount optionTejun Heo2017-06-281-5/+83
* cgroup: restructure cgroup_procs_write_permission()Tejun Heo2017-06-281-24/+33
* cgroup: fix lockdep warning in debug controllerTejun Heo2017-06-141-8/+21
* cgroup: refactor cgroup_masks_read() in the debug controllerTejun Heo2017-06-141-25/+21
* cgroup: make debug an implicit controller on cgroup2Tejun Heo2017-06-141-3/+56
* cgroup: Make debug cgroup support v2 and thread modeWaiman Long2017-06-141-17/+153
* cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long2017-06-141-0/+6
* cgroup: Move debug cgroup to its own fileWaiman Long2017-06-144-148/+157
* cgroup: Keep accurate count of tasks in each css_setWaiman Long2017-06-142-5/+11
* cpuset: consider dying css as offlineTejun Heo2017-05-241-2/+2
* 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-015-29/+51
|\
| * 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-283-6/+20
| * cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()Tejun Heo2017-04-281-6/+16
| * cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick2017-04-111-1/+1
| * cgroup: switch to BUG_ON()Nicholas Mc Guire2017-03-271-6/+3
| * kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova2017-03-083-7/+8
| * kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova2017-03-062-2/+2
* | Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-161-1/+1
|\ \
| * | Revert "cgroup: avoid attaching a cgroup root to two different superblocks"Tejun Heo2017-04-161-1/+1
* | | Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-112-5/+6
|\ \ \ | |/ /
| * | cgroup: avoid attaching a cgroup root to two different superblocksZefan Li2017-04-111-1/+1
| * | cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2017-03-171-4/+5
* | | Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-142-2/+2
|\ \ \ | |/ /
| * | cgroups: censor kernel pointer in debug filesKees Cook2017-03-061-1/+1
| * | cgroup/pids: remove spurious suspicious RCU usage warningTejun Heo2017-03-061-1/+1
| |/
* | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
|/
OpenPOWER on IntegriCloud