summaryrefslogtreecommitdiff
path: root/include/linux/cgroup.h
Commit message (Expand)AuthorAge
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-15
|\
| * cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo2017-10-26
| * cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo2017-09-25
| * cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo2017-09-25
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\
| * blktrace: add an option to allow displaying cgroup pathShaohua Li2017-07-29
| * cgroup: export fhandle info for a cgroupShaohua Li2017-07-29
| * kernfs: introduce kernfs_node_idShaohua Li2017-07-29
* | cgroup: misc changesTejun Heo2017-08-11
* | cgroup: implement CSS_TASK_ITER_THREADEDTejun Heo2017-07-21
* | cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo2017-07-21
* | cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo2017-07-21
* | cgroup: distinguish local and children populated statesTejun Heo2017-07-16
|/
* cpuset: consider dying css as offlineTejun Heo2017-05-24
* Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-05-01
|\
| * cgroup: drop duplicate header nsproxy.hGeliang Tang2017-03-24
| * kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova2017-03-06
* | cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2017-03-17
|/
* cgroup: fix a comment typoGeliang Tang2016-12-27
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-14
|\
| * cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo2016-08-10
| * kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2016-08-10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-06
|\ \
| * | cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman2016-08-08
| |/
* | cgroup: Add task_under_cgroup_hierarchy cgroup inline function to headersSargun Dhillon2016-08-12
|/
* cgroup: Add cgroup_get_from_fdMartin KaFai Lau2016-07-01
* cgroup: introduce cgroup namespacesAditya Kali2016-02-16
* Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-01-12
|\
| * Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo2015-12-07
| |\
| * | cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov2015-12-03
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-17
|\ \ \ | |/ /
| * | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-03
| * | cgroup: fix cftype->file_offset handlingTejun Heo2015-11-16
* | | sock, cgroup: add sock->sk_cgroupTejun Heo2015-12-08
| |/ |/|
* | cgroup: implement cgroup_get_from_path() and expose cgroup_put()Tejun Heo2015-11-20
* | cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo2015-11-20
|/
* cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-15
* cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo2015-10-15
* cgroup: don't hold css_set_rwsem across css task iterationTejun Heo2015-10-15
* cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo2015-10-15
* cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo2015-09-22
* cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo2015-09-18
* cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2015-09-18
* cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo2015-09-18
* Merge branch 'for-4.3-unified-base' into for-4.3Tejun Heo2015-08-25
|\
| * cgroup: define controller file conventionsTejun Heo2015-08-04
* | cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai2015-07-14
|/
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-26
|\
| * cgroup: reorganize include/linux/cgroup.hTejun Heo2015-05-18