summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-0/+7
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-19/+0
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-2/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-0/+2
|\
| * powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy2020-05-261-0/+2
* | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-5/+5
|/
* powerpc/32: Fix missing NULL pmd check in virt_to_kpte()Christophe Leroy2020-03-131-1/+3
* powerpc/32: drop get_pteptr()Christophe Leroy2020-02-261-0/+5
* powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy2020-02-261-0/+12
* powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WXChristophe Leroy2020-01-231-6/+0
* powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr()Christophe Leroy2019-11-181-4/+0
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-1/+0
* powerpc/mm: make ioremap_bot common to allChristophe Leroy2019-08-271-0/+2
* powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy2019-08-201-12/+0
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-0/+24
|\
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-051-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-031-0/+6
* powerpc/mm: make gup_hugepte() staticChristophe Leroy2019-05-031-3/+0
* powerpc/dma: use the dma-direct allocator for coherent platformsChristoph Hellwig2019-02-181-1/+0
* powerpc: use mm zones more sensiblyChristoph Hellwig2018-12-201-1/+0
* 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-191-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/+1
|\
| * powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-171-9/+1
* | 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-091-0/+2
* powerpc/mm: check for irq disabled() only if DEBUG_VM is enabledAneesh Kumar K.V2016-07-261-4/+2
* arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-1/+0
* 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/+0
* powerpc/mm: Don't have generic headers introduce functions touching pte bitsAneesh Kumar K.V2015-12-141-191/+1
* 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-071-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/+0
* powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-161-1/+0
* mm: remove remaining references to NUMA hinting bits and helpersMel Gorman2015-02-121-53/+1
* mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman2015-02-121-0/+16
* powerpc32: adds handling of _PAGE_ROLEROY Christophe2015-01-291-2/+5
* powerpc/mm: Switch to generic RCU get_user_pages_fastAneesh Kumar K.V2014-11-141-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-111-0/+3
|\