1. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  2. 72d7c3b x86: Use memblock to replace early_res by Yinghai Lu · 14 years ago
  3. 301ff3e x86, memblock: Use memblock_debug to control debug message print out by Yinghai Lu · 14 years ago
  4. e82d42b x86, memblock: Add memblock_x86_memory_in_range() by Yinghai Lu · 14 years ago
  5. b52c17c x86, memblock: Add memblock_x86_free_memory_in_range() by Yinghai Lu · 14 years ago
  6. 6bcc817 x86, memblock: Add memblock_x86_find_in_range_node() by Yinghai Lu · 14 years ago
  7. edbe7d2 memblock: Add find_memory_core_early() by Yinghai Lu · 14 years ago
  8. 88ba088 x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_hole_size() by Yinghai Lu · 14 years ago
  9. 4d5cf86 x86, memblock: Add get_free_all_memory_range() by Yinghai Lu · 14 years ago
  10. 9dc5d56 x86, memblock: Add memblock_x86_reserve_range/memblock_x86_free_range by Yinghai Lu · 14 years ago
  11. 27de794 x86, memblock: Add memblock_x86_to_bootmem() by Yinghai Lu · 14 years ago
  12. f88eff7 bootmem, x86: Add weak version of reserve_bootmem_generic by Yinghai Lu · 14 years ago
  13. fb74fb6 x86, memblock: Add memblock_x86_find_in_range_size() by Yinghai Lu · 14 years ago
  14. 7950c40 memblock: Add memblock_free/reserve_reserved_regions() by Yinghai Lu · 14 years ago
  15. 5303b68 memblock: Add memblock_find_in_range() by Yinghai Lu · 14 years ago
  16. 10d0643 memblock: Option for the architecture to put memblock into the .init section by Yinghai Lu · 14 years ago
  17. f0b37fa memblock: Protect memblock.h with CONFIG_HAVE_MEMBLOCK by Yinghai Lu · 14 years ago
  18. 25818f0 memblock: Make MEMBLOCK_ERROR be 0 by Benjamin Herrenschmidt · 14 years ago
  19. 37d8d4b memblock: Export MEMBLOCK_ERROR by Yinghai Lu · 14 years ago
  20. ea9e437 memblock: Improve debug output when resizing the reserve array by Yinghai Lu · 14 years ago
  21. 5e63cf4 memblock: Expose some memblock bits for use by x86 by Yinghai Lu · 14 years ago
  22. 6d03b88 memblock: Add debugfs files to dump the arrays content by Benjamin Herrenschmidt · 14 years ago
  23. 918fe8d memblock: Make memblock_alloc_try_nid() fallback to MEMBLOCK_ALLOC_ANYWHERE by Benjamin Herrenschmidt · 14 years ago
  24. 9d1e249 memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid() by Benjamin Herrenschmidt · 14 years ago
  25. c196f76 memblock: NUMA allocate can now use early_pfn_map by Benjamin Herrenschmidt · 14 years ago
  26. fef501d memblock: Add "start" argument to memblock_find_base() by Benjamin Herrenschmidt · 14 years ago
  27. d2cd563 memblock: Add arch function to control coalescing of memblock memory regions by Benjamin Herrenschmidt · 14 years ago
  28. 142b45a memblock: Add array resizing support by Benjamin Herrenschmidt · 14 years ago
  29. 6ed311b memblock: Move functions around into a more sensible order by Benjamin Herrenschmidt · 14 years ago
  30. 7f219c7 memblock: split memblock_find_base() out of __memblock_alloc_base() by Benjamin Herrenschmidt · 14 years ago
  31. 7590abe memblock: Move memblock_init() to the bottom of the file by Benjamin Herrenschmidt · 14 years ago
  32. 4d629f9 memblock: Define MEMBLOCK_ERROR internally instead of using ~(phys_addr_t)0 by Benjamin Herrenschmidt · 14 years ago
  33. 3a9c2c8 memblock: Make memblock_find_region() out of memblock_alloc_region() by Benjamin Herrenschmidt · 14 years ago
  34. 449e8df memblock: Add debug markers at the end of the array by Benjamin Herrenschmidt · 14 years ago
  35. bf23c51 memblock: Move memblock arrays to static storage in memblock.c and make their size a variable by Benjamin Herrenschmidt · 14 years ago
  36. 4734b59 memblock: Remove memblock_type.size and add memblock.memory_size instead by Benjamin Herrenschmidt · 14 years ago
  37. 9d3c30f memblock: Remove unused memblock.debug struct member by Benjamin Herrenschmidt · 14 years ago
  38. 2898cc4 memblock: Change u64 to phys_addr_t by Benjamin Herrenschmidt · 14 years ago
  39. cd3db0c memblock: Remove rmo_size, burry it in arch/powerpc where it belongs by Benjamin Herrenschmidt · 14 years ago
  40. e63075a memblock: Introduce default allocation limit and use it to replace explicit ones by Benjamin Herrenschmidt · 14 years ago
  41. 27f574c memblock: Expose MEMBLOCK_ALLOC_ANYWHERE by Benjamin Herrenschmidt · 14 years ago
  42. c3f72b5 memblock: Factor the lowest level alloc function by Benjamin Herrenschmidt · 14 years ago
  43. 35a1f0b memblock: Remove nid_range argument, arch provides memblock_nid_range() instead by Benjamin Herrenschmidt · 14 years ago
  44. b693fff memblock: Remove memblock_find() by Benjamin Herrenschmidt · 14 years ago
  45. 1e2b904 memblock: Remove obsolete accessors by Benjamin Herrenschmidt · 14 years ago
  46. 719c1514 memblock/arm: Use new accessors by Benjamin Herrenschmidt · 14 years ago
  47. 28be707 memblock/powerpc: Use new accessors by Benjamin Herrenschmidt · 14 years ago
  48. 08b8479 memblock/sparc: Use new accessors by Benjamin Herrenschmidt · 14 years ago
  49. 64106ca memblock/sh: Use new accessors by Benjamin Herrenschmidt · 14 years ago
  50. 76bfcc8 memblock/microblaze: Use new accessors by Benjamin Herrenschmidt · 14 years ago
  51. 5b385f2 memblock: Introduce for_each_memblock() and new accessors by Benjamin Herrenschmidt · 14 years ago
  52. dbe3039 memblock/arm: Use memblock_region_is_memory() for omap fb by Benjamin Herrenschmidt · 14 years ago
  53. 5e6f6aa memblock/arm: pfn_valid uses memblock_is_memory() by Benjamin Herrenschmidt · 14 years ago
  54. 72d4b0b memblock: Implement memblock_is_memory and memblock_is_region_memory by Benjamin Herrenschmidt · 14 years ago
  55. 411a25a memblock: No reason to include asm/memblock.h late by Benjamin Herrenschmidt · 14 years ago
  56. e3239ff memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region by Benjamin Herrenschmidt · 14 years ago
  57. f1c2c19 memblock: Fix memblock_is_region_reserved() to return a boolean by Benjamin Herrenschmidt · 14 years ago
  58. 3a09b1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 14 years ago
  59. 7046e66 Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 14 years ago
  60. c939f9f Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 14 years ago
  61. b8b3e90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  62. 51102ee Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  63. 54161df Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  64. be82ae0 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  65. 4b4fd27 PARISC: led.c - fix potential stack overflow in led_proc_write() by Helge Deller · 14 years ago
  66. c18de72 UBIFS: fix a memory leak on error path. by Matthieu CASTET · 14 years ago
  67. 327aec0 9p: fix sparse warnings in new xattr code by Eric Van Hensbergen · 14 years ago
  68. ea137533 fs/9p: remove sparse warning in vfs_inode by Eric Van Hensbergen · 14 years ago
  69. 0b1208b fs/9p: destroy fid on failed remove by Aneesh Kumar K.V · 14 years ago
  70. a534c8d fs/9p: Prevent parallel rename when doing fid_lookup by Aneesh Kumar K.V · 14 years ago
  71. ebf4626 fs/9p: Add support user. xattr by Aneesh Kumar K.V · 14 years ago
  72. eda25e46 net/9p: Implement TXATTRCREATE 9p call by Aneesh Kumar K.V · 14 years ago
  73. 0ef63f3 net/9p: Implement attrwalk 9p call by Aneesh Kumar K.V · 14 years ago
  74. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 14 years ago
  75. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  76. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  77. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  78. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  79. 652df9a 9p: Define and implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  80. 09d34ee 9p: Define and implement TLINK for 9P2000.L by Eric Van Hensbergen · 14 years ago
  81. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  82. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  83. 9ffaf63 fs/9p: Pass the correct user credentials during attach by Aneesh Kumar K.V · 14 years ago
  84. 69d4b44 net/9p: Handle the server returned error properly by Aneesh Kumar K.V · 14 years ago
  85. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 14 years ago
  86. 97e8442 9p: Make use of iounit for read/write by M. Mohan Kumar · 14 years ago
  87. cff6b8a 9p: strlen() doesn't count the terminator by Dan Carpenter · 14 years ago
  88. b126468 virtio_9p.h needs <linux/types.h> by Fang Wenqi · 14 years ago
  89. 6b0a299 Merge branch 'v2.6.35' by Alex Elder · 14 years ago
  90. cb76d5e cifs: fsc should not default to "on" by Jeff Layton · 14 years ago
  91. f67909c [CIFS] remove redundant path walking in dfs_do_refmount by Steve French · 14 years ago
  92. f636a34 cifs: ignore the "mand", "nomand" and "_netdev" mount options by Jeff Layton · 14 years ago
  93. 3572d28 cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS by Jeff Layton · 14 years ago
  94. f30b9c1 cifs: don't allow cifs_iget to match inodes of the wrong type by Jeff Layton · 14 years ago
  95. 9f84159 [CIFS] relinquish fscache cookie before freeing CIFSTconInfo by Steve French · 14 years ago
  96. 3e4b3e1 cifs: add separate cred_uid field to sesInfo by Jeff Layton · 14 years ago
  97. f55fdcc fs: cifs: check kmalloc() result by Kulikov Vasiliy · 14 years ago
  98. 0ccd480 [CIFS] Missing ifdef by Steve French · 14 years ago
  99. d0e6f44 [CIFS] Missing line from previous commit by Steve French · 14 years ago
  100. c5e04a3 [CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled by Steve French · 14 years ago