summaryrefslogtreecommitdiff
path: root/include/linux/cgroup.h
AgeCommit message (Expand)Author
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-10-25cgroup: remove cgroup_enable_task_cg_lists() optimizationTejun Heo
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-07-10cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31cgroup: add cgroup_parse_float()Tejun Heo
2019-05-31cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo
2019-05-31cgroup: Implement css_task_iter_skip()Tejun Heo
2019-05-29cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo
2019-05-28bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin
2019-05-06cgroup: get rid of cgroup_freezer_frozen_exit()Roman Gushchin
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov
2018-12-07blkcg: remove additional reference to the cssDennis Zhou
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-26psi: cgroup supportJohannes Weiner
2018-10-25Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-09-24cgroup: Simplify cgroup_ancestorAndrey Ignatov
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov
2018-04-26cgroup: Replace cgroup_rstat_mutex with a spinlockTejun Heo
2018-04-26cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo
2017-09-25cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo
2017-09-25cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo
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