1. edbe7d2 memblock: Add find_memory_core_early() by Yinghai Lu · 14 years ago
  2. 7950c40 memblock: Add memblock_free/reserve_reserved_regions() by Yinghai Lu · 14 years ago
  3. 5303b68 memblock: Add memblock_find_in_range() by Yinghai Lu · 14 years ago
  4. 10d0643 memblock: Option for the architecture to put memblock into the .init section by Yinghai Lu · 14 years ago
  5. f0b37fa memblock: Protect memblock.h with CONFIG_HAVE_MEMBLOCK by Yinghai Lu · 14 years ago
  6. 25818f0 memblock: Make MEMBLOCK_ERROR be 0 by Benjamin Herrenschmidt · 14 years ago
  7. 37d8d4b memblock: Export MEMBLOCK_ERROR by Yinghai Lu · 14 years ago
  8. 5e63cf4 memblock: Expose some memblock bits for use by x86 by Yinghai Lu · 14 years ago
  9. 9d1e249 memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid() by Benjamin Herrenschmidt · 14 years ago
  10. c196f76 memblock: NUMA allocate can now use early_pfn_map by Benjamin Herrenschmidt · 14 years ago
  11. d2cd563 memblock: Add arch function to control coalescing of memblock memory regions by Benjamin Herrenschmidt · 14 years ago
  12. bf23c51 memblock: Move memblock arrays to static storage in memblock.c and make their size a variable by Benjamin Herrenschmidt · 14 years ago
  13. 4734b59 memblock: Remove memblock_type.size and add memblock.memory_size instead by Benjamin Herrenschmidt · 14 years ago
  14. 9d3c30f memblock: Remove unused memblock.debug struct member by Benjamin Herrenschmidt · 14 years ago
  15. 2898cc4 memblock: Change u64 to phys_addr_t by Benjamin Herrenschmidt · 14 years ago
  16. cd3db0c memblock: Remove rmo_size, burry it in arch/powerpc where it belongs by Benjamin Herrenschmidt · 14 years ago
  17. e63075a memblock: Introduce default allocation limit and use it to replace explicit ones by Benjamin Herrenschmidt · 14 years ago
  18. 27f574c memblock: Expose MEMBLOCK_ALLOC_ANYWHERE by Benjamin Herrenschmidt · 14 years ago
  19. 35a1f0b memblock: Remove nid_range argument, arch provides memblock_nid_range() instead by Benjamin Herrenschmidt · 14 years ago
  20. b693fff memblock: Remove memblock_find() by Benjamin Herrenschmidt · 14 years ago
  21. 1e2b904 memblock: Remove obsolete accessors by Benjamin Herrenschmidt · 14 years ago
  22. 5b385f2 memblock: Introduce for_each_memblock() and new accessors by Benjamin Herrenschmidt · 14 years ago
  23. 72d4b0b memblock: Implement memblock_is_memory and memblock_is_region_memory by Benjamin Herrenschmidt · 14 years ago
  24. 411a25a memblock: No reason to include asm/memblock.h late by Benjamin Herrenschmidt · 14 years ago
  25. e3239ff memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region by Benjamin Herrenschmidt · 14 years ago
  26. b8b3e90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  27. 51102ee Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  28. be82ae0 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  29. eda25e46 net/9p: Implement TXATTRCREATE 9p call by Aneesh Kumar K.V · 14 years ago
  30. 0ef63f3 net/9p: Implement attrwalk 9p call by Aneesh Kumar K.V · 14 years ago
  31. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 14 years ago
  32. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  33. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  34. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  35. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  36. 652df9a 9p: Define and implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  37. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  38. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  39. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 14 years ago
  40. b126468 virtio_9p.h needs <linux/types.h> by Fang Wenqi · 14 years ago
  41. 6b0a299 Merge branch 'v2.6.35' by Alex Elder · 14 years ago
  42. 77a63f3 NFS: Fix a typo in include/linux/nfs_fs.h by Trond Myklebust · 14 years ago
  43. 7b70c42 Merge branch 'devel-stable' into devel by Russell King · 14 years ago
  44. ceb0885 Merge branch 'misc' into devel by Russell King · 14 years ago
  45. b31fc7a Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl', 'spear' and 'versatile' into devel by Russell King · 14 years ago
  46. 7cfe249 ARM: AMBA: Add pclk support to AMBA bus infrastructure by Russell King · 14 years ago
  47. b608b28 NFS: kswapd must not block in nfs_release_page by Trond Myklebust · 14 years ago
  48. 8f92054 CRED: Fix __task_cred()'s lockdep check and banner comment by David Howells · 14 years ago
  49. de09a97 CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials by David Howells · 14 years ago
  50. 129961e Merge branch 'wells/lpc32xx-arch_v2' of git://git.lpclinux.com/linux-2.6-lpc into devel-stable by Russell King · 14 years ago
  51. bb8f563 ARM: 6243/1: mmci: pass power_mode to the translate_vdd callback by Rabin Vincent · 14 years ago
  52. 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
  53. 7d14831 regulator: tps6507x: allow driver to use DEFDCDC{2,3}_HIGH register by Anuj Aggarwal · 14 years ago
  54. a376bca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  55. ac3e3fb ARM: 6158/2: PL011 baudrate extension for ST-Ericssons derivative by Linus Walleij · 14 years ago
  56. ec489aa ARM: 6157/2: PL011 TX/RX split of LCR for ST-Ericssons derivative by Linus Walleij · 14 years ago
  57. 98864ff ARM: OMAP: Convert OMAPFB and VRAM SDRAM reservation to LMB by Russell King · 14 years ago
  58. 40e2e97 direct-io: move aio_complete into ->end_io by Christoph Hellwig · 14 years ago
  59. dbbe464 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  60. 3b87956 net sched: fix race in mirred device removal by stephen hemminger · 14 years ago
  61. 0e1cf38 Merge branch 'bugzilla-16396' into release by Len Brown · 14 years ago
  62. 72ad5d7 ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM by Rafael J. Wysocki · 14 years ago
  63. 86c65a7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  64. 339a2af Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  65. da5e37e vmlinux.lds: fix .data..init_task output section (fix popwerpc boot) by Sam Ravnborg · 14 years ago
  66. 4a973f2 Merge branch 'bugzilla-15886' into release by Len Brown · 14 years ago
  67. 718be4a ACPI: skip checking BM_STS if the BIOS doesn't ask for it by Len Brown · 14 years ago
  68. 8a35747 macvtap: Limit packet queue length by Herbert Xu · 14 years ago
  69. e916bea 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
  70. edd63cb sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function by Jason Wessel · 14 years ago
  71. 95977d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  72. f8324e2 math-emu: correct test for downshifting fraction in _FP_FROM_INT() by Mikael Pettersson · 14 years ago
  73. f4b23cc Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  74. a6a1a09 include/linux/vgaarb.h: add missing part of include guard by Doug Goldstein · 14 years ago
  75. 516bd66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  76. 844b9a8 vfs: fix RCU-lockdep false positive due to /proc by Paul E. McKenney · 14 years ago
  77. 07fca0e tracing: Properly align linker defined symbols by Sam Ravnborg · 14 years ago
  78. 772a2f9 fb: handle allocation failure in alloc_apertures() by Dan Carpenter · 14 years ago
  79. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  80. 2044f22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  81. bea9a6d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  82. 2f495c3 net/phy/marvell: Expose IDs and flags in a .h and add dns323 LEDs setup flag by Benjamin Herrenschmidt · 14 years ago
  83. 58c84ed PCI: fall back to original BIOS BAR addresses by Bjorn Helgaas · 14 years ago
  84. f469461 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  85. cc10b6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  86. 13ceef0 jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions by Jan Kara · 14 years ago
  87. b0f77d0 net: fix problem in reading sock TX queue by Tom Herbert · 14 years ago
  88. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  89. 9f71963 Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  90. 44a54f7 tracing: Add alignment to syscall metadata declarations by Steven Rostedt · 14 years ago
  91. 095c247 V4L/DVB: tuner: Add a definition for the Philips FQ1236 MK5 NTSC tuner by Andy Walls · 14 years ago
  92. c77e9e6 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  93. 2aa72f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  94. 78178c7 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  95. 5870a4d drm/ttm: Allocate the page pool manager in the heap. by Francisco Jerez · 14 years ago
  96. 140236b VFS: introduce s_dirty accessors by Artem Bityutskiy · 14 years ago
  97. 47a716c Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  98. 83ba7b0 writeback: simplify the write back thread queue by Christoph Hellwig · 14 years ago
  99. edadfb1 writeback: split writeback_inodes_wb by Christoph Hellwig · 14 years ago
  100. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 14 years ago