aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/powerpc/linuxLinus 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
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-31powerpc/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/powerpc/linuxLinus Torvalds1-2/+77
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V1-9/+0
2018-01-31powerpc/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-29mm: 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