aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo/memory.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-27tomoyo: Fix null pointer checkGravatar Zheng Zengkai 1-2/+2
2019-01-24tomoyo: Coding style fix.Gravatar Tetsuo Handa 1-2/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2011-09-26TOMOYO: Remove tomoyo_policy_memory_lock spinlock.Gravatar Tetsuo Handa 1-25/+8
2011-09-26TOMOYO: Simplify garbage collector.Gravatar Tetsuo Handa 1-2/+4
2011-07-14TOMOYO: Update kernel-doc.Gravatar Tetsuo Handa 1-3/+1
2011-06-29TOMOYO: Add built-in policy support.Gravatar Tetsuo Handa 1-10/+0
2011-06-29TOMOYO: Rename meminfo to stat and show more statistics.Gravatar Tetsuo Handa 1-90/+27
2011-06-29TOMOYO: Add policy namespace support.Gravatar Tetsuo Handa 1-13/+8
2011-06-29TOMOYO: Add ACL group support.Gravatar Tetsuo Handa 1-0/+2
2011-06-29TOMOYO: Add auditing interface.Gravatar Tetsuo Handa 1-0/+5
2011-06-29TOMOYO: Use struct for passing ACL line.Gravatar Tetsuo Handa 1-7/+13
2011-06-29TOMOYO: Cleanup part 3.Gravatar Tetsuo Handa 1-8/+8
2011-03-31tomoyo: fix memory leak in tomoyo_commit_ok()Gravatar Xiaochen Wang 1-0/+1
2010-08-02TOMOYO: Rename symbols.Gravatar Tetsuo Handa 1-1/+1
2010-08-02TOMOYO: Copy directly to userspace buffer.Gravatar Tetsuo Handa 1-2/+2
2010-08-02TOMOYO: Use common code for domain transition control.Gravatar Tetsuo Handa 1-4/+4
2010-08-02TOMOYO: Merge path_group and number_group.Gravatar Tetsuo Handa 1-0/+44
2010-08-02TOMOYO: Use array of "struct list_head".Gravatar Tetsuo Handa 1-0/+4
2010-08-02TOMOYO: Make read function to void.Gravatar Tetsuo Handa 1-2/+1
2010-08-02TOMOYO: Support longer pathname.Gravatar Tetsuo Handa 1-1/+0
2010-08-02TOMOYO: Split files into some pieces.Gravatar Tetsuo Handa 1-0/+236