summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-10selinux: sparse fix: include selinux.h in exports.cJames Morris1-0/+1
2011-09-10selinux: sparse fix: fix warnings in netlink codeJames Morris6-5/+6
2011-09-10selinux: sparse fix: eliminate warnings for selinuxfsJames Morris3-6/+4
2011-09-10ima: sparse fix: include linux/ima.h in ima_main.cJames Morris1-0/+1
2011-09-10ima: sparse fix: make ima_open_policy staticJames Morris1-1/+1
2011-09-10apparmor: sparse fix: include procattr.h in procattr.cJames Morris1-0/+1
2011-09-10apparmor: sparse fix: rename shadowed variables in policy_unpack.cJames Morris1-6/+6
2011-09-10apparmor: sparse fix: add apparmor.h to lib.cJames Morris1-0/+1
2011-09-10apparmor: sparse fix: include ipc.hJames Morris1-0/+1
2011-09-10selinux: sparse fix: declare selinux_disable() in security.hJames Morris2-1/+1
2011-09-10selinux: sparse fix: move selinux_complete_initJames Morris2-1/+1
2011-09-10selinux: sparse fix: make selinux_secmark_refcount staticJames Morris1-1/+1
2011-09-10apparmor: sparse fix: make aa_create_aafs staticJames Morris1-1/+1
2011-09-10integrity: sparse fix: move iint_initialized to integrity.hJames Morris2-1/+3
2011-09-10security: Fix a typorongqing.li@windriver.com1-1/+1
2011-09-10TOMOYO: Fix incorrect enforce mode.Tetsuo Handa1-1/+2
2011-08-24tpm: suppress durations sysfs output if not readStefan Berger1-0/+3
2011-08-23CRED: fix build error due to 'tgcred' undeclaredAxel Lin1-0/+2
2011-08-23KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells3-208/+258
2011-08-23KEYS: The dead key link reaper should be non-reentrantDavid Howells1-3/+3
2011-08-23KEYS: Make the key reaper non-reentrantDavid Howells1-1/+1
2011-08-23KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells3-76/+85
2011-08-23CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred structDavid Howells1-2/+14
2011-08-23KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells1-2/+1
2011-08-23KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setDavid Howells1-2/+12
2011-08-23KEYS: If install_session_keyring() is given a keyring, it should install itDavid Howells1-1/+1
2011-08-18evm: add MAINTAINERS entryMimi Zohar1-0/+5
2011-08-18evm: add Kconfig TCG_TPM dependencyMimi Zohar1-1/+1
2011-08-17tomoyo: remove tomoyo_gc_thread()->daemonize()Oleg Nesterov1-1/+1
2011-08-16evm: fix build problemsMimi Zohar1-5/+7
2011-08-16capabilities: initialize has_capSerge Hallyn1-1/+1
2011-08-12capabilities: do not grant full privs for setuid w/ file caps + no effective ...Zhi Li1-6/+10
2011-08-12CIFS: remove local xattr definitionsMimi Zohar1-22/+18
2011-08-11evm: fix evm_inode_init_security return codeMimi Zohar2-2/+2
2011-08-11evm: building without EVM enabled fixesMimi Zohar2-1/+8
2011-08-09EVM: ensure trusted and encypted key symbols are available to EVMJames Morris1-1/+3
2011-08-08Linux 3.1-rc1v3.1-rc1Linus Torvalds1-2/+2
2011-08-08sh: Fix boot crash related to SCIRafael J. Wysocki1-1/+1
2011-08-08arm: remove stale export of 'sha_transform'Linus Torvalds1-3/+0
2011-08-07arm: remove "optimized" SHA1 routinesLinus Torvalds2-212/+1
2011-08-07fix rcu annotations noise in cred.hAl Viro1-5/+6
2011-08-07vfs: rename 'do_follow_link' to 'should_follow_link'Linus Torvalds1-2/+2
2011-08-07Fix POSIX ACL permission checkAri Savolainen1-1/+1
2011-08-07vfs: optimize inode cache access patternsLinus Torvalds4-34/+106
2011-08-07vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2-18/+14
2011-08-07ore: Make ore its own moduleBoaz Harrosh3-1/+23
2011-08-07exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh6-255/+295
2011-08-07exofs: ios: Move to a per inode components & device-tableBoaz Harrosh4-183/+218
2011-08-07exofs: Move exofs specific osd operations out of ios.cBoaz Harrosh4-73/+79
2011-08-07exofs: Add offset/length to exofs_get_io_stateBoaz Harrosh3-16/+38