1. 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  2. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  3. e262e32d vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled by David Howells · 6 years ago
  4. f09c296 tomoyo: fix small typo by Yangtao Li · 6 years ago
  5. 07aed2f LSM: Record LSM name in struct lsm_info by Kees Cook · 6 years ago
  6. 3d6e5f6 LSM: Convert security_initcall() into DEFINE_LSM() by Kees Cook · 6 years ago
  7. dbdb75b security: tomoyo: Fix obsolete function by Ding Xiang · 6 years ago
  8. e026bcc Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  9. c417fbc kbuild: move bin2c back to scripts/ from scripts/basic/ by Masahiro Yamada · 6 years ago
  10. 9481769 ->file_open(): lose cred argument by Al Viro · 6 years ago
  11. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  12. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  13. c0d4be2 tomoyo: annotate ->poll() instances by Al Viro · 7 years ago
  14. 55b3a0c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  15. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  16. 9273409 tomoyo: fix timestamping for y2038 by Arnd Bergmann · 7 years ago
  17. ddb4a14 exec: Rename bprm->cred_prepared to called_set_creds by Kees Cook · 7 years ago
  18. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  19. 8291798 TOMOYO: Use designated initializers by Kees Cook · 8 years ago
  20. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  21. ca97d93 security: mark LSM hooks as __ro_after_init by James Morris · 8 years ago
  22. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  23. d69dece LSM: Add /sys/kernel/security/lsm by Casey Schaufler · 8 years ago
  24. 5b56d49 mm: add locked parameter to get_user_pages_remote() by Lorenzo Stoakes · 8 years ago
  25. 9beae1e mm: replace get_user_pages_remote() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  26. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  27. 18fc84d vfs: remove unused i_op->rename by Miklos Szeredi · 8 years ago
  28. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  29. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  30. 40d2737 security: tomoyo: simplify the gc kthread creation by Mike Danese · 8 years ago
  31. 3b73b68 constify security_sb_pivotroot() by Al Viro · 9 years ago
  32. 77b286c constify security_path_chroot() by Al Viro · 9 years ago
  33. 3ccee46 constify security_path_{link,rename} by Al Viro · 9 years ago
  34. d360775 constify security_path_{mkdir,mknod,symlink} by Al Viro · 9 years ago
  35. 989f74e constify security_path_{unlink,rmdir} by Al Viro · 9 years ago
  36. be01f9f constify chmod_common/security_path_chmod by Al Viro · 9 years ago
  37. 8a04c43 constify security_sb_mount() by Al Viro · 9 years ago
  38. 7fd25da constify chown_common/security_path_chown by Al Viro · 9 years ago
  39. e6641ed tomoyo: constify assorted struct path * by Al Viro · 9 years ago
  40. 81f4c50 constify security_path_truncate() by Al Viro · 9 years ago
  41. 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 9 years ago
  42. 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 9 years ago
  43. b1d9e6b LSM: Switch to lists of hooks by Casey Schaufler · 10 years ago
  44. e20b043 LSM: Add security module hook list heads by Casey Schaufler · 10 years ago
  45. 3c4ed7b LSM: Split security.h by Casey Schaufler · 10 years ago
  46. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  47. d4144ea tomoyo: reduce mmap_sem hold for mm->exe_file by Davidlohr Bueso · 10 years ago
  48. c6f493d VFS: security/: d_backing_inode() annotations by David Howells · 10 years ago
  49. d488d3a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  50. 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 10 years ago
  51. 2247386 constify tomoyo_realpath_from_path() by Al Viro · 10 years ago
  52. f02dee2 tomoyo: Do not generate empty policy files by Michal Marek · 10 years ago
  53. bf7a9ab tomoyo: Use if_changed when generating builtin-policy.h by Michal Marek · 10 years ago
  54. 7e114bb tomoyo: Use bin2c to generate builtin-policy.h by Michal Marek · 10 years ago
  55. e656a8e TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR() by David Howells · 10 years ago
  56. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago
  57. 8fe7a26 tomoyo: Fix pathname calculation breakage. by Tetsuo Handa · 10 years ago
  58. 77f4fa0 tomoyo: Use sensible time interface by Thomas Gleixner · 10 years ago
  59. 627bf81 get rid of pointless checks for NULL ->i_op by Al Viro · 11 years ago
  60. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  61. e53cfda tomoyo_close_control: don't bother with return value by Al Viro · 12 years ago
  62. 505f14f tomoyo: use DEFINE_SRCU() to define tomoyo_ss by Lai Jiangshan · 12 years ago
  63. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  64. 808d4e3 consitify do_mount() arguments by Al Viro · 12 years ago
  65. 2dd8ad8 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file by Konstantin Khlebnikov · 12 years ago
  66. d2b31ca userns: Teach security_path_chown to take kuids and kgids by Eric W. Biederman · 12 years ago
  67. 609fcd1 userns: Convert tomoyo to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
  68. ff2bb04 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 12 years ago
  69. 77b513d TOMOYO: Accept manager programs which do not start with / . by Tetsuo Handa · 13 years ago
  70. 83d4985 SELinux: rename dentry_open to file_open by Eric Paris · 13 years ago
  71. 70834d3 usermodehelper: use UMH_WAIT_PROC consistently by Oleg Nesterov · 13 years ago
  72. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
  73. c58e037 tomoyo: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  74. 7d7473d TOMOYO: Return error if fails to delete a domain by Tetsuo Handa · 13 years ago
  75. 6041e83 TOMOYO: Return appropriate value to poll(). by Tetsuo Handa · 13 years ago
  76. df91e49 TOMOYO: Fix mount flags checking order. by Tetsuo Handa · 13 years ago
  77. 25add8c TOMOYO: Accept \000 as a valid character. by Tetsuo Handa · 13 years ago
  78. e7691a1 Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  79. 8fcc995 Merge branch 'next' into for-linus by James Morris · 13 years ago
  80. cdcf116 switch security_path_chmod() to struct path * by Al Viro · 13 years ago
  81. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 13 years ago
  82. d10577a vfs: trim includes a bit by Al Viro · 13 years ago
  83. 04fc66e switch ->path_mknod() to umode_t by Al Viro · 13 years ago
  84. 4572bef switch ->path_mkdir() to umode_t by Al Viro · 13 years ago
  85. d179333f tomoyo_mini_stat: switch to umode_t by Al Viro · 13 years ago
  86. 52ef0c0 switch securityfs_create_file() to umode_t by Al Viro · 13 years ago
  87. 910f4ece switch security_path_chmod() to umode_t by Al Viro · 13 years ago
  88. c5dc332 tomoyo: stop including hell knows what by Al Viro · 13 years ago
  89. 735e93c Security: tomoyo: add .gitignore file by Greg Kroah-Hartman · 13 years ago
  90. bb80d88 tomoyo: add missing rcu_dereference() by Kees Cook · 13 years ago
  91. 1418a3e TOMOYO: Fix pathname handling of disconnected paths. by Tetsuo Handa · 13 years ago
  92. 02125a8 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API by Al Viro · 13 years ago
  93. 2380078 Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  94. 59df316 TOMOYO: Fix interactive judgment functionality. by Tetsuo Handa · 13 years ago
  95. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  96. e0b057b TOMOYO: Fix incomplete read after seek. by Tetsuo Handa · 13 years ago
  97. 6afcb3b TOMOYO: Fix unused kernel config option. by Tetsuo Handa · 13 years ago
  98. 545a726 TOMOYO: Fix quota and garbage collector. by Tetsuo Handa · 13 years ago
  99. e2b8b25 TOMOYO: Remove redundant tasklist_lock. by Tetsuo Handa · 13 years ago
  100. e00fb3f TOMOYO: Fix domain transition failure warning. by Tetsuo Handa · 13 years ago