index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
mm
/
dma-noncoherent.c
Age
Commit message (
Expand
)
Author
2024-04-26
dma-mapping: Simplify arch_setup_dma_ops()
Robin Murphy
2023-12-12
iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
Jason Gunthorpe
2023-11-07
riscv: split cache ops out of dma-noncoherent.c
Christoph Hellwig
2023-11-05
RISC-V: capitalise CMO op macros
Conor Dooley
2023-09-08
Merge patch series "Add non-coherent DMA support for AX45MP"
Palmer Dabbelt
2023-09-08
Merge patch series "riscv: dma-mapping: unify support for cache flushes"
Palmer Dabbelt
2023-09-01
riscv: mm: dma-noncoherent: nonstandard cache operations support
Lad Prabhakar
2023-09-01
riscv: dma-mapping: switch over to generic implementation
Lad Prabhakar
2023-09-01
riscv: dma-mapping: skip invalidation before bidirectional DMA
Arnd Bergmann
2023-09-01
riscv: dma-mapping: only invalidate after DMA, not flush
Arnd Bergmann
2023-08-23
riscv: allow kmalloc() caches aligned to the smallest value
Jisheng Zhang
2023-07-06
riscv: mm: mark noncoherent_supported as __ro_after_init
Jisheng Zhang
2022-10-21
RISC-V: Fix compilation without RISCV_ISA_ZICBOM
Andrew Jones
2022-10-02
RISC-V: KVM: Provide UAPI for Zicbom block size
Andrew Jones
2022-09-13
RISC-V: Clean up the Zicbom block size probing
Palmer Dabbelt
2022-08-10
riscv: implement Zicbom-based CMO instructions + the t-head variant
Palmer Dabbelt
2022-07-28
riscv: Add support for non-coherent devices using zicbom extension
Heiko Stuebner