summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2017-08-02cgroup: short-circuit cset_cgroup_from_root() on the default hierarchyTejun Heo
2017-08-02cgroup: re-use the parent pointer in cgroup_destroy_locked()Roman Gushchin
2017-08-02cgroup: add cgroup.stat interface with basic hierarchy statsRoman Gushchin
2017-08-02cgroup: implement hierarchy limitsRoman Gushchin
2017-08-02cgroup: keep track of number of descent cgroupsRoman Gushchin
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li
2017-07-29kernfs: add exportfs operationsShaohua Li
2017-07-25cgroup: add comment to cgroup_enable_threaded()Tejun Heo
2017-07-25cgroup: remove unnecessary empty check when enabling threaded modeTejun Heo
2017-07-23cgroup: fix error return value from cgroup_subtree_control()Tejun Heo
2017-07-21cgroup: update debug controller to print out thread mode informationWaiman Long
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo
2017-07-21cgroup: implement CSS_TASK_ITER_THREADEDTejun Heo
2017-07-21cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo
2017-07-21cgroup: reorganize cgroup.procs / task write pathTejun Heo
2017-07-18cgroup: create dfl_root files on subsys registrationTejun Heo
2017-07-16cgroup: replace css_set walking populated test with testing cgrp->nr_populate...Tejun Heo
2017-07-16cgroup: distinguish local and children populated statesTejun Heo
2017-07-16cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()Tejun Heo
2017-07-08cgroup: don't call migration methods if there are no tasks to migrateTejun Heo
2017-07-06mm, cpuset: always use seqlock when changing task's nodemaskVlastimil Babka
2017-07-06mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka
2017-06-28cgroup: implement "nsdelegate" mount optionTejun Heo
2017-06-28cgroup: restructure cgroup_procs_write_permission()Tejun Heo
2017-06-14cgroup: fix lockdep warning in debug controllerTejun Heo
2017-06-14cgroup: refactor cgroup_masks_read() in the debug controllerTejun Heo
2017-06-14cgroup: make debug an implicit controller on cgroup2Tejun Heo
2017-06-14cgroup: Make debug cgroup support v2 and thread modeWaiman Long
2017-06-14cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long
2017-06-14cgroup: Move debug cgroup to its own fileWaiman Long
2017-06-14cgroup: Keep accurate count of tasks in each css_setWaiman Long
2017-05-24cpuset: consider dying css as offlineTejun Heo
2017-05-17cgroup: Prevent kill_css() from being called more than onceWaiman Long
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-05-01cgroup: mark cgroup_get() with __maybe_unusedTejun Heo
2017-04-28cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li
2017-04-28cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()Tejun Heo
2017-04-16Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-16Revert "cgroup: avoid attaching a cgroup root to two different superblocks"Tejun Heo
2017-04-11Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-11cgroup: avoid attaching a cgroup root to two different superblocksZefan Li
2017-04-11cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick
2017-03-27cgroup: switch to BUG_ON()Nicholas Mc Guire
2017-03-17cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo
2017-03-14Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova
2017-03-06cgroups: censor kernel pointer in debug filesKees Cook
2017-03-06cgroup/pids: remove spurious suspicious RCU usage warningTejun Heo