1. c8c06f5 powerpc/mm: Free up _PAGE_COHERENCE for numa fault use later by Aneesh Kumar K.V · 11 years ago
  2. 12f04f2 powerpc: Book 3S MMU little endian support by Anton Blanchard · 11 years ago
  3. b0d436c powerpc: Fix a number of sparse warnings by Anton Blanchard · 11 years ago
  4. 061d19f powerpc: Delete __cpuinit usage from all users by Paul Gortmaker · 11 years ago
  5. 0ac52dd powerpc: Make linux pagetable walk safe with THP enabled by Aneesh Kumar K.V · 11 years ago
  6. 6d492ec powerpc/THP: Add code to handle HPTE faults for hugepages by Aneesh Kumar K.V · 11 years ago
  7. 12bc9f6 powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte by Aneesh Kumar K.V · 11 years ago
  8. db3d853 powerpc/mm: handle hugepage size correctly when invalidating hpte entries by Aneesh Kumar K.V · 11 years ago
  9. ba12eed powerpc: Exception hooks for context tracking subsystem by Li Zhong · 11 years ago
  10. c2fd22d powerpc/tm: Fix null pointer deference in flush_hash_page by Michael Neuling · 11 years ago
  11. 3dc4fec powerpc: Print page size info during boot by Aneesh Kumar K.V · 11 years ago
  12. d8139eb powerpc: print both base and actual page size on hash failure by Aneesh Kumar K.V · 11 years ago
  13. b1022fb powerpc: Decode the pte-lp-encoding bits correctly. by Aneesh Kumar K.V · 11 years ago
  14. 016af59 powerpc: Try to insert the hptes repeatedly in kernel_map_linear_page() by Li Zhong · 11 years ago
  15. b170bd3 powerpc: Split the code trying to insert hpte repeatedly as an helper function by Li Zhong · 11 years ago
  16. c60ac56 powerpc: Update kernel VSID range by Aneesh Kumar K.V · 11 years ago
  17. 1393811 powerpc: Fix STAB initialization by Benjamin Herrenschmidt · 11 years ago
  18. bc2a940 powerpc: Hook in new transactional memory code by Michael Neuling · 11 years ago
  19. 7aa0727 powerpc/mm: Increase the slice range to 64TB by Aneesh Kumar K.V · 12 years ago
  20. 5524a27 powerpc/mm: Convert virtual address to vpn by Aneesh Kumar K.V · 12 years ago
  21. 70267a7 powerpc/mm: Replace abs_to_virt() with __va() by Michael Ellerman · 12 years ago
  22. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 12 years ago
  23. f533927 powerpc: Remove FW_FEATURE ISERIES from arch code by Stephen Rothwell · 12 years ago
  24. 3ccc00a fadump: Register for firmware assisted dump. by Mahesh Salgaonkar · 12 years ago
  25. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  26. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  27. a119409 powerpc: Fix oops when echoing bad values to /sys/devices/system/memory/probe by Anton Blanchard · 13 years ago
  28. 41151e7 powerpc: Hugetlb for BookE by Becky Bruce · 13 years ago
  29. 44ae3ab powerpc: Free up some CPU feature bits by moving out MMU-related features by Matt Evans · 13 years ago
  30. b68a70c powerpc: Replace open coded instruction patching with patch_instruction/patch_branch by Anton Blanchard · 13 years ago
  31. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  32. 0b97fee powerpc/mm: Avoid avoidable void* pointer by Michael Neuling · 14 years ago
  33. 1c2c25c powerpc: Fix call to subpage_protection() by Michael Neuling · 14 years ago
  34. cd3db0c memblock: Remove rmo_size, burry it in arch/powerpc where it belongs by Benjamin Herrenschmidt · 14 years ago
  35. e63075a memblock: Introduce default allocation limit and use it to replace explicit ones by Benjamin Herrenschmidt · 14 years ago
  36. 27f574c memblock: Expose MEMBLOCK_ALLOC_ANYWHERE by Benjamin Herrenschmidt · 14 years ago
  37. 28be707 memblock/powerpc: Use new accessors by Benjamin Herrenschmidt · 14 years ago
  38. e3239ff memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region by Benjamin Herrenschmidt · 14 years ago
  39. 4b8692c powerpc/mm: Add some debug output when hash insertion fails by Benjamin Herrenschmidt · 14 years ago
  40. ca91e6c powerpc/mm: Move around testing of _PAGE_PRESENT in hash code by Benjamin Herrenschmidt · 14 years ago
  41. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  42. a1128f8 powerpc/mm: Fix stupid bug in subpge protection handling by David Gibson · 15 years ago
  43. 5c33991 powerpc/mm: Fix hash_utils_64.c compile errors with DEBUG enabled. by Sachin P. Sant · 15 years ago
  44. d28513b powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROT by David Gibson · 15 years ago
  45. 5a7b419 Revert "powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROT" by Benjamin Herrenschmidt · 15 years ago
  46. c045256 powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROT by David Gibson · 15 years ago
  47. 4ab79aa Export symbols for KVM module by Alexander Graf · 15 years ago
  48. 0895ecd powerpc/mm: Bring hugepage PTE accessor functions back into sync with normal accessors by David Gibson · 15 years ago
  49. d1837cb powerpc/mm: Cleanup initialization of hugepages on powerpc by David Gibson · 15 years ago
  50. a4fe3ce powerpc/mm: Allow more flexible layouts for hugepage pagetables by David Gibson · 15 years ago
  51. 24f1ce8 powerpc: Fix crash on CPU hotplug by Michael Ellerman · 15 years ago
  52. 757c74d powerpc/mm: Introduce early_init_mmu() on 64-bit by Benjamin Herrenschmidt · 15 years ago
  53. 56aa412 cpumask: Use mm_cpumask() wrapper instead of cpu_vm_mask by Rusty Russell · 15 years ago
  54. 13870b6 powerpc/mm: Reduce hashtable size when using 64kB pages by Anton Blanchard · 15 years ago
  55. 4792adb powerpc: Don't use a 16G page if beyond mem= limits by Jon Tollefson · 16 years ago
  56. f5ea64d powerpc: Get USE_STRICT_MM_TYPECHECKS working again by David Gibson · 16 years ago
  57. 549e815 powerpc: Make the 64-bit kernel as a position-independent executable by Paul Mackerras · 16 years ago
  58. 7e392f8 Merge branch 'linux-2.6' by Paul Mackerras · 16 years ago
  59. 9e88ba4 powerpc: Only make kernel text pages of linear mapping executable by Paul Mackerras · 16 years ago
  60. e16a9c0 powerpc: Guard htab_dt_scan_hugepage_blocks appropriately by Tony Breeds · 16 years ago
  61. bc033b6 powerpc/mm: Fix attribute confusion with htab_bolt_mapping() by Benjamin Herrenschmidt · 16 years ago
  62. 0d9ea75 powerpc: support multiple hugepage sizes by Jon Tollefson · 16 years ago
  63. 658013e powerpc: scan device tree for gigantic pages by Jon Tollefson · 16 years ago
  64. 3a8247c powerpc: Only demote individual slices rather than whole process by Paul Mackerras · 16 years ago
  65. fcff474 Merge branch 'linux-2.6' into powerpc-next by Paul Mackerras · 16 years ago
  66. cec08e7 [POWERPC] vmemmap fixes to use smaller pages by Benjamin Herrenschmidt · 16 years ago
  67. 572fb57 [POWERPC] Move declaration of tce variables into mmu-hash64.h by Michael Ellerman · 16 years ago
  68. 09de9ff [POWERPC] Fix sparse warnings in arch/powerpc/mm by Michael Ellerman · 16 years ago
  69. ae86f00 [POWERPC] htab_remove_mapping is only used by MEMORY_HOTPLUG by Stephen Rothwell · 16 years ago
  70. 52db9b4 [POWERPC] Add error return from htab_remove_mapping() by Badari Pulavarty · 16 years ago
  71. 54f53f2 Merge branch 'linux-2.6' by Paul Mackerras · 16 years ago
  72. cfe666b [POWERPC] Don't use 64k pages for ioremap on pSeries by Paul Mackerras · 16 years ago
  73. bed04a4 Merge branch 'linux-2.6' by Paul Mackerras · 16 years ago
  74. 31bf111 [POWERPC] Fix large hash table allocation on Cell blades by Michael Ellerman · 16 years ago
  75. f8c8803 [POWERPC] Add code for removing HPTEs for parts of the linear mapping by Badari Pulavarty · 17 years ago
  76. d9b2b2a [LIB]: Make PowerPC LMB code generic so sparc64 can use it too. by David S. Miller · 16 years ago
  77. 41d824b [POWERPC] Allocate the hash table under 1G on cell by Michael Ellerman · 17 years ago
  78. fa28237 [POWERPC] Provide a way to protect 4k subpages when using 64k pages by Paul Mackerras · 17 years ago
  79. 4ec161c [POWERPC] Add hugepagesz boot-time parameter by Jon Tollefson · 17 years ago
  80. 584f8b7 [POWERPC] Use SLB size from the device tree by Michael Neuling · 17 years ago
  81. aa39be0 [POWERPC] Include udbg.h when using udbg_printf by will schmidt · 17 years ago
  82. f6ab0b9 [POWERPC] powerpc: Fix demotion of segments to 4K pages by Benjamin Herrenschmidt · 17 years ago
  83. f66bce5 [POWERPC] Add 1TB workaround for PA6T by Olof Johansson · 17 years ago
  84. f553400 [POWERPC] Fix 1TB segment detection by Olof Johansson · 17 years ago
  85. 1189be6 [POWERPC] Use 1TB segments by Paul Mackerras · 17 years ago
  86. e8ff064 [POWERPC] Tidy up CONFIG_PPC_MM_SLICES code by Stephen Rothwell · 17 years ago
  87. 9420dc6 [POWERPC] Clean out a bunch of duplicate includes by Jesper Juhl · 17 years ago
  88. 2b02d13 [POWERPC] Fix invalid semicolon after if statement by Ilpo Järvinen · 17 years ago
  89. 67439b7 [POWERPC] Fixes for the SLB shadow buffer code by Michael Neuling · 17 years ago
  90. 1e57ba8 [POWERPC] cell: CONFIG_SPE_BASE is a typo by Geert Uytterhoeven · 17 years ago
  91. 8e561e7 [POWERPC] Kill typedef-ed structs for hash PTEs and BATs by David Gibson · 17 years ago
  92. 5b82583 [POWERPC] Correct #endif comment by Jon Tollefson · 17 years ago
  93. 16c2d47 [POWERPC] Add ability to 4K kernel to hash in 64K pages by Benjamin Herrenschmidt · 17 years ago
  94. d0f13e3 [POWERPC] Introduce address space "slices" by Benjamin Herrenschmidt · 17 years ago
  95. 16f1c74 [POWERPC] Small fixes & cleanups in segment page size demotion by Benjamin Herrenschmidt · 17 years ago
  96. ed16669 [POWERPC] Initialise spinlock in the DEBUG_PAGEALLOC code by Michael Ellerman · 17 years ago
  97. 370a908 [POWERPC] DEBUG_PAGEALLOC for 64-bit by Benjamin Herrenschmidt · 17 years ago
  98. 721151d [POWERPC] Allow drivers to map individual 4k pages to userspace by Paul Mackerras · 17 years ago
  99. 94b2a43 [POWERPC] Fix spu SLB invalidations by Benjamin Herrenschmidt · 17 years ago
  100. 0470466 [POWERPC] Fix cputable.h for combined build by Stephen Rothwell · 18 years ago