aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ioremap.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowedBaoquan He1-6/+0
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He1-9/+1
2023-08-18mm/ioremap: consider IOREMAP space in generic ioremapChristophe Leroy1-3/+12
2023-08-18mm/ioremap: add slab availability checking in ioremap_protBaoquan He1-0/+4
2023-08-18mm: ioremap: allow ARCH to have its own ioremap method definitionBaoquan He1-0/+4
2023-08-18mm/ioremap: define generic_ioremap_prot() and generic_iounmap()Christophe Leroy1-6/+16
2022-06-27mm: ioremap: Add ioremap/iounmap_allowed()Kefeng Wang1-1/+10
2022-06-27mm: ioremap: Setup phys_addr of struct vm_structKefeng Wang1-0/+1
2022-06-27mm: ioremap: Use more sensible name in ioremap_prot()Kefeng Wang1-6/+8
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig1-25/+0
2021-05-14mm/ioremap: fix iomap_max_page_shiftChristophe Leroy1-3/+3
2021-04-30mm: move vmap_range from mm/ioremap.c to mm/vmalloc.cNicholas Piggin1-203/+0
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin1-54/+40
2021-04-30mm/ioremap: rename ioremap_*_range to vmap_*_rangeNicholas Piggin1-31/+33
2020-08-07mm: move p?d_alloc_track to separate header fileJoerg Roedel1-0/+2
2020-08-07mm: move lib/ioremap.c to mm/Mike Rapoport1-0/+287