summaryrefslogtreecommitdiff
path: root/include/linux/cgroup.h
AgeCommit message (Expand)Author
2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-10scsi: cgroup: Add cgroup_get_from_id()Muneendra Kumar
2021-06-08cgroup: make per-cgroup pressure stall tracking configurableSuren Baghdasaryan
2021-05-24Merge branch 'for-5.13-fixes' into for-5.14Tejun Heo
2021-05-24cgroup: fix spelling mistakesZhen Lei
2021-05-10cgroup: inline cgroup_task_freeze()Roman Gushchin
2021-02-17rbtree, perf: Use new rbtree helpersPeter Zijlstra
2020-08-19cgroup: Use generic ns_common::countKirill Tkhai
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-02-12clone3: allow spawning processes into cgroupsChristian Brauner
2020-02-12cgroup: Clean up css_set task traversalMichal Koutný
2020-02-12cgroup: Iterate tasks that did not finish do_exit()Michal Koutný
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