Difference between revisions of "Mainline Kernel Virtualization"
From Linux-VServer
(first bunch ...) |
(Added Paul Menage's update patchset) |
||
Line 11: | Line 11: | ||
: It also provides a very simple additional container subsystem to do per-container CPU usage accounting; this is primarily to demonstrate use of the container subsystem API, but is useful in its own right. | : It also provides a very simple additional container subsystem to do per-container CPU usage accounting; this is primarily to demonstrate use of the container subsystem API, but is useful in its own right. | ||
+ | |||
+ | * 17.11.2006 [http://lkml.org/lkml/2006/11/17/217 Multi-hierarchy Process Containers] by '''Paul Menage''' (from '''Google''') | ||
+ | |||
+ | : This is an update to my generic containers patch. The major change is support for multiple hierarchies of containers (up to a limit specified at build time). | ||
+ | |||
+ | : Note that this hasn't yet undergone intensive testing following the multi-hierarchy introduction, but I wanted to get the basic idea out for comments. |
Revision as of 20:41, 17 November 2006
Actively Developed Patches
- 19.09.2006 Containers(V2) by Rohit Seth (from Google) based on CPUsets
- Over the limit memory handler is called when number of pages (anon + pagecache) exceed the limit. Currently, this memory handler scans the mappings and tasks belonging to container (file and anonymous) and tries to deactivate pages. If the number of page cache pages is also high then it also invalidate mappings.
- 20.10.2006 Generic Containers Patchset by Paul Menage (from Google) based on CPUset subsystem
- This patchset extracts the process grouping code from cpusets into a generic container system, and makes the cpusets code a client of the container system.
- It also provides a very simple additional container subsystem to do per-container CPU usage accounting; this is primarily to demonstrate use of the container subsystem API, but is useful in its own right.
- 17.11.2006 Multi-hierarchy Process Containers by Paul Menage (from Google)
- This is an update to my generic containers patch. The major change is support for multiple hierarchies of containers (up to a limit specified at build time).
- Note that this hasn't yet undergone intensive testing following the multi-hierarchy introduction, but I wanted to get the basic idea out for comments.