blob: 98c4f9b12b03742aae05101b3f6cbebc99ff28a0 [file] [log] [blame]
Tejun Heoadd0c592013-07-09 16:17:39 -07001/*
2 * List of cgroup subsystems.
3 *
4 * DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS.
Paul Menageddbcc7e2007-10-18 23:39:30 -07005 */
Tejun Heo3ed80a62014-02-08 10:36:58 -05006#if IS_ENABLED(CONFIG_CPUSETS)
Paul Menage8793d852007-10-18 23:39:39 -07007SUBSYS(cpuset)
8#endif
9
Tejun Heo3ed80a62014-02-08 10:36:58 -050010#if IS_ENABLED(CONFIG_CGROUP_SCHED)
Tejun Heo073219e2014-02-08 10:36:58 -050011SUBSYS(cpu)
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -070012#endif
13
Tejun Heo3ed80a62014-02-08 10:36:58 -050014#if IS_ENABLED(CONFIG_CGROUP_CPUACCT)
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +010015SUBSYS(cpuacct)
16#endif
17
Tejun Heo3ed80a62014-02-08 10:36:58 -050018#if IS_ENABLED(CONFIG_MEMCG)
Tejun Heo073219e2014-02-08 10:36:58 -050019SUBSYS(memory)
Balbir Singh8cdea7c2008-02-07 00:13:50 -080020#endif
21
Tejun Heo3ed80a62014-02-08 10:36:58 -050022#if IS_ENABLED(CONFIG_CGROUP_DEVICE)
Serge E. Hallyn08ce5f12008-04-29 01:00:10 -070023SUBSYS(devices)
24#endif
25
Tejun Heo3ed80a62014-02-08 10:36:58 -050026#if IS_ENABLED(CONFIG_CGROUP_FREEZER)
Matt Helsleydc52ddc2008-10-18 20:27:21 -070027SUBSYS(freezer)
28#endif
29
Tejun Heo3ed80a62014-02-08 10:36:58 -050030#if IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)
Thomas Graff4009232008-11-07 22:56:00 -080031SUBSYS(net_cls)
32#endif
33
Tejun Heo3ed80a62014-02-08 10:36:58 -050034#if IS_ENABLED(CONFIG_BLK_CGROUP)
Vivek Goyal31e4c282009-12-03 12:59:42 -050035SUBSYS(blkio)
36#endif
37
Tejun Heo3ed80a62014-02-08 10:36:58 -050038#if IS_ENABLED(CONFIG_CGROUP_PERF)
Tejun Heo073219e2014-02-08 10:36:58 -050039SUBSYS(perf_event)
Stephane Eraniane5d13672011-02-14 11:20:01 +020040#endif
41
Tejun Heo3ed80a62014-02-08 10:36:58 -050042#if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
Neil Horman5bc14212011-11-22 05:10:51 +000043SUBSYS(net_prio)
44#endif
45
Tejun Heo3ed80a62014-02-08 10:36:58 -050046#if IS_ENABLED(CONFIG_CGROUP_HUGETLB)
Aneesh Kumar K.V2bc64a22012-07-31 16:42:12 -070047SUBSYS(hugetlb)
48#endif
Tejun Heo5533e012014-05-14 19:33:07 -040049
50/*
51 * The following subsystems are not supported on the default hierarchy.
52 */
53#if IS_ENABLED(CONFIG_CGROUP_DEBUG)
54SUBSYS(debug)
55#endif
Tejun Heoadd0c592013-07-09 16:17:39 -070056/*
57 * DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS.
58 */