aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/riscv/busdma_bounce.c
Commit message (Expand)AuthorAgeFilesLines
* busdma: _bus_dmamap_addseg repairedDoug Moore2022-07-121-2/+2
* vm_extern: use standard address checkers everywhereDoug Moore2022-07-121-10/+5
* Simplify swi for bus_dma.John Baldwin2022-04-291-6/+18
* riscv: very large dma mappings can cause integer overflowKristof Provost2020-09-021-1/+1
* riscv: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+3
* RISC-V: busdma_bounce: fix BUS_DMA_ALLOCNOW for non-paged aligned sizesMitchell Horne2019-11-161-1/+1
* Provide a template for busdma code for RISC-V.Ruslan Bukin2019-05-071-0/+1330