summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TPM: integrity fixRajiv Andrade2009-02-061-3/+5
* IMA: fix ima_delete_rules() definitionJames Morris2009-02-061-1/+1
* Integrity: IMA update maintainersMimi Zohar2009-02-061-0/+5
* Integrity: IMA file free imbalanceMimi Zohar2009-02-066-0/+72
* integrity: IMA policy openMimi Zohar2009-02-061-1/+16
* integrity: IMA policyMimi Zohar2009-02-065-4/+447
* integrity: IMA displayMimi Zohar2009-02-065-2/+314
* integrity: IMA as an integrity service providerMimi Zohar2009-02-0616-1/+1454
* integrity: IMA hooksMimi Zohar2009-02-067-7/+86
* TPM: integrity interfaceRajiv Andrade2009-02-033-19/+163
* TPM: sysfs functions consolidationRajiv Andrade2009-02-032-269/+266
* securityfs: fix long-broken securityfs_create_file commentSerge E. Hallyn2009-02-031-4/+3
* selinux: remove hooks which simply defer to capabilitiesJames Morris2009-02-021-58/+10
* selinux: remove secondary ops call to shm_shmatJames Morris2009-01-301-5/+0
* selinux: remove secondary ops call to unix_stream_connectJames Morris2009-01-301-4/+0
* selinux: remove secondary ops call to task_killJames Morris2009-01-301-4/+0
* selinux: remove secondary ops call to task_setrlimitJames Morris2009-01-301-5/+0
* selinux: remove unused cred_commit hookJames Morris2009-01-301-9/+0
* selinux: remove secondary ops call to task_createJames Morris2009-01-301-6/+0
* selinux: remove secondary ops call to file_mprotectJames Morris2009-01-301-6/+1
* selinux: remove secondary ops call to inode_setattrJames Morris2009-01-301-5/+0
* selinux: remove secondary ops call to inode_permissionJames Morris2009-01-301-5/+0
* selinux: remove secondary ops call to inode_follow_linkJames Morris2009-01-301-4/+0
* selinux: remove secondary ops call to inode_mknodJames Morris2009-01-301-6/+0
* selinux: remove secondary ops call to inode_unlinkJames Morris2009-01-301-5/+0
* selinux: remove secondary ops call to inode_linkJames Morris2009-01-301-5/+0
* selinux: remove secondary ops call to sb_umountJames Morris2009-01-301-5/+0
* selinux: remove secondary ops call to sb_mountJames Morris2009-01-301-5/+0
* selinux: remove secondary ops call to bprm_committed_credsJames Morris2009-01-301-2/+0
* selinux: remove secondary ops call to bprm_committing_credsJames Morris2009-01-301-2/+0
* selinux: remove unused bprm_check_security hookJames Morris2009-01-301-6/+0
* SELinux: Unify context mount and genfs behaviorDavid P. Quigley2009-01-191-4/+4
* SELinux: Add new security mount option to indicate security label support.David P. Quigley2009-01-192-5/+36
* SELinux: Condense super block security structure flags and cleanup necessary ...David P. Quigley2009-01-193-22/+24
* maintainers: add security subsystem wikiJames Morris2009-01-071-0/+1
* CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]David Howells2009-01-076-37/+94
* Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...James Morris2009-01-079-129/+35
* SELinux: shrink sizeof av_inhert selinux_class_perm and contextEric Paris2009-01-053-10/+12
* CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells2009-01-059-35/+129
* Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex...James Morris2009-01-0517-375/+1122
|\
| * smack: Add support for unlabeled network hosts and networksCasey Schaufler2008-12-314-195/+538
| * selinux: Deprecate and schedule the removal of the the compat_net functionalityPaul Moore2008-12-314-38/+23
| * netlabel: Update kernel configuration APIPaul Moore2008-12-3110-150/+569
* | keys: fix sparse warning by adding __user annotation to castJames Morris2009-01-011-1/+1
|/
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2008-12-30112-12850/+10496
|\
| * [XFS] Fix merge failuresLachlan McIlroy2008-12-292880-80348/+143086
| |\
| * | [XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPILachlan McIlroy2008-12-241-15/+12
| * | [XFS] handle unaligned data in xfs_bmbt_disk_get_allChristoph Hellwig2008-12-231-1/+2
| * | [XFS] avoid memory allocations in xfs_fs_vcmn_errChristoph Hellwig2008-12-224-26/+40
| * | [XFS] Fix speculative allocation beyond eofLachlan McIlroy2008-12-221-21/+7