aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/ioremap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-17arc: iounmap() arg is volatileRandy Dunlap1-1/+1
2021-08-24ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flagVineet Gupta1-1/+2
2021-08-24ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta1-1/+1
2021-05-10ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev1-2/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2016-09-30ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 coresVineet Gupta1-1/+1
2016-07-19ARC: typo fix in mm/ioremap.cAlexey Brodkin1-1/+1
2016-03-19ARCv2: ioremap: Support dynamic peripheral address spaceVineet Gupta1-2/+15
2016-03-19ARC: dma: ioremap: use phys_addr_t consistenctly in code pathsVineet Gupta1-9/+11
2013-04-09ARC: Use <linux/*> headers instead of <asm/*>Sachin Kamat1-1/+1
2013-02-15ARC: Add support for ioremap_prot APIGilad Ben-Yossef1-12/+36
2013-02-15ARC: I/O and DMA MappingsVineet Gupta1-0/+67