aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup-defs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-18cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Tejun Heo1-1/+0
2015-09-16sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo1-2/+25
2015-09-16Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem"Tejun Heo1-25/+2
2015-08-25Merge branch 'for-4.3-unified-base' into for-4.3Tejun Heo1-1/+4
2015-08-18cgroup: introduce cgroup_subsys->legacy_nameTejun Heo1-0/+3
2015-08-11cgroup: make cftype->private a unsigned longTejun Heo1-1/+1
2015-07-14cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai1-1/+9
2015-06-18cgroup: require write perm on common ancestor when moving processes on the default hierarchyTejun Heo1-0/+1
2015-06-08cgroup: use bitmask to filter for_each_subsysAleksa Sarai1-0/+2
2015-05-29cgroup: add seq_file forward declaration for struct cftypeArnd Bergmann1-0/+1
2015-05-26sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo1-2/+25
2015-05-26sched, cgroup: reorganize threadgroup lockingTejun Heo1-0/+10
2015-05-18cgroup: separate out include/linux/cgroup-defs.hTejun Heo1-0/+464