aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-18powerpc/dma: use the dma-direct allocator for coherent platformsChristoph Hellwig1-1/+0
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig1-1/+0
2018-12-04powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy1-1/+1
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy1-0/+4
2018-12-04powerpc/mm: add helpers to get/set mm.context->pte_fragChristophe Leroy1-0/+25
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V1-0/+10
2018-10-14powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy1-0/+19
2018-06-03powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-9/+1
2017-08-17powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V1-9/+1
2017-08-15powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32Christophe Leroy1-1/+1
2017-07-18powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman1-0/+7
2016-12-09powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy1-0/+2
2016-07-26powerpc/mm: check for irq disabled() only if DEBUG_VM is enabledAneesh Kumar K.V1-4/+2
2016-05-19arch: fix has_transparent_hugepage()Hugh Dickins1-1/+0
2016-02-16powerpc: Make vmalloc_to_phys() publicAlexey Kardashevskiy1-0/+3
2015-12-14powerpc/booke: Move nohash headersAneesh Kumar K.V1-1/+1
2015-12-14powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.hAneesh Kumar K.V1-6/+0
2015-12-14powerpc/mm: Don't have generic headers introduce functions touching pte bitsAneesh Kumar K.V1-191/+1
2015-12-14powerpc/mm: make a separate copy for book3sAneesh Kumar K.V1-0/+4
2015-10-12powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V1-3/+3
2015-08-07powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr testScott Wood1-0/+11
2015-04-17powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V1-1/+10
2015-04-17KVM: PPC: Remove page table walk helpersAneesh Kumar K.V1-21/+0
2015-02-16powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-1/+0
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman1-53/+1
2015-02-12mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman1-0/+16
2015-01-29powerpc32: adds handling of _PAGE_ROLEROY Christophe1-2/+5
2014-11-14powerpc/mm: Switch to generic RCU get_user_pages_fastAneesh Kumar K.V1-4/+2
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-0/+3
2014-10-09mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman1-45/+12
2014-09-03powerpc: Dynamic DMA zone limitsScott Wood1-0/+3
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman1-0/+6
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V1-0/+22
2014-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+21
2014-01-09kvm: powerpc: define a linux pte lookup functionBharat Bhushan1-0/+21
2013-12-09powerpc/mm: Enable _PAGE_NUMA for book3sAneesh Kumar K.V1-1/+65
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+6
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-21powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common codeAneesh Kumar K.V1-0/+2
2013-06-21powerpc/THP: Implement transparent hugepages for ppc64Aneesh Kumar K.V1-0/+4
2013-04-30powerpc: Switch 16GB and 16MB explicit hugepages to a different page table formatAneesh Kumar K.V1-0/+2
2013-04-30powerpc: Don't hard code the size of pte pageAneesh Kumar K.V1-0/+6
2012-09-17powerpc/mm: Make some of the PGTABLE_RANGE dependency explicitAneesh Kumar K.V1-8/+2
2011-11-25powerpc: Add pgprot_cached_noncoherent()Geoff Thorpe1-0/+3
2011-03-02powerpc: Add pgprot_writecombineAnton Blanchard1-0/+1
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-1/+1
2009-10-30powerpc/mm: Allow more flexible layouts for hugepage pagetablesDavid Gibson1-0/+3
2009-08-18powerpc/32: Always order writes to halves of 64-bit PTEsPaul Mackerras1-3/+3