summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio2020-08-241-5/+3
* powerpc/64s: Remove PROT_SAO supportNicholas Piggin2020-07-221-3/+5
* powerpc/book3s64/pkeys: Move pkey related bits in the linux page tableAneesh Kumar K.V2020-07-201-9/+8
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-43/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-11/+39
|\
| * powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin2020-05-281-2/+5
| * powerpc/64s/pgtable: fix an undefined behaviourQian Cai2020-05-201-4/+19
| * powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V2020-05-051-0/+5
| * powerpc/mm/hash64: use _PAGE_PTE when checking for pte_presentAneesh Kumar K.V2020-05-051-5/+10
* | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-27/+33
* | powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual2020-06-031-4/+0
|/
* powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V2020-03-251-1/+3
* powerpc: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+3
* powerpc/mm: refactor ioremap vm area setup.Christophe Leroy2019-08-271-0/+1
* powerpc/mm: make ioremap_bot common to allChristophe Leroy2019-08-271-1/+0
* powerpc/64s/radix: Remove redundant pfn_pte bitop, add VM_BUG_ONNicholas Piggin2019-08-201-2/+4
* mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy2019-07-161-1/+0
* powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-051-0/+21
* powerpc/mm: Remove unused variable declarationAneesh Kumar K.V2019-07-051-1/+0
* Merge branch 'fixes' into nextMichael Ellerman2019-07-011-0/+30
|\
| * powerpc/64s: Fix THP PMD collapse serialisationNicholas Piggin2019-06-071-0/+30
* | powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAPNicholas Piggin2019-06-191-0/+8
|/
* powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-211-1/+0
* powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V2019-04-211-3/+5
* powerpc/mm: Silence unused-but-set-variable warningsQian Cai2019-04-201-1/+2
* Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-071-15/+1
|\
| * powerpc/book3s: Remove pgd/pud/pmd_set() interfacesAneesh Kumar K.V2019-02-221-14/+0
| * Merge branch 'fixes' into nextMichael Ellerman2019-02-191-17/+9
| |\
| * | powerpc/mm: Add _PAGE_SAO to _PAGE_CACHE_CTL maskReza Arbab2019-01-311-1/+1
* | | arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V2019-03-051-0/+18
| |/ |/|
* | powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present()Michael Ellerman2019-02-171-2/+2
* | powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V2019-01-311-15/+7
|/
* powerpc/mm: remove const type qualifier from function ‘pud_pfn’Mathieu Malaterre2018-11-251-1/+1
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-3/+1
|\
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-261-0/+1
|\ \
| * | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-261-0/+1
* | | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-78/+103
|\ \ \ | |/ / |/| |
| * | powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V2018-10-191-8/+0
| * | powerpc/book3s64: Avoid multiple endian conversion in pte helpersChristophe Leroy2018-10-141-39/+32
| * | powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy2018-10-141-20/+0
| * | powerpc/mm: drop unused page flagsChristophe Leroy2018-10-141-9/+1
| * | powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy2018-10-141-0/+35
| * | powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-4/+3
| * | powerpc/mm:book3s: Enable THP migration supportAneesh Kumar K.V2018-10-031-0/+8
| * | powerpc/mm/thp: update pmd_trans_huge to check for pmd_presentAneesh Kumar K.V2018-10-031-0/+18
| * | powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V2018-10-031-3/+11
* | | mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara2018-10-091-2/+2
| |/ |/|
* | KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy2018-09-121-1/+0
|/
* powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.Aneesh Kumar K.V2018-08-231-1/+17