Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TOMOYO: Use shorter names. | Tetsuo Handa | 2010-02-16 | 1 | -9/+9 |
| | | | | | | | Use shorter name to reduce newlines needed for 80 columns limit. Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: James Morris <jmorris@namei.org> | ||||
* | TOMOYO: Add garbage collector. | Tetsuo Handa | 2010-02-15 | 1 | -0/+370 |
This patch adds garbage collector support to TOMOYO. Elements are protected by "struct srcu_struct tomoyo_ss". Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Acked-by: Serge Hallyn <serue@us.ibm.com> Signed-off-by: James Morris <jmorris@namei.org> |