diff options
Diffstat (limited to 'Documentation/cgroups/00-INDEX')
-rw-r--r-- | Documentation/cgroups/00-INDEX | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/cgroups/00-INDEX b/Documentation/cgroups/00-INDEX index 3f58fa3d6d00..f78b90a35ad0 100644 --- a/Documentation/cgroups/00-INDEX +++ b/Documentation/cgroups/00-INDEX | |||
@@ -1,7 +1,11 @@ | |||
1 | 00-INDEX | 1 | 00-INDEX |
2 | - this file | 2 | - this file |
3 | blkio-controller.txt | ||
4 | - Description for Block IO Controller, implementation and usage details. | ||
3 | cgroups.txt | 5 | cgroups.txt |
4 | - Control Groups definition, implementation details, examples and API. | 6 | - Control Groups definition, implementation details, examples and API. |
7 | cgroup_event_listener.c | ||
8 | - A user program for cgroup listener. | ||
5 | cpuacct.txt | 9 | cpuacct.txt |
6 | - CPU Accounting Controller; account CPU usage for groups of tasks. | 10 | - CPU Accounting Controller; account CPU usage for groups of tasks. |
7 | cpusets.txt | 11 | cpusets.txt |
@@ -10,9 +14,13 @@ devices.txt | |||
10 | - Device Whitelist Controller; description, interface and security. | 14 | - Device Whitelist Controller; description, interface and security. |
11 | freezer-subsystem.txt | 15 | freezer-subsystem.txt |
12 | - checkpointing; rationale to not use signals, interface. | 16 | - checkpointing; rationale to not use signals, interface. |
17 | hugetlb.txt | ||
18 | - HugeTLB Controller implementation and usage details. | ||
13 | memcg_test.txt | 19 | memcg_test.txt |
14 | - Memory Resource Controller; implementation details. | 20 | - Memory Resource Controller; implementation details. |
15 | memory.txt | 21 | memory.txt |
16 | - Memory Resource Controller; design, accounting, interface, testing. | 22 | - Memory Resource Controller; design, accounting, interface, testing. |
23 | net_prio.txt | ||
24 | - Network priority cgroups details and usages. | ||
17 | resource_counter.txt | 25 | resource_counter.txt |
18 | - Resource Counter API. | 26 | - Resource Counter API. |