summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa2010-05-064-18/+18
* ima: remove ACPI dependencyMimi Zohar2010-05-051-3/+2
* TPM: ACPI/PNP dependency removalRajiv Andrade2010-05-052-22/+32
* selinux: generalize disabling of execmem for plt-in-heap archsStephen Smalley2010-04-291-6/+8
* LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONEEric Paris2010-04-283-4/+3
* CRED: Holding a spinlock does not imply the holding of RCU read lockSerge E. Hallyn2010-04-271-9/+5
* SMACK: Don't #include Ext2 headersDavid Howells2010-04-271-1/+0
* security: whitespace coding style fixesJustin P. Mattock2010-04-237-45/+45
* mmap_min_addr check CAP_SYS_RAWIO only for writeKees Cook2010-04-231-1/+1
* IMA: include the word IMA in printk messagesEric Paris2010-04-233-5/+5
* IMA: drop the word integrity in the audit messageEric Paris2010-04-211-1/+1
* IMA: use audit_log_untrusted_string rather than %sEric Paris2010-04-211-13/+20
* IMA: handle comments in policyEric Paris2010-04-211-7/+14
* IMA: handle whitespace betterEric Paris2010-04-211-3/+3
* IMA: reject policies with unknown entriesEric Paris2010-04-211-0/+1
* IMA: set entry->action to UNKNOWN rather than hard codingEric Paris2010-04-211-1/+1
* IMA: do not allow the same rule to specify the same thing twiceEric Paris2010-04-211-1/+33
* ima: handle multiple rules per writeEric Paris2010-04-213-26/+32
* SELinux: return error codes on policy load failureEric Paris2010-04-211-15/+22
* Security: Fix the comment of cap_file_mmap()wzt.wzt@gmail.com2010-04-201-1/+1
* security: remove dead hook acctEric Paris2010-04-124-40/+5
* security: remove dead hook key_session_to_parentEric Paris2010-04-124-42/+0
* security: remove dead hook task_setgroupsEric Paris2010-04-124-29/+0
* security: remove dead hook task_setgidEric Paris2010-04-124-47/+0
* security: remove dead hook task_setuidEric Paris2010-04-124-46/+0
* security: remove dead hook cred_commitEric Paris2010-04-124-23/+0
* security: remove dead hook inode_deleteEric Paris2010-04-124-25/+0
* security: remove dead hook sb_post_pivotrootEric Paris2010-04-124-22/+0
* security: remove dead hook sb_post_addmountEric Paris2010-04-124-25/+0
* security: remove dead hook sb_post_remountEric Paris2010-04-124-26/+0
* security: remove dead hook sb_umount_busyEric Paris2010-04-124-23/+0
* security: remove dead hook sb_umount_closeEric Paris2010-04-124-21/+0
* security: remove sb_check_sb hooksEric Paris2010-04-124-30/+0
* Security: Fix coding style in security/wzt.wzt@gmail.com2010-04-094-31/+31
* SMACK: remove dead cred_commit hookEric Paris2010-04-081-10/+0
* selinux: always call sk_security_struct sksecEric Paris2010-04-083-36/+36
* Merge branch 'master' into nextJames Morris2010-03-314041-107863/+229895
|\
| * Linux 2.6.34-rc3v2.6.34-rc3Linus Torvalds2010-03-301-1/+1
| * KEYS: Add MAINTAINERS recordDavid Howells2010-03-301-0/+10
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-03-301-1/+5
| |\
| | * CRED: Fix memory leak in error handlingMathieu Desnoyers2010-03-301-1/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds2010-03-307-36/+67
| |\ \
| | * | [LogFS] Erase new journal segmentsJoern Engel2010-03-291-0/+2
| | * | [LogFS] Move reserved segments with journalJoern Engel2010-03-291-0/+4
| | * | [LogFS] Clear PagePrivate when moving journalJoern Engel2010-03-283-1/+3
| | * | Simplify and fix pad_wbufJoern Engel2010-03-281-22/+30
| | * | Prevent data corruption in logfs_rewrite_block()Joern Engel2010-03-281-1/+12
| | * | Use deactivate_locked_superJoern Engel2010-03-271-2/+1
| | * | Fix logfs_get_sb_final error pathJoern Engel2010-03-271-1/+1
| | * | Write out both superblocks on mismatchJoern Engel2010-03-271-1/+1