summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-11/+39
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport1-27/+33
2020-06-03powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual1-4/+0
2020-05-28powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin1-2/+5
2020-05-20powerpc/64s/pgtable: fix an undefined behaviourQian Cai1-4/+19
2020-05-05powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V1-0/+5
2020-05-05powerpc/mm/hash64: use _PAGE_PTE when checking for pte_presentAneesh Kumar K.V1-5/+10
2020-03-25powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V1-1/+3
2020-02-04powerpc: mm: add p?d_leaf() definitionsSteven Price1-0/+3
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy1-0/+1
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy1-1/+0
2019-08-20powerpc/64s/radix: Remove redundant pfn_pte bitop, add VM_BUG_ONNicholas Piggin1-2/+4
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy1-1/+0
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V1-0/+21
2019-07-05powerpc/mm: Remove unused variable declarationAneesh Kumar K.V1-1/+0
2019-07-01Merge branch 'fixes' into nextMichael Ellerman1-0/+30
2019-06-19powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAPNicholas Piggin1-0/+8
2019-06-07powerpc/64s: Fix THP PMD collapse serialisationNicholas Piggin1-0/+30
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V1-1/+0
2019-04-21powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V1-3/+5
2019-04-20powerpc/mm: Silence unused-but-set-variable warningsQian Cai1-1/+2
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-15/+1
2019-03-05arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V1-0/+18
2019-02-22powerpc/book3s: Remove pgd/pud/pmd_set() interfacesAneesh Kumar K.V1-14/+0
2019-02-19Merge branch 'fixes' into nextMichael Ellerman1-17/+9
2019-02-17powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present()Michael Ellerman1-2/+2
2019-01-31powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V1-15/+7
2019-01-31powerpc/mm: Add _PAGE_SAO to _PAGE_CACHE_CTL maskReza Arbab1-1/+1
2018-11-25powerpc/mm: remove const type qualifier from function ‘pud_pfn’Mathieu Malaterre1-1/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+1
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti1-0/+1
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-78/+103
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V1-8/+0
2018-10-14powerpc/book3s64: Avoid multiple endian conversion in pte helpersChristophe Leroy1-39/+32
2018-10-14powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy1-20/+0
2018-10-14powerpc/mm: drop unused page flagsChristophe Leroy1-9/+1
2018-10-14powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy1-0/+35
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy1-4/+3
2018-10-09mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara1-2/+2
2018-10-03powerpc/mm:book3s: Enable THP migration supportAneesh Kumar K.V1-0/+8
2018-10-03powerpc/mm/thp: update pmd_trans_huge to check for pmd_presentAneesh Kumar K.V1-0/+18
2018-10-03powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V1-3/+11
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-3/+1
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-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-3/+0