summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V2018-05-151-2/+0
* powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V2018-05-151-114/+0
* powerpc/mm: Rename pte fragment functionsAneesh Kumar K.V2018-05-151-4/+5
* powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64Aneesh Kumar K.V2018-05-151-56/+0
* powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V2018-03-311-5/+0
* powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V2018-03-231-0/+1
* powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-131-0/+2
* powerpc/mm: Flush radix process translations when setting MMU typeAlexey Kardashevskiy2018-02-131-0/+2
* powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-161-13/+1
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-1/+1
|\
| * powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-1/+1
* | mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-151-1/+1
|/
* powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman2017-08-081-0/+2
* powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-181-0/+8
* powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for RadixBalbir Singh2017-07-041-1/+3
* powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh2017-07-041-0/+13
* powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-021-1/+1
* powerpc/mm: Trace tlbie(l) instructionsBalbir Singh2017-06-231-2/+6
* powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh2017-06-051-6/+14
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-02-141-3/+13
|\
| * powerpc/64: Make type of partition table flush depend on partition typePaul Mackerras2017-01-311-3/+13
* | powerpc/powernv: Initialise nest mmuAlistair Popple2017-01-301-1/+5
|/
* powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras2016-11-231-0/+34
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-2/+1
* powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V2016-05-111-359/+0
* powerpc/mm: pte_frag abstractionAneesh Kumar K.V2016-05-111-0/+4
* powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-111-2/+13
* powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2016-05-111-0/+6
* powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V2016-05-111-1/+1
* powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V2016-05-111-17/+4
* powerpc/mm: Make page table size a variableAneesh Kumar K.V2016-05-011-11/+22
* powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V2016-05-011-4/+4
* powerpc/mm: Move hash and no hash code to separate filesAneesh Kumar K.V2016-05-011-83/+0
* powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V2016-05-011-0/+7
* powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V2016-05-011-10/+3
* powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V2016-05-011-4/+0
* powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V2016-05-011-2/+2
* powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V2016-05-011-1/+1
* powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V2016-05-011-3/+12
* powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V2016-05-011-3/+2
* powerpc/mm: Use big endian Linux page tables for book3s 64Aneesh Kumar K.V2016-05-011-4/+8
* powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()Aneesh Kumar K.V2016-05-011-5/+1
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-2/+9
|\
| * mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov2016-03-031-0/+7
| * powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bitPaul Mackerras2016-02-291-1/+1
| * powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTEPaul Mackerras2016-02-271-1/+1
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
|/
* powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V2016-02-151-0/+32
* powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-49/+0
* powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V2015-12-141-6/+1