| Commit message (Expand) | Author | Age | Files | Lines |
* | cgroup: move cgroup_subsys_state parent field for cache locality | Todd Poynor | 2017-04-11 | 1 | -3/+6 |
* | kernel: convert css_set.refcount from atomic_t to refcount_t | Elena Reshetova | 2017-03-08 | 1 | -1/+2 |
* | sched/headers, cgroups: Remove the threadgroup_change_*() wrappery | Ingo Molnar | 2017-03-02 | 1 | -5/+8 |
* | cgroup: reorder css_set fields | Tejun Heo | 2016-12-27 | 1 | -27/+27 |
* | cgroup add cftype->open/release() callbacks | Tejun Heo | 2016-12-27 | 1 | -0/+3 |
* | cgroup: add support for eBPF programs | Daniel Mack | 2016-11-25 | 1 | -0/+4 |
* | cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a... | Tejun Heo | 2016-04-25 | 1 | -0/+1 |
* | cgroup: ignore css_sets associated with dead cgroups during migration | Tejun Heo | 2016-03-16 | 1 | -0/+3 |
* | cgroup: implement cgroup_subsys->implicit_on_dfl | Tejun Heo | 2016-03-08 | 1 | -0/+13 |
* | cgroup: use css_set->mg_dst_cgrp for the migration target cgroup | Tejun Heo | 2016-03-08 | 1 | -4/+5 |
* | cgroup: introduce cgroup_{save|propagate|restore}_control() | Tejun Heo | 2016-03-03 | 1 | -0/+2 |
* | cgroup: explicitly track whether a cgroup_subsys_state is visible to userland | Tejun Heo | 2016-03-03 | 1 | -0/+1 |
* | cgroup: convert cgroup_subsys flag fields to bool bitfields | Tejun Heo | 2016-02-23 | 1 | -3/+3 |
* | cgroup: make cgroup subsystem masks u16 | Tejun Heo | 2016-02-22 | 1 | -2/+2 |
* | cgroup: s/child_subsys_mask/subtree_ss_mask/ | Tejun Heo | 2016-02-22 | 1 | -6/+5 |
* | Revert "cgroup: add cgroup_subsys->css_e_css_changed()" | Tejun Heo | 2016-02-22 | 1 | -1/+0 |
* | cgroup: make sure a parent css isn't offlined before its children | Tejun Heo | 2016-01-22 | 1 | -0/+6 |
* | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2016-01-12 | 1 | -10/+3 |
|\ |
|
| * | Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke... | Tejun Heo | 2015-12-07 | 1 | -0/+14 |
| |\ |
|
| * | | cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends | Oleg Nesterov | 2015-12-03 | 1 | -9/+3 |
| * | | Merge branch 'for-4.4-fixes' into for-4.5 | Tejun Heo | 2015-12-03 | 1 | -6/+3 |
| |\ \ |
|
| * | | | cgroup: replace __DEVEL__sane_behavior with cgroup2 fs type | Tejun Heo | 2015-11-16 | 1 | -1/+0 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-12-17 | 1 | -10/+3 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | cgroup: fix handling of multi-destination migration from subtree_control enab... | Tejun Heo | 2015-12-03 | 1 | -6/+3 |
| |/ / |
|
| * | | cgroup: fix cftype->file_offset handling | Tejun Heo | 2015-11-16 | 1 | -4/+0 |
* | | | cgroup: fix sock_cgroup_data initialization on earlier compilers | Tejun Heo | 2015-12-09 | 1 | -2/+2 |
* | | | sock, cgroup: add sock->sk_cgroup | Tejun Heo | 2015-12-08 | 1 | -6/+82 |
* | | | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct | Tejun Heo | 2015-12-08 | 1 | -0/+36 |
| |/
|/| |
|
* | | cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using it | Tejun Heo | 2015-11-20 | 1 | -0/+14 |
|/ |
|
* | cgroup: add cgroup_subsys->free() method and use it to fix pids controller | Tejun Heo | 2015-10-15 | 1 | -0/+1 |
* | cgroup: keep zombies associated with their original cgroups | Tejun Heo | 2015-10-15 | 1 | -3/+1 |
* | cgroup: don't hold css_set_rwsem across css task iteration | Tejun Heo | 2015-10-15 | 1 | -0/+3 |
* | cgroup: make cgroup->nr_populated count the number of populated css_sets | Tejun Heo | 2015-10-15 | 1 | -4/+4 |
* | cgroup: generalize obtaining the handles of and notifying cgroup files | Tejun Heo | 2015-09-18 | 1 | -2/+24 |
* | cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE | Tejun Heo | 2015-09-18 | 1 | -5/+1 |
* | cgroup: replace "cgroup.populated" with "cgroup.events" | Tejun Heo | 2015-09-18 | 1 | -1/+1 |
* | cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled() | Tejun Heo | 2015-09-18 | 1 | -1/+0 |
* | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem | Tejun Heo | 2015-09-16 | 1 | -2/+25 |
* | Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp... | Tejun Heo | 2015-09-16 | 1 | -25/+2 |
* | Merge branch 'for-4.3-unified-base' into for-4.3 | Tejun Heo | 2015-08-25 | 1 | -1/+4 |
|\ |
|
| * | cgroup: introduce cgroup_subsys->legacy_name | Tejun Heo | 2015-08-18 | 1 | -0/+3 |
| * | cgroup: make cftype->private a unsigned long | Tejun Heo | 2015-08-11 | 1 | -1/+1 |
* | | cgroup: allow a cgroup subsystem to reject a fork | Aleksa Sarai | 2015-07-14 | 1 | -1/+9 |
|/ |
|
* | cgroup: require write perm on common ancestor when moving processes on the de... | Tejun Heo | 2015-06-18 | 1 | -0/+1 |
* | cgroup: use bitmask to filter for_each_subsys | Aleksa Sarai | 2015-06-08 | 1 | -0/+2 |
* | cgroup: add seq_file forward declaration for struct cftype | Arnd Bergmann | 2015-05-29 | 1 | -0/+1 |
* | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem | Tejun Heo | 2015-05-26 | 1 | -2/+25 |
* | sched, cgroup: reorganize threadgroup locking | Tejun Heo | 2015-05-26 | 1 | -0/+10 |
* | cgroup: separate out include/linux/cgroup-defs.h | Tejun Heo | 2015-05-18 | 1 | -0/+464 |