Age | Commit message (Expand) | Author | Files | Lines |
2018-10-27 | psi: cgroup support | Johannes Weiner | 1 | -0/+4 |
2018-10-04 | cgroup: Fix dom_cgrp propagation when enabling threaded mode | Tejun Heo | 1 | -0/+1 |
2018-07-09 | blkcg: add generic throttling mechanism | Josef Bacik | 1 | -0/+3 |
2018-04-27 | cgroup: Add cgroup_subsys->css_rstat_flush() | Tejun Heo | 1 | -0/+5 |
2018-04-27 | cgroup: Distinguish base resource stat implementation from rstat | Tejun Heo | 1 | -13/+16 |
2018-04-27 | cgroup: Rename stat to rstat | Tejun Heo | 1 | -7/+9 |
2018-04-27 | cgroup: Limit event generation frequency | Tejun Heo | 1 | -0/+2 |
2018-04-04 | Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
2018-03-19 | cgroup: Use rcu_work instead of explicit rcu and work item | Tejun Heo | 1 | -1/+1 |
2018-03-14 | net: use skb_to_full_sk() in skb_update_prio() | Eric Dumazet | 1 | -2/+2 |
2018-01-02 | cgroup: Update documentation reference | Matt Roper | 1 | -1/+1 |
2017-11-16 | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -0/+59 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-26 | cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.stat | Tejun Heo | 1 | -0/+2 |
2017-09-25 | cgroup: Implement cgroup2 basic CPU usage accounting | Tejun Heo | 1 | -0/+57 |
2017-08-18 | cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroup | Waiman Long | 1 | -0/+5 |
2017-08-02 | cgroup: implement hierarchy limits | Roman Gushchin | 1 | -0/+5 |
2017-08-02 | cgroup: keep track of number of descent cgroups | Roman Gushchin | 1 | -0/+8 |
2017-07-21 | cgroup: implement cgroup v2 thread support | Tejun Heo | 1 | -0/+12 |
2017-07-21 | cgroup: introduce cgroup->dom_cgrp and threaded css_set handling | Tejun Heo | 1 | -4/+29 |
2017-07-17 | cgroup: distinguish local and children populated states | Tejun Heo | 1 | -4/+9 |
2017-06-28 | cgroup: implement "nsdelegate" mount option | Tejun Heo | 1 | -0/+9 |
2017-06-14 | cgroup: Keep accurate count of tasks in each css_set | Waiman Long | 1 | -0/+3 |
2017-05-17 | cgroup: Prevent kill_css() from being called more than once | Waiman Long | 1 | -0/+1 |
2017-04-11 | cgroup: move cgroup_subsys_state parent field for cache locality | Todd Poynor | 1 | -3/+6 |
2017-03-09 | kernel: convert css_set.refcount from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+2 |
2017-03-02 | sched/headers, cgroups: Remove the threadgroup_change_*() wrappery | Ingo Molnar | 1 | -5/+8 |
2016-12-27 | cgroup: reorder css_set fields | Tejun Heo | 1 | -27/+27 |
2016-12-27 | cgroup add cftype->open/release() callbacks | Tejun Heo | 1 | -0/+3 |
2016-11-26 | cgroup: add support for eBPF programs | Daniel Mack | 1 | -0/+4 |
2016-04-25 | cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a... | Tejun Heo | 1 | -0/+1 |
2016-03-16 | cgroup: ignore css_sets associated with dead cgroups during migration | Tejun Heo | 1 | -0/+3 |
2016-03-08 | cgroup: implement cgroup_subsys->implicit_on_dfl | Tejun Heo | 1 | -0/+13 |
2016-03-08 | cgroup: use css_set->mg_dst_cgrp for the migration target cgroup | Tejun Heo | 1 | -4/+5 |
2016-03-03 | cgroup: introduce cgroup_{save|propagate|restore}_control() | Tejun Heo | 1 | -0/+2 |
2016-03-03 | cgroup: explicitly track whether a cgroup_subsys_state is visible to userland | Tejun Heo | 1 | -0/+1 |
2016-02-23 | cgroup: convert cgroup_subsys flag fields to bool bitfields | Tejun Heo | 1 | -3/+3 |
2016-02-23 | cgroup: make cgroup subsystem masks u16 | Tejun Heo | 1 | -2/+2 |
2016-02-23 | cgroup: s/child_subsys_mask/subtree_ss_mask/ | Tejun Heo | 1 | -6/+5 |
2016-02-23 | Revert "cgroup: add cgroup_subsys->css_e_css_changed()" | Tejun Heo | 1 | -1/+0 |
2016-01-22 | cgroup: make sure a parent css isn't offlined before its children | Tejun Heo | 1 | -0/+6 |
2016-01-13 | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -10/+3 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -10/+3 |
2015-12-09 | cgroup: fix sock_cgroup_data initialization on earlier compilers | Tejun Heo | 1 | -2/+2 |
2015-12-09 | sock, cgroup: add sock->sk_cgroup | Tejun Heo | 1 | -6/+82 |
2015-12-09 | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct | Tejun Heo | 1 | -0/+36 |
2015-12-08 | Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke... | Tejun Heo | 1 | -0/+14 |
2015-12-03 | cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends | Oleg Nesterov | 1 | -9/+3 |
2015-12-03 | Merge branch 'for-4.4-fixes' into for-4.5 | Tejun Heo | 1 | -6/+3 |
2015-12-03 | cgroup: fix handling of multi-destination migration from subtree_control enab... | Tejun Heo | 1 | -6/+3 |