linux/security/tomoyo
Tetsuo Handa cd7bec6ad8 TOMOYO: Remove memory pool for list elements.
Currently, TOMOYO allocates memory for list elements from memory pool allocated
by kmalloc(PAGE_SIZE). But that makes it difficult to kfree() when garbage
collector is added. Thus, remove memory pool and use kmalloc(sizeof()).

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
2010-01-11 09:27:40 +11:00
..
common.c TOMOYO: Remove memory pool for list elements. 2010-01-11 09:27:40 +11:00
common.h TOMOYO: Remove memory pool for list elements. 2010-01-11 09:27:40 +11:00
domain.c TOMOYO: Remove memory pool for list elements. 2010-01-11 09:27:40 +11:00
file.c TOMOYO: Remove memory pool for list elements. 2010-01-11 09:27:40 +11:00
Kconfig Kconfig and Makefile 2009-02-12 15:19:00 +11:00
Makefile Kconfig and Makefile 2009-02-12 15:19:00 +11:00
realpath.c TOMOYO: Remove memory pool for list elements. 2010-01-11 09:27:40 +11:00
realpath.h TOMOYO: Remove memory pool for list elements. 2010-01-11 09:27:40 +11:00
tomoyo.c TOMOYO: Use RCU primitives for list operation 2009-12-15 15:46:31 +11:00
tomoyo.h Merge branch 'master' into next 2009-12-09 19:01:03 +11:00