aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+15
2017-08-11cgroup: misc changesTejun Heo1-0/+24
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li1-0/+6
2017-07-29cgroup: export fhandle info for a cgroupShaohua Li1-0/+8
2017-07-29kernfs: introduce kernfs_node_idShaohua Li1-1/+1
2017-07-21cgroup: implement CSS_TASK_ITER_THREADEDTejun Heo1-0/+6
2017-07-21cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo1-1/+2
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo1-1/+5
2017-07-16cgroup: distinguish local and children populated statesTejun Heo1-1/+1
2017-05-24cpuset: consider dying css as offlineTejun Heo1-0/+20
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-4/+4
2017-03-24cgroup: drop duplicate header nsproxy.hGeliang Tang1-1/+0
2017-03-17cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroupsTejun Heo1-0/+21
2017-03-06kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova1-3/+4
2016-12-27cgroup: fix a comment typoGeliang Tang1-1/+1
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-5/+4
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2016-08-12cgroup: Add task_under_cgroup_hierarchy cgroup inline function to headersSargun Dhillon1-0/+23
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo1-11/+5
2016-08-10kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo1-1/+6
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman1-0/+1
2016-07-01cgroup: Add cgroup_get_from_fdMartin KaFai Lau1-0/+1
2016-02-16cgroup: introduce cgroup namespacesAditya Kali1-0/+49
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-13/+6
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+23
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo1-0/+41
2015-12-07Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-4.5Tejun Heo1-1/+24
2015-12-03cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov1-13/+6
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enablingTejun Heo1-11/+22
2015-11-20cgroup: implement cgroup_get_from_path() and expose cgroup_put()Tejun Heo1-0/+7
2015-11-20cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo1-1/+17
2015-11-16cgroup: fix cftype->file_offset handlingTejun Heo1-13/+1
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo1-0/+2
2015-10-15cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo1-3/+2
2015-10-15cgroup: don't hold css_set_rwsem across css task iterationTejun Heo1-0/+4
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo1-2/+2
2015-09-22cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo1-0/+22
2015-09-18cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo1-0/+13
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo1-58/+0
2015-09-18cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_on_dfl()Tejun Heo1-0/+21
2015-08-25Merge branch 'for-4.3-unified-base' into for-4.3Tejun Heo1-0/+9
2015-08-04cgroup: define controller file conventionsTejun Heo1-0/+9
2015-07-14cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai1-2/+13
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-734/+273
2015-06-02cgroup, block: implement task_get_css() and use it in bio_associate_current()Tejun Heo1-0/+25
2015-05-18cgroup: reorganize include/linux/cgroup.hTejun Heo1-281/+271
2015-05-18cgroup: separate out include/linux/cgroup-defs.hTejun Heo1-453/+2
2015-01-06cgroup: add dummy css_put() for !CONFIG_CGROUPSTejun Heo1-0/+4
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+4
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-0/+26