aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/lib/interrupts.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14riscv: simplify backtrace reportHeinrich Schuchardt1-11/+5
2024-04-09riscv: add backtrace supportBen Dooks1-0/+35
2023-11-02riscv: allow resume after exceptionHeinrich Schuchardt1-0/+13
2023-10-24riscv: Remove common.h usageTom Rini1-1/+0
2022-12-08arch/riscv: add semihosting support for RISC-VKautuk Consul1-0/+25
2021-09-07riscv: show code leading to exceptionHeinrich Schuchardt1-0/+33
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-14riscv: reset after crashHeinrich Schuchardt1-4/+4
2020-10-05Merge branch 'next'Tom Rini1-1/+2
2020-09-30riscv: Ensure gp is NULL or points to valid dataSean Anderson1-1/+2
2020-09-28riscv: restore global data pointer in trap handlerHeinrich Schuchardt1-0/+3
2020-08-14riscv: additional crash informationHeinrich Schuchardt1-22/+35
2020-02-10riscv: Add option to print registers on exceptionSean Anderson1-11/+39
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-01-15riscv: clarify error message on undefined exceptionsLukas Auer1-1/+2
2018-12-18riscv: Adjust the _exit_trap() position to come before handle_trap()Bin Meng1-32/+30
2018-12-05riscv: Add kconfig option to run U-Boot in S-modeAnup Patel1-9/+22
2018-11-26riscv: hang on unhandled exceptionsLukas Auer1-0/+2
2018-11-26riscv: treat undefined exception codes as reservedLukas Auer1-2/+6
2018-11-26riscv: complete the list of exception codesLukas Auer1-1/+12
2018-11-26riscv: fix use of incorrectly sized variablesLukas Auer1-5/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-30riscv: checkpatch: Fix static const char * array declarationsRick Chen1-1/+1
2018-01-12riscv: nx25: lib: Add relative lib funcs to support RISC-VRick Chen1-0/+76