1. 7762fbf TOMOYO: Add pathname grouping support. by Tetsuo Handa · 14 years ago
  2. 9e4b50e TOMOYO: Use stack memory for pending entry. by Tetsuo Handa · 14 years ago
  3. 2928238 TOMOYO: Use mutex_lock_interruptible. by Tetsuo Handa · 14 years ago
  4. 0ffbe26 Merge branch 'master' into next by James Morris · 14 years ago
  5. 4e5d6f7 TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. by Tetsuo Handa · 14 years ago
  6. d25d6fa Merge branch 'master' into next by James Morris · 14 years ago
  7. 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
  8. 181427a tomoyo: fix potential use after free by Dan Carpenter · 14 years ago
  9. c43a752 Merge branch 'next-queue' into next by James Morris · 14 years ago
  10. 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
  11. 440b3c6 get rid of ->mnt_parent in tomoyo/realpath by Al Viro · 14 years ago
  12. 37afdc7 get rid of insanity with namespace roots in tomoyo by Al Viro · 14 years ago
  13. b380de9 TOMOYO: Remove unused variables. by Tetsuo Handa · 14 years ago
  14. b4ccebd Merge branch 'next' into for-linus by James Morris · 14 years ago
  15. 1fcdc7c TOMOYO: Protect find_task_by_vpid() with RCU. by Tetsuo Handa · 14 years ago
  16. 1708000 TOMOYO: Remove __func__ from tomoyo_is_correct_path/domain by Tetsuo Handa · 14 years ago
  17. 97d6931 TOMOYO: Remove unneeded parameter. by Tetsuo Handa · 14 years ago
  18. 7ef6123 TOMOYO: Use shorter names. by Tetsuo Handa · 14 years ago
  19. 084da35 TOMOYO: Use enum for index numbers. by Tetsuo Handa · 14 years ago
  20. 847b173 TOMOYO: Add garbage collector. by Tetsuo Handa · 14 years ago
  21. ec8e6a4 TOMOYO: Add refcounter on domain structure. by Tetsuo Handa · 14 years ago
  22. 76bb089 TOMOYO: Merge headers. by Tetsuo Handa · 14 years ago
  23. bf24fb0 TOMOYO: Add refcounter on string data. by Tetsuo Handa · 14 years ago
  24. ca0b7df TOMOYO: Reduce lines by using common path for addition and deletion. by Tetsuo Handa · 14 years ago
  25. ea13ddb TOMOYO: Extract bitfield by Tetsuo Handa · 14 years ago
  26. 8e2d39a TOMOYO: Remove usage counter for temporary memory. by Tetsuo Handa · 15 years ago
  27. 2457552 Merge branch 'master' into next by James Morris · 15 years ago
  28. 6d12552 Fix ACC_MODE() for real by Al Viro · 15 years ago
  29. cd7bec6 TOMOYO: Remove memory pool for list elements. by Tetsuo Handa · 15 years ago
  30. e41035a TOMOYO: Remove memory pool for string data. by Tetsuo Handa · 15 years ago
  31. f737d95 TOMOYO: Replace rw_semaphore by mutex. by Tetsuo Handa · 15 years ago
  32. 5300990 Sanitize f_flags helpers by Al Viro · 15 years ago
  33. fdb8ebb TOMOYO: Use RCU primitives for list operation by Tetsuo Handa · 15 years ago
  34. 67fa488 TOMOYO: Compare filesystem by magic number rather than by name. by Tetsuo Handa · 15 years ago
  35. 1ad1f10 Merge branch 'master' into next by James Morris · 15 years ago
  36. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  37. 937bf61 TOMOYO: Add rest of file operation restrictions. by Tetsuo Handa · 15 years ago
  38. 7539cf4 TOMOYO: Add recursive directory matching operator support. by Tetsuo Handa · 15 years ago
  39. c656ae9 security/tomoyo: Remove now unnecessary handling of security_sysctl. by Eric W. Biederman · 15 years ago
  40. a4054b6 security/tomoyo: Add a special case to handle accesses through the internal proc mount. by Eric W. Biederman · 15 years ago
  41. 86b1bc6 sysctl security/tomoyo: Don't look at ctl_name by Tetsuo Handa · 15 years ago
  42. 024e1a4 tomoyo: improve hash bucket dispersion by Stephen Hemminger · 15 years ago
  43. ee18d64 KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] by David Howells · 15 years ago
  44. 56f8c9bc TOMOYO: Remove next_domain from tomoyo_find_next_domain(). by Tetsuo Handa · 15 years ago
  45. ccf135f TOMOYO: Move tomoyo_delete_domain(). by Tetsuo Handa · 15 years ago
  46. c3fa109 TOMOYO: Add description of lists and structures. by Tetsuo Handa · 15 years ago
  47. 5bf1692 TOMOYO: Remove unused field. by Tetsuo Handa · 15 years ago
  48. 0b4ec6e Merge branch 'master' into next by James Morris · 15 years ago
  49. bcb8697 TOMOYO: Remove unused parameter. by Tetsuo Handa · 15 years ago
  50. 7d2948b TOMOYO: Simplify policy reader. by Tetsuo Handa · 15 years ago
  51. ab588cca TOMOYO: Remove redundant markers. by Tetsuo Handa · 15 years ago
  52. fe67e6f TOMOYO: Remove unused mutex. by Tetsuo Handa · 15 years ago
  53. fbeb4a9 tomoyo: avoid get+put of task_struct by Serge E. Hallyn · 15 years ago
  54. b1338d1 tomoyo: add missing call to cap_bprm_set_creds by Herton Ronaldo Krzesinski · 15 years ago
  55. e24977d Reduce path_lookup() abuses by Al Viro · 15 years ago
  56. 39826a1 tomoyo: version bump to 2.2.0. by Tetsuo Handa · 15 years ago
  57. a0558fc tomoyo: remove "undelete domain" command. by Tetsuo Handa · 15 years ago
  58. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  59. a106cbf TOMOYO: Fix a typo. by Tetsuo Handa · 15 years ago
  60. 1581e7d TOMOYO: Do not call tomoyo_realpath_init unless registered. by Tetsuo Handa · 15 years ago
  61. e5a3b95 TOMOYO: Don't create securityfs entries unless registered. by Tetsuo Handa · 15 years ago
  62. 33043cb TOMOYO: Fix exception policy read failure. by Tetsuo Handa · 15 years ago
  63. 35d50e6 tomoyo: fix sparse warning by Tetsuo Handa · 15 years ago
  64. 00d7d6f Kconfig and Makefile by Kentaro Takeda · 15 years ago
  65. f743324 LSM adapter functions. by Kentaro Takeda · 15 years ago
  66. 26a2a1c Domain transition handler. by Kentaro Takeda · 15 years ago
  67. b69a54e File operation restriction part. by Kentaro Takeda · 15 years ago
  68. 9590837 Common functions for TOMOYO Linux. by Kentaro Takeda · 15 years ago
  69. c73bd6d Memory and pathname management functions. by Kentaro Takeda · 15 years ago