aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier1-0/+1
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+18
2019-07-10cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo1-0/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+12
2019-05-31cgroup: add cgroup_parse_float()Tejun Heo1-0/+2
2019-05-31cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo1-0/+1
2019-05-31cgroup: Implement css_task_iter_skip()Tejun Heo1-0/+3
2019-05-29cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo1-2/+8
2019-05-28bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin1-0/+18
2019-05-06cgroup: get rid of cgroup_freezer_frozen_exit()Roman Gushchin1-1/+1
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin1-0/+43
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accountingOleg Nesterov1-0/+2
2018-12-07blkcg: remove additional reference to the cssDennis Zhou1-0/+2
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-2/+0
2018-10-26psi: cgroup supportJohannes Weiner1-0/+15
2018-10-25Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-12/+3
2018-09-24cgroup: Simplify cgroup_ancestorAndrey Ignatov1-12/+3
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)1-0/+2
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov1-0/+30
2018-04-26cgroup: Replace cgroup_rstat_mutex with a spinlockTejun Heo1-0/+1
2018-04-26cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo1-2/+9
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+58
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo1-2/+0
2017-09-25cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo1-0/+22
2017-09-25cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo1-0/+38
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