1. 828716c Smack: check permissions from user space (v2) by Jarkko Sakkinen · 13 years ago
  2. 545a726 TOMOYO: Fix quota and garbage collector. by Tetsuo Handa · 13 years ago
  3. e2b8b25 TOMOYO: Remove redundant tasklist_lock. by Tetsuo Handa · 13 years ago
  4. e00fb3f TOMOYO: Fix domain transition failure warning. by Tetsuo Handa · 13 years ago
  5. c6cb56f Merge branch 'next-hex2bin' of git://github.com/mzohar/linux-evm into next by James Morris · 13 years ago
  6. a427fd1 TOMOYO: Remove tomoyo_policy_memory_lock spinlock. by Tetsuo Handa · 13 years ago
  7. f9732ea TOMOYO: Simplify garbage collector. by Tetsuo Handa · 13 years ago
  8. 778c4a4 TOMOYO: Fix make namespacecheck warnings. by Tetsuo Handa · 13 years ago
  9. 8c35ad2 target: check hex2bin result by Mimi Zohar · 13 years ago
  10. 2b3ff63 encrypted-keys: check hex2bin result by Mimi Zohar · 13 years ago
  11. 2684bf7 trusted-keys: check hex2bin result by Mimi Zohar · 13 years ago
  12. b780498 lib: add error checking to hex2bin by Mimi Zohar · 13 years ago
  13. 6bce98e TOMOYO: Allow specifying domain transition preference. by Tetsuo Handa · 13 years ago
  14. cc10055 encrypted-keys: IS_ERR need include/err.h by Stephen Rothwell · 13 years ago
  15. 8de6ac7 Merge branch 'next-evm' of git://github.com/mzohar/linux-evm into next by James Morris · 13 years ago
  16. 843d183 TOMOYO: Bump version. by Tetsuo Handa · 13 years ago
  17. fb788d8 evm: clean verification status by Dmitry Kasatkin · 13 years ago
  18. 566be59 evm: permit mode bits to be updated by Mimi Zohar · 13 years ago
  19. bf6d0f5 evm: posix acls modify i_mode by Mimi Zohar · 13 years ago
  20. a924ce0 evm: limit verifying current security.evm integrity by Mimi Zohar · 13 years ago
  21. fb88c2b evm: fix security/security_old_init_security return code by Mimi Zohar · 13 years ago
  22. 1d71405 evm: remove TCG_TPM dependency by Mimi Zohar · 13 years ago
  23. 982e617 encrypted-keys: remove trusted-keys dependency by Mimi Zohar · 13 years ago
  24. 61cf45d encrypted-keys: create encrypted-keys directory by Mimi Zohar · 13 years ago
  25. a8f7640 TOMOYO: Avoid race when retrying "file execute" permission check. by Tetsuo Handa · 13 years ago
  26. 731d37a TOMOYO: Allow domain transition without execve(). by Tetsuo Handa · 13 years ago
  27. 1f067a6 TOMOYO: Allow controlling generation of access granted logs for per an entry basis. by Tetsuo Handa · 13 years ago
  28. 059d84d TOMOYO: Add socket operation restriction support. by Tetsuo Handa · 13 years ago
  29. d58e0da TOMOYO: Add environment variable name restriction support. by Tetsuo Handa · 13 years ago
  30. 5dbe304 security: sparse fix: Move security_fixup_op to security.h by James Morris · 13 years ago
  31. 7b98a58 selinux: sparse fix: fix several warnings in the security server code by James Morris · 13 years ago
  32. 0ff53f5 selinux: sparse fix: include selinux.h in exports.c by James Morris · 13 years ago
  33. 6a3fbe8 selinux: sparse fix: fix warnings in netlink code by James Morris · 13 years ago
  34. ad3fa08 selinux: sparse fix: eliminate warnings for selinuxfs by James Morris · 13 years ago
  35. d5813a5 ima: sparse fix: include linux/ima.h in ima_main.c by James Morris · 13 years ago
  36. b97e145 ima: sparse fix: make ima_open_policy static by James Morris · 13 years ago
  37. cc7db09 apparmor: sparse fix: include procattr.h in procattr.c by James Morris · 13 years ago
  38. 7ee9585 apparmor: sparse fix: rename shadowed variables in policy_unpack.c by James Morris · 13 years ago
  39. 32c3df6 apparmor: sparse fix: add apparmor.h to lib.c by James Morris · 13 years ago
  40. 33f8bf5 apparmor: sparse fix: include ipc.h by James Morris · 13 years ago
  41. 58982b7 selinux: sparse fix: declare selinux_disable() in security.h by James Morris · 13 years ago
  42. cc59a58 selinux: sparse fix: move selinux_complete_init by James Morris · 13 years ago
  43. 56a4ca9 selinux: sparse fix: make selinux_secmark_refcount static by James Morris · 13 years ago
  44. 3417d8d apparmor: sparse fix: make aa_create_aafs static by James Morris · 13 years ago
  45. 4892722 integrity: sparse fix: move iint_initialized to integrity.h by James Morris · 13 years ago
  46. fc9ff9b security: Fix a typo by rongqing.li@windriver.com · 13 years ago
  47. 8525841 TOMOYO: Fix incorrect enforce mode. by Tetsuo Handa · 13 years ago
  48. 403d1d0 tpm: suppress durations sysfs output if not read by Stefan Berger · 13 years ago
  49. 8ad346c CRED: fix build error due to 'tgcred' undeclared by Axel Lin · 13 years ago
  50. 0c061b5 KEYS: Correctly destroy key payloads when their keytype is removed by David Howells · 13 years ago
  51. d199798 KEYS: The dead key link reaper should be non-reentrant by David Howells · 13 years ago
  52. b072e9b KEYS: Make the key reaper non-reentrant by David Howells · 13 years ago
  53. 8bc16de KEYS: Move the unreferenced key reaper to the keys garbage collector file by David Howells · 13 years ago
  54. 012146d CRED: Fix prepare_kernel_cred() to provide a new thread_group_cred struct by David Howells · 13 years ago
  55. 6d528b0 KEYS: __key_link() should use the RCU deref wrapper for keyring payloads by David Howells · 13 years ago
  56. 3ecf1b4 KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag set by David Howells · 13 years ago
  57. 99599537 KEYS: If install_session_keyring() is given a keyring, it should install it by David Howells · 13 years ago
  58. c5532b0 evm: add MAINTAINERS entry by Mimi Zohar · 13 years ago
  59. dbe5ad1 evm: add Kconfig TCG_TPM dependency by Mimi Zohar · 13 years ago
  60. 09f464b tomoyo: remove tomoyo_gc_thread()->daemonize() by Oleg Nesterov · 13 years ago
  61. 1e39f38 evm: fix build problems by Mimi Zohar · 13 years ago
  62. 7d8db18 capabilities: initialize has_cap by Serge Hallyn · 13 years ago
  63. 4d49f67 capabilities: do not grant full privs for setuid w/ file caps + no effective caps by Zhi Li · 13 years ago
  64. f995e74 CIFS: remove local xattr definitions by Mimi Zohar · 13 years ago
  65. 5a4730b evm: fix evm_inode_init_security return code by Mimi Zohar · 13 years ago
  66. e1c9b23 evm: building without EVM enabled fixes by Mimi Zohar · 13 years ago
  67. 0b024d2 EVM: ensure trusted and encypted key symbols are available to EVM by James Morris · 13 years ago
  68. 5a2f3a0 Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next by James Morris · 13 years ago
  69. 1d568ab Merge branch 'next-queue' into next by James Morris · 13 years ago
  70. 94b12d4 Merge branch 'linus'; commit 'v3.1-rc1' into next by James Morris · 13 years ago
  71. 322a8b0 Linux 3.1-rc1 by Linus Torvalds · 13 years ago
  72. 9e23311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  73. fc97114 sh: Fix boot crash related to SCI by Rafael J. Wysocki · 13 years ago
  74. f23c126 arm: remove stale export of 'sha_transform' by Linus Torvalds · 13 years ago
  75. 4d44871 arm: remove "optimized" SHA1 routines by Linus Torvalds · 13 years ago
  76. 3295514 fix rcu annotations noise in cred.h by Al Viro · 13 years ago
  77. 7813b94 vfs: rename 'do_follow_link' to 'should_follow_link' by Linus Torvalds · 13 years ago
  78. 206b1d0 Fix POSIX ACL permission check by Ari Savolainen · 13 years ago
  79. c2f340a Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  80. 3ddcd05 vfs: optimize inode cache access patterns by Linus Torvalds · 13 years ago
  81. 830c0f0 vfs: renumber DCACHE_xyz flags, remove some stale ones by Linus Torvalds · 13 years ago
  82. 7cd4767 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  83. cf283ad ore: Make ore its own module by Boaz Harrosh · 13 years ago
  84. 8ff660a exofs: Rename raid engine from exofs/ios.c => ore by Boaz Harrosh · 13 years ago
  85. 9e9db45 exofs: ios: Move to a per inode components & device-table by Boaz Harrosh · 13 years ago
  86. 85e44df exofs: Move exofs specific osd operations out of ios.c by Boaz Harrosh · 13 years ago
  87. e1042ba exofs: Add offset/length to exofs_get_io_state by Boaz Harrosh · 14 years ago
  88. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  89. bc0b96b crypto: Move md5_transform to lib/md5.c by David S. Miller · 13 years ago
  90. 1957e7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  91. ce195d3 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  92. 2560540 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 13 years ago
  93. 45a05f9 Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  94. f38092b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  95. 4b00e4b savagedb: Fix typo causing regression in savage4 series video chip detection by John Stanley · 13 years ago
  96. 6f76b6f CodingStyle: Document the exception of not splitting user-visible strings, for grepping by Josh Triplett · 13 years ago
  97. 1117f72 vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> files by Linus Torvalds · 13 years ago
  98. c214270 oom_ajd: don't use WARN_ONCE, just use printk_once by Linus Torvalds · 13 years ago
  99. 1eb19a1 lib/sha1: use the git implementation of SHA-1 by Mandeep Singh Baines · 13 years ago
  100. 0785a8e sparc: Fix build with DEBUG_PAGEALLOC enabled. by David S. Miller · 13 years ago