1. 2773fcc powerpc: Move free_initmem to common code by Dave Carroll · 13 years ago
  2. 307cfe7 powerpc: Force page alignment for initrd reserved memory by Benjamin Herrenschmidt · 13 years ago
  3. daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
  4. 79c3095 powerpc: Export memstart_addr and kernstart_addr on ppc64 by Sonny Rao · 14 years ago
  5. cd3db0c memblock: Remove rmo_size, burry it in arch/powerpc where it belongs by Benjamin Herrenschmidt · 14 years ago
  6. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  7. 91eea67 powerpc/mm: Track backing pages allocated by vmemmap_populate() by Mark Nelson · 14 years ago
  8. 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
  9. a4fe3ce powerpc/mm: Allow more flexible layouts for hugepage pagetables by David Gibson · 15 years ago
  10. a0668cd powerpc/mm: Cleanup management of kmem_caches for pagetables by David Gibson · 15 years ago
  11. 3089aa1 kcore: use registerd physmem information by KAMEZAWA Hiroyuki · 15 years ago
  12. a0614da kcore: register vmalloc area in generic way by KAMEZAWA Hiroyuki · 15 years ago
  13. c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
  14. 32a7494 powerpc/mm: Add support for SPARSEMEM_VMEMMAP on 64-bit Book3E by Benjamin Herrenschmidt · 15 years ago
  15. 9449168 powerpc: Shield code specific to 64-bit server processors by Benjamin Herrenschmidt · 15 years ago
  16. f5ea64d powerpc: Get USE_STRICT_MM_TYPECHECKS working again by David Gibson · 16 years ago
  17. bc033b6 powerpc/mm: Fix attribute confusion with htab_bolt_mapping() by Benjamin Herrenschmidt · 16 years ago
  18. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  19. 0d9ea75 powerpc: support multiple hugepage sizes by Jon Tollefson · 16 years ago
  20. fcff474 Merge branch 'linux-2.6' into powerpc-next by Paul Mackerras · 16 years ago
  21. cec08e7 [POWERPC] vmemmap fixes to use smaller pages by Benjamin Herrenschmidt · 16 years ago
  22. 09de9ff [POWERPC] Fix sparse warnings in arch/powerpc/mm by Michael Ellerman · 16 years ago
  23. 37dd2ba [POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero) by Kumar Gala · 16 years ago
  24. 49a9997 [POWERPC] Remove unused __max_memory variable by Olof Johansson · 16 years ago
  25. d7917ba [POWERPC] Introduce lowmem_end_addr to distinguish from total_lowmem by Kumar Gala · 16 years ago
  26. e48b1b4 [POWERPC] Replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  27. d9b2b2a [LIB]: Make PowerPC LMB code generic so sparc64 can use it too. by David S. Miller · 16 years ago
  28. 6548d83 [POWERPC] Silence an annoying boot message by Stephen Rothwell · 17 years ago
  29. c548f08 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  30. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  31. f6b80769 [POWERPC] Fix vmemmap warning in init_64.c by Tony Breeds · 17 years ago
  32. e95206a Update PowerPC vmemmap code for 1TB segments by Anton Blanchard · 17 years ago
  33. d29eff7 ppc64: SPARSEMEM_VMEMMAP support by Andy Whitcroft · 17 years ago
  34. df174e3 [POWERPC] Add memory regions to the kcore list for 32-bit machines by Ed Swarthout · 17 years ago
  35. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  36. f21f49e [POWERPC] Remove the dregs of APUS support from arch/powerpc by David Gibson · 17 years ago
  37. 517e226 [POWERPC] Don't use SLAB/SLUB for PTE pages by Hugh Dickins · 17 years ago
  38. 0e6b9c9 use SLAB_PANIC flag cleanup by Akinobu Mita · 17 years ago
  39. f0f3980 slab allocators: remove multiple alignment specifications by Christoph Lameter · 17 years ago
  40. 5af6083 slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN by Christoph Lameter · 17 years ago
  41. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  42. adaa3a7 [POWERPC] setup_kcore(): Fix incorrect function name in panic() call. by Geert Uytterhoeven · 18 years ago
  43. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  44. c9cf552 [PATCH] add poison.h and patch primary users by Randy Dunlap · 18 years ago
  45. f10a04c [PATCH] powerpc: Fix pagetable bloat for hugepages by David Gibson · 18 years ago
  46. 2e6e33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  47. 7835e98 [PATCH] remove set_page_count() outside mm/ by Nick Piggin · 18 years ago
  48. f8642eb [PATCH] powerpc: Remove calculation of io hole by Michael Ellerman · 18 years ago
  49. 800fc3e [PATCH] powerpc: Remove imalloc.h by David Gibson · 19 years ago
  50. 49b0985 powerpc: Move some extern declarations from C code into headers by Paul Mackerras · 19 years ago
  51. 87655ff [PATCH] powerpc: 64k pages pmd alloc fix by Benjamin Herrenschmidt · 19 years ago
  52. c613523 Merge ../linux-2.6 by Paul Mackerras · 19 years ago
  53. dcad47f [PATCH] powerpc: Kill ppcdebug by David Gibson · 19 years ago
  54. 3c726f8 [PATCH] ppc64: support 64k pages by Benjamin Herrenschmidt · 19 years ago
  55. ab1f9da powerpc: Merge arch/ppc64/mm to arch/powerpc/mm by Paul Mackerras · 19 years ago
  56. 70d64ce powerpc: Rename files to have consistent _32/_64 suffixes by Paul Mackerras · 19 years ago[Renamed from arch/powerpc/mm/init64.c]
  57. 7c8c6b9 powerpc: Merge lmb.c and make MM initialization use it. by Paul Mackerras · 19 years ago
  58. 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 19 years ago