summaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup-defs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Tejun Heo2015-09-181-1/+0
* sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-09-161-2/+25
* Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2015-09-161-25/+2
* Merge branch 'for-4.3-unified-base' into for-4.3Tejun Heo2015-08-251-1/+4
|\
| * cgroup: introduce cgroup_subsys->legacy_nameTejun Heo2015-08-181-0/+3
| * cgroup: make cftype->private a unsigned longTejun Heo2015-08-111-1/+1
* | cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai2015-07-141-1/+9
|/
* cgroup: require write perm on common ancestor when moving processes on the de...Tejun Heo2015-06-181-0/+1
* cgroup: use bitmask to filter for_each_subsysAleksa Sarai2015-06-081-0/+2
* cgroup: add seq_file forward declaration for struct cftypeArnd Bergmann2015-05-291-0/+1
* sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-261-2/+25
* sched, cgroup: reorganize threadgroup lockingTejun Heo2015-05-261-0/+10
* cgroup: separate out include/linux/cgroup-defs.hTejun Heo2015-05-181-0/+464