aboutsummaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)Author
2016-11-21apparmor: fix change_hat not finding hat after policy replacementJohn Johansen
2016-10-27security/keys: make BIG_KEYS dependent on stdrng.Artem Savkov
2016-10-27KEYS: Sort out big_key initialisationDavid Howells
2016-10-27KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-10-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-10-04Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-09-29securityfs: fix securityfs_create_dir commentLaurent Georget
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi
2016-09-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-09-22KEYS: Fix skcipher IV clobberingHerbert Xu
2016-09-21Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris
2016-09-19lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEVivek Goyal
2016-09-19Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris
2016-09-16ima: use file_dentry()Miklos Szeredi
2016-09-13selinux: fix error return code in policydb_read()Wei Yongjun
2016-09-08Smack: Signal delivery as an append operationCasey Schaufler
2016-09-07Merge tag 'usercopy-v4.8-rc6-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-09-07usercopy: remove page-spanning test for nowKees Cook
2016-08-30audit: consistently record PIDs with task_tgid_nr()Paul Moore
2016-08-30selinux: fix overflow and 0 length allocationsWilliam Roberts
2016-08-29selinux: initialize structuresWilliam Roberts
2016-08-29selinux: detect invalid ebitmapWilliam Roberts
2016-08-23Smack: Use memdup_user() rather than duplicating its implementationMarkus Elfring
2016-08-19Make the hardened user-copy code depend on having a hardened allocatorLinus Torvalds
2016-08-18selinux: drop SECURITY_SELINUX_POLICYDB_VERSION_MAXWilliam Roberts
2016-08-10selinux: Implement dentry_create_files_as() hookVivek Goyal
2016-08-08security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal
2016-08-08selinux: Pass security pointer to determine_inode_label()Vivek Goyal
2016-08-08selinux: Implementation for inode_copy_up_xattr() hookVivek Goyal
2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal
2016-08-08selinux: Implementation for inode_copy_up() hookVivek Goyal
2016-08-08security, overlayfs: provide copy up security hook for unioned filesVivek Goyal
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2016-08-08selinux: print leading 0x on ioctlcmd auditsWilliam Roberts
2016-08-08security: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds