summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/64/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-27powerpc/mm: Fix missing page attributes in page table dumpChristophe Leroy1-0/+1
2017-04-12powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pagesMichael Ellerman1-4/+0
2017-03-31powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V1-3/+13
2017-03-31powerpc/mm: Lower the max real address to 53 bitsAneesh Kumar K.V1-3/+28
2017-03-31powerpc/mm: Define all PTE bits based on radix definitions.Aneesh Kumar K.V1-0/+2
2017-03-31powerpc/mm: Define _PAGE_SOFT_DIRTY unconditionallyAneesh Kumar K.V1-4/+0
2017-03-31powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V1-8/+2
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds1-0/+3
2017-03-10power/mm: update pte_write and pte_wrprotect to handle savedwriteAneesh Kumar K.V1-5/+19
2017-03-10powerpc/mm: handle protnone ptes on forkAneesh Kumar K.V1-31/+42
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+3
2017-02-25powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeAneesh Kumar K.V1-7/+45
2017-02-15powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mmAneesh Kumar K.V1-0/+17
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-5/+13
2016-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman1-3/+0
2016-12-13mm: THP page cache support for ppc64Aneesh Kumar K.V1-0/+10
2016-12-13mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V1-1/+2
2016-12-10powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy1-3/+0
2016-11-28powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V1-2/+3
2016-11-28powerpc/mm: Introduce _PAGE_LARGE software pte bitsAneesh Kumar K.V1-0/+10
2016-09-23powerpc: Fix usage of _PAGE_RO in hugepageChristophe Leroy1-0/+2
2016-09-13powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V1-2/+3
2016-07-17powerpc/mm: use _raw variant of page table accessorsAneesh Kumar K.V1-29/+70
2016-06-30powerpc: Initialise pci_io_base as early as possibleDarren Stevens1-0/+1
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-79/+739
2016-05-20arch: fix has_transparent_hugepage()Hugh Dickins1-0/+1
2016-05-11powerpc/mm/radix: Document software bits for radixAneesh Kumar K.V1-2/+6
2016-05-11powerpc/mm/radix: Add THP support for 4K linux page sizeAneesh Kumar K.V1-0/+22
2016-05-11powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V1-0/+16
2016-05-11powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V1-13/+70
2016-05-11powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V1-13/+11
2016-05-11powerpc/mm: pte_frag abstractionAneesh Kumar K.V1-0/+6
2016-05-11powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V1-3/+12
2016-05-11powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V1-2/+8
2016-05-01powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()Aneesh Kumar K.V1-0/+12
2016-05-01powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V1-0/+20
2016-05-01powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.hAneesh Kumar K.V1-0/+7
2016-05-01powerpc/mm: Add radix callbacks to pte accessorsAneesh Kumar K.V1-0/+64
2016-05-01powerpc/mm/radix: Add radix pte #definesAneesh Kumar K.V1-0/+1
2016-05-01powerpc/mm: Move pte related functions togetherAneesh Kumar K.V1-71/+71
2016-05-01powerpc/mm: Move page table index and and vaddr to pgtable.hAneesh Kumar K.V1-0/+12
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V1-0/+60
2016-05-01powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.hAneesh Kumar K.V1-0/+209
2016-05-01powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.hAneesh Kumar K.V1-2/+141
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V1-2/+2
2016-05-01powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V1-3/+0
2016-05-01powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V1-2/+2
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V1-1/+17
2016-05-01powerpc/mm: Use pte_user() instead of open codingAneesh Kumar K.V1-0/+5
2016-03-03powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V1-1/+24