summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/interrupts.c
AgeCommit message (Expand)Author
2020-02-10riscv: Add option to print registers on exceptionSean Anderson
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-01-15riscv: clarify error message on undefined exceptionsLukas Auer
2018-12-18riscv: Adjust the _exit_trap() position to come before handle_trap()Bin Meng
2018-12-05riscv: Add kconfig option to run U-Boot in S-modeAnup Patel
2018-11-26riscv: hang on unhandled exceptionsLukas Auer
2018-11-26riscv: treat undefined exception codes as reservedLukas Auer
2018-11-26riscv: complete the list of exception codesLukas Auer
2018-11-26riscv: fix use of incorrectly sized variablesLukas Auer
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-30riscv: checkpatch: Fix static const char * array declarationsRick Chen
2018-01-12riscv: nx25: lib: Add relative lib funcs to support RISC-VRick Chen