]> git.baikalelectronics.ru Git - kernel.git/commit
Basic kernel memory functionality for the Memory Controller
authorGlauber Costa <glommer@parallels.com>
Sun, 11 Dec 2011 21:47:01 +0000 (21:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Dec 2011 00:03:55 +0000 (19:03 -0500)
commit936450c088fb4afd0d1797159cba34ed61c1a165
treedaf5570e8da71934970daa4b2044c6f13ee98f9d
parentf808e25eaf0f07cdcaa40ecf51a7035ec6c48a46
Basic kernel memory functionality for the Memory Controller

This patch lays down the foundation for the kernel memory component
of the Memory Controller.

As of today, I am only laying down the following files:

 * memory.independent_kmem_limit
 * memory.kmem.limit_in_bytes (currently ignored)
 * memory.kmem.usage_in_bytes (always zero)

Signed-off-by: Glauber Costa <glommer@parallels.com>
CC: Kirill A. Shutemov <kirill@shutemov.name>
CC: Paul Menage <paul@paulmenage.org>
CC: Greg Thelen <gthelen@google.com>
CC: Johannes Weiner <jweiner@redhat.com>
CC: Michal Hocko <mhocko@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/cgroups/memory.txt
init/Kconfig
mm/memcontrol.c