1. 5b944a7 Merge branch 'linus' into next by James Morris · 13 years ago
  2. 0e4ae0e TOMOYO: Make several options configurable. by Tetsuo Handa · 13 years ago
  3. efe836a TOMOYO: Add built-in policy support. by Tetsuo Handa · 13 years ago
  4. b22b8b9 TOMOYO: Rename meminfo to stat and show more statistics. by Tetsuo Handa · 13 years ago
  5. 2c47ab9 TOMOYO: Cleanup part 4. by Tetsuo Handa · 13 years ago
  6. 2e503bb TOMOYO: Fix lockdep warning. by Tetsuo Handa · 13 years ago
  7. 5625f2e TOMOYO: Change pathname for non-rename()able filesystems. by Tetsuo Handa · 13 years ago
  8. bd03a3e TOMOYO: Add policy namespace support. by Tetsuo Handa · 13 years ago
  9. 3299714 TOMOYO: Add ACL group support. by Tetsuo Handa · 13 years ago
  10. eadd99c TOMOYO: Add auditing interface. by Tetsuo Handa · 13 years ago
  11. d5ca172 TOMOYO: Simplify profile structure. by Tetsuo Handa · 13 years ago
  12. 0d2171d TOMOYO: Rename directives. by Tetsuo Handa · 13 years ago
  13. a238cf5 TOMOYO: Use struct for passing ACL line. by Tetsuo Handa · 13 years ago
  14. 0df7e8b TOMOYO: Cleanup part 3. by Tetsuo Handa · 13 years ago
  15. b5bc60b TOMOYO: Cleanup part 2. by Tetsuo Handa · 13 years ago
  16. 7c75964 TOMOYO: Cleanup part 1. by Tetsuo Handa · 13 years ago
  17. 4e78c72 TOMOYO: Fix oops in tomoyo_mount_acl(). by Tetsuo Handa · 13 years ago
  18. e77dc34 TOMOYO: Fix wrong domainname validation. by Tetsuo Handa · 13 years ago
  19. db5ca35 TOMOYO: Fix refcount leak in tomoyo_mount_acl(). by Tetsuo Handa · 13 years ago
  20. d4ab4e6 Merge branch 'master'; commit 'v2.6.39-rc3' into next by James Morris · 13 years ago
  21. c0fa797 TOMOYO: Fix infinite loop bug when reading /sys/kernel/security/tomoyo/audit by Tetsuo Handa · 13 years ago
  22. e4f5f26 TOMOYO: Don't add / for allow_unmount permission check. by Tetsuo Handa · 13 years ago
  23. 2a086e5 TOMOYO: Fix race on updating profile's comment line. by Tetsuo Handa · 13 years ago
  24. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  25. cfc64fd tomoyo: fix memory leak in tomoyo_commit_ok() by Xiaochen Wang · 13 years ago
  26. eae61f3 TOMOYO: Fix memory leak upon file open. by Tetsuo Handa · 13 years ago
  27. da50295 fs: dcache scale d_unhashed by Nick Piggin · 13 years ago
  28. be14824 fs: take dcache_lock inside __d_path by Christoph Hellwig · 14 years ago
  29. 9f1c1d4 TOMOYO: Print URL information before panic(). by Tetsuo Handa · 14 years ago
  30. 68eda8f tomoyo: cleanup. don't store bogus pointer by Dan Carpenter · 14 years ago
  31. c8da96e TOMOYO: Don't abuse sys_getpid(), sys_getppid() by Ben Hutchings · 14 years ago
  32. 484ca79 TOMOYO: Use pathname specified by policy rather than execve() by Tetsuo Handa · 14 years ago
  33. e6f6a4c TOMOYO: Update version to 2.3.0 by Tetsuo Handa · 14 years ago
  34. 7e3d199 TOMOYO: Fix quota check. by Tetsuo Handa · 14 years ago
  35. 7e2deb7 TOMOYO: Explicitly set file_operations->llseek pointer. by Tetsuo Handa · 14 years ago
  36. 0849e3b TOMOYO: Add missing poll() hook. by Tetsuo Handa · 14 years ago
  37. e2bf690 TOMOYO: Rename symbols. by Tetsuo Handa · 14 years ago
  38. 8e56868 TOMOYO: Small cleanup. by Tetsuo Handa · 14 years ago
  39. f23571e TOMOYO: Copy directly to userspace buffer. by Tetsuo Handa · 14 years ago
  40. 5db5a39 TOMOYO: Use common code for policy reading. by Tetsuo Handa · 14 years ago
  41. 063821c TOMOYO: Allow reading only execute permission. by Tetsuo Handa · 14 years ago
  42. 475e6fa TOMOYO: Change list iterator. by Tetsuo Handa · 14 years ago
  43. 5448ec4 TOMOYO: Use common code for domain transition control. by Tetsuo Handa · 14 years ago
  44. 0617c7f TOMOYO: Remove alias keyword. by Tetsuo Handa · 14 years ago
  45. 7c2ea22 TOMOYO: Merge path_group and number_group. by Tetsuo Handa · 14 years ago
  46. 31845e8 TOMOYO: Aggregate reader functions. by Tetsuo Handa · 14 years ago
  47. a230f9e TOMOYO: Use array of "struct list_head". by Tetsuo Handa · 14 years ago
  48. a98aa4d TOMOYO: Merge tomoyo_path_group and tomoyo_number_group by Tetsuo Handa · 14 years ago
  49. e79acf0 TOMOYO: Pass "struct list_head" rather than "void *". by Tetsuo Handa · 14 years ago
  50. 8fbe71f TOMOYO: Make read function to void. by Tetsuo Handa · 14 years ago
  51. cb917cf TOMOYO: Merge functions. by Tetsuo Handa · 14 years ago
  52. 71c2823 TOMOYO: Remove wrapper function for reading keyword. by Tetsuo Handa · 14 years ago
  53. d795ef9e TOMOYO: Loosen parameter check for mount operation. by Tetsuo Handa · 14 years ago
  54. 7509315 TOMOYO: Rename symbols. by Tetsuo Handa · 14 years ago
  55. 99a8525 TOMOYO: Use callback for permission check. by Tetsuo Handa · 14 years ago
  56. cf6e9a6 TOMOYO: Pass parameters via structure. by Tetsuo Handa · 14 years ago
  57. 05336de TOMOYO: Use common code for open and mkdir etc. by Tetsuo Handa · 14 years ago
  58. d2f8b23 TOMOYO: Use common code for garbage collection. by Tetsuo Handa · 14 years ago
  59. 36f5e1f TOMOYO: Use callback for updating entries. by Tetsuo Handa · 14 years ago
  60. 82e0f00 TOMOYO: Use common structure for list element. by Tetsuo Handa · 14 years ago
  61. 237ab45 TOMOYO: Use callback for updating entries. by Tetsuo Handa · 14 years ago
  62. 57c2590 TOMOYO: Update profile structure. by Tetsuo Handa · 14 years ago
  63. 1084307 TOMOYO: Add pathname aggregation support. by Tetsuo Handa · 14 years ago
  64. 3f62963 TOMOYO: Allow wildcard for execute permission. by Tetsuo Handa · 14 years ago
  65. c8c57e8 TOMOYO: Support longer pathname. by Tetsuo Handa · 14 years ago
  66. 9b24437 TOMOYO: Several fixes for TOMOYO's management programs. by Tetsuo Handa · 14 years ago
  67. ea0d3ab LSM: Remove unused arguments from security_path_truncate(). by Tetsuo Handa · 14 years ago
  68. c3ef150 TOMOYO: Split files into some pieces. by Tetsuo Handa · 14 years ago
  69. 17fcfbd TOMOYO: Add interactive enforcing mode. by Tetsuo Handa · 14 years ago
  70. 2106ccd TOMOYO: Add mount restriction. by Tetsuo Handa · 14 years ago
  71. a1f9bb6 TOMOYO: Split file access control functions by type of parameters. by Tetsuo Handa · 14 years ago
  72. cb0abe6 TOMOYO: Use structure for passing common arguments. by Tetsuo Handa · 14 years ago
  73. 4c3e9e2 TOMOYO: Add numeric values grouping support. by Tetsuo Handa · 14 years ago
  74. 7762fbf TOMOYO: Add pathname grouping support. by Tetsuo Handa · 14 years ago
  75. 9e4b50e TOMOYO: Use stack memory for pending entry. by Tetsuo Handa · 14 years ago
  76. 2928238 TOMOYO: Use mutex_lock_interruptible. by Tetsuo Handa · 14 years ago
  77. 0ffbe26 Merge branch 'master' into next by James Morris · 14 years ago
  78. 4e5d6f7 TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. by Tetsuo Handa · 14 years ago
  79. d25d6fa Merge branch 'master' into next by James Morris · 14 years ago
  80. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  81. 181427a tomoyo: fix potential use after free by Dan Carpenter · 14 years ago
  82. c43a752 Merge branch 'next-queue' into next by James Morris · 14 years ago
  83. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  84. 440b3c6 get rid of ->mnt_parent in tomoyo/realpath by Al Viro · 14 years ago
  85. 37afdc7 get rid of insanity with namespace roots in tomoyo by Al Viro · 14 years ago
  86. b380de9 TOMOYO: Remove unused variables. by Tetsuo Handa · 14 years ago
  87. b4ccebd Merge branch 'next' into for-linus by James Morris · 14 years ago
  88. 1fcdc7c TOMOYO: Protect find_task_by_vpid() with RCU. by Tetsuo Handa · 14 years ago
  89. 1708000 TOMOYO: Remove __func__ from tomoyo_is_correct_path/domain by Tetsuo Handa · 14 years ago
  90. 97d6931 TOMOYO: Remove unneeded parameter. by Tetsuo Handa · 14 years ago
  91. 7ef6123 TOMOYO: Use shorter names. by Tetsuo Handa · 14 years ago
  92. 084da35 TOMOYO: Use enum for index numbers. by Tetsuo Handa · 14 years ago
  93. 847b173 TOMOYO: Add garbage collector. by Tetsuo Handa · 14 years ago
  94. ec8e6a4 TOMOYO: Add refcounter on domain structure. by Tetsuo Handa · 14 years ago
  95. 76bb089 TOMOYO: Merge headers. by Tetsuo Handa · 14 years ago
  96. bf24fb0 TOMOYO: Add refcounter on string data. by Tetsuo Handa · 14 years ago
  97. ca0b7df TOMOYO: Reduce lines by using common path for addition and deletion. by Tetsuo Handa · 14 years ago
  98. ea13ddb TOMOYO: Extract bitfield by Tetsuo Handa · 14 years ago
  99. 8e2d39a TOMOYO: Remove usage counter for temporary memory. by Tetsuo Handa · 14 years ago
  100. 2457552 Merge branch 'master' into next by James Morris · 14 years ago