summaryrefslogtreecommitdiffstats
path: root/mm/ioremap.c
AgeCommit message (Expand)AuthorFilesLines
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