summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-13/+13
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport-8/+3
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+14
2018-02-02ima: re-initialize iint->atomic_flagsMimi Zohar-0/+1
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2018-01-31Merge tag 'selinux-pr-20180130' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-14/+13
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds-21/+20
2018-01-31Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds-12/+39
2018-01-31Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-105/+294
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-9/+9
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+0
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+5
2018-01-29IMA: switch IMA over to new i_version APIJeff Layton-2/+4
2018-01-18ima/policy: fix parsing of fsuuidMike Rapoport-1/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-26/+41
2018-01-15usercopy: Allow strict enforcement of whitelistsKees Cook-0/+14
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2018-01-14security/Kconfig: Correct the Documentation reference for PTIW. Trevor King-1/+1
2018-01-12apparmor: Fix regression in profile conflict logicMatthew Garrett-4/+5
2018-01-12apparmor: fix ptrace label match when matching stacked labelsJohn Johansen-21/+35
2018-01-10Smack: Privilege check on key operationsCasey Schaufler-11/+34
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+31
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen-21/+20
2018-01-07Merge tag 'apparmor-pr-2018-01-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+11
2018-01-05apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen-1/+11
2018-01-03Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2018-01-03x86/pti: Enable PTI by defaultThomas Gleixner-0/+1
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-7/+0
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman-0/+10
2018-01-02capabilities: fix buffer overread on very short xattrEric Biggers-12/+9
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+10
2017-12-27Smack: fix dereferenced before checkVasyl Gomonovych-1/+5
2017-12-23x86/mm/pti: Add KconfigDave Hansen-0/+10
2017-12-18/dev/mem: Add bounce buffer for copy-outKees Cook-0/+1
2017-12-18ima: Use i_version only when filesystem supports itSascha Hauer-1/+2
2017-12-18integrity: remove unneeded initializations in integrity_iint_cache entriesJeff Layton-4/+0
2017-12-18ima: log message to module appraisal errorBruno E. O. Meneguele-1/+3
2017-12-18ima: pass filename to ima_rdwr_violation_check()Roberto Sassu-3/+3
2017-12-18ima: Fix line continuation formatJoe Perches-6/+5
2017-12-18ima: support new "hash" and "dont_hash" policy actionsMimi Zohar-20/+63
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-26/+47
2017-12-13ima: Use i_version only when filesystem supports itSascha Hauer-1/+2
2017-12-11ima: re-introduce own integrity cache lockDmitry Kasatkin-40/+77
2017-12-11EVM: Add support for portable signature formatMatthew Garrett-21/+91
2017-12-11EVM: Allow userland to permit modification of EVM-protected metadataMatthew Garrett-12/+53
2017-12-11ima: relax requiring a file signature for new files with zero lengthMimi Zohar-1/+2
2017-12-08KEYS: reject NULL restriction string when type is specifiedEric Biggers-14/+10