aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-31Merge branch 'master' into nextJames Morris1-0/+1
2010-03-15tomoyo: fix potential use after freeDan Carpenter1-0/+1
2010-03-09Merge branch 'next-queue' into nextJames Morris1-7/+3
2010-03-03TOMOYO: Remove unused variables.Tetsuo Handa1-7/+3
2010-02-26TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa1-0/+4
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa1-14/+4
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa1-43/+31
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa1-1/+4
2010-02-15TOMOYO: Merge headers.Tetsuo Handa1-23/+0
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa1-3/+7
2010-02-11TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa1-16/+12
2010-02-08TOMOYO: Extract bitfieldTetsuo Handa1-11/+5
2010-01-27TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa1-11/+11
2010-01-11TOMOYO: Remove memory pool for list elements.Tetsuo Handa1-33/+8
2010-01-11TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa1-5/+7
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa1-40/+50
2009-12-08TOMOYO: Add rest of file operation restrictions.Tetsuo Handa1-43/+18
2009-11-25TOMOYO: Add recursive directory matching operator support.Tetsuo Handa1-79/+121
2009-06-19TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa1-0/+30
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa1-5/+64
2009-06-09TOMOYO: Remove unused field.Tetsuo Handa1-1/+0
2009-06-03TOMOYO: Simplify policy reader.Tetsuo Handa1-23/+18
2009-06-03TOMOYO: Remove redundant markers.Tetsuo Handa1-8/+0
2009-05-09Reduce path_lookup() abusesAl Viro1-3/+3
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa1-3/+3
2009-04-07tomoyo: remove "undelete domain" command.Tetsuo Handa1-6/+1
2009-02-16TOMOYO: Don't create securityfs entries unless registered.Tetsuo Handa1-0/+4
2009-02-12Common functions for TOMOYO Linux.Kentaro Takeda1-0/+2202