summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/64/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-09mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara1-2/+2
2018-09-12KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy1-1/+0
2018-08-23powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.Aneesh Kumar K.V1-1/+17
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-3/+2
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin1-3/+2
2018-06-20powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V1-0/+5
2018-06-08mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-3/+0
2018-06-03powerpc/mm: Change function prototypeAneesh Kumar K.V1-3/+5
2018-05-15powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V1-2/+2
2018-05-15powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V1-0/+6
2018-05-15powerpc/book3s64/mm: Simplify the rcu callback for page table freeAneesh Kumar K.V1-0/+10
2018-03-30powerpc/mm/keys: Move pte bits to correct headersAneesh Kumar K.V1-19/+0
2018-02-13powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V1-1/+1
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V1-0/+2
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+77
2018-02-01mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V1-9/+0
2018-02-01powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V1-2/+2
2018-01-20powerpc: check key protection for user page accessRam Pai1-1/+9
2018-01-20powerpc: helper to validate key-access permissions of a pteRam Pai1-0/+2
2018-01-20powerpc: map vma key-protection bits to pte key bits.Ram Pai1-1/+24
2018-01-16powerpc/mm: Introduce _PAGE_NAChristophe Leroy1-0/+1
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy1-1/+1
2017-12-22powerpc/mm/book3s/64: Add proper pte access check helperAneesh Kumar K.V1-0/+41
2017-11-30mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-23Merge branch 'fixes' into nextMichael Ellerman1-1/+9
2017-08-17powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V1-0/+1
2017-08-15powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy1-0/+5
2017-08-08powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman1-1/+2
2017-07-28powerpc/mm: Fix pmd/pte_devmap() on non-leaf entriesOliver O'Halloran1-1/+9
2017-07-18powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman1-0/+1
2017-07-02powerpc/mm: Add devmap support for ppc64Oliver O'Halloran1-0/+45
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