summaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup-defs.h
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Update documentation referenceMatt Roper2018-01-021-1/+1
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-151-0/+59
|\
| * cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo2017-10-261-0/+2
| * cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo2017-09-251-0/+57
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long2017-08-181-0/+5
* cgroup: implement hierarchy limitsRoman Gushchin2017-08-021-0/+5
* cgroup: keep track of number of descent cgroupsRoman Gushchin2017-08-021-0/+8
* cgroup: implement cgroup v2 thread supportTejun Heo2017-07-211-0/+12
* cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo2017-07-211-4/+29
* cgroup: distinguish local and children populated statesTejun Heo2017-07-161-4/+9
* cgroup: implement "nsdelegate" mount optionTejun Heo2017-06-281-0/+9
* cgroup: Keep accurate count of tasks in each css_setWaiman Long2017-06-141-0/+3
* cgroup: Prevent kill_css() from being called more than onceWaiman Long2017-05-171-0/+1
* cgroup: move cgroup_subsys_state parent field for cache localityTodd Poynor2017-04-111-3/+6
* kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova2017-03-081-1/+2
* sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar2017-03-021-5/+8
* cgroup: reorder css_set fieldsTejun Heo2016-12-271-27/+27
* cgroup add cftype->open/release() callbacksTejun Heo2016-12-271-0/+3
* cgroup: add support for eBPF programsDaniel Mack2016-11-251-0/+4
* cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo2016-04-251-0/+1
* cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo2016-03-161-0/+3
* cgroup: implement cgroup_subsys->implicit_on_dflTejun Heo2016-03-081-0/+13
* cgroup: use css_set->mg_dst_cgrp for the migration target cgroupTejun Heo2016-03-081-4/+5
* cgroup: introduce cgroup_{save|propagate|restore}_control()Tejun Heo2016-03-031-0/+2
* cgroup: explicitly track whether a cgroup_subsys_state is visible to userlandTejun Heo2016-03-031-0/+1
* cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo2016-02-231-3/+3
* cgroup: make cgroup subsystem masks u16Tejun Heo2016-02-221-2/+2
* cgroup: s/child_subsys_mask/subtree_ss_mask/Tejun Heo2016-02-221-6/+5
* Revert "cgroup: add cgroup_subsys->css_e_css_changed()"Tejun Heo2016-02-221-1/+0
* cgroup: make sure a parent css isn't offlined before its childrenTejun Heo2016-01-221-0/+6
* Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-01-121-10/+3
|\
| * Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo2015-12-071-0/+14
| |\
| * | cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov2015-12-031-9/+3
| * | Merge branch 'for-4.4-fixes' into for-4.5Tejun Heo2015-12-031-6/+3
| |\ \
| * | | cgroup: replace __DEVEL__sane_behavior with cgroup2 fs typeTejun Heo2015-11-161-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-10/+3
|\ \ \ \ | | |/ / | |/| |
| * | | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-6/+3
| |/ /
| * | cgroup: fix cftype->file_offset handlingTejun Heo2015-11-161-4/+0
* | | cgroup: fix sock_cgroup_data initialization on earlier compilersTejun Heo2015-12-091-2/+2
* | | sock, cgroup: add sock->sk_cgroupTejun Heo2015-12-081-6/+82
* | | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo2015-12-081-0/+36
| |/ |/|
* | cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo2015-11-201-0/+14
|/
* cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo2015-10-151-0/+1
* cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-151-3/+1
* cgroup: don't hold css_set_rwsem across css task iterationTejun Heo2015-10-151-0/+3
* cgroup: make cgroup->nr_populated count the number of populated css_setsTejun Heo2015-10-151-4/+4
* cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo2015-09-181-2/+24
* cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo2015-09-181-5/+1
* cgroup: replace "cgroup.populated" with "cgroup.events"Tejun Heo2015-09-181-1/+1
OpenPOWER on IntegriCloud