1. 080012b Merge tag 'powerpc-4.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  2. 0da12a7 powerpc/mm/hash: Free the subpage_prot_table correctly by Aneesh Kumar K.V · 7 years ago
  3. a25bd72 powerpc/mm/radix: Workaround prefetch issue with KVM by Benjamin Herrenschmidt · 7 years ago
  4. 10fc955 Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  5. 029d925 powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y by Michael Ellerman · 7 years ago
  6. fa7f918 powerpc/mm/hash: Refactor hash__mark_rodata_ro() by Michael Ellerman · 7 years ago
  7. b134bd9 powerpc/mm/radix: Refactor radix__mark_rodata_ro() by Michael Ellerman · 7 years ago
  8. deed9de Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  9. 0a782dc powerpc,mmap: properly account for stack randomization in mmap_base by Rik van Riel · 7 years ago
  10. 3a6a047 powerpc/mm/radix: Synchronize updates to the process table by Benjamin Herrenschmidt · 7 years ago
  11. c6bb0b8 powerpc/mm/radix: Properly clear process table entry by Benjamin Herrenschmidt · 7 years ago
  12. d691b7e Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  13. 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 7 years ago
  14. 40692eb powerpc/mm/hugetlb: add support for 1G huge pages by Aneesh Kumar K.V · 7 years ago
  15. 28c0571 powerpc/mm/hugetlb: remove follow_huge_addr for powerpc by Aneesh Kumar K.V · 7 years ago
  16. 50791e6 powerpc/hugetlb: add follow_huge_pd implementation for ppc64 by Aneesh Kumar K.V · 7 years ago
  17. 3d79a72 mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory by Michal Hocko · 7 years ago
  18. f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 7 years ago
  19. 1b862ae mm, memory_hotplug: get rid of is_zone_device_section by Michal Hocko · 7 years ago
  20. 7614ff3 powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for Radix by Balbir Singh · 7 years ago
  21. cd65d69 powerpc/mm/hash: Implement mark_rodata_ro() for hash by Balbir Singh · 7 years ago
  22. 9a9594e Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  23. 7f6d498 powerpc/mm/radix: Fix execute permissions for interrupt_vectors by Balbir Singh · 7 years ago
  24. 218ea31 Merge branch 'fixes' into next by Michael Ellerman · 7 years ago
  25. 1b644f5 powerpc/mm: Wire up hpte_removebolted for powernv by Anton Blanchard · 7 years ago
  26. ebd3119 powerpc/mm: Add devmap support for ppc64 by Oliver O'Halloran · 7 years ago
  27. b584c25 powerpc/vmemmap: Add altmap support by Oliver O'Halloran · 7 years ago
  28. d7d9b61 powerpc/vmemmap: Reshuffle vmemmap_free() by Oliver O'Halloran · 7 years ago
  29. 7a849a6 powerpc/hugetlbfs: Export HPAGE_SHIFT by Oliver O'Halloran · 7 years ago
  30. 4e287e6 powerpc: use spin loop primitives in some functions by Nicholas Piggin · 7 years ago
  31. 39e4675 powerpc/mm: Add comments on vmemmap physical mapping by Anshuman Khandual · 8 years ago
  32. b0f36c1 powerpc/mm: Add comments to the vmemmap layout by Anshuman Khandual · 8 years ago
  33. 74e27c6 powerpc: Only do ERAT invalidate on radix context switch on P9 DD1 by Benjamin Herrenschmidt · 7 years ago
  34. 0428491 powerpc/mm: Trace tlbie(l) instructions by Balbir Singh · 8 years ago
  35. 3e401f7 powerpc: Only obtain cpu_hotplug_lock if called by rtasd by Thiago Jung Bauermann · 7 years ago
  36. fd88b94 powerpc/64s: Rename slb_allocate_realmode() to slb_allocate() by Michael Ellerman · 7 years ago
  37. d59afff powerpc/64s: Preserve r3 in slb_allocate_realmode() by Nicholas Piggin · 7 years ago
  38. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  39. 9abcc98 powerpc/mm/radix: Only add X for pages overlapping kernel text by Michael Ellerman · 7 years ago
  40. 92d9dfd powerpc/mm/4k: Limit 4k page size config to 64TB virtual address space by Aneesh Kumar K.V · 7 years ago
  41. 4386c09 powerpc/mm: Rename map_page() to map_kernel_page() on 32-bit by Christophe Leroy · 7 years ago
  42. d248564 powerpc/mm/hugetlb: Add support for page accounting by Balbir Singh · 8 years ago
  43. abd667b powerpc/mm/book(e)(3s)/32: Add page table accounting by Balbir Singh · 8 years ago
  44. de3b876 powerpc/mm/book(e)(3s)/64: Add page table accounting by Balbir Singh · 8 years ago
  45. c5cee64 powerpc/mm/hash: Do a local flush if possible when no batch is active by Balbir Singh · 7 years ago
  46. 92aa2fe powerpc/mm: The 8xx doesn't call do_page_fault() for breakpoints by Christophe Leroy · 8 years ago
  47. da929f6 powerpc/mm: Evaluate user_mode(regs) only once in do_page_fault() by Christophe Leroy · 8 years ago
  48. 97a011e powerpc/mm: Remove a redundant test in do_page_fault() by Christophe Leroy · 8 years ago
  49. e8de85c powerpc/mm: Only call store_updates_sp() on stores in do_page_fault() by Christophe Leroy · 8 years ago
  50. 9affa9e powerpc/mm: Remove __this_fixmap_does_not_exist() by Christophe Leroy · 7 years ago
  51. e63739b powerpc/mm/ptdump: Dump the first entry of the linear mapping as well by Balbir Singh · 7 years ago
  52. bfb9956 powerpc/mm: Fix crash in page table dump with huge pages by Michael Ellerman · 8 years ago
  53. ad61dd3 scripts/spelling.txt: add regsiter -> register spelling mistake by Stephen Boyd · 8 years ago
  54. 7246f60 Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  55. 3c9ac2b powerpc/mm/radix: Drop support for CPUs without lockless tlbie by Michael Ellerman · 8 years ago
  56. b13f668 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 8 years ago
  57. 2505820 powerpc/mm: Rename table dump file name by Christophe Leroy · 8 years ago
  58. 78a18db powerpc/mm: On PPC32, display 32 bits addresses in page table dump by Christophe Leroy · 8 years ago
  59. fd893fe powerpc/mm: Fix missing page attributes in page table dump by Christophe Leroy · 8 years ago
  60. 6c01bbd powerpc/mm: Fix page table dump build on PPC32 by Christophe Leroy · 8 years ago
  61. a5998fc powerpc/mm/radix: Optimise tlbiel flush all case by Aneesh Kumar K.V · 8 years ago
  62. cf4f08b powerpc/mm/radix: Optimise Page Walk Cache flush by Aneesh Kumar K.V · 8 years ago
  63. b409946 powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd() by Michael Ellerman · 8 years ago
  64. 9fea59b powerpc/mm: Add support for runtime configuration of ASLR limits by Michael Ellerman · 8 years ago
  65. e889e96 powerpc/iommu: Do not call PageTransHuge() on tail pages by Alexey Kardashevskiy · 8 years ago
  66. 321f7d2 powerpc/mmap: Any hint > 128TB searches the full VA space by Aneesh Kumar K.V · 8 years ago
  67. be77e99 powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limit by Aneesh Kumar K.V · 8 years ago
  68. 5f81226 powerpc/mm/hash: Don't open code VMALLOC_INDEX by Aneesh Kumar K.V · 8 years ago
  69. 9e4114b powerpc/mm: Fix hash table dump when memory is not contiguous by Rashmica Gupta · 8 years ago
  70. aaa2295 powerpc/mm: Add physical address to Linux page table dump by Oliver O'Halloran · 8 years ago
  71. 70538ea powerpc/mm: Fix missing _PAGE_NON_IDEMPOTENT in pgtable dump by Oliver O'Halloran · 8 years ago
  72. ea61455 powerpc/mm: Remove reduntant initmem information from log by Anshuman Khandual · 8 years ago
  73. 4868e35 powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit() by Michael Ellerman · 8 years ago
  74. 7644d58 powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there by Michael Ellerman · 8 years ago
  75. f7327e0 powerpc/mm/radix: Remove unnecessary ptesync by Aneesh Kumar K.V · 8 years ago
  76. f6b0df5 powerpc/mm/radix: Don't do page walk cache flush when doing full mm flush by Aneesh Kumar K.V · 8 years ago
  77. 88b1bf72 powerpc/mm: Add missing global TLB invalidate if cxl is active by Frederic Barrat · 8 years ago
  78. 1ab66d1 powerpc/powernv: Introduce address translation services for Nvlink2 by Alistair Popple · 8 years ago
  79. f6f9195 powerpc/mm: Remove stale comment about the DART hole by Oliver O'Halloran · 8 years ago
  80. a7a9dcd powerpc: Avoid taking a data miss on every userspace instruction miss by Anton Blanchard · 8 years ago
  81. f4ea6dc powerpc/mm: Enable mappings above 128TB by Aneesh Kumar K.V · 8 years ago
  82. fbfef90 powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limit by Aneesh Kumar K.V · 8 years ago
  83. 82228e3 powerpc/pseries: Skip using reserved virtual address range by Aneesh Kumar K.V · 8 years ago
  84. bb18322 powerpc/mm/hash: Store addr_limit in PACA by Aneesh Kumar K.V · 8 years ago
  85. 957b778 powerpc/mm: Add addr_limit to mm_context and use it to derive max slice index by Aneesh Kumar K.V · 8 years ago
  86. e6f81a9 powerpc/mm/hash: Support 68 bit VA by Aneesh Kumar K.V · 8 years ago
  87. 941711a powerpc/mm/hash: Use context ids 1-4 for the kernel by Aneesh Kumar K.V · 8 years ago
  88. 760573c powerpc/mm: Split radix vs hash mm context initialisation by Michael Ellerman · 8 years ago
  89. c1ff840 powerpc/mm/hash: Pull hash constants into hash__alloc_context_id() by Michael Ellerman · 8 years ago
  90. a336f2f powerpc/mm/hash: Abstract context id allocation for KVM by Michael Ellerman · 8 years ago
  91. 302413c powerpc/mm/slice: Update slice mask printing to use bitmap printing. by Aneesh Kumar K.V · 8 years ago
  92. 8218522 powerpc/mm/slice: Move slice_mask struct definition to slice.c by Aneesh Kumar K.V · 8 years ago
  93. 1b2fa5a powerpc/mm: Remove checks that TASK_SIZE_USER64 is too small by Aneesh Kumar K.V · 8 years ago
  94. 52b1e66 powerpc/mm: Move copy_mm_to_paca to paca.c by Aneesh Kumar K.V · 8 years ago
  95. a4d36215 powerpc/mm/slice: Update the function prototype by Aneesh Kumar K.V · 8 years ago
  96. f3207c1 powerpc/mm/slice: Convert slice_mask high slice to a bitmap by Aneesh Kumar K.V · 8 years ago
  97. 6aa59f5 powerpc/mm: Move hash specific pte bits to be top bits of RPN by Aneesh Kumar K.V · 8 years ago
  98. a525108 powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layout by Aneesh Kumar K.V · 8 years ago
  99. ddb014b powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGE by Aneesh Kumar K.V · 8 years ago
  100. 98beda7 powerpc/mm/slice: Fix off-by-1 error when computing slice mask by Aneesh Kumar K.V · 8 years ago