1. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  2. 529e894 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  3. 61ecdb84 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  4. da184a8 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  5. 525995d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 15 years ago
  6. e4bdda1 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  7. 74f3ae7 Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  8. d8bef0b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  9. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  10. 5ac4d63 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  11. 59be2e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  12. e69381b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  13. 238ccbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  14. c5113e3d Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  15. 9b28317 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  16. 337e4a1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  17. 7949456 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  18. 60d9aa7 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  19. b2adf0c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 15 years ago
  20. a79960e Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  21. 661e338 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 15 years ago
  22. 6a5df38 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  23. 9cfc862 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  24. c05c4ed direct I/O fallback sync simplification by Christoph Hellwig · 15 years ago
  25. 2cfd30a ocfs: stop using do_sync_mapping_range by Christoph Hellwig · 15 years ago
  26. 1e431f5 cleanup blockdev_direct_IO locking by Christoph Hellwig · 15 years ago
  27. 1c7c474 make generic_acl slightly more generic by Christoph Hellwig · 15 years ago
  28. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  29. ef26ca9 libfs: move EXPORT_SYMBOL for d_alloc_name by H Hartley Sweeten · 15 years ago
  30. 39159de vfs: force reval of target when following LAST_BIND symlinks (try #7) by Jeff Layton · 15 years ago
  31. d162543 ima: limit imbalance msg by Mimi Zohar · 15 years ago
  32. 1429b3e Untangling ima mess, part 3: kill dead code in ima by Al Viro · 15 years ago
  33. b65a9cf Untangling ima mess, part 2: deal with counters by Al Viro · 15 years ago
  34. 0552f87 Untangling ima mess, part 1: alloc_file() by Al Viro · 15 years ago
  35. 7715b52 O_TRUNC open shouldn't fail after file truncation by Al Viro · 15 years ago
  36. 85a17f5 ima: call ima_inode_free ima_inode_free by Eric Paris · 15 years ago
  37. e0d5bd2 IMA: clean up the IMA counts updating code by Eric Paris · 15 years ago
  38. 9353384 ima: only insert at inode creation time by Eric Paris · 15 years ago
  39. ec29ea5 ima: valid return code from ima_inode_alloc by Eric Paris · 15 years ago
  40. e81e3f4 fs: move get_empty_filp() deffinition to internal.h by Eric Paris · 15 years ago
  41. b75b508 Sanitize exec_permission_lite() by Al Viro · 15 years ago
  42. 6e6b1bd Kill cached_lookup() and real_lookup() by Al Viro · 15 years ago
  43. 2dd6d1f Kill path_lookup_open() by Al Viro · 15 years ago
  44. 3cac260 Take hash recalculation into do_lookup() by Al Viro · 15 years ago
  45. e9496ff fix mismerge with Trond's stuff (create_mnt_ns() export is gone now) by Al Viro · 15 years ago
  46. b0446be switch cachefiles to kern_path() by Al Viro · 15 years ago
  47. 306bb73 fix the crap in dst/dcore by Al Viro · 15 years ago
  48. 6de88d7 kill __link_path_walk()/link_path_walk() distinction by Al Viro · 15 years ago
  49. 258fa99 lift path_put(path) to callers of __do_follow_link() by Al Viro · 15 years ago
  50. d231412 switch create_read_pipe() to alloc_file() by Al Viro · 15 years ago
  51. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  52. a95161a switch nilfs2 to deactivate_locked_super() by Al Viro · 15 years ago
  53. 3d1e463 get rid of init_file() by Al Viro · 15 years ago
  54. cc3808f switch sock_alloc_file() to alloc_file() by Al Viro · 15 years ago
  55. 6b18662 9p connect fixes by Al Viro · 15 years ago
  56. 7cbe66b merge sock_alloc_fd/sock_attach_fd into a new helper by Al Viro · 15 years ago
  57. 198de4d reorder alloc_fd/attach_fd in socketpair() by Al Viro · 15 years ago
  58. 7327412 unexport get_empty_filp() by Al Viro · 15 years ago
  59. 825f969 switched inotify_init1() to alloc_file() by Al Viro · 15 years ago
  60. 4b42af8 switch shmem_file_setup() to alloc_file() by Al Viro · 15 years ago
  61. 853b3da sanitize do_pipe_flags() callers in arch by Al Viro · 15 years ago
  62. 256f727 edac, mce, amd: silence GART TLB errors by Borislav Petkov · 15 years ago
  63. 243797f genalloc: use bitmap_find_next_zero_area by Akinobu Mita · 15 years ago
  64. 81f6527 ia64: use bitmap_find_next_zero_area by Akinobu Mita · 15 years ago
  65. e756fd8 sparc: use bitmap_find_next_zero_area by Akinobu Mita · 15 years ago
  66. 43ff8b6 mlx4: use bitmap_find_next_zero_area by Akinobu Mita · 15 years ago
  67. 735e1b9 isp1362-hcd: use bitmap_find_next_zero_area by Akinobu Mita · 15 years ago
  68. a66022c iommu-helper: use bitmap library by Akinobu Mita · 15 years ago
  69. c1a2a96 bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_area by Akinobu Mita · 15 years ago
  70. 868d648 qnx4: use hweight8 by Akinobu Mita · 15 years ago
  71. ca120b2 qnx4fs: remove remains of the (defunct) write support by Anders Larsen · 15 years ago
  72. f65380c resource: constify arg to resource_size() and resource_type() by Jean Delvare · 15 years ago
  73. 76148df gru: send cross partition interrupts using the gru by Jack Steiner · 15 years ago
  74. 56abcf2 gru: function to generate chipset IPI values by Jack Steiner · 15 years ago
  75. e5ae6e8 gru: update driver version number by Jack Steiner · 15 years ago
  76. 5958ab8 gru: improve GRU TLB dropin statistics by Jack Steiner · 15 years ago
  77. 2ce4d4c gru: fix GRU interrupt race at deallocate by Jack Steiner · 15 years ago
  78. 74ccd09 gru: add hugepage support by Jack Steiner · 15 years ago
  79. 0cd2b08 gru: fix bug in allocation of kernel contexts by Jack Steiner · 15 years ago
  80. 5658366 gru: update GRU structures to match latest hardware spec by Jack Steiner · 15 years ago
  81. 4131479 gru: check for correct GRU chiplet assignment by Jack Steiner · 15 years ago
  82. 54465dc gru: remove stray local_irq_enable by Jack Steiner · 15 years ago
  83. 9c13cb3 gru: add symbolic names for GRU error code by Jack Steiner · 15 years ago
  84. 1848a71 gru: fix bug in exception handling by Jack Steiner · 15 years ago
  85. c550222 gru: preload tlb for bcopy instructions by Jack Steiner · 15 years ago
  86. 57ebb03 gru: expicitly set instruction status to active by Jack Steiner · 15 years ago
  87. 563447d gru: add additional GRU statistics by Jack Steiner · 15 years ago
  88. 4107e1d gru: update irq infrastructure by Jack Steiner · 15 years ago
  89. 67bf04a gru: fix prefetch and speculation bugs by Jack Steiner · 15 years ago
  90. e006043 gru: check for valid vma by Jack Steiner · 15 years ago
  91. 33f3648 gru: add test for gru_copy_gpa by Jack Steiner · 15 years ago
  92. b8229be gru: add debug option for cache flushing by Jack Steiner · 15 years ago
  93. 7f2251b gru: handle failures to mmu_notifier_register by Jack Steiner · 15 years ago
  94. 6c9620c gru: support 64-bit GRU addresses by Jack Steiner · 15 years ago
  95. 648eb8e gru: improve messages for malfunctioning GRUs by Jack Steiner · 15 years ago
  96. f2965d6 gru: fix bug in module unload by Jack Steiner · 15 years ago
  97. 99f7c22 gru: allow users to specify gru chiplet 3 by Jack Steiner · 15 years ago
  98. 55484c4 gru: allow users to specify gru chiplet 2 by Jack Steiner · 15 years ago
  99. 518e5cd gru: allow users to specify gru chiplet 1 by Jack Steiner · 15 years ago
  100. 9178052 gru: handle blades without memory by Jack Steiner · 15 years ago