summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/ioremap.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy2023-10-191-4/+0
* powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is setChristophe Leroy2023-10-191-1/+2
* powerpc: Implement and use pgprot_nx()Christophe Leroy2023-10-191-3/+2
* powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy2023-08-181-25/+1
* powerpc: make memremap_compat_align 64s-onlyNicholas Piggin2021-12-021-20/+0
* mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin2021-04-301-1/+1
* mm/memremap_pages: Introduce memremap_compat_align()Dan Williams2020-02-201-0/+21
* powerpc/mm: split out early ioremap path.Christophe Leroy2019-08-271-10/+7
* powerpc/mm: refactor ioremap vm area setup.Christophe Leroy2019-08-271-0/+20
* powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy2019-08-271-0/+24
* powerpc/mm: make ioremap_bot common to allChristophe Leroy2019-08-271-0/+3
* powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy2019-08-271-0/+19
* powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy2019-08-271-0/+36