]> 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)
commitc0b4354086359811646ba3f817505fee81588ae5
treedaf5570e8da71934970daa4b2044c6f13ee98f9d
parentbe8d9d158e3ff2efdac18a4cbced6fbb26504f8f
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