1. e4e40e0 mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE by Dan Williams · 7 years ago
  2. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  3. 15c659ff Merge branch 'fixes' into next by Michael Ellerman · 8 years ago
  4. fa4531f powerpc/mm: Don't send IPI to all cpus on THP updates by Aneesh Kumar K.V · 8 years ago
  5. ca8afd4 powerpc/hugetlb: fix page rights verification in gup_hugepte() by Christophe Leroy · 8 years ago
  6. 63ee9b2 powerpc/mm/book3s64: Make KERN_IO_START a variable by Michael Ellerman · 8 years ago
  7. c9c98bc powerpc/mm: Fix pmd/pte_devmap() on non-leaf entries by Oliver O'Halloran · 8 years ago
  8. 029d925 powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y by Michael Ellerman · 8 years ago
  9. ebd3119 powerpc/mm: Add devmap support for ppc64 by Oliver O'Halloran · 8 years ago
  10. fd893fe powerpc/mm: Fix missing page attributes in page table dump by Christophe Leroy · 8 years ago
  11. 03dfee6 powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pages by Michael Ellerman · 8 years ago
  12. 6aa59f5 powerpc/mm: Move hash specific pte bits to be top bits of RPN by Aneesh Kumar K.V · 8 years ago
  13. 2f18d53 powerpc/mm: Lower the max real address to 53 bits by Aneesh Kumar K.V · 8 years ago
  14. 32789d3 powerpc/mm: Define all PTE bits based on radix definitions. by Aneesh Kumar K.V · 8 years ago
  15. 54c4025 powerpc/mm: Define _PAGE_SOFT_DIRTY unconditionally by Aneesh Kumar K.V · 8 years ago
  16. f5bd0fd powerpc/mm: Cleanup bits definition between hash and radix. by Aneesh Kumar K.V · 8 years ago
  17. baeedc71 Merge branch 'prep-for-5level' by Linus Torvalds · 8 years ago
  18. d19469e power/mm: update pte_write and pte_wrprotect to handle savedwrite by Aneesh Kumar K.V · 8 years ago
  19. 52c50ca powerpc/mm: handle protnone ptes on fork by Aneesh Kumar K.V · 8 years ago
  20. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  21. c137a27 powerpc/mm/autonuma: switch ppc64 to its own implementation of saved write by Aneesh Kumar K.V · 8 years ago
  22. f4894b8 powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mm by Aneesh Kumar K.V · 8 years ago
  23. de39981 Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  24. c6f6634 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 8 years ago
  25. 953c66c mm: THP page cache support for ppc64 by Aneesh Kumar K.V · 8 years ago
  26. 1dd38b6 mm: move vma_is_anonymous check within pmd_move_must_withdraw by Aneesh Kumar K.V · 8 years ago
  27. 9b081e1 powerpc: port 64 bits pgtable_cache to 32 bits by Christophe Leroy · 8 years ago
  28. b3603e1 powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flush by Aneesh Kumar K.V · 8 years ago
  29. 049d567 powerpc/mm: Introduce _PAGE_LARGE software pte bits by Aneesh Kumar K.V · 8 years ago
  30. 6b8cb66 powerpc: Fix usage of _PAGE_RO in hugepage by Christophe Leroy · 8 years ago
  31. c6d1a76 powerpc/mm/radix: Use different pte update sequence for different POWER9 revs by Aneesh Kumar K.V · 9 years ago
  32. 66c570f powerpc/mm: use _raw variant of page table accessors by Aneesh Kumar K.V · 9 years ago
  33. bfa3708 powerpc: Initialise pci_io_base as early as possible by Darren Stevens · 9 years ago
  34. c04a588 Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  35. fd8cfd3 arch: fix has_transparent_hugepage() by Hugh Dickins · 9 years ago
  36. 69dfbae powerpc/mm/radix: Document software bits for radix by Aneesh Kumar K.V · 9 years ago
  37. ab62476 powerpc/mm/radix: Add THP support for 4K linux page size by Aneesh Kumar K.V · 9 years ago
  38. bde3eb6 powerpc/mm/radix: Add radix THP callbacks by Aneesh Kumar K.V · 9 years ago
  39. 3df33f1 powerpc/mm/thp: Abstraction for THP functions by Aneesh Kumar K.V · 9 years ago
  40. 6a1ea36 powerpc/mm: THP is only available on hash64 as of now by Aneesh Kumar K.V · 9 years ago
  41. 5ed7ecd powerpc/mm: pte_frag abstraction by Aneesh Kumar K.V · 9 years ago
  42. d6a9996 powerpc/mm: vmalloc abstraction in preparation for radix by Aneesh Kumar K.V · 9 years ago
  43. a2f41eb powerpc/mm: Add radix pgalloc details by Aneesh Kumar K.V · 9 years ago
  44. d9225ad powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page() by Aneesh Kumar K.V · 9 years ago
  45. 31a14fa powerpc/mm: Abstraction for vmemmap and map_kernel_page() by Aneesh Kumar K.V · 9 years ago
  46. a9252aae powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.h by Aneesh Kumar K.V · 9 years ago
  47. ac94ac79 powerpc/mm: Add radix callbacks to pte accessors by Aneesh Kumar K.V · 9 years ago
  48. b0b5e9b powerpc/mm/radix: Add radix pte #defines by Aneesh Kumar K.V · 9 years ago
  49. 34fbadd powerpc/mm: Move pte related functions together by Aneesh Kumar K.V · 9 years ago
  50. aba480e powerpc/mm: Move page table index and and vaddr to pgtable.h by Aneesh Kumar K.V · 9 years ago
  51. dd1842a powerpc/mm: Make page table size a variable by Aneesh Kumar K.V · 9 years ago
  52. 13f829a powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.h by Aneesh Kumar K.V · 9 years ago
  53. 2e87351 powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.h by Aneesh Kumar K.V · 9 years ago
  54. 945537d powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix by Aneesh Kumar K.V · 9 years ago
  55. ff844b7 powerpc/mm: Use generic version of pmdp_clear_flush_young() by Aneesh Kumar K.V · 9 years ago
  56. 96270b1 powerpc/mm: Remove RPN_SHIFT and RPN_SIZE by Aneesh Kumar K.V · 9 years ago
  57. ac29c64 powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED by Aneesh Kumar K.V · 9 years ago
  58. e7bfc46 powerpc/mm: Use pte_user() instead of open coding by Aneesh Kumar K.V · 9 years ago
  59. 368ced7 powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table by Aneesh Kumar K.V · 9 years ago
  60. ae9a71a powerpc/mm: Don't have conditional defines for real_pte_t by Aneesh Kumar K.V · 9 years ago
  61. f1a9ae0 powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE by Paul Mackerras · 9 years ago
  62. c777e2a powerpc/mm: Fix Multi hit ERAT cause by recent THP update by Aneesh Kumar K.V · 9 years ago
  63. 0e2bce7 powerpc: Remove newly added extra definition of pmd_dirty by Stephen Rothwell · 9 years ago
  64. d5d6a44 arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THP by Minchan Kim · 9 years ago
  65. 7aa9a23 powerpc, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  66. 2f10f1a powerpc/mm: fix _PAGE_SWP_SOFT_DIRTY breaking swapoff by Hugh Dickins · 9 years ago
  67. 44734f2 powerpc/mm: Fix _PAGE_PTE breaking swapoff by Aneesh Kumar K.V · 9 years ago
  68. 7207f43 powerpc/mm: Add page soft dirty tracking by Laurent Dufour · 9 years ago
  69. 4d9057c powerpc/mm: Don't hardcode the hash pte slot shift by Aneesh Kumar K.V · 9 years ago
  70. 6a119ea powerpc/mm: Add a _PAGE_PTE bit by Aneesh Kumar K.V · 9 years ago
  71. 1ca7212 powerpc/mm: Move PTE bits from generic functions to hash64 functions. by Aneesh Kumar K.V · 9 years ago
  72. 371352c powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h by Aneesh Kumar K.V · 9 years ago
  73. f281b5d powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue by Aneesh Kumar K.V · 9 years ago
  74. b0412ea powerpc/mm: Drop pte-common.h from BOOK3S 64 by Aneesh Kumar K.V · 9 years ago
  75. cbbb868 powerpc/mm: Delete booke bits from book3s by Aneesh Kumar K.V · 9 years ago
  76. ab537dc powerpc/mm: Move hash specific pte width and other defines to book3s by Aneesh Kumar K.V · 9 years ago
  77. 3dfcb315 powerpc/mm: make a separate copy for book3s by Aneesh Kumar K.V · 9 years ago