summaryrefslogtreecommitdiff
path: root/mm/ioremap.c
AgeCommit message (Expand)Author
2023-08-18mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowedBaoquan He
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He
2023-08-18mm/ioremap: consider IOREMAP space in generic ioremapChristophe Leroy
2023-08-18mm/ioremap: add slab availability checking in ioremap_protBaoquan He
2023-08-18mm: ioremap: allow ARCH to have its own ioremap method definitionBaoquan He
2023-08-18mm/ioremap: define generic_ioremap_prot() and generic_iounmap()Christophe Leroy
2022-06-27mm: ioremap: Add ioremap/iounmap_allowed()Kefeng Wang
2022-06-27mm: ioremap: Setup phys_addr of struct vm_structKefeng Wang
2022-06-27mm: ioremap: Use more sensible name in ioremap_prot()Kefeng Wang
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig
2021-05-14mm/ioremap: fix iomap_max_page_shiftChristophe Leroy
2021-04-30mm: move vmap_range from mm/ioremap.c to mm/vmalloc.cNicholas Piggin
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin
2021-04-30mm/ioremap: rename ioremap_*_range to vmap_*_rangeNicholas Piggin
2020-08-07mm: move p?d_alloc_track to separate header fileJoerg Roedel
2020-08-07mm: move lib/ioremap.c to mm/Mike Rapoport