1. fc5c126 selinux: fix error codes in cond_read_node() by Dan Carpenter · 14 years ago
  2. 9d623b1 selinux: fix error codes in cond_read_av_list() by Dan Carpenter · 14 years ago
  3. 5241c10 selinux: propagate error codes in cond_read_list() by Dan Carpenter · 14 years ago
  4. 9e0bd4c selinux: cleanup return codes in avtab_read_item() by Dan Carpenter · 14 years ago
  5. dce3a3d Security: capability: code style issue by Chihau Chau · 14 years ago
  6. b8bc83a securityfs: Drop dentry reference count when mknod fails by Tvrtko Ursulin · 14 years ago
  7. 57a62c2 selinux: use generic_file_llseek by Arnd Bergmann · 14 years ago
  8. cdcd90f ima: use generic_file_llseek for securityfs by Arnd Bergmann · 14 years ago
  9. 7e2deb7 TOMOYO: Explicitly set file_operations->llseek pointer. by Tetsuo Handa · 14 years ago
  10. af4f136 security: move LSM xattrnames to xattr.h by Mimi Zohar · 14 years ago
  11. 5ad18a0 KEYS: Reinstate lost passing of process keyring ID in call_sbin_request_key() by Justin P. Mattock · 14 years ago
  12. 94fd840 KEYS: Use the variable 'key' in keyctl_describe_key() by David Howells · 14 years ago
  13. 0849e3b TOMOYO: Add missing poll() hook. by Tetsuo Handa · 14 years ago
  14. e2bf690 TOMOYO: Rename symbols. by Tetsuo Handa · 14 years ago
  15. 8e56868 TOMOYO: Small cleanup. by Tetsuo Handa · 14 years ago
  16. f23571e TOMOYO: Copy directly to userspace buffer. by Tetsuo Handa · 14 years ago
  17. 5db5a39 TOMOYO: Use common code for policy reading. by Tetsuo Handa · 14 years ago
  18. 063821c TOMOYO: Allow reading only execute permission. by Tetsuo Handa · 14 years ago
  19. 475e6fa TOMOYO: Change list iterator. by Tetsuo Handa · 14 years ago
  20. 5448ec4 TOMOYO: Use common code for domain transition control. by Tetsuo Handa · 14 years ago
  21. 0617c7f TOMOYO: Remove alias keyword. by Tetsuo Handa · 14 years ago
  22. 7c2ea22 TOMOYO: Merge path_group and number_group. by Tetsuo Handa · 14 years ago
  23. 31845e8 TOMOYO: Aggregate reader functions. by Tetsuo Handa · 14 years ago
  24. a230f9e TOMOYO: Use array of "struct list_head". by Tetsuo Handa · 14 years ago
  25. a98aa4d TOMOYO: Merge tomoyo_path_group and tomoyo_number_group by Tetsuo Handa · 14 years ago
  26. 5fb4987 selinux: Use current_security() when possible by Paul Moore · 15 years ago
  27. 253bfae selinux: Convert socket related access controls to use socket labels by Paul Moore · 15 years ago
  28. 84914b7 selinux: Shuffle the sk_security_struct alloc and free routines by Paul Moore · 15 years ago
  29. d4f2d97 selinux: Consolidate sockcreate_sid logic by Paul Moore · 15 years ago
  30. 4d1e245 selinux: Set the peer label correctly on connected UNIX domain sockets by Paul Moore · 15 years ago
  31. e79acf0 TOMOYO: Pass "struct list_head" rather than "void *". by Tetsuo Handa · 14 years ago
  32. 8fbe71f TOMOYO: Make read function to void. by Tetsuo Handa · 14 years ago
  33. cb917cf TOMOYO: Merge functions. by Tetsuo Handa · 14 years ago
  34. 71c2823 TOMOYO: Remove wrapper function for reading keyword. by Tetsuo Handa · 14 years ago
  35. d795ef9 TOMOYO: Loosen parameter check for mount operation. by Tetsuo Handa · 14 years ago
  36. 7509315 TOMOYO: Rename symbols. by Tetsuo Handa · 14 years ago
  37. 99a8525 TOMOYO: Use callback for permission check. by Tetsuo Handa · 14 years ago
  38. cf6e9a6 TOMOYO: Pass parameters via structure. by Tetsuo Handa · 14 years ago
  39. 05336de TOMOYO: Use common code for open and mkdir etc. by Tetsuo Handa · 14 years ago
  40. 9ee0c82 SELinux: seperate range transition rules to a seperate function by Eric Paris · 14 years ago
  41. d2f8b23 TOMOYO: Use common code for garbage collection. by Tetsuo Handa · 14 years ago
  42. 36f5e1f TOMOYO: Use callback for updating entries. by Tetsuo Handa · 14 years ago
  43. 82e0f00 TOMOYO: Use common structure for list element. by Tetsuo Handa · 14 years ago
  44. 237ab45 TOMOYO: Use callback for updating entries. by Tetsuo Handa · 14 years ago
  45. 927942a KEYS: Make /proc/keys check to see if a key is possessed before security check by David Howells · 14 years ago
  46. 9156235 KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key by David Howells · 14 years ago
  47. 57c2590 TOMOYO: Update profile structure. by Tetsuo Handa · 14 years ago
  48. 1084307 TOMOYO: Add pathname aggregation support. by Tetsuo Handa · 14 years ago
  49. 3f62963 TOMOYO: Allow wildcard for execute permission. by Tetsuo Handa · 14 years ago
  50. c8c57e8 TOMOYO: Support longer pathname. by Tetsuo Handa · 14 years ago
  51. 9b24437 TOMOYO: Several fixes for TOMOYO's management programs. by Tetsuo Handa · 14 years ago
  52. ea0d3ab LSM: Remove unused arguments from security_path_truncate(). by Tetsuo Handa · 14 years ago
  53. 3e62cbb smack: opt_dentry is never null in in smack_d_instantiate() by Dan Carpenter · 14 years ago
  54. c3ef150 TOMOYO: Split files into some pieces. by Tetsuo Handa · 14 years ago
  55. 17fcfbd TOMOYO: Add interactive enforcing mode. by Tetsuo Handa · 14 years ago
  56. 2106ccd TOMOYO: Add mount restriction. by Tetsuo Handa · 14 years ago
  57. a1f9bb6 TOMOYO: Split file access control functions by type of parameters. by Tetsuo Handa · 14 years ago
  58. cb0abe6 TOMOYO: Use structure for passing common arguments. by Tetsuo Handa · 14 years ago
  59. 4c3e9e2 TOMOYO: Add numeric values grouping support. by Tetsuo Handa · 14 years ago
  60. babcd37 selinux: remove all rcu head initializations by Paul E. McKenney · 14 years ago
  61. 9fe6206 Linux 2.6.35 by Linus Torvalds · 14 years ago
  62. 77a63f3 NFS: Fix a typo in include/linux/nfs_fs.h by Trond Myklebust · 14 years ago
  63. a63ecd8 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  64. fc71ff8 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  65. 1cf66e1 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  66. de51257 mm: fix ia64 crash when gcore reads gate area by Hugh Dickins · 14 years ago
  67. 51c20fc CIFS: Remove __exit mark from cifs_exit_dns_resolver() by David Howells · 14 years ago
  68. e76df4d cyber2000fb: fix console in truecolor modes by Ondrej Zary · 14 years ago
  69. 00b4703 cyber2000fb: fix machine hang on module load by Ondrej Zary · 14 years ago
  70. f2d2420 SA1111: Eliminate use after free by Julia Lawall · 14 years ago
  71. 74bc809 ARM: Fix Versatile/Realview/VExpress MMC card detection sense by Russell King · 14 years ago
  72. 831e804 ARM: 6279/1: highmem: fix SMP preemption bug in kmap_high_l1_vipt by Gary King · 14 years ago
  73. cfb506e NFS: Ensure that writepage respects the nonblock flag by Trond Myklebust · 14 years ago
  74. b608b28 NFS: kswapd must not block in nfs_release_page by Trond Myklebust · 14 years ago
  75. 674b222 nfs: include space for the NUL in root path by Dan Carpenter · 14 years ago
  76. a2dccdb Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  77. 7d5fcdc Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 14 years ago
  78. e271e87 Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  79. 8f92054 CRED: Fix __task_cred()'s lockdep check and banner comment by David Howells · 14 years ago
  80. de09a97 CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials by David Howells · 14 years ago
  81. 230a5ce watchdog: update MAINTAINERS entry by Wim Van Sebroeck · 14 years ago
  82. dc1eae2 ALSA: hda - Add a PC-beep workaround for ASUS P5-V by Takashi Iwai · 14 years ago
  83. b92b361 ARM: Add barriers to io{read,write}{8,16,32} accessors as well by Russell King · 14 years ago
  84. 79f64db ARM: 6273/1: Add barriers to the I/O accessors if ARM_DMA_MEM_BUFFERABLE by Catalin Marinas · 14 years ago
  85. 6775a55 ARM: 6272/1: Convert L2x0 to use the IO relaxed operations by Catalin Marinas · 14 years ago
  86. e936771 ARM: 6271/1: Introduce *_relaxed() I/O accessors by Catalin Marinas · 14 years ago
  87. 661f10f ARM: 6275/1: ux500: don't use writeb() in uncompress.h by Rabin Vincent · 14 years ago
  88. f1b957d ARM: 6270/1: clean files in arch/arm/boot/compressed/ by Magnus Damm · 14 years ago
  89. a4967de drm/edid: Fix the HDTV hack sync adjustment by Adam Jackson · 14 years ago
  90. 12e27be drm/radeon/kms: fix radeon mid power profile reporting by Daniel J Blueman · 14 years ago
  91. 540ad6b Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  92. 2fa82e1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 14 years ago
  93. 8785eb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 14 years ago
  94. a6f80fb ecryptfs: Bugfix for error related to ecryptfs_hash_buckets by Andre Osterhues · 14 years ago
  95. ba773f7 x86,kgdb: Fix hw breakpoint regression by Jason Wessel · 14 years ago
  96. 6c50e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  97. d2a97a4 GFS2: Use kmalloc when possible for ->readdir() by Steven Whitehouse · 14 years ago
  98. b6cbe51 ALSA: hda - Assume PC-beep as default for Realtek by Takashi Iwai · 14 years ago
  99. 8af2591 ALSA: hda - Don't register beep input device when no beep is available by Takashi Iwai · 14 years ago
  100. 8b24599 davinci: da850/omap-l138 evm: account for DEFDCDC{2,3} being tied high by Sekhar Nori · 14 years ago