aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup-defs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-02cgroup: Update documentation referenceMatt Roper1-1/+1
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+59
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-0/+2
2017-09-25cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo1-0/+57
2017-08-18cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long1-0/+5
2017-08-02cgroup: implement hierarchy limitsRoman Gushchin1-0/+5
2017-08-02cgroup: keep track of number of descent cgroupsRoman Gushchin1-0/+8
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo1-0/+12
2017-07-21cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo1-4/+29
2017-07-16cgroup: distinguish local and children populated statesTejun Heo1-4/+9
2017-06-28cgroup: implement "nsdelegate" mount optionTejun Heo1-0/+9
2017-06-14cgroup: Keep accurate count of tasks in each css_setWaiman Long1-0/+3
2017-05-17cgroup: Prevent kill_css() from being called more than onceWaiman Long1-0/+1
2017-04-11cgroup: move cgroup_subsys_state parent field for cache localityTodd Poynor1-3/+6
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova1-1/+2
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar1-5/+8
2016-12-27cgroup: reorder css_set fieldsTejun Heo1-27/+27
2016-12-27cgroup add cftype->open/release() callbacksTejun Heo1-0/+3
2016-11-25cgroup: add support for eBPF programsDaniel Mack1-0/+4
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_attach callbackTejun Heo1-0/+1
2016-03-16cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo1-0/+3
2016-03-08cgroup: implement cgroup_subsys->implicit_on_dflTejun Heo1-0/+13
2016-03-08cgroup: use css_set->mg_dst_cgrp for the migration target cgroupTejun Heo1-4/+5
2016-03-03cgroup: introduce cgroup_{save|propagate|restore}_control()Tejun Heo1-0/+2
2016-03-03cgroup: explicitly track whether a cgroup_subsys_state is visible to userlandTejun Heo1-0/+1
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo1-3/+3
2016-02-22cgroup: make cgroup subsystem masks u16Tejun Heo1-2/+2
2016-02-22cgroup: s/child_subsys_mask/subtree_ss_mask/Tejun Heo1-6/+5
2016-02-22Revert "cgroup: add cgroup_subsys->css_e_css_changed()"Tejun Heo1-1/+0
2016-01-22cgroup: make sure a parent css isn't offlined before its childrenTejun Heo1-0/+6
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-10/+3
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+3
2015-12-09cgroup: fix sock_cgroup_data initialization on earlier compilersTejun Heo1-2/+2
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo1-6/+82
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo1-0/+36
2015-12-07Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-4.5Tejun Heo1-0/+14
2015-12-03cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov1-9/+3
2015-12-03Merge branch 'for-4.4-fixes' into for-4.5Tejun Heo1-6/+3
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enablingTejun Heo1-6/+3
2015-11-20cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo1-0/+14
2015-11-16cgroup: replace __DEVEL__sane_behavior with cgroup2 fs typeTejun Heo1-1/+0
2015-11-16cgroup: fix cftype->file_offset handlingTejun Heo1-4/+0
2015-10-15cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo1-0/+1
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo1-3/+1
2015-10-15cgroup: don't hold css_set_rwsem across css task iterationTejun Heo1-0/+3
2015-10-15cgroup: make cgroup->nr_populated count the number of populated css_setsTejun Heo1-4/+4
2015-09-18cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo1-2/+24
2015-09-18cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo1-5/+1
2015-09-18cgroup: replace "cgroup.populated" with "cgroup.events"Tejun Heo1-1/+1