/* * List of cgroup subsystems. * * DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS. */ /* * This file *must* be included with SUBSYS() defined. */ #if IS_ENABLED(CONFIG_CPUSETS) SUBSYS(cpuset) #endif #if IS_ENABLED(CONFIG_CGROUP_SCHED) SUBSYS(cpu) #endif #if IS_ENABLED(CONFIG_CGROUP_CPUACCT) SUBSYS(cpuacct) #endif #if IS_ENABLED(CONFIG_BLK_CGROUP) SUBSYS(io) #endif #if IS_ENABLED(CONFIG_MEMCG) SUBSYS(memory) #endif #if IS_ENABLED(CONFIG_CGROUP_DEVICE) SUBSYS(devices) #endif #if IS_ENABLED(CONFIG_CGROUP_FREEZER) SUBSYS(freezer) #endif #if IS_ENABLED(CONFIG_CGROUP_NET_CLASSID) SUBSYS(net_cls) #endif #if IS_ENABLED(CONFIG_CGROUP_PERF) SUBSYS(perf_event) #endif #if IS_ENABLED(CONFIG_CGROUP_NET_PRIO) SUBSYS(net_prio) #endif #if IS_ENABLED(CONFIG_CGROUP_HUGETLB) SUBSYS(hugetlb) #endif #if IS_ENABLED(CONFIG_CGROUP_PIDS) SUBSYS(pids) #endif #if IS_ENABLED(CONFIG_CGROUP_RDMA) SUBSYS(rdma) #endif /* * The following subsystems are not supported on the default hierarchy. */ #if IS_ENABLED(CONFIG_CGROUP_DEBUG) SUBSYS(debug) #endif /* * DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS. */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Daniel Wagner | 44 | 25.58% | 1 | 4.35% |
Tejun Heo | 38 | 22.09% | 6 | 26.09% |
Srivatsa Vaddagiri | 12 | 6.98% | 2 | 8.70% |
Parav Pandit | 12 | 6.98% | 1 | 4.35% |
Aleksa Sarai | 12 | 6.98% | 1 | 4.35% |
Aneesh Kumar K.V | 7 | 4.07% | 1 | 4.35% |
Paul Menage | 7 | 4.07% | 1 | 4.35% |
Stéphane Eranian | 6 | 3.49% | 1 | 4.35% |
Neil Horman | 6 | 3.49% | 1 | 4.35% |
Vivek Goyal | 5 | 2.91% | 1 | 4.35% |
Thomas Graf | 5 | 2.91% | 1 | 4.35% |
Serge E. Hallyn | 5 | 2.91% | 1 | 4.35% |
Matt Helsley | 5 | 2.91% | 1 | 4.35% |
Balbir Singh | 5 | 2.91% | 1 | 4.35% |
Oleg Nesterov | 1 | 0.58% | 1 | 4.35% |
Peter Zijlstra | 1 | 0.58% | 1 | 4.35% |
Daniel Borkmann | 1 | 0.58% | 1 | 4.35% |
Total | 172 | 100.00% | 23 | 100.00% |