1. 73b341e powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64K by Michael Ellerman · 10 years ago
  2. cfcb3d8 powerpc/mm: Add trace point for tracking hash pte fault by Aneesh Kumar K.V · 10 years ago
  3. 09f3f32 powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOC by Michael Ellerman · 10 years ago
  4. 2e826695 powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabled by Aneesh Kumar K.V · 10 years ago
  5. 691e95f powerpc/mm/thp: Make page table walk safe against thp split/collapse by Aneesh Kumar K.V · 10 years ago
  6. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  7. aefa568 powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault by Aneesh Kumar K.V · 10 years ago
  8. d557b09 powerpc/mm/thp: Use tlbiel if possible by Aneesh Kumar K.V · 10 years ago
  9. f1581bf powerpc/mm/thp: Remove code duplication by Aneesh Kumar K.V · 10 years ago
  10. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  11. a1dca346 powerpc/mm: Add new hash_page_mm() by Ian Munsie · 10 years ago
  12. 8ca7a82 powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize by Ian Munsie · 10 years ago
  13. be3ebfe powerpc/cell: Make spu_flush_all_slbs() generic by Ian Munsie · 10 years ago
  14. 9e34992 powerpc/mm: Unindent htab_dt_scan_page_sizes() by Michael Ellerman · 11 years ago
  15. e51df2c powerpc: Make a bunch of things static by Anton Blanchard · 11 years ago
  16. e1802b0 powerpc: Move more symbol exports next to function definitions by Anton Blanchard · 11 years ago
  17. ed5694a powerpc: implement vmemmap_remove_mapping() for BOOK3S by Li Zhong · 11 years ago
  18. 13b3d13 powerpc: Remove MMU_FTR_SLB by Michael Ellerman · 11 years ago
  19. 376af59 powerpc: Remove STAB code by Michael Ellerman · 11 years ago
  20. c5aec4c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  21. 09567e7 powerpc/mm: Check paca psize is up to date for huge mappings by Michael Ellerman · 11 years ago
  22. d270506 Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next by Linus Torvalds · 11 years ago
  23. f6869e7 Merge remote-tracking branch 'anton/abiv2' into next by Benjamin Herrenschmidt · 11 years ago
  24. 9048e64 powerpc: Use 64k io pages when we never see an HEA by Alexander Graf · 11 years ago
  25. 9d0c4df of/fdt: update of_get_flat_dt_prop in prep for libfdt by Rob Herring · 11 years ago
  26. b18db0b KVM guest: Make pv trampoline code executable by Alexander Graf · 11 years ago
  27. b86206e powerpc: Fix branch patching code for ABIv2 by Anton Blanchard · 11 years ago
  28. 26f9206 powerpc: Use ppc_function_entry instead of open coding it by Anton Blanchard · 11 years ago
  29. 429d2e8 powerpc: Fix kdump hang issue on p8 with relocation on exception enabled. by Mahesh Salgaonkar · 11 years ago
  30. c8c06f5 powerpc/mm: Free up _PAGE_COHERENCE for numa fault use later by Aneesh Kumar K.V · 11 years ago
  31. 12f04f2 powerpc: Book 3S MMU little endian support by Anton Blanchard · 11 years ago
  32. b0d436c powerpc: Fix a number of sparse warnings by Anton Blanchard · 12 years ago
  33. 061d19f powerpc: Delete __cpuinit usage from all users by Paul Gortmaker · 12 years ago
  34. 0ac52dd powerpc: Make linux pagetable walk safe with THP enabled by Aneesh Kumar K.V · 12 years ago
  35. 6d492ec powerpc/THP: Add code to handle HPTE faults for hugepages by Aneesh Kumar K.V · 12 years ago
  36. 12bc9f6 powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte by Aneesh Kumar K.V · 12 years ago
  37. db3d853 powerpc/mm: handle hugepage size correctly when invalidating hpte entries by Aneesh Kumar K.V · 12 years ago
  38. ba12eed powerpc: Exception hooks for context tracking subsystem by Li Zhong · 12 years ago
  39. c2fd22d powerpc/tm: Fix null pointer deference in flush_hash_page by Michael Neuling · 12 years ago
  40. 3dc4fec powerpc: Print page size info during boot by Aneesh Kumar K.V · 12 years ago
  41. d8139eb powerpc: print both base and actual page size on hash failure by Aneesh Kumar K.V · 12 years ago
  42. b1022fb powerpc: Decode the pte-lp-encoding bits correctly. by Aneesh Kumar K.V · 12 years ago
  43. 016af59 powerpc: Try to insert the hptes repeatedly in kernel_map_linear_page() by Li Zhong · 12 years ago
  44. b170bd3 powerpc: Split the code trying to insert hpte repeatedly as an helper function by Li Zhong · 12 years ago
  45. c60ac56 powerpc: Update kernel VSID range by Aneesh Kumar K.V · 12 years ago
  46. 1393811 powerpc: Fix STAB initialization by Benjamin Herrenschmidt · 12 years ago
  47. bc2a940 powerpc: Hook in new transactional memory code by Michael Neuling · 12 years ago
  48. 7aa0727 powerpc/mm: Increase the slice range to 64TB by Aneesh Kumar K.V · 12 years ago
  49. 5524a27 powerpc/mm: Convert virtual address to vpn by Aneesh Kumar K.V · 12 years ago
  50. 70267a7 powerpc/mm: Replace abs_to_virt() with __va() by Michael Ellerman · 13 years ago
  51. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 13 years ago
  52. f533927 powerpc: Remove FW_FEATURE ISERIES from arch code by Stephen Rothwell · 13 years ago
  53. 3ccc00a fadump: Register for firmware assisted dump. by Mahesh Salgaonkar · 13 years ago
  54. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  55. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 14 years ago
  56. a119409 powerpc: Fix oops when echoing bad values to /sys/devices/system/memory/probe by Anton Blanchard · 14 years ago
  57. 41151e7 powerpc: Hugetlb for BookE by Becky Bruce · 14 years ago
  58. 44ae3ab powerpc: Free up some CPU feature bits by moving out MMU-related features by Matt Evans · 14 years ago
  59. b68a70c powerpc: Replace open coded instruction patching with patch_instruction/patch_branch by Anton Blanchard · 14 years ago
  60. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  61. 0b97fee powerpc/mm: Avoid avoidable void* pointer by Michael Neuling · 14 years ago
  62. 1c2c25c powerpc: Fix call to subpage_protection() by Michael Neuling · 14 years ago
  63. cd3db0c memblock: Remove rmo_size, burry it in arch/powerpc where it belongs by Benjamin Herrenschmidt · 15 years ago
  64. e63075a memblock: Introduce default allocation limit and use it to replace explicit ones by Benjamin Herrenschmidt · 15 years ago
  65. 27f574c memblock: Expose MEMBLOCK_ALLOC_ANYWHERE by Benjamin Herrenschmidt · 15 years ago
  66. 28be707 memblock/powerpc: Use new accessors by Benjamin Herrenschmidt · 15 years ago
  67. e3239ff memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region by Benjamin Herrenschmidt · 15 years ago
  68. 4b8692c powerpc/mm: Add some debug output when hash insertion fails by Benjamin Herrenschmidt · 15 years ago
  69. ca91e6c powerpc/mm: Move around testing of _PAGE_PRESENT in hash code by Benjamin Herrenschmidt · 15 years ago
  70. 95f72d1 lmb: rename to memblock by Yinghai Lu · 15 years ago
  71. a1128f8 powerpc/mm: Fix stupid bug in subpge protection handling by David Gibson · 15 years ago
  72. 5c33991 powerpc/mm: Fix hash_utils_64.c compile errors with DEBUG enabled. by Sachin P. Sant · 15 years ago
  73. d28513b powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROT by David Gibson · 15 years ago
  74. 5a7b419 Revert "powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROT" by Benjamin Herrenschmidt · 15 years ago
  75. c045256 powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROT by David Gibson · 15 years ago
  76. 4ab79aa Export symbols for KVM module by Alexander Graf · 15 years ago
  77. 0895ecd powerpc/mm: Bring hugepage PTE accessor functions back into sync with normal accessors by David Gibson · 15 years ago
  78. d1837cb powerpc/mm: Cleanup initialization of hugepages on powerpc by David Gibson · 15 years ago
  79. a4fe3ce powerpc/mm: Allow more flexible layouts for hugepage pagetables by David Gibson · 15 years ago
  80. 24f1ce8 powerpc: Fix crash on CPU hotplug by Michael Ellerman · 16 years ago
  81. 757c74d powerpc/mm: Introduce early_init_mmu() on 64-bit by Benjamin Herrenschmidt · 16 years ago
  82. 56aa412 cpumask: Use mm_cpumask() wrapper instead of cpu_vm_mask by Rusty Russell · 16 years ago
  83. 13870b6 powerpc/mm: Reduce hashtable size when using 64kB pages by Anton Blanchard · 16 years ago
  84. 4792adb powerpc: Don't use a 16G page if beyond mem= limits by Jon Tollefson · 16 years ago
  85. f5ea64d powerpc: Get USE_STRICT_MM_TYPECHECKS working again by David Gibson · 16 years ago
  86. 549e815 powerpc: Make the 64-bit kernel as a position-independent executable by Paul Mackerras · 17 years ago
  87. 7e392f8 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  88. 9e88ba4 powerpc: Only make kernel text pages of linear mapping executable by Paul Mackerras · 17 years ago
  89. e16a9c0 powerpc: Guard htab_dt_scan_hugepage_blocks appropriately by Tony Breeds · 17 years ago
  90. bc033b6 powerpc/mm: Fix attribute confusion with htab_bolt_mapping() by Benjamin Herrenschmidt · 17 years ago
  91. 0d9ea75 powerpc: support multiple hugepage sizes by Jon Tollefson · 17 years ago
  92. 658013e powerpc: scan device tree for gigantic pages by Jon Tollefson · 17 years ago
  93. 3a8247c powerpc: Only demote individual slices rather than whole process by Paul Mackerras · 17 years ago
  94. fcff474 Merge branch 'linux-2.6' into powerpc-next by Paul Mackerras · 17 years ago
  95. cec08e7 [POWERPC] vmemmap fixes to use smaller pages by Benjamin Herrenschmidt · 17 years ago
  96. 572fb57 [POWERPC] Move declaration of tce variables into mmu-hash64.h by Michael Ellerman · 17 years ago
  97. 09de9ff [POWERPC] Fix sparse warnings in arch/powerpc/mm by Michael Ellerman · 17 years ago
  98. ae86f00 [POWERPC] htab_remove_mapping is only used by MEMORY_HOTPLUG by Stephen Rothwell · 17 years ago
  99. 52db9b4 [POWERPC] Add error return from htab_remove_mapping() by Badari Pulavarty · 17 years ago
  100. 54f53f2 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago