1. ef8f3d4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  2. 6471384 mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options by Alexander Potapenko · 5 years ago
  3. c079512 Merge tag 'loadpin-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  4. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
  5. 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 5 years ago
  6. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  7. 9d22167 Merge branch 'next-lsm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  8. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  9. 92c1d65 Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  10. 8b68150 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  11. 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  12. c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  13. c236b6d Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  14. d44a627 Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  15. 7c0f896 Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 5 years ago
  16. e1928328 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  17. c5eaab1 security/commoncap: Use xattr security prefix len by Carmeli Tamir · 5 years ago
  18. 7a1ade8 keys: Provide KEYCTL_GRANT_PERMISSION by David Howells · 6 years ago
  19. ea74a68 selinux: format all invalid context as untrusted by Richard Guy Briggs · 6 years ago
  20. 650b29d integrity: Introduce struct evm_xattr by Thiago Jung Bauermann · 6 years ago
  21. 337619e ima: Update MAX_TEMPLATE_NAME_LEN to fit largest reasonable definition by Thiago Jung Bauermann · 6 years ago
  22. 86b4da8 IMA: Define a new template field buf by Prakhar Srivastava · 6 years ago
  23. 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
  24. a58946c keys: Pass the network namespace into request_key mechanism by David Howells · 6 years ago
  25. 9b24261 keys: Network namespace domain tag by David Howells · 6 years ago
  26. 218e642 keys: Garbage collect keys for which the domain has been removed by David Howells · 6 years ago
  27. 3b6e4de keys: Include target namespace in match criteria by David Howells · 6 years ago
  28. 0f44e4d keys: Move the user and user-session keyrings to the user_namespace by David Howells · 6 years ago
  29. b206f28 keys: Namespace keyring names by David Howells · 6 years ago
  30. dcf49db keys: Add a 'recurse' flag for keyring searches by David Howells · 6 years ago
  31. 355ef8e keys: Cache the hash value to avoid lots of recalculation by David Howells · 6 years ago
  32. f771fde keys: Simplify key description management by David Howells · 6 years ago
  33. 3b8c4a0 keys: Kill off request_key_async{,_with_auxdata} by David Howells · 6 years ago
  34. b093512 IMA: Define a new hook to measure the kexec boot command line arguments by Prakhar Srivastava · 6 years ago
  35. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  36. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  37. 19453ce0 IMA: support for per policy rule template formats by Matthew Garrett · 6 years ago
  38. 7743c48 keys: Cache result of request_key*() temporarily in task_struct by David Howells · 6 years ago
  39. 896f195 keys: Provide request_key_rcu() by David Howells · 6 years ago
  40. e59428f keys: Move the RCU locks outwards from the keyring search functions by David Howells · 6 years ago
  41. a09003b keys: Invalidate used request_key authentication keys by David Howells · 6 years ago
  42. 504b69e keys: Fix request_key() lack of Link perm check on found key by David Howells · 6 years ago
  43. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  44. 45e0f30 keys: Add capability-checking keyctl function by David Howells · 6 years ago
  45. 156e429 apparmor: reset pos on failure to unpack for various functions by Mike Salvatore · 6 years ago
  46. 8404d7a apparmor: enforce nullbyte at end of tag string by Jann Horn · 6 years ago
  47. 23375b1 apparmor: fix PROFILE_MEDIATES for untrusted input by John Johansen · 6 years ago
  48. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  49. 8c65578 integrity: Fix __integrity_init_keyring() section mismatch by Geert Uytterhoeven · 6 years ago
  50. 9ffbe8a locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_held_write() by Nikolay Borisov · 6 years ago
  51. 6e7739f Smack: Restore the smackfsdef mount option and add missing prefixes by Casey Schaufler · 6 years ago
  52. 99c8b23 docs: cgroup-v1: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  53. 8afecfb Merge tag 'v5.2-rc4' into mauro by Jonathan Corbet · 6 years ago
  54. e038f5f ima: Use designated initializers for struct ima_event_data by Thiago Jung Bauermann · 6 years ago
  55. b169424 ima: use the lsm policy update notifier by Janne Karhunen · 6 years ago
  56. 42df744 LSM: switch to blocking policy update notifiers by Janne Karhunen · 6 years ago
  57. 9e1e5d4 x86/ima: fix the Kconfig dependency for IMA_ARCH_POLICY by Nayna Jain · 6 years ago
  58. 68f2529 ima: Make arch_policy_entry static by YueHaibing · 6 years ago
  59. b076173 Merge tag 'selinux-pr-20190612' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  60. 464c258 selinux: fix empty write to keycreate file by Ondrej Mosnacek · 6 years ago
  61. fec6375 selinux: fix a missing-check bug in selinux_sb_eat_lsm_opts() by Gen Zhang · 6 years ago
  62. e2e0e09 selinux: fix a missing-check bug in selinux_add_mnt_opt( ) by Gen Zhang · 6 years ago
  63. aff7ed4 selinux: log raw contexts as untrusted strings by Ondrej Mosnacek · 6 years ago
  64. d1c5947 security: Make capability_hooks static by YueHaibing · 6 years ago
  65. cb1aaeb docs: fix broken documentation links by Mauro Carvalho Chehab · 6 years ago
  66. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  67. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  68. a10e763 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 by Thomas Gleixner · 6 years ago
  69. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  70. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  71. 2cd4737 ima: prevent a file already mmap'ed write to be mmap'ed execute by Mimi Zohar · 6 years ago
  72. 0ff9848 security/loadpin: Allow to exclude specific file types by Ke Wu · 6 years ago
  73. d266b3f Merge branch 'next-fixes-for-5.2-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 6 years ago
  74. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  75. 4754620 keys: Reuse keyring_index_key::desc_len in lookup_user_key() by Eric Biggers · 6 years ago
  76. f7f1394 keys: Grant Link permission to possessers of request_key auth keys by David Howells · 6 years ago
  77. ed0ac5c keys: Add a keyctl to move a key between keyrings by David Howells · 6 years ago
  78. df593ee keys: Hoist locking out of __key_link_begin() by David Howells · 6 years ago
  79. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  80. eb0f68c keys: Break bits out of key_unlink() by David Howells · 6 years ago
  81. 3be59f7 keys: Change keyring_serialise_link_sem to a mutex by David Howells · 6 years ago
  82. 8cdc23a ima: show rules with IMA_INMASK correctly by Roberto Sassu · 6 years ago
  83. 221be10 evm: check hash algorithm passed to init_desc() by Roberto Sassu · 6 years ago
  84. 9fd1653 keys: sparse: Fix kdoc mismatches by David Howells · 6 years ago
  85. 7936d16 keys: sparse: Fix incorrect RCU accesses by David Howells · 6 years ago
  86. 65ee00a net: nexthop uapi by David Ahern · 6 years ago
  87. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  88. 86c2f5d Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  89. b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
  90. 2e21865 keys: sparse: Fix key_fs[ug]id_changed() by David Howells · 6 years ago
  91. beee56f selinux: remove some no-op BUG_ONs by Ondrej Mosnacek · 6 years ago
  92. 9c7db50 Merge tag 'selinux-pr-20190521' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  93. 8ba1d53 selinux: provide __le variables explicitly by Nicholas Mc Guire · 6 years ago
  94. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  95. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  96. 05174c9 selinux: do not report error on connect(AF_UNSPEC) by Paolo Abeni · 6 years ago
  97. f400194 ima: fix wrong signed policy requirement when not appraising by Petr Vorel · 6 years ago
  98. a3958f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  99. 4ad98ac tomoyo: Don't emit WARNING: string while fuzzing testing. by Tetsuo Handa · 6 years ago
  100. 27df4b4 tomoyo: Change pathname calculation for read-only filesystems. by Tetsuo Handa · 6 years ago