1. 4009132 Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  2. b230d5a LSM: add new hook for kernfs node initialization by Ondrej Mosnacek · 6 years ago
  3. 2db154b vfs: syscall: Add move_mount(2) to move mounts around by David Howells · 6 years ago
  4. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  5. be37f21 Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  6. 0b52075 introduce cloning of fs_context by Al Viro · 6 years ago
  7. da2441f vfs: Add LSM hooks for the new mount API by David Howells · 6 years ago
  8. 89a9684 LSM: Ignore "security=" when "lsm=" is specified by Kees Cook · 6 years ago
  9. 90462a5 audit: remove unused actx param from audit_rule_match by Richard Guy Briggs · 6 years ago
  10. 9624d5c Merge tag 'v5.0-rc3' into next-general by James Morris · 6 years ago
  11. 3e8c736 LSM: Make some functions static by Wei Yongjun · 6 years ago
  12. 1cfb2a5 LSM: Make lsm_early_cred() and lsm_early_task() local functions. by Tetsuo Handa · 6 years ago
  13. a5795fd LSM: Check for NULL cred-security on free by James Morris · 6 years ago
  14. c1a85a0 LSM: generalize flag passing to security_capable by Micah Morton · 6 years ago
  15. ecd5f82 LSM: Infrastructure management of the ipc security blob by Casey Schaufler · 6 years ago
  16. f4ad8f2 LSM: Infrastructure management of the task security by Casey Schaufler · 6 years ago
  17. afb1cbe3 LSM: Infrastructure management of the inode security by Casey Schaufler · 6 years ago
  18. 33bf60c LSM: Infrastructure management of the file security by Casey Schaufler · 6 years ago
  19. bbd3662 Infrastructure management of the cred security blob by Casey Schaufler · 6 years ago
  20. 6d9c939 procfs: add smack subdir to attrs by Casey Schaufler · 6 years ago
  21. d117a15 capability: Initialize as LSM_ORDER_FIRST by Kees Cook · 6 years ago
  22. e2bc445 LSM: Introduce enum lsm_order by Kees Cook · 6 years ago
  23. d6aed64 Yama: Initialize as ordered LSM by Kees Cook · 6 years ago
  24. 70b62c2 LoadPin: Initialize as ordered LSM by Kees Cook · 6 years ago
  25. d8e9bbd4 LSM: Split LSM preparation from initialization by Kees Cook · 6 years ago
  26. c91d810 LSM: Add all exclusive LSMs to ordered initialization by Casey Schaufler · 6 years ago
  27. 14bd99c LSM: Separate idea of "major" LSM from "exclusive" LSM by Kees Cook · 6 years ago
  28. 7e61148 LSM: Refactor "security=" in terms of enable/disable by Kees Cook · 6 years ago
  29. 5ef4e41 LSM: Prepare for reorganizing "security=" logic by Kees Cook · 6 years ago
  30. a8027fb LSM: Tie enabling logic to presence in ordered list by Kees Cook · 6 years ago
  31. 79f7865 LSM: Introduce "lsm=" for boottime LSM selection by Kees Cook · 6 years ago
  32. 13e735c LSM: Introduce CONFIG_LSM by Kees Cook · 6 years ago
  33. 2d4d511 LSM: Build ordered list of LSMs to initialize by Kees Cook · 6 years ago
  34. f4941d7 LSM: Lift LSM selection out of individual LSMs by Kees Cook · 6 years ago
  35. 657d910 LSM: Provide separate ordered initialization by Kees Cook · 6 years ago
  36. 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  37. 757cbe5 LSM: new method: ->sb_add_mnt_opt() by Al Viro · 6 years ago
  38. 204cc0c LSM: hide struct security_mnt_opts from any generic code by Al Viro · 6 years ago
  39. 5b40023 LSM: turn sb_eat_lsm_opts() into a method by Al Viro · 6 years ago
  40. a65001e btrfs: sanitize security_mnt_opts use by Al Viro · 6 years ago
  41. a10d7c2 LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount() by Al Viro · 6 years ago
  42. f5c0c26 new helper: security_sb_eat_lsm_opts() by Al Viro · 6 years ago
  43. c039bc3 LSM: lift extracting and parsing LSM options into the caller of ->sb_remount() by Al Viro · 6 years ago
  44. 6be8750 LSM: lift parsing LSM options into the caller of ->sb_kern_mount() by Al Viro · 6 years ago
  45. 876979c security: audit and remove any unnecessary uses of module.h by Paul Gortmaker · 6 years ago
  46. 638820d Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  47. 3f6caaf LSM: Don't ignore initialization failures by Kees Cook · 6 years ago
  48. 9b8c7c1 LSM: Provide init debugging infrastructure by Kees Cook · 6 years ago
  49. 5b89c1b LSM: Convert from initcall to struct lsm_info by Kees Cook · 6 years ago
  50. 6907e37 LSM: Remove initcall tracing by Kees Cook · 6 years ago
  51. b048ae6 LSM: Rename .security_initcall section to .lsm_info by Kees Cook · 6 years ago
  52. 98d2917 LSM: Correctly announce start of LSM initialization by Kees Cook · 6 years ago
  53. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  54. 1b1eeca init: allow initcall tables to be emitted using relative references by Ard Biesheuvel · 6 years ago
  55. f91e654 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  56. 92d4a03 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  57. 6eb864c integrity: prevent deadlock during digsig verification. by Mikhail Kurinnoi · 7 years ago
  58. 87ea584 security: check for kstrdup() failure in lsm_append() by Eric Biggers · 6 years ago
  59. 83a68a0 security: export security_kernel_load_data function by Arnd Bergmann · 6 years ago
  60. 16c267a ima: based on policy require signed kexec kernel images by Mimi Zohar · 6 years ago
  61. 377179c security: define new LSM hook named security_kernel_load_data by Mimi Zohar · 6 years ago
  62. 9481769 ->file_open(): lose cred argument by Al Viro · 6 years ago
  63. e3f20ae security_file_open(): lose cred argument by Al Viro · 6 years ago
  64. aae7cfc security: add hook for socketpair() by David Herrmann · 7 years ago
  65. 2a56bb5 Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  66. f8cf2f1 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  67. 3612605 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  68. 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  69. 58eacff init, tracing: instrument security and console initcall trace events by Abderrahmane Benbachir · 7 years ago
  70. df0ce17 security: convert security hooks to use hlist by Sargun Dhillon · 7 years ago
  71. 3ec3011 security: Add a cred_getsecid hook by Matthew Garrett · 7 years ago
  72. d8c6e85 msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks by Eric W. Biederman · 7 years ago
  73. 7191adf shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooks by Eric W. Biederman · 7 years ago
  74. aefad95 sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks by Eric W. Biederman · 7 years ago
  75. 6b4f3d0 usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_kill by Stephen Smalley · 7 years ago
  76. 72e89f5 security: Add support for SCTP security hooks by Richard Haines · 7 years ago
  77. afdb09c security: bpf: Add LSM hooks for bpf object related syscall by Chenbo Feng · 7 years ago
  78. 7f85565 Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  79. 2af6228 LSM: drop bprm_secureexec hook by Kees Cook · 7 years ago
  80. 3cf2993 LSM: Remove security_task_create() hook. by Tetsuo Handa · 7 years ago
  81. 0b4d345 security/selinux: allow security_sb_clone_mnt_opts to enable/disable native labeling behavior by Scott Mayhew · 8 years ago
  82. 47a2b33 IB/core: Enforce security on management datagrams by Daniel Jurgens · 8 years ago
  83. 8f408ab selinux lsm IB/core: Implement LSM notification system by Daniel Jurgens · 8 years ago
  84. d291f1a IB/core: Enforce PKey security on QPs by Daniel Jurgens · 8 years ago
  85. d68c51e Sync to mainline for security submaintainers to work against by James Morris · 8 years ago
  86. 3bb857e LSM: Enable multiple calls to security_add_hooks() for the same LSM by Mickaël Salaün · 8 years ago
  87. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  88. 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 8 years ago
  89. e4e55b4 LSM: Revive security_task_alloc() hook and per "struct task_struct" security blob. by Tetsuo Handa · 8 years ago
  90. 3dfc9b0 LSM: Initialize security_hook_heads upon registration. by Tetsuo Handa · 8 years ago
  91. ca97d93 security: mark LSM hooks as __ro_after_init by James Morris · 8 years ago
  92. 791ec49 prlimit,security,selinux: add a security hook for prlimit by Stephen Smalley · 8 years ago
  93. a2a1547 Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 8 years ago
  94. d69dece5 LSM: Add /sys/kernel/security/lsm by Casey Schaufler · 8 years ago
  95. 3a2f5a5 security,selinux,smack: kill security_task_wait hook by Stephen Smalley · 8 years ago
  96. b21507e proc,security: move restriction on writing /proc/pid/attr nodes to proc by Stephen Smalley · 8 years ago
  97. 2602625 security, overlayfs: Provide hook to correctly label newly created files by Vivek Goyal · 8 years ago
  98. 121ab82 security,overlayfs: Provide security hook for copy up of xattrs for overlay file by Vivek Goyal · 8 years ago
  99. d8ad8b4 security, overlayfs: provide copy up security hook for unioned files by Vivek Goyal · 8 years ago
  100. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago