summaryrefslogtreecommitdiffstats
path: root/mm/ioremap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowedBaoquan He2023-08-181-6/+0
* mm: move is_ioremap_addr() into new header fileBaoquan He2023-08-181-9/+1
* mm/ioremap: consider IOREMAP space in generic ioremapChristophe Leroy2023-08-181-3/+12
* mm/ioremap: add slab availability checking in ioremap_protBaoquan He2023-08-181-0/+4
* mm: ioremap: allow ARCH to have its own ioremap method definitionBaoquan He2023-08-181-0/+4
* mm/ioremap: define generic_ioremap_prot() and generic_iounmap()Christophe Leroy2023-08-181-6/+16
* mm: ioremap: Add ioremap/iounmap_allowed()Kefeng Wang2022-06-271-1/+10
* mm: ioremap: Setup phys_addr of struct vm_structKefeng Wang2022-06-271-0/+1
* mm: ioremap: Use more sensible name in ioremap_prot()Kefeng Wang2022-06-271-6/+8
* mm: move ioremap_page_range to vmalloc.cChristoph Hellwig2021-09-081-25/+0
* mm/ioremap: fix iomap_max_page_shiftChristophe Leroy2021-05-141-3/+3
* mm: move vmap_range from mm/ioremap.c to mm/vmalloc.cNicholas Piggin2021-04-301-203/+0
* mm: HUGE_VMAP arch support cleanupNicholas Piggin2021-04-301-54/+40
* mm/ioremap: rename ioremap_*_range to vmap_*_rangeNicholas Piggin2021-04-301-31/+33
* mm: move p?d_alloc_track to separate header fileJoerg Roedel2020-08-071-0/+2
* mm: move lib/ioremap.c to mm/Mike Rapoport2020-08-071-0/+287