1. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 8 years ago
  2. 6a1ea36 powerpc/mm: THP is only available on hash64 as of now by Aneesh Kumar K.V · 8 years ago
  3. 5ed7ecd powerpc/mm: pte_frag abstraction by Aneesh Kumar K.V · 8 years ago
  4. d6a9996 powerpc/mm: vmalloc abstraction in preparation for radix by Aneesh Kumar K.V · 8 years ago
  5. a2f41eb powerpc/mm: Add radix pgalloc details by Aneesh Kumar K.V · 8 years ago
  6. 934828e powerpc/mm: Make 4K and 64K use pte_t for pgtable_t by Aneesh Kumar K.V · 8 years ago
  7. 74701d5 powerpc/mm: Rename function to indicate we are allocating fragments by Aneesh Kumar K.V · 8 years ago
  8. dd1842a powerpc/mm: Make page table size a variable by Aneesh Kumar K.V · 8 years ago
  9. 945537d powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix by Aneesh Kumar K.V · 8 years ago
  10. eee24b5 powerpc/mm: Move hash and no hash code to separate files by Aneesh Kumar K.V · 8 years ago
  11. 50de596 powerpc/mm/hash: Add support for Power9 Hash by Aneesh Kumar K.V · 8 years ago
  12. ff844b7 powerpc/mm: Use generic version of pmdp_clear_flush_young() by Aneesh Kumar K.V · 8 years ago
  13. 30bda41 powerpc/mm: Drop WIMG in favour of new constants by Aneesh Kumar K.V · 8 years ago
  14. 72176dd powerpc/mm: Use a helper for finding pte bits mapping I/O area by Aneesh Kumar K.V · 8 years ago
  15. 96270b1 powerpc/mm: Remove RPN_SHIFT and RPN_SIZE by Aneesh Kumar K.V · 8 years ago
  16. ac29c64 powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED by Aneesh Kumar K.V · 8 years ago
  17. c7d5484 powerpc/mm: Use _PAGE_READ to indicate Read access by Aneesh Kumar K.V · 8 years ago
  18. 5dc1ef8 powerpc/mm: Use big endian Linux page tables for book3s 64 by Aneesh Kumar K.V · 8 years ago
  19. 4bece39 powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update() by Aneesh Kumar K.V · 8 years ago
  20. d5e2d00 Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  21. fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 8 years ago
  22. ff20c2e mm: Some arch may want to use HPAGE_PMD related values as variables by Kirill A. Shutemov · 8 years ago
  23. 849f86a powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit by Paul Mackerras · 8 years ago
  24. f1a9ae0 powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE by Paul Mackerras · 8 years ago
  25. c777e2a powerpc/mm: Fix Multi hit ERAT cause by recent THP update by Aneesh Kumar K.V · 8 years ago
  26. 7aa9a23 powerpc, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 8 years ago
  27. 6a119ea powerpc/mm: Add a _PAGE_PTE bit by Aneesh Kumar K.V · 9 years ago
  28. e34aa03 powerpc/mm: Move THP headers around by Aneesh Kumar K.V · 9 years ago
  29. bf680d5 powerpc/mm: Don't track subpage valid bit in pte_t by Aneesh Kumar K.V · 9 years ago
  30. f281b5d powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue by Aneesh Kumar K.V · 9 years ago
  31. 0d61f0b powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr test by Scott Wood · 9 years ago
  32. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
  33. f28b6ff powerpc/mm: use generic version of pmdp_clear_flush() by Aneesh Kumar K.V · 9 years ago
  34. 15a25b2 mm/thp: split out pmd collapse flush into separate functions by Aneesh Kumar K.V · 9 years ago
  35. 13bd817 powerpc/thp: Serialize pmd clear against a linux page table walk. by Aneesh Kumar K.V · 9 years ago
  36. f691fa1 powerpc: Replace mem_init_done with slab_is_available() by Michael Ellerman · 9 years ago
  37. 4f9c53c powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabled by Michael Ellerman · 9 years ago
  38. 780fc56 powerpc: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  39. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 9 years ago
  40. aefa568 powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault by Aneesh Kumar K.V · 10 years ago
  41. d557b09 powerpc/mm/thp: Use tlbiel if possible by Aneesh Kumar K.V · 10 years ago
  42. f1581bf powerpc/mm/thp: Remove code duplication by Aneesh Kumar K.V · 10 years ago
  43. 0674352 powerpc/mm: Add missing pmd accessors by Aneesh Kumar K.V · 10 years ago
  44. 68cf0d6 powerpc: Remove superfluous bootmem includes by Anton Blanchard · 10 years ago
  45. 14ed740 powerpc: Remove some old bootmem related comments by Anton Blanchard · 10 years ago
  46. 1023973 powerpc: Remove bootmem allocator by Anton Blanchard · 10 years ago
  47. 9e81330 powerpc/thp: Add tracepoints to track hugepage invalidate by Aneesh Kumar K.V · 10 years ago
  48. fc04795 powerpc/thp: Handle combo pages in invalidate by Aneesh Kumar K.V · 10 years ago
  49. fa1f8ae powerpc/thp: Don't recompute vsid and ssize in loop on invalidate by Aneesh Kumar K.V · 10 years ago
  50. 7d17622 powerpc/64e: Add __ref to early_alloc_pgtable() by Scott Wood · 10 years ago
  51. 346519a powerpc/mm: Make sure a local_irq_disable prevent a parallel THP split by Aneesh Kumar K.V · 10 years ago
  52. 88247e8 powerpc/mm: Add new "set" flag argument to pte/pmd update function by Aneesh Kumar K.V · 10 years ago
  53. fac515db Merge remote-tracking branch 'scott/next' into next by Benjamin Herrenschmidt · 10 years ago
  54. c141611 powerpc: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  55. 47ce8af powerpc: add barrier after writing kernel PTE by Scott Wood · 11 years ago
  56. 8937ba4 powerpc/mm: Only check for _PAGE_PRESENT in set_pte/pmd functions by Aneesh Kumar K.V · 11 years ago
  57. 4f804943 powerpc: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  58. 1a52728 powerpc: Optimize hugepage invalidate by Aneesh Kumar K.V · 11 years ago
  59. 437d496 powerpc/THP: Enable THP on PPC64 by Aneesh Kumar K.V · 11 years ago
  60. 074c2ea powerpc/THP: Implement transparent hugepages for ppc64 by Aneesh Kumar K.V · 11 years ago
  61. 5c1f6ee powerpc: Reduce PTE table memory wastage by Aneesh Kumar K.V · 11 years ago
  62. af81d78 powerpc: Rename USER_ESID_BITS* to ESID_BITS* by Aneesh Kumar K.V · 11 years ago
  63. 78f1dbd powerpc/mm: Make some of the PGTABLE_RANGE dependency explicit by Aneesh Kumar K.V · 12 years ago
  64. beacc6d powerpc: Remove all includes of <asm/abs_addr.h> by Michael Ellerman · 12 years ago
  65. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 12 years ago
  66. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  67. 40f1ce7 powerpc: Remove ioremap_flags by Anton Blanchard · 13 years ago
  68. be135f4 powerpc: Add ioremap_wc by Anton Blanchard · 13 years ago
  69. 7a9d125 powerpc: Record vma->phys_addr in ioremap() by Michael Ellerman · 14 years ago
  70. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  71. 55052ee powerpc: Fix ioremap_flags() with book3e pte definition by Benjamin Herrenschmidt · 14 years ago
  72. 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
  73. 32a7494 powerpc/mm: Add support for SPARSEMEM_VMEMMAP on 64-bit Book3E by Benjamin Herrenschmidt · 15 years ago
  74. a245067 powerpc/mm: Add support for early ioremap on non-hash 64-bit processors by Benjamin Herrenschmidt · 15 years ago
  75. 1cdab55 powerpc: Wire up /proc/vmallocinfo to our ioremap() by Benjamin Herrenschmidt · 15 years ago
  76. a1f242f powerpc ioremap_prot by Benjamin Herrenschmidt · 16 years ago
  77. 1189be6 [POWERPC] Use 1TB segments by Paul Mackerras · 17 years ago
  78. a302cb9 [POWERPC] Export new __io{re,un}map_at() symbols by Olof Johansson · 17 years ago
  79. f21f49e [POWERPC] Remove the dregs of APUS support from arch/powerpc by David Gibson · 17 years ago
  80. 3d5134e [POWERPC] Rewrite IO allocation & mapping on powerpc64 by Benjamin Herrenschmidt · 17 years ago
  81. c19c03f [POWERPC] unmap_vm_area becomes unmap_kernel_range for the public by Benjamin Herrenschmidt · 17 years ago
  82. 017e3c5 [POWERPC] Add spinlock to request_phb_iospace() by Benjamin Herrenschmidt · 17 years ago
  83. a325254 [POWERPC] Fix bug with early ioremap and 64k pages by Benjamin Herrenschmidt · 17 years ago
  84. 68a6435 [POWERPC] Merge 32 and 64 bits asm-powerpc/io.h by Benjamin Herrenschmidt · 18 years ago
  85. 4cb3cee [POWERPC] Allow hooking of PCI MMIO & PIO accessors on 64 bits by Benjamin Herrenschmidt · 18 years ago
  86. 5e203d6 [POWERPC] fix ioremap for a combined kernel by Stephen Rothwell · 18 years ago
  87. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  88. d177c20 [PATCH] powerpc: IOMMU: don't ioremap null addresses by Linas Vepstas · 19 years ago
  89. 800fc3e [PATCH] powerpc: Remove imalloc.h by David Gibson · 19 years ago
  90. 77ac166 [PATCH] ppc64: Don't panic when early __ioremap fails by Benjamin Herrenschmidt · 19 years ago
  91. c613523 Merge ../linux-2.6 by Paul Mackerras · 19 years ago
  92. dcad47f [PATCH] powerpc: Kill ppcdebug by David Gibson · 19 years ago
  93. 3c726f8 [PATCH] ppc64: support 64k pages by Benjamin Herrenschmidt · 19 years ago
  94. 23fd077 Merge ../linux-2.6 by hand by Paul Mackerras · 19 years ago
  95. ab1f9da powerpc: Merge arch/ppc64/mm to arch/powerpc/mm by Paul Mackerras · 19 years ago
  96. 70d64ce powerpc: Rename files to have consistent _32/_64 suffixes by Paul Mackerras · 19 years ago[Renamed from arch/powerpc/mm/pgtable64.c]
  97. 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 19 years ago