aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-1/+1
2025-02-21mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()Kirill A. Shutemov1-1/+1
2024-03-19riscv/barrier: Consolidate fence definitionsEric Chan1-4/+4
2022-12-08RISC-V: Fix MEMREMAP_WB for systems with SvpbmtAnup Patel1-0/+5
2022-10-13RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki1-8/+8
2021-06-30RISC-V: Use asm-generic for {in,out}{bwlq}Palmer Dabbelt1-13/+0
2020-10-02RISC-V: Add early ioremap supportAtish Patra1-0/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-11-17riscv: add nommu supportChristoph Hellwig1-0/+2
2019-11-05riscv: separate MMIO functions into their own header filePaul Walmsley1-144/+3
2019-10-28RISC-V: Add PCIe I/O BAR memory mappingYash Shah1-0/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-04-08riscv/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon1-13/+2
2019-02-28riscv: io: Update __io_[p]ar() macros to take an argumentWill Deacon1-18/+18
2018-01-07riscv: remove CONFIG_MMU ifdefsChristoph Hellwig1-4/+0
2017-12-01RISC-V: Fixes for clean allmodconfig buildPalmer Dabbelt1-7/+9
2017-12-01RISC-V: __io_writes should respect the length argumentPalmer Dabbelt1-1/+1
2017-11-30RISC-V: io.h: type fixes for warningsOlof Johansson1-7/+9
2017-09-26RISC-V: Atomic and Locking CodePalmer Dabbelt1-0/+303