summaryrefslogtreecommitdiff
path: root/include/linux/cgroup-defs.h
AgeCommit message (Expand)Author
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
2016-03-03cgroup: introduce cgroup_{save|propagate|restore}_control()Tejun Heo
2016-03-03cgroup: explicitly track whether a cgroup_subsys_state is visible to userlandTejun Heo
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo
2016-02-22cgroup: make cgroup subsystem masks u16Tejun Heo
2016-02-22cgroup: s/child_subsys_mask/subtree_ss_mask/Tejun Heo
2016-02-22Revert "cgroup: add cgroup_subsys->css_e_css_changed()"Tejun Heo
2016-01-22cgroup: make sure a parent css isn't offlined before its childrenTejun Heo
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-09cgroup: fix sock_cgroup_data initialization on earlier compilersTejun Heo
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo
2015-12-07Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo
2015-12-03cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov
2015-12-03Merge branch 'for-4.4-fixes' into for-4.5Tejun Heo
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2015-11-20cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo
2015-11-16cgroup: replace __DEVEL__sane_behavior with cgroup2 fs typeTejun Heo
2015-11-16cgroup: fix cftype->file_offset handlingTejun Heo
2015-10-15cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo
2015-10-15cgroup: don't hold css_set_rwsem across css task iterationTejun Heo
2015-10-15cgroup: make cgroup->nr_populated count the number of populated css_setsTejun Heo
2015-09-18cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo
2015-09-18cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo
2015-09-18cgroup: replace "cgroup.populated" with "cgroup.events"Tejun Heo
2015-09-18cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Tejun Heo