summaryrefslogtreecommitdiff
path: root/include/linux/cgroup.h
AgeCommit message (Expand)Author
2019-08-09cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo
2019-08-09cgroup: Implement css_task_iter_skip()Tejun Heo
2019-06-19cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo
2019-04-05cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-11cgroup: misc changesTejun Heo
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li
2017-07-29cgroup: export fhandle info for a cgroupShaohua Li
2017-07-29kernfs: introduce kernfs_node_idShaohua Li
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-16cgroup: distinguish local and children populated statesTejun Heo
2017-05-24cpuset: consider dying css as offlineTejun Heo
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-03-24cgroup: drop duplicate header nsproxy.hGeliang Tang
2017-03-17cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo
2017-03-06kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova
2016-12-27cgroup: fix a comment typoGeliang Tang
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-08-12cgroup: Add task_under_cgroup_hierarchy cgroup inline function to headersSargun Dhillon
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo
2016-08-10kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman
2016-07-01cgroup: Add cgroup_get_from_fdMartin KaFai Lau
2016-02-16cgroup: introduce cgroup namespacesAditya Kali
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo
2015-12-07Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo
2015-12-03cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2015-11-20cgroup: implement cgroup_get_from_path() and expose cgroup_put()Tejun Heo
2015-11-20cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo
2015-11-16cgroup: fix cftype->file_offset handlingTejun Heo
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo
2015-10-15cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo
2015-10-15cgroup: don't hold css_set_rwsem across css task iterationTejun Heo
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo
2015-09-22cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo
2015-09-18cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo
2015-09-18cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo
2015-08-25Merge branch 'for-4.3-unified-base' into for-4.3Tejun Heo
2015-08-04cgroup: define controller file conventionsTejun Heo
2015-07-14cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-06-02cgroup, block: implement task_get_css() and use it in bio_associate_current()Tejun Heo