summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/riscv/riscv-exception-handler.S (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
2022-02-25riscv: Use zicsr architecture extensionSebastian Huber1-0/+1
2019-04-02doxygen: score: Add RISC-V CPU architecture groupAndreas Dachsberger1-1/+1
2019-03-26score: Rename ScoreCPU Doxygen groupSebastian Huber1-1/+1
2018-07-25riscv: Rework exception handlingSebastian Huber1-28/+47
2018-07-06riscv: Add LADDR assembler defineSebastian Huber1-1/+1
2018-07-05riscv: Clear reservationsSebastian Huber1-0/+2
2018-06-29riscv: Add floating-point supportSebastian Huber1-0/+50
2018-06-29riscv: Optimize context switch and interruptsSebastian Huber1-89/+51
2018-06-29riscv: Fix interrupt save/restoreSebastian Huber1-1/+1
2018-06-29riscv: Enable interrupts during dispatch after ISRSebastian Huber1-45/+60
2018-06-27riscv: Format assembler filesSebastian Huber1-167/+168
2017-11-01cpukit: RISC-V - make riscv32 code work for riscv64 - v2Hesham Almatary1-16/+17
2017-10-28cpukit: Add basic riscv32 architecture port v3Hesham Almatary1-0/+220