summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/64/pgtable.h
AgeCommit message (Expand)Author
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-05arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V
2019-02-22powerpc/book3s: Remove pgd/pud/pmd_set() interfacesAneesh Kumar K.V
2019-02-19Merge branch 'fixes' into nextMichael Ellerman
2019-02-17powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present()Michael Ellerman
2019-01-31powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V
2019-01-31powerpc/mm: Add _PAGE_SAO to _PAGE_CACHE_CTL maskReza Arbab
2018-11-25powerpc/mm: remove const type qualifier from function ‘pud_pfn’Mathieu Malaterre
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V
2018-10-14powerpc/book3s64: Avoid multiple endian conversion in pte helpersChristophe Leroy
2018-10-14powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy
2018-10-14powerpc/mm: drop unused page flagsChristophe Leroy
2018-10-14powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy
2018-10-09mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara
2018-10-03powerpc/mm:book3s: Enable THP migration supportAneesh Kumar K.V
2018-10-03powerpc/mm/thp: update pmd_trans_huge to check for pmd_presentAneesh Kumar K.V
2018-10-03powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
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