aboutsummaryrefslogtreecommitdiff
path: root/mm/ioremap.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowedGravatar Baoquan He 1-6/+0
2023-08-18mm: move is_ioremap_addr() into new header fileGravatar Baoquan He 1-9/+1
2023-08-18mm/ioremap: consider IOREMAP space in generic ioremapGravatar Christophe Leroy 1-3/+12
2023-08-18mm/ioremap: add slab availability checking in ioremap_protGravatar Baoquan He 1-0/+4
2023-08-18mm: ioremap: allow ARCH to have its own ioremap method definitionGravatar Baoquan He 1-0/+4
2023-08-18mm/ioremap: define generic_ioremap_prot() and generic_iounmap()Gravatar Christophe Leroy 1-6/+16
2022-06-27mm: ioremap: Add ioremap/iounmap_allowed()Gravatar Kefeng Wang 1-1/+10
2022-06-27mm: ioremap: Setup phys_addr of struct vm_structGravatar Kefeng Wang 1-0/+1
2022-06-27mm: ioremap: Use more sensible name in ioremap_prot()Gravatar Kefeng Wang 1-6/+8
2021-09-08mm: move ioremap_page_range to vmalloc.cGravatar Christoph Hellwig 1-25/+0
2021-05-14mm/ioremap: fix iomap_max_page_shiftGravatar Christophe Leroy 1-3/+3
2021-04-30mm: move vmap_range from mm/ioremap.c to mm/vmalloc.cGravatar Nicholas Piggin 1-203/+0
2021-04-30mm: HUGE_VMAP arch support cleanupGravatar Nicholas Piggin 1-54/+40
2021-04-30mm/ioremap: rename ioremap_*_range to vmap_*_rangeGravatar Nicholas Piggin 1-31/+33
2020-08-07mm: move p?d_alloc_track to separate header fileGravatar Joerg Roedel 1-0/+2
2020-08-07mm: move lib/ioremap.c to mm/Gravatar Mike Rapoport 1-0/+287