1. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  2. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  3. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  4. 2c2a5af mm, memory_hotplug: add nid parameter to arch_remove_memory by Oscar Salvador · 6 years ago
  5. 8d69733 Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  6. 792bf4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  7. 42b00f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  8. c10c21e powerpc/vfio/iommu/kvm: Do not pin device memory by Alexey Kardashevskiy · 6 years ago
  9. e0bf78b powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a region by Alexey Kardashevskiy · 6 years ago
  10. ffca395 powerpc/mm: Fix reporting of kernel execute faults on the 8xx by Christophe Leroy · 6 years ago
  11. 2cd4bd1 powerpc/pkeys: Fix handling of pkey state across fork() by Ram Pai · 6 years ago
  12. 10c5e83 powerpc/fsl: Flush the branch predictor at each kernel entry (64bit) by Diana Craciun · 6 years ago
  13. 49a502e powerpc/mm: Make NULL pointer deferences explicit on bad page faults. by Christophe Leroy · 6 years ago
  14. 25078dc powerpc: use mm zones more sensibly by Christoph Hellwig · 6 years ago
  15. 44a0337 powerpc/dma: split the two __dma_alloc_coherent implementations by Christoph Hellwig · 6 years ago
  16. 374f3f5 powerpc/mm/hash: Handle user access of kernel address gracefully by Aneesh Kumar K.V · 6 years ago
  17. 385e89d powerpc/mm: add exec protection on powerpc 603 by Christophe Leroy · 6 years ago
  18. badb968 powerpc/mm: define an empty slice_init_new_context_exec() by Christophe Leroy · 6 years ago
  19. e93ba1b powerpc/book3s/32: fix number of bats in p/v_block_mapped() by Christophe Leroy · 6 years ago
  20. 6c16816 powerpc/44x: use patch_sites for TLB handlers patching by Christophe Leroy · 6 years ago
  21. 002cdfc powerpc/8xx: use modify_instruction_site() by Christophe Leroy · 6 years ago
  22. 9efc74f powerpc/book3s/32: Use patch_site to patch hash functions by Christophe Leroy · 6 years ago
  23. 4a3a224 powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.S by Christophe Leroy · 6 years ago
  24. 6bf752d powerpc: implement CONFIG_DEBUG_VIRTUAL by Christophe Leroy · 6 years ago
  25. 4d6a198 Merge branch 'fixes' into next by Michael Ellerman · 6 years ago
  26. d7b4561 KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2 by Suraj Jitindar Singh · 6 years ago
  27. 9ef3463 powerpc/mm: Fallback to RAM if the altmap is unusable by Oliver O'Halloran · 6 years ago
  28. 7c91efc powerpc/mm: dump block address translation on book3s/32 by Christophe Leroy · 6 years ago
  29. 0261a50 powerpc/mm: dump segment registers on book3s/32 by Christophe Leroy · 6 years ago
  30. 3fb69c6 powerpc/8xx: Enable 512k hugepage support with HW assistance by Christophe Leroy · 6 years ago
  31. 22569b8 powerpc/8xx: Enable 8M hugepage support with HW assistance by Christophe Leroy · 6 years ago
  32. 6a8f911 powerpc/8xx: Use hardware assistance in TLB handlers by Christophe Leroy · 6 years ago
  33. 5af543b powerpc/8xx: Temporarily disable 16k pages and hugepages by Christophe Leroy · 6 years ago
  34. 32bff4b powerpc/mm: remove unnecessary test in pgtable_cache_init() by Christophe Leroy · 6 years ago
  35. 1e03c7e2 powerpc/mm: fix a warning when a cache is common to PGD and hugepages by Christophe Leroy · 6 years ago
  36. 0356656 powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER) by Christophe Leroy · 6 years ago
  37. 129dd32 powerpc/mm: enable the use of page table cache of order 0 by Christophe Leroy · 6 years ago
  38. 32ea4c1 powerpc/mm: Extend pte_fragment functionality to PPC32 by Christophe Leroy · 6 years ago
  39. a74791d powerpc/mm: add helpers to get/set mm.context->pte_frag by Christophe Leroy · 6 years ago
  40. 2a14653 powerpc/mm: Avoid useless lock with single page fragments by Christophe Leroy · 6 years ago
  41. a95d133 powerpc/mm: Move pte_fragment_alloc() to a common location by Christophe Leroy · 6 years ago
  42. 4bbfd74 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  43. 462951c powerpc/mm: Fix linux page tables build with some configs by Michael Ellerman · 6 years ago
  44. 5b3e84f powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3S by Christophe Leroy · 6 years ago
  45. 68289ae powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32 by Christophe Leroy · 6 years ago
  46. d7cceda powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32 by Christophe Leroy · 6 years ago
  47. e5480bd powerpc: Use device_type helpers to access the node type by Rob Herring · 6 years ago
  48. bce85a1 powerpc/mm: Remove extern from function definition by Breno Leitao · 6 years ago
  49. 71432ce powerpc/pkey: Define functions as static by Breno Leitao · 6 years ago
  50. 437ccdc powerpc/numa: Suppress "VPHN is not supported" messages by Satheesh Rajendran · 6 years ago
  51. c8b00bb powerpc/mm/64s: Fix preempt warning in slb_allocate_kernel() by Michael Ellerman · 6 years ago
  52. 0422911 powerpc: Convert hugepd_free() to use call_rcu() by Paul E. McKenney · 6 years ago
  53. 9586d56 powerpc/mm/64s: Only use slbfee on CPUs that support it by Michael Ellerman · 6 years ago
  54. 08e6a34 powerpc/mm/64s: Use PPC_SLBFEE macro by Michael Ellerman · 6 years ago
  55. 0ae7906 powerpc/mm/64s: Consolidate SLB assertions by Michael Ellerman · 6 years ago
  56. b69f9e1 Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  57. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  58. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  59. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  60. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  61. 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
  62. 3b9672f Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 6 years ago
  63. 685f7e4 Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  64. 1a21087 powerpc/8xx: Use patch_site for memory setup patching by Christophe Leroy · 6 years ago
  65. cc4ebf5c Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP" by Christophe Leroy · 6 years ago
  66. 0d1e8b8 Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  67. ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  68. b6ae355 powerpc/8xx: add missing header in 8xx_mmu.c by Christophe Leroy · 6 years ago
  69. dd76ff5 powerpc/64s/radix: Fix radix__flush_tlb_collapsed_pmd double flushing pmd by Nicholas Piggin · 6 years ago
  70. 0d92396 powerpc/mm: Fix page table dump to work on Radix by Michael Ellerman · 6 years ago
  71. afb6d06 powerpc/mm/radix: Display if mappings are exec or not by Michael Ellerman · 6 years ago
  72. 232aa40 powerpc/mm/radix: Simplify split mapping logic by Michael Ellerman · 6 years ago
  73. 57306c6 powerpc/mm/radix: Remove the retry in the split mapping logic by Michael Ellerman · 6 years ago
  74. 81d1b54 powerpc/mm/radix: Fix small page at boundary when splitting by Michael Ellerman · 6 years ago
  75. 3b5657e powerpc/mm/radix: Fix overuse of small pages in splitting logic by Michael Ellerman · 6 years ago
  76. 5c6499b powerpc/mm/radix: Fix off-by-one in split mapping logic by Michael Ellerman · 6 years ago
  77. dd0e144 powerpc/mm: Fix WARN_ON with THP NUMA migration by Aneesh Kumar K.V · 6 years ago
  78. 37e9c67 powerpc/mm: fix always true/false warning in slice.c by Christophe Leroy · 6 years ago
  79. aa5456a powerpc/mm: fix missing prototypes in slice.c by Christophe Leroy · 7 years ago
  80. 8114c36 powerpc/mm: Trace tlbia instruction by Christophe Leroy · 7 years ago
  81. cf4a608 powerpc/mm: Add missing tracepoint for tlbie by Christophe Leroy · 7 years ago
  82. 3ff38e1 powerpc/book3s64: fix dump_linuxpagetables "present" flag by Christophe Leroy · 6 years ago
  83. 23ad1a2 powerpc: Add -Werror at arch/powerpc level by Michael Ellerman · 6 years ago
  84. 4ffe713 powerpc/mm: Increase the max addressable memory to 2PB by Aneesh Kumar K.V · 6 years ago
  85. c9f8073 powerpc/mm/hash: Rename get_ea_context to get_user_context by Aneesh Kumar K.V · 6 years ago
  86. e15a4fe powerpc/64s/hash: Add some SLB debugging tests by Nicholas Piggin · 6 years ago
  87. 94ee4272 powerpc/64s/hash: Simplify slb_flush_and_rebolt() by Nicholas Piggin · 6 years ago
  88. 5434ae7 powerpc/64s/hash: Add a SLB preload cache by Nicholas Piggin · 6 years ago
  89. 425d331 powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setup by Nicholas Piggin · 6 years ago
  90. 126b11b powerpc/64s/hash: Add SLB allocation status bitmaps by Nicholas Piggin · 6 years ago
  91. 48e7b76 powerpc/64s/hash: Convert SLB miss handlers to C by Nicholas Piggin · 6 years ago
  92. ff00552 powerpc/8xx: change name of a few page flags to avoid confusion by Christophe Leroy · 6 years ago
  93. 97026b5 powerpc/mm: Split dump_pagelinuxtables flag_array table by Christophe Leroy · 6 years ago
  94. 26973fa powerpc/mm: use pte helpers in generic code by Christophe Leroy · 6 years ago
  95. 34eb138 powerpc/mm: don't use _PAGE_EXEC for calling hash_preload() by Christophe Leroy · 6 years ago
  96. d81e6f8 powerpc/mm: don't use _PAGE_EXEC in book3s/32 by Christophe Leroy · 6 years ago
  97. c766ee7 powerpc: handover page flags with a pgprot_t parameter by Christophe Leroy · 6 years ago
  98. 56f3c1413 powerpc/mm: properly set PAGE_KERNEL flags in ioremap() by Christophe Leroy · 6 years ago
  99. 86c391b powerpc/32: Add ioremap_wt() and ioremap_coherent() by Christophe Leroy · 6 years ago
  100. 65b9fda powerpc/pseries/mobility: Extend start/stop topology update scope by Michael Bringmann · 6 years ago