summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-0/+24
|\
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-041-0/+24
* | mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V2019-07-121-0/+14
|/
* powerpc/mm: Warn if W+X pages found on bootRussell Currey2019-05-021-0/+6
* powerpc/mm: make gup_hugepte() staticChristophe Leroy2019-05-021-3/+0Star
* powerpc/dma: use the dma-direct allocator for coherent platformsChristoph Hellwig2019-02-181-1/+0Star
* powerpc: use mm zones more sensiblyChristoph Hellwig2018-12-201-1/+0Star
* powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy2018-12-041-1/+1
* powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy2018-12-041-0/+4
* powerpc/mm: add helpers to get/set mm.context->pte_fragChristophe Leroy2018-12-041-0/+25
* powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V2018-10-181-0/+10
* powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy2018-10-141-0/+19
* powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V2018-06-031-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-08-171-9/+1Star
|\
| * powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-171-9/+1Star
* | powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32Christophe Leroy2017-08-151-1/+1
|/
* powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-181-0/+7
* powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy2016-12-101-0/+2
* powerpc/mm: check for irq disabled() only if DEBUG_VM is enabledAneesh Kumar K.V2016-07-271-4/+2Star
* arch: fix has_transparent_hugepage()Hugh Dickins2016-05-201-1/+0Star
* powerpc: Make vmalloc_to_phys() publicAlexey Kardashevskiy2016-02-161-0/+3
* powerpc/booke: Move nohash headersAneesh Kumar K.V2015-12-141-1/+1
* powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.hAneesh Kumar K.V2015-12-141-6/+0Star
* powerpc/mm: Don't have generic headers introduce functions touching pte bitsAneesh Kumar K.V2015-12-141-191/+1Star
* powerpc/mm: make a separate copy for book3sAneesh Kumar K.V2015-12-141-0/+4
* powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V2015-10-121-3/+3
* powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr testScott Wood2015-08-081-0/+11
* powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-171-1/+10
* KVM: PPC: Remove page table walk helpersAneesh Kumar K.V2015-04-171-21/+0Star
* powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-171-1/+0Star
* mm: remove remaining references to NUMA hinting bits and helpersMel Gorman2015-02-131-53/+1Star
* mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman2015-02-131-0/+16
* powerpc32: adds handling of _PAGE_ROLEROY Christophe2015-01-301-2/+5
* powerpc/mm: Switch to generic RCU get_user_pages_fastAneesh Kumar K.V2014-11-141-4/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-121-0/+3
|\
| * powerpc: Dynamic DMA zone limitsScott Wood2014-09-041-0/+3
* | mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman2014-10-101-45/+12Star
|/
* x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman2014-06-051-0/+6
* mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V2014-02-171-0/+22
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-311-0/+21
|\
| * kvm: powerpc: define a linux pte lookup functionBharat Bhushan2014-01-091-0/+21
* | powerpc/mm: Enable _PAGE_NUMA for book3sAneesh Kumar K.V2013-12-091-1/+65
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-0/+6
|\
| * powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common codeAneesh Kumar K.V2013-06-211-0/+2
| * powerpc/THP: Implement transparent hugepages for ppc64Aneesh Kumar K.V2013-06-211-0/+4
* | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0Star
|/
* powerpc: Switch 16GB and 16MB explicit hugepages to a different page table fo...Aneesh Kumar K.V2013-04-301-0/+2
* powerpc: Don't hard code the size of pte pageAneesh Kumar K.V2013-04-301-0/+6
* powerpc/mm: Make some of the PGTABLE_RANGE dependency explicitAneesh Kumar K.V2012-09-171-8/+2Star