summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/io.h
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Fix MEMREMAP_WB for systems with SvpbmtAnup Patel2022-12-081-0/+5
* RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki2022-10-131-8/+8
* RISC-V: Use asm-generic for {in,out}{bwlq}Palmer Dabbelt2021-06-301-13/+0
* RISC-V: Add early ioremap supportAtish Patra2020-10-021-0/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* riscv: add nommu supportChristoph Hellwig2019-11-171-0/+2
* riscv: separate MMIO functions into their own header filePaul Walmsley2019-11-051-144/+3
* RISC-V: Add PCIe I/O BAR memory mappingYash Shah2019-10-281-0/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-9/+1
* riscv/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon2019-04-081-13/+2
* riscv: io: Update __io_[p]ar() macros to take an argumentWill Deacon2019-02-281-18/+18
* riscv: remove CONFIG_MMU ifdefsChristoph Hellwig2018-01-071-4/+0
* RISC-V: Fixes for clean allmodconfig buildPalmer Dabbelt2017-12-011-7/+9
|\
| * RISC-V: io.h: type fixes for warningsOlof Johansson2017-11-301-7/+9
* | RISC-V: __io_writes should respect the length argumentPalmer Dabbelt2017-12-011-1/+1
|/
* RISC-V: Atomic and Locking CodePalmer Dabbelt2017-09-261-0/+303