aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/ioremap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-2/+2
2025-02-26powerpc/io: Remove PPC_IO_WORKAROUNDSMichael Ellerman1-9/+0
2023-10-19powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy1-4/+0
2023-10-19powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is setChristophe Leroy1-1/+2
2023-10-19powerpc: Implement and use pgprot_nx()Christophe Leroy1-3/+2
2023-08-18powerpc: mm: convert to GENERIC_IOREMAPChristophe Leroy1-25/+1
2021-12-02powerpc: make memremap_compat_align 64s-onlyNicholas Piggin1-20/+0
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin1-1/+1
2020-02-20mm/memremap_pages: Introduce memremap_compat_align()Dan Williams1-0/+21
2019-08-27powerpc/mm: split out early ioremap path.Christophe Leroy1-10/+7
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy1-0/+20
2019-08-27powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy1-0/+24
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy1-0/+3
2019-08-27powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy1-0/+19
2019-08-27powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy1-0/+36