aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/pgtable.h
AgeCommit message (Expand)Author
2020-06-25powerpc/64s/pgtable: fix an undefined behaviourQian Cai
2020-04-17powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V
2019-02-15powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V
2018-10-09mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara
2018-09-12KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy
2018-08-23powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.Aneesh Kumar K.V
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin
2018-06-20powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour
2018-06-03powerpc/mm: Change function prototypeAneesh Kumar K.V
2018-05-15powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V
2018-05-15powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V
2018-05-15powerpc/book3s64/mm: Simplify the rcu callback for page table freeAneesh Kumar K.V
2018-03-31powerpc/mm/keys: Move pte bits to correct headersAneesh Kumar K.V
2018-02-13powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V
2018-01-31powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V
2018-01-20powerpc: check key protection for user page accessRam Pai
2018-01-20powerpc: helper to validate key-access permissions of a pteRam Pai
2018-01-20powerpc: map vma key-protection bits to pte key bits.Ram Pai
2018-01-16powerpc/mm: Introduce _PAGE_NAChristophe Leroy
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy
2017-12-22powerpc/mm/book3s/64: Add proper pte access check helperAneesh Kumar K.V
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-23Merge branch 'fixes' into nextMichael Ellerman
2017-08-17powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V
2017-08-15powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy
2017-08-08powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman
2017-07-28powerpc/mm: Fix pmd/pte_devmap() on non-leaf entriesOliver O'Halloran
2017-07-18powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman
2017-07-02powerpc/mm: Add devmap support for ppc64Oliver O'Halloran
2017-04-27powerpc/mm: Fix missing page attributes in page table dumpChristophe Leroy
2017-04-12powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pagesMichael Ellerman
2017-03-31powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V
2017-03-31powerpc/mm: Lower the max real address to 53 bitsAneesh Kumar K.V
2017-03-31powerpc/mm: Define all PTE bits based on radix definitions.Aneesh Kumar K.V
2017-03-31powerpc/mm: Define _PAGE_SOFT_DIRTY unconditionallyAneesh Kumar K.V
2017-03-31powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds
2017-03-09power/mm: update pte_write and pte_wrprotect to handle savedwriteAneesh Kumar K.V
2017-03-09powerpc/mm: handle protnone ptes on forkAneesh Kumar K.V
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov
2017-02-24powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeAneesh Kumar K.V
2017-02-15powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mmAneesh Kumar K.V
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2016-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman