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