1. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. 182be68 kill f_vfsmnt by Al Viro · 11 years ago
  3. 446d64e block: fix part_pack_uuid() build error by Mimi Zohar · 11 years ago
  4. a2c2c3a ima: "remove enforce checking duplication" merge fix by Mimi Zohar · 11 years ago
  5. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  6. 53eb8c8 device_cgroup: don't grab mutex in rcu callback by Jerry Snitselaar · 11 years ago
  7. 33673dc Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  8. fe9453a KEYS: Revert one application of "Fix unreachable code" patch by David Howells · 11 years ago
  9. e075125 ima: digital signature verification using asymmetric keys by Dmitry Kasatkin · 11 years ago
  10. 50af554 ima: rename hash calculation functions by Dmitry Kasatkin · 12 years ago
  11. 76bb28f ima: use new crypto_shash API instead of old crypto_hash by Dmitry Kasatkin · 12 years ago
  12. 85865c1 ima: add policy support for file system uuid by Dmitry Kasatkin · 12 years ago
  13. 74de668 evm: add file system uuid to EVM hmac by Dmitry Kasatkin · 12 years ago
  14. 22f8379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  15. 5a73fcf ima: differentiate appraise status only for hook specific rules by Mimi Zohar · 12 years ago
  16. d79d72e ima: per hook cache integrity appraisal status by Mimi Zohar · 12 years ago
  17. f578c08 ima: increase iint flag size by Mimi Zohar · 12 years ago
  18. 0e5a247 ima: added policy support for 'security.ima' type by Dmitry Kasatkin · 12 years ago
  19. 103a197 security/device_cgroup: lock assert fails in dev_exception_clean() by Jerry Snitselaar · 11 years ago
  20. a67adb9 evm: checking if removexattr is not a NULL by Dmitry Kasatkin · 11 years ago
  21. a175b8b ima: forbid write access to files with digital signatures by Dmitry Kasatkin · 12 years ago
  22. ea1046d ima: move full pathname resolution to separate function by Dmitry Kasatkin · 12 years ago
  23. ee86633 integrity: reduce storage size for ima_status and evm_status by Dmitry Kasatkin · 12 years ago
  24. 16cac49 ima: rename FILE_MMAP to MMAP_CHECK by Mimi Zohar · 12 years ago
  25. b515246 ima: remove security.ima hexdump by Dmitry Kasatkin · 12 years ago
  26. 750943a ima: remove enforce checking duplication by Dmitry Kasatkin · 12 years ago
  27. def3e8b ima: set appraise status in fix mode only when xattr is fixed by Dmitry Kasatkin · 12 years ago
  28. e908056 evm: remove unused cleanup functions by Dmitry Kasatkin · 12 years ago
  29. 7163a99 ima: re-initialize IMA policy LSM info by Mimi Zohar · 11 years ago
  30. 5dbbaf2 tun: fix LSM/SELinux labeling of tun/tap devices by Paul Moore · 11 years ago
  31. 6f96c14 selinux: add the "attach_queue" permission to the "tun_socket" class by Paul Moore · 11 years ago
  32. a7f2a36 ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscall by Mimi Zohar · 11 years ago
  33. e67eab3 keys: fix unreachable code by Alan Cox · 11 years ago
  34. 9eb127cc0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  35. 7a684c4 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  36. a2faf2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  37. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  38. 2a74dbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  39. 9dd9ff9 bridge: update selinux perm table for RTM_NEWMDB and RTM_DELMDB by Amerigo Wang · 11 years ago
  40. 520d9ea Fix cap_capable to only allow owners in the parent user namespace to have caps. by Eric W. Biederman · 12 years ago
  41. e930723 Smack: create a sysfs mount point for smackfs by Casey Schaufler · 12 years ago
  42. 111fe8b Smack: use select not depends in Kconfig by Casey Schaufler · 12 years ago
  43. fdf9072 ima: support new kernel module syscall by Mimi Zohar · 12 years ago
  44. 2e72d51 security: introduce kernel_module_from_file hook by Kees Cook · 12 years ago
  45. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  46. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  47. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  48. 6e73d71 rtnetlink: add missing message types to selinux perm table by Cong Wang · 12 years ago
  49. ee07c6e bridge: export multicast database via netlink by Cong Wang · 12 years ago
  50. 88a693b selinux: fix sel_netnode_insert() suspicious rcu dereference by Dave Jones · 12 years ago
  51. 235e752 Yama: remove locking from delete path by Kees Cook · 12 years ago
  52. 93b69d4 Yama: add RCU to drop read locking by Kees Cook · 12 years ago
  53. 4c44aaa userns: Kill task_user_ns by Eric W. Biederman · 12 years ago
  54. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  55. 4b1c784 device_cgroup: add lockdep asserts by Tejun Heo · 12 years ago
  56. 201e72a device_cgroup: fix RCU usage by Tejun Heo · 12 years ago
  57. 64e1047 device_cgroup: fix unchecked cgroup parent usage by Aristeu Rozanski · 12 years ago
  58. 3bd7bf1 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  59. 4cef729 device_cgroup: add proper checking when changing default behavior by Aristeu Rozanski · 12 years ago
  60. 26fd840 device_cgroup: stop using simple_strtoul() by Aristeu Rozanski · 12 years ago
  61. 5b7aa7d device_cgroup: rename deny_all to behavior by Aristeu Rozanski · 12 years ago
  62. 8c9506d cgroup: fix invalid rcu dereference by Jiri Slaby · 12 years ago
  63. b010520 keys: Fix unreachable code by Alan Cox · 12 years ago
  64. 2e680dd apparmor: fix IRQ stack overflow during free_profile by John Johansen · 12 years ago
  65. 43c422e apparmor: fix apparmor OOPS in audit_log_untrustedstring+0x1c/0x40 by John Johansen · 12 years ago
  66. 45525b2 fix a leak in replace_fd() users by Al Viro · 12 years ago
  67. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  68. 808d4e3 consitify do_mount() arguments by Al Viro · 12 years ago
  69. 9e2d865 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  70. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  71. 2dd8ad8 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file by Konstantin Khlebnikov · 12 years ago
  72. 50e0d10 Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 12 years ago
  73. cf7f601 KEYS: Add payload preparsing opportunity prior to key instantiate or update by David Howells · 12 years ago
  74. 638c87a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  75. db9aeca device_cgroup: rename whitelist to exception list by Aristeu Rozanski · 12 years ago
  76. ad67607 device_cgroup: convert device_cgroup internally to policy + exceptions by Aristeu Rozanski · 12 years ago
  77. 868539a device_cgroup: introduce dev_whitelist_clean() by Aristeu Rozanski · 12 years ago
  78. 66b8ef6 device_cgroup: add "deny_all" in dev_cgroup structure by Aristeu Rozanski · 12 years ago
  79. d26e193 ima: fix bug in argument order by Dmitry Kasatkin · 12 years ago
  80. 8a1ab31 UAPI: (Scripted) Disintegrate include/asm-generic by David Howells · 12 years ago
  81. 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  82. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  83. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  84. 4442d77 Merge branch 'modsign-keys-devel' into security-next-keys by David Howells · 12 years ago
  85. f8aa23a KEYS: Use keyring_alloc() to create special keyrings by David Howells · 12 years ago
  86. 96b5c8f KEYS: Reduce initial permissions on keys by David Howells · 12 years ago
  87. 3a50597 KEYS: Make the session and process keyrings per-thread by David Howells · 12 years ago
  88. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  89. 68d47a1 Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  90. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  91. 94095a1 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  92. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  93. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  94. a84a921 key: Fix resource leak by Alan Cox · 12 years ago
  95. 6315277 keys: Fix unreachable code by Alan Cox · 12 years ago
  96. bf53083 Merge tag 'v3.6-rc7' into next by James Morris · 12 years ago
  97. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  98. c3c073f new helper: iterate_fd() by Al Viro · 12 years ago
  99. ee97cd8 switch flush_unauthorized_files() to replace_fd() by Al Viro · 12 years ago
  100. d2b31ca userns: Teach security_path_chown to take kuids and kgids by Eric W. Biederman · 12 years ago