summaryrefslogtreecommitdiffstats
path: root/arch/riscv/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/dma-streaming-interface'Sascha Hauer2023-06-221-11/+12
|\
| * dma: rework dma_sync_single_for_*() interfaceDenis Orlov2023-06-061-11/+12
* | treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
|/
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-2/+2
* of: rename of_find_node_by_name() to of_find_node_by_name_address()Sascha Hauer2022-03-081-1/+1
* RISC-V: add stacktrace support via frame pointer walkingAhmad Fatoum2022-01-121-0/+3
* RISC-V: cpu: fix build with CONFIG_RISCV_EXCEPTIONS=nAhmad Fatoum2022-01-051-0/+2
* RISC-V: interrupts: fix Zifencei emulation on rv64Ahmad Fatoum2021-12-131-1/+1
* serial: implement riscv SBI console supportMarcelo Politzer2021-10-051-0/+12
* RISC-V: support incoherent I-CacheAhmad Fatoum2021-06-242-0/+16
* RISC-V: add exception supportAhmad Fatoum2021-06-244-0/+193
* RISC-V: dma: support multiple dma_alloc_coherent backendsAhmad Fatoum2021-06-242-0/+75
* RISC-V: S-Mode: propagate Hart IDAhmad Fatoum2021-06-241-1/+33
* RISC-V: cpu: request stack memory regionAhmad Fatoum2021-03-291-0/+12
* clocksource: add driver for RISC-V and CLINT timersAhmad Fatoum2021-03-233-0/+91