summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/pgtable.h
AgeCommit message (Expand)Author
2023-11-06powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann
2023-10-19powerpc: Implement and use pgprot_nx()Christophe Leroy
2023-10-19powerpc: Refactor update_mmu_cache_range()Christophe Leroy
2023-10-19powerpc: Deduplicate prototypes of ptep_set_access_flags() and phys_mem_acces...Christophe Leroy
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-21powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-09-26powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy
2022-07-17powerpc/mm: move protection_map[] inside the platformAnshuman Khandual
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-06-21powerpc/lib/code-patching: Set up Strict RWX patching earlierJordan Niethe
2021-06-17powerpc: Define swapper_pg_dir[] in CChristophe Leroy
2021-03-24powerpc: Remove duplicate includesZhang Yunkai
2021-01-30powerpc/mm: Declare arch_report_meminfo() prototype.Cédric Le Goater
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy
2020-03-13powerpc/32: Fix missing NULL pmd check in virt_to_kpte()Christophe Leroy
2020-02-26powerpc/32: drop get_pteptr()Christophe Leroy
2020-02-26powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy
2020-01-23powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WXChristophe Leroy
2019-11-18powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr()Christophe Leroy
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy
2019-08-20powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-07-12mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V
2019-05-03powerpc/mm: Warn if W+X pages found on bootRussell Currey
2019-05-03powerpc/mm: make gup_hugepte() staticChristophe Leroy
2019-02-18powerpc/dma: use the dma-direct allocator for coherent platformsChristoph Hellwig
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig
2018-12-04powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy
2018-12-04powerpc/mm: add helpers to get/set mm.context->pte_fragChristophe Leroy
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V
2018-10-14powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy
2018-06-03powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2017-08-17powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V