aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2018-02-22integrity/security: fix digsig.c build error with header fileGravatar Randy Dunlap 1-0/+1
2018-02-22KEYS: Use individual pages in big_key for crypto buffersGravatar David Howells 1-23/+87
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 4-13/+13
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-02-06pids: introduce find_get_task_by_vpid() helperGravatar Mike Rapoport 1-8/+3
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+14
2018-02-02ima: re-initialize iint->atomic_flagsGravatar Mimi Zohar 1-0/+1
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Gravatar Goffredo Baroncelli 1-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2018-01-31Merge tag 'selinux-pr-20180130' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-14/+13
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 4-21/+20
2018-01-31Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Gravatar Linus Torvalds 3-12/+39
2018-01-31Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 11-105/+294
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-9/+9
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+0
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+5
2018-01-29IMA: switch IMA over to new i_version APIGravatar Jeff Layton 2-2/+4
2018-01-18ima/policy: fix parsing of fsuuidGravatar Mike Rapoport 1-1/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-26/+41
2018-01-15usercopy: Allow strict enforcement of whitelistsGravatar Kees Cook 1-0/+14
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2018-01-14security/Kconfig: Correct the Documentation reference for PTIGravatar W. Trevor King 1-1/+1
2018-01-12apparmor: Fix regression in profile conflict logicGravatar Matthew Garrett 1-4/+5
2018-01-12apparmor: fix ptrace label match when matching stacked labelsGravatar John Johansen 2-21/+35
2018-01-10Smack: Privilege check on key operationsGravatar Casey Schaufler 3-11/+34
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-13/+31
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Gravatar Jarkko Sakkinen 4-21/+20
2018-01-07Merge tag 'apparmor-pr-2018-01-07' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+11
2018-01-05apparmor: fix regression in mount mediation when feature set is pinnedGravatar John Johansen 1-1/+11
2018-01-03Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2018-01-03x86/pti: Enable PTI by defaultGravatar Thomas Gleixner 1-0/+1
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-7/+0
2018-01-02Merge 4.15-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 1-0/+10
2018-01-02capabilities: fix buffer overread on very short xattrGravatar Eric Biggers 1-12/+9
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+10
2017-12-27Smack: fix dereferenced before checkGravatar Vasyl Gomonovych 1-1/+5
2017-12-23x86/mm/pti: Add KconfigGravatar Dave Hansen 1-0/+10
2017-12-18/dev/mem: Add bounce buffer for copy-outGravatar Kees Cook 1-0/+1
2017-12-18ima: Use i_version only when filesystem supports itGravatar Sascha Hauer 1-1/+2
2017-12-18integrity: remove unneeded initializations in integrity_iint_cache entriesGravatar Jeff Layton 1-4/+0
2017-12-18ima: log message to module appraisal errorGravatar Bruno E. O. Meneguele 1-1/+3
2017-12-18ima: pass filename to ima_rdwr_violation_check()Gravatar Roberto Sassu 1-3/+3
2017-12-18ima: Fix line continuation formatGravatar Joe Perches 1-6/+5
2017-12-18ima: support new "hash" and "dont_hash" policy actionsGravatar Mimi Zohar 5-20/+63
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-26/+47
2017-12-13ima: Use i_version only when filesystem supports itGravatar Sascha Hauer 1-1/+2
2017-12-11ima: re-introduce own integrity cache lockGravatar Dmitry Kasatkin 4-40/+77
2017-12-11EVM: Add support for portable signature formatGravatar Matthew Garrett 5-21/+91
2017-12-11EVM: Allow userland to permit modification of EVM-protected metadataGravatar Matthew Garrett 3-12/+53