aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy1-7/+7
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy1-19/+18
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy1-7/+3
2018-10-13powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy1-0/+10
2018-10-03powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeAneesh Kumar K.V1-1/+1
2018-05-15powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V1-2/+0
2018-05-15powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V1-114/+0
2018-05-15powerpc/mm: Rename pte fragment functionsAneesh Kumar K.V1-4/+5
2018-05-15powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64Aneesh Kumar K.V1-56/+0
2018-03-31powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V1-5/+0
2018-03-23powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V1-0/+1
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V1-0/+2
2018-02-13powerpc/mm: Flush radix process translations when setting MMU typeAlexey Kardashevskiy1-0/+2
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy1-13/+1
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-1/+1
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman1-1/+1
2017-08-08powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman1-0/+2
2017-07-18powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman1-0/+8
2017-07-04powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for RadixBalbir Singh1-1/+3
2017-07-04powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh1-0/+13
2017-07-02powerpc/mm: Add devmap support for ppc64Oliver O'Halloran1-1/+1
2017-06-23powerpc/mm: Trace tlbie(l) instructionsBalbir Singh1-2/+6
2017-06-05powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh1-6/+14
2017-02-14Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-3/+13
2017-01-31powerpc/64: Make type of partition table flush depend on partition typePaul Mackerras1-3/+13
2017-01-30powerpc/powernv: Initialise nest mmuAlistair Popple1-1/+5
2016-11-23powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras1-0/+34
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+1
2016-05-11powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V1-359/+0
2016-05-11powerpc/mm: pte_frag abstractionAneesh Kumar K.V1-0/+4
2016-05-11powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V1-2/+13
2016-05-11powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V1-0/+6
2016-05-11powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V1-1/+1
2016-05-11powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V1-17/+4
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V1-11/+22
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V1-4/+4
2016-05-01powerpc/mm: Move hash and no hash code to separate filesAneesh Kumar K.V1-83/+0
2016-05-01powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V1-0/+7
2016-05-01powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V1-10/+3
2016-05-01powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V1-4/+0
2016-05-01powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V1-2/+2
2016-05-01powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V1-1/+1
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V1-3/+12
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V1-3/+2
2016-05-01powerpc/mm: Use big endian Linux page tables for book3s 64Aneesh Kumar K.V1-4/+8
2016-05-01powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()Aneesh Kumar K.V1-5/+1
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+9
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov1-0/+7