aboutsummaryrefslogtreecommitdiff
path: root/Documentation/cgroups/00-INDEX
AgeCommit message (Collapse)AuthorFilesLines
2015-11-16cgroup: rename Documentation/cgroups/ to Documentation/cgroup-legacy/Tejun Heo1-30/+0
In preparation for adding cgroup2 documentation, rename Documentation/cgroups/ to Documentation/cgroup-legacy/. Signed-off-by: Tejun Heo <[email protected]> Acked-by: Li Zefan <[email protected]>
2015-07-14cgroup: add documentation for the PIDs controllerAleksa Sarai1-0/+2
Add documentation derived from kernel/cgroup_pids.c to the relevant Documentation/ directory, along with a few examples of how to use the PIDs controller as well an explanation of its peculiarities. Signed-off-by: Aleksa Sarai <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
2015-01-05Update of Documentation/cgroups/00-INDEXHenrik Austad1-0/+2
unified-hierarchy.txt was added by 65731578 (cgroup: add documentation about unified hierarchy) Cc: Tejun Heo <[email protected]> Cc: Li Zefan <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Henrik Austad <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
2013-04-08Documentation: cgroup: add documentation for net_cls cgroups.Rami Rosen1-0/+2
This patch adds a new file, Documentation/cgroups/net_cls.txt, with info about net_cls cgroups, and updates the 00-INDEX accordingly. Signed-off-by: Rami Rosen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2013-01-07cgroups: move cgroup_event_listener.c to tools/cgroupGreg Thelen1-2/+0
Move the cgroup_event_listener.c tool from Documentation into the new tools/cgroup directory. This change involves wiring cgroup_event_listener.c into the tools/ make system so that is can be built with: $ make tools/cgroup Signed-off-by: Greg Thelen <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
2012-12-09cgroup: update Documentation/cgroups/00-INDEXNamjae Jeon1-0/+8
There are new files added to cgroup documentation. Let's update the index file to include the new files. Signed-off-by: Namjae Jeon <[email protected]> Signed-off-by: Amit Sahrawat <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
2009-03-30trivial: fix where cgroup documentation is not correctly referred toThadeu Lima de Souza Cascardo1-0/+18
cgroup documentation was moved to Documentation/cgroups/. There are some places that still refer to Documentation/controllers/, Documentation/cgroups.txt and Documentation/cpusets.txt. Fix those. Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]> Reviewed-by: Li Zefan <[email protected]> Acked-by: Paul Menage <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>