index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
ioremap.c
Age
Commit message (
Expand
)
Author
2023-08-18
mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowed
Baoquan He
2023-08-18
mm: move is_ioremap_addr() into new header file
Baoquan He
2023-08-18
mm/ioremap: consider IOREMAP space in generic ioremap
Christophe Leroy
2023-08-18
mm/ioremap: add slab availability checking in ioremap_prot
Baoquan He
2023-08-18
mm: ioremap: allow ARCH to have its own ioremap method definition
Baoquan He
2023-08-18
mm/ioremap: define generic_ioremap_prot() and generic_iounmap()
Christophe Leroy
2022-06-27
mm: ioremap: Add ioremap/iounmap_allowed()
Kefeng Wang
2022-06-27
mm: ioremap: Setup phys_addr of struct vm_struct
Kefeng Wang
2022-06-27
mm: ioremap: Use more sensible name in ioremap_prot()
Kefeng Wang
2021-09-08
mm: move ioremap_page_range to vmalloc.c
Christoph Hellwig
2021-05-14
mm/ioremap: fix iomap_max_page_shift
Christophe Leroy
2021-04-30
mm: move vmap_range from mm/ioremap.c to mm/vmalloc.c
Nicholas Piggin
2021-04-30
mm: HUGE_VMAP arch support cleanup
Nicholas Piggin
2021-04-30
mm/ioremap: rename ioremap_*_range to vmap_*_range
Nicholas Piggin
2020-08-07
mm: move p?d_alloc_track to separate header file
Joerg Roedel
2020-08-07
mm: move lib/ioremap.c to mm/
Mike Rapoport