1. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  2. 6732714 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  3. bfc5e3a selinux: use the kernel headers when building scripts/selinux by Paul Moore · 8 years ago
  4. 98e1d55d ima: platform-independent hash value by Andreas Steffen · 8 years ago
  5. d68a6fe ima: define a canonical binary_runtime_measurements list format by Mimi Zohar · 8 years ago
  6. c7d0936 ima: support restoring multiple template formats by Mimi Zohar · 8 years ago
  7. 3f23d62 ima: store the builtin/custom template definitions in a list by Mimi Zohar · 8 years ago
  8. 7b8589c ima: on soft reboot, save the measurement list by Mimi Zohar · 8 years ago
  9. d158847 ima: maintain memory size needed for serializing the measurement list by Mimi Zohar · 8 years ago
  10. dcfc569 ima: permit duplicate measurement list entries by Mimi Zohar · 8 years ago
  11. 94c3aac ima: on soft reboot, restore the measurement list by Mimi Zohar · 8 years ago
  12. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  13. c4364f8 Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus by Al Viro · 8 years ago
  14. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  15. 5b56d49 mm: add locked parameter to get_user_pages_remote() by Lorenzo Stoakes · 8 years ago
  16. 412ac77a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  17. 683b96f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  18. 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  19. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  20. 50523a2 Yama: allow access for the current ptrace parent by Josh Stone · 8 years ago
  21. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  22. 19339c2 Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC" by Eric W. Biederman · 8 years ago
  23. 0821e30 Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 8 years ago
  24. b075361 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next by James Morris · 8 years ago
  25. 9287aed selinux: Convert isec->lock into a spinlock by Andreas Gruenbacher · 8 years ago
  26. 636e462 Merge remote branch 'smack/smack-for-4.10' into next by James Morris · 8 years ago
  27. 3322d0d selinux: keep SELinux in sync with new capability definitions by Stephen Smalley · 8 years ago
  28. 3d40658 apparmor: fix change_hat not finding hat after policy replacement by John Johansen · 8 years ago
  29. ea49d10 selinux: normalize input to /sys/fs/selinux/enforce by Stephen Smalley · 8 years ago
  30. baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 8 years ago
  31. 152f91d Smack: Remove unnecessary smack_known_invalid by Casey Schaufler · 8 years ago
  32. 8c15d66 Smack: Use GFP_KERNEL for smack_parse_opts_str(). by Tetsuo Handa · 8 years ago
  33. 13457d0 selinux: Clean up initialization of isec->sclass by Andreas Gruenbacher · 8 years ago
  34. db978da proc: Pass file mode to proc_pid_make_inode by Andreas Gruenbacher · 8 years ago
  35. 4205911 selinux: Minor cleanups by Andreas Gruenbacher · 8 years ago
  36. 8931c3b SELinux: Use GFP_KERNEL for selinux_parse_opts_str(). by Tetsuo Handa · 8 years ago
  37. b4bfec7 security/integrity: Harden against malformed xattrs by Seth Forshee · 8 years ago
  38. 064be15 ima: include the reason for TPM-bypass mode by Mimi Zohar · 8 years ago
  39. f5acb3d Revert "ima: limit file hash setting by user to fix and log modes" by Mimi Zohar · 8 years ago
  40. 9a11a18 ima: fix memory leak in ima_release_policy by Eric Richter · 8 years ago
  41. 2e4939f Smack: ipv6 label match fix by Casey Schaufler · 8 years ago
  42. b437aba SMACK: Fix the memory leak in smack_cred_prepare() hook by Himanshu Shukla · 8 years ago
  43. 7128ea1 SMACK: Do not apply star label in smack_setprocattr hook by Himanshu Shukla · 8 years ago
  44. 2097f59 smack: parse mnt opts after privileges check by Himanshu Shukla · 8 years ago
  45. 08382c9 Smack: Assign smack_known_web label for kernel thread's by jooseong lee · 8 years ago
  46. 31e6ec4 security/keys: make BIG_KEYS dependent on stdrng. by Artem Savkov · 8 years ago
  47. 7df3e59 KEYS: Sort out big_key initialisation by David Howells · 8 years ago
  48. 03dab86 KEYS: Fix short sprintf buffer in /proc/keys show function by David Howells · 8 years ago
  49. 86c5bf7 Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  50. d17af50 mm: Change vm_is_stack_for_task() to vm_is_stack_for_current() by Andy Lutomirski · 8 years ago
  51. 9beae1e mm: replace get_user_pages_remote() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  52. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  53. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  54. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  55. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  56. 5638733 Merge branch 'printk-cleanups' by Linus Torvalds · 8 years ago
  57. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  58. f334bcd Merge remote-tracking branch 'ovl/misc' into work.misc by Al Viro · 8 years ago
  59. 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
  60. 2ab704a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  61. a3443cd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  62. 3cd013a Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  63. 1b46065 securityfs: fix securityfs_create_dir comment by Laurent Georget · 8 years ago
  64. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  65. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  66. 18fc84d vfs: remove unused i_op->rename by Miklos Szeredi · 8 years ago
  67. 2ddfdd4 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  68. 456bee9 KEYS: Fix skcipher IV clobbering by Herbert Xu · 8 years ago
  69. 8a17ef9d Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 8 years ago
  70. 43af5de lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILE by Vivek Goyal · 8 years ago
  71. de2f4b3 Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 8 years ago
  72. e71b9df ima: use file_dentry() by Miklos Szeredi · 8 years ago
  73. 9b6a9ec selinux: fix error return code in policydb_read() by Wei Yongjun · 8 years ago
  74. c60b906 Smack: Signal delivery as an append operation by Casey Schaufler · 8 years ago
  75. 80a7704 Merge tag 'usercopy-v4.8-rc6-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  76. 8e1f74e usercopy: remove page-spanning test for now by Kees Cook · 8 years ago
  77. fa2bea2 audit: consistently record PIDs with task_tgid_nr() by Paul Moore · 8 years ago
  78. 7c686af selinux: fix overflow and 0 length allocations by William Roberts · 8 years ago
  79. 3bc7bcf selinux: initialize structures by William Roberts · 8 years ago
  80. 74d977b selinux: detect invalid ebitmap by William Roberts · 8 years ago
  81. 63e24c4 Smack: Use memdup_user() rather than duplicating its implementation by Markus Elfring · 8 years ago
  82. 6040e57 Make the hardened user-copy code depend on having a hardened allocator by Linus Torvalds · 8 years ago
  83. 348a0db selinux: drop SECURITY_SELINUX_POLICYDB_VERSION_MAX by William Roberts · 8 years ago
  84. a518b0a selinux: Implement dentry_create_files_as() hook by Vivek Goyal · 8 years ago
  85. 2602625 security, overlayfs: Provide hook to correctly label newly created files by Vivek Goyal · 8 years ago
  86. c957f6d selinux: Pass security pointer to determine_inode_label() by Vivek Goyal · 8 years ago
  87. 19472b6 selinux: Implementation for inode_copy_up_xattr() hook by Vivek Goyal · 8 years ago
  88. 121ab82 security,overlayfs: Provide security hook for copy up of xattrs for overlay file by Vivek Goyal · 8 years ago
  89. 56909eb selinux: Implementation for inode_copy_up() hook by Vivek Goyal · 8 years ago
  90. d8ad8b4 security, overlayfs: provide copy up security hook for unioned files by Vivek Goyal · 8 years ago
  91. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  92. 8b31f45 selinux: print leading 0x on ioctlcmd audits by William Roberts · 8 years ago
  93. 1a93a6e security: Use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  94. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  95. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  96. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  97. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  98. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  99. 7616ac7 apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handling by Arnd Bergmann · 8 years ago
  100. f5509cc mm: Hardened usercopy by Kees Cook · 8 years ago