summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* apparmor: sparse fix: make aa_create_aafs staticJames Morris2011-09-101-1/+1
* integrity: sparse fix: move iint_initialized to integrity.hJames Morris2011-09-102-1/+3
* security: Fix a typorongqing.li@windriver.com2011-09-101-1/+1
* TOMOYO: Fix incorrect enforce mode.Tetsuo Handa2011-09-101-1/+2
* tpm: suppress durations sysfs output if not readStefan Berger2011-08-241-0/+3
* CRED: fix build error due to 'tgcred' undeclaredAxel Lin2011-08-231-0/+2
* KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells2011-08-233-208/+258
* KEYS: The dead key link reaper should be non-reentrantDavid Howells2011-08-231-3/+3
* KEYS: Make the key reaper non-reentrantDavid Howells2011-08-231-1/+1
* KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells2011-08-233-76/+85
* CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred structDavid Howells2011-08-231-2/+14
* KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells2011-08-231-2/+1Star
* KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setDavid Howells2011-08-231-2/+12
* KEYS: If install_session_keyring() is given a keyring, it should install itDavid Howells2011-08-231-1/+1
* evm: add MAINTAINERS entryMimi Zohar2011-08-181-0/+5
* evm: add Kconfig TCG_TPM dependencyMimi Zohar2011-08-181-1/+1
* tomoyo: remove tomoyo_gc_thread()->daemonize()Oleg Nesterov2011-08-171-1/+1
* evm: fix build problemsMimi Zohar2011-08-161-5/+7
* capabilities: initialize has_capSerge Hallyn2011-08-161-1/+1
* capabilities: do not grant full privs for setuid w/ file caps + no effective ...Zhi Li2011-08-121-6/+10
* CIFS: remove local xattr definitionsMimi Zohar2011-08-121-22/+18Star
* evm: fix evm_inode_init_security return codeMimi Zohar2011-08-112-2/+2
* evm: building without EVM enabled fixesMimi Zohar2011-08-112-1/+8
* EVM: ensure trusted and encypted key symbols are available to EVMJames Morris2011-08-091-1/+3
* Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-0939-405/+1535
|\
| * evm: add evm_inode_setattr to prevent updating an invalid security.evmMimi Zohar2011-07-183-1/+27
| * evm: permit only valid security.evm xattrs to be updatedMimi Zohar2011-07-182-14/+69
| * evm: replace hmac_status with evm_statusDmitry Kasatkin2011-07-183-9/+9
| * evm: evm_verify_hmac must not return INTEGRITY_UNKNOWNDmitry Kasatkin2011-07-181-6/+5Star
| * evm: additional parameter to pass integrity cache entry 'iint'Dmitry Kasatkin2011-07-182-12/+14
| * evm: crypto hash replaced by shashDmitry Kasatkin2011-07-183-45/+57
| * evm: call evm_inode_init_security from security_inode_init_securityMimi Zohar2011-07-181-6/+12
| * evm: add evm_inode_init_security to initialize new filesMimi Zohar2011-07-184-0/+72
| * evm: imbed evm_inode_post_setattrMimi Zohar2011-07-182-1/+10
| * evm: evm_inode_post_removexattrMimi Zohar2011-07-182-1/+13
| * security: imbed evm calls in security hooksMimi Zohar2011-07-183-2/+71
| * evm: add support for different security.evm data typesDmitry Kasatkin2011-07-184-9/+24
| * evm: re-releaseMimi Zohar2011-07-1813-1/+665
| * xattr: define vfs_getxattr_alloc and vfs_xattr_cmpMimi Zohar2011-07-182-1/+62
| * integrity: move ima inode integrity data managementMimi Zohar2011-07-1815-216/+277
| * security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-1814-183/+250
* | Merge branch 'next-queue' into nextJames Morris2011-08-080-0/+0
|\ \
| * | doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-0232-33/+31Star
| * | doc: Update the MAINTAINERS info for Paul MoorePaul Moore2011-08-021-3/+3
* | | Merge branch 'linus'; commit 'v3.1-rc1' into nextJames Morris2011-08-080-0/+0
* | | Linux 3.1-rc1Linus Torvalds2011-08-081-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-081-2/+4
|\ \ \
| * | | sparc: Fix build with DEBUG_PAGEALLOC enabled.David S. Miller2011-08-061-2/+4
* | | | sh: Fix boot crash related to SCIRafael J. Wysocki2011-08-081-1/+1
* | | | arm: remove stale export of 'sha_transform'Linus Torvalds2011-08-081-3/+0Star