aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cgroup-defs.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-18cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupGravatar Waiman Long 1-0/+5
2017-08-02cgroup: implement hierarchy limitsGravatar Roman Gushchin 1-0/+5
2017-08-02cgroup: keep track of number of descent cgroupsGravatar Roman Gushchin 1-0/+8
2017-07-21cgroup: implement cgroup v2 thread supportGravatar Tejun Heo 1-0/+12
2017-07-21cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingGravatar Tejun Heo 1-4/+29
2017-07-16cgroup: distinguish local and children populated statesGravatar Tejun Heo 1-4/+9
2017-06-28cgroup: implement "nsdelegate" mount optionGravatar Tejun Heo 1-0/+9
2017-06-14cgroup: Keep accurate count of tasks in each css_setGravatar Waiman Long 1-0/+3
2017-05-17cgroup: Prevent kill_css() from being called more than onceGravatar Waiman Long 1-0/+1
2017-04-11cgroup: move cgroup_subsys_state parent field for cache localityGravatar Todd Poynor 1-3/+6
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+2
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyGravatar Ingo Molnar 1-5/+8
2016-12-27cgroup: reorder css_set fieldsGravatar Tejun Heo 1-27/+27
2016-12-27cgroup add cftype->open/release() callbacksGravatar Tejun Heo 1-0/+3
2016-11-25cgroup: add support for eBPF programsGravatar Daniel Mack 1-0/+4
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Gravatar Tejun Heo 1-0/+1
2016-03-16cgroup: ignore css_sets associated with dead cgroups during migrationGravatar Tejun Heo 1-0/+3
2016-03-08cgroup: implement cgroup_subsys->implicit_on_dflGravatar Tejun Heo 1-0/+13
2016-03-08cgroup: use css_set->mg_dst_cgrp for the migration target cgroupGravatar Tejun Heo 1-4/+5
2016-03-03cgroup: introduce cgroup_{save|propagate|restore}_control()Gravatar Tejun Heo 1-0/+2
2016-03-03cgroup: explicitly track whether a cgroup_subsys_state is visible to userlandGravatar Tejun Heo 1-0/+1
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsGravatar Tejun Heo 1-3/+3
2016-02-22cgroup: make cgroup subsystem masks u16Gravatar Tejun Heo 1-2/+2
2016-02-22cgroup: s/child_subsys_mask/subtree_ss_mask/Gravatar Tejun Heo 1-6/+5
2016-02-22Revert "cgroup: add cgroup_subsys->css_e_css_changed()"Gravatar Tejun Heo 1-1/+0
2016-01-22cgroup: make sure a parent css isn't offlined before its childrenGravatar Tejun Heo 1-0/+6
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-10/+3
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-10/+3
2015-12-09cgroup: fix sock_cgroup_data initialization on earlier compilersGravatar Tejun Heo 1-2/+2
2015-12-08sock, cgroup: add sock->sk_cgroupGravatar Tejun Heo 1-6/+82
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structGravatar Tejun Heo 1-0/+36
2015-12-07Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Tejun Heo 1-0/+14
2015-12-03cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsGravatar Oleg Nesterov 1-9/+3
2015-12-03Merge branch 'for-4.4-fixes' into for-4.5Gravatar Tejun Heo 1-6/+3
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Gravatar Tejun Heo 1-6/+3
2015-11-20cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itGravatar Tejun Heo 1-0/+14
2015-11-16cgroup: replace __DEVEL__sane_behavior with cgroup2 fs typeGravatar Tejun Heo 1-1/+0
2015-11-16cgroup: fix cftype->file_offset handlingGravatar Tejun Heo 1-4/+0
2015-10-15cgroup: add cgroup_subsys->free() method and use it to fix pids controllerGravatar Tejun Heo 1-0/+1
2015-10-15cgroup: keep zombies associated with their original cgroupsGravatar Tejun Heo 1-3/+1
2015-10-15cgroup: don't hold css_set_rwsem across css task iterationGravatar Tejun Heo 1-0/+3
2015-10-15cgroup: make cgroup->nr_populated count the number of populated css_setsGravatar Tejun Heo 1-4/+4
2015-09-18cgroup: generalize obtaining the handles of and notifying cgroup filesGravatar Tejun Heo 1-2/+24
2015-09-18cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLEGravatar Tejun Heo 1-5/+1
2015-09-18cgroup: replace "cgroup.populated" with "cgroup.events"Gravatar Tejun Heo 1-1/+1
2015-09-18cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Gravatar Tejun Heo 1-1/+0
2015-09-16sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemGravatar Tejun Heo 1-2/+25
2015-09-16Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Gravatar Tejun Heo 1-25/+2
2015-08-25Merge branch 'for-4.3-unified-base' into for-4.3Gravatar Tejun Heo 1-1/+4
2015-08-18cgroup: introduce cgroup_subsys->legacy_nameGravatar Tejun Heo 1-0/+3