summaryrefslogtreecommitdiff
path: root/include/linux/cgroup-defs.h
AgeCommit message (Expand)Author
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo
2019-11-06cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistencyTejun Heo
2019-07-15docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab
2019-07-08Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-06-14Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-14docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-10cgroup/bfq: revert bfq.weight symlink changeJens Axboe
2019-06-07cgroup: let a symlink too be created with a cftype fileAngelo Ruocco
2019-06-01mm, memcg: consider subtrees in memory.eventsChris Down
2019-05-31cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo
2019-04-19cgroup: cgroup v2 freezerRoman Gushchin
2019-04-19cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin
2019-03-07Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-03-05kernel: cgroup: add poll file operationJohannes Weiner
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long
2018-10-26psi: cgroup supportJohannes Weiner
2018-10-04cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo
2018-07-09blkcg: add generic throttling mechanismJosef Bacik
2018-04-26cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo
2018-04-26cgroup: Distinguish base resource stat implementation from rstatTejun Heo
2018-04-26cgroup: Rename stat to rstatTejun Heo
2018-04-26cgroup: Limit event generation frequencyTejun Heo
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-03-19cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo
2018-03-14net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet
2018-01-02cgroup: Update documentation referenceMatt Roper
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-08-18cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long
2017-08-02cgroup: implement hierarchy limitsRoman Gushchin
2017-08-02cgroup: keep track of number of descent cgroupsRoman Gushchin
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo
2017-07-21cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo
2017-07-16cgroup: distinguish local and children populated statesTejun Heo
2017-06-28cgroup: implement "nsdelegate" mount optionTejun Heo
2017-06-14cgroup: Keep accurate count of tasks in each css_setWaiman Long
2017-05-17cgroup: Prevent kill_css() from being called more than onceWaiman Long
2017-04-11cgroup: move cgroup_subsys_state parent field for cache localityTodd Poynor
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar
2016-12-27cgroup: reorder css_set fieldsTejun Heo
2016-12-27cgroup add cftype->open/release() callbacksTejun Heo
2016-11-25cgroup: add support for eBPF programsDaniel Mack
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo
2016-03-16cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo
2016-03-08cgroup: implement cgroup_subsys->implicit_on_dflTejun Heo
2016-03-08cgroup: use css_set->mg_dst_cgrp for the migration target cgroupTejun Heo