aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cgroup.h
Commit message (Expand)AuthorAgeFilesLines
* Merge android-4.9.183 (a80a7ab) into msm-4.9jianzhou2019-08-071-2/+8
|\
| * Merge 4.9.183 into android-4.9Greg Kroah-Hartman2019-06-221-2/+8
| |\
| | * cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo2019-06-221-2/+8
* | | Merge android-4.9.165 (72b54df) into msm-4.9jianzhou2019-05-211-0/+39
|\| |
| * | BACKPORT: psi: cgroup supportJohannes Weiner2019-03-221-0/+15
| * | BACKPORT: cgroup: misc changesTejun Heo2019-03-221-0/+24
| |/
* | Merge remote-tracking branch '4.9/tmp-da3493c' into 4.9Kyle Yan2017-06-151-0/+20
|\|
| * cpuset: consider dying css as offlineTejun Heo2017-06-141-0/+20
* | Merge remote-tracking branch '4.9/tmp-a2659b2' into 4.9Kyle Yan2017-04-211-0/+20
|\|
| * cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2017-04-211-0/+21
* | cgroup: refactor allow_attach handler for 4.4Amit Pundir2016-10-241-4/+3
* | include: linux: cgroup: Fix compiler warningDaniel Rosenberg2016-10-241-1/+1
* | cgroup: Fix issues in allow_attach callbackRom Lemarchand2016-10-241-1/+1
* | cgroup: refactor allow_attach function into common codeRom Lemarchand2016-10-241-0/+16
|/
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-141-5/+4
|\
| * cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo2016-08-101-11/+5
| * kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2016-08-101-1/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-0/+1
|\ \
| * | cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman2016-08-081-0/+1
| |/
* / cgroup: Add task_under_cgroup_hierarchy cgroup inline function to headersSargun Dhillon2016-08-121-0/+23
|/
* cgroup: Add cgroup_get_from_fdMartin KaFai Lau2016-07-011-0/+1
* cgroup: introduce cgroup namespacesAditya Kali2016-02-161-0/+49
* Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-01-121-13/+6
|\
| * Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo2015-12-071-1/+24
| |\
| * | cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov2015-12-031-13/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-24/+23
|\| |
| * | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-11/+22
| * | cgroup: fix cftype->file_offset handlingTejun Heo2015-11-161-13/+1
* | | sock, cgroup: add sock->sk_cgroupTejun Heo2015-12-081-0/+41
| |/ |/|
* | cgroup: implement cgroup_get_from_path() and expose cgroup_put()Tejun Heo2015-11-201-0/+7
* | cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo2015-11-201-1/+17
|/
* cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-151-0/+2
* cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo2015-10-151-3/+2
* cgroup: don't hold css_set_rwsem across css task iterationTejun Heo2015-10-151-0/+4
* cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo2015-10-151-2/+2
* cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo2015-09-221-0/+22
* cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo2015-09-181-0/+13
* cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2015-09-181-58/+0
* cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo2015-09-181-0/+21
* Merge branch 'for-4.3-unified-base' into for-4.3Tejun Heo2015-08-251-0/+9
|\
| * cgroup: define controller file conventionsTejun Heo2015-08-041-0/+9
* | cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai2015-07-141-2/+13
|/
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-261-734/+273
|\
| * cgroup: reorganize include/linux/cgroup.hTejun Heo2015-05-181-281/+271
| * cgroup: separate out include/linux/cgroup-defs.hTejun Heo2015-05-181-453/+2
* | cgroup, block: implement task_get_css() and use it in bio_associate_current()Tejun Heo2015-06-021-0/+25
|/
* cgroup: add dummy css_put() for !CONFIG_CGROUPSTejun Heo2015-01-061-0/+4
* Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-111-0/+4
|\
| * cgroup: implement cgroup_get_e_css()Tejun Heo2014-11-181-0/+2
| * cgroup: add cgroup_subsys->css_e_css_changed()Tejun Heo2014-11-181-0/+1