index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
lib
/
interrupts.c
Age
Commit message (
Expand
)
Author
2024-05-14
riscv: simplify backtrace report
Heinrich Schuchardt
2024-04-09
riscv: add backtrace support
Ben Dooks
2023-11-02
riscv: allow resume after exception
Heinrich Schuchardt
2023-10-24
riscv: Remove common.h usage
Tom Rini
2022-12-08
arch/riscv: add semihosting support for RISC-V
Kautuk Consul
2021-09-07
riscv: show code leading to exception
Heinrich Schuchardt
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-12-14
riscv: reset after crash
Heinrich Schuchardt
2020-10-05
Merge branch 'next'
Tom Rini
2020-09-30
riscv: Ensure gp is NULL or points to valid data
Sean Anderson
2020-09-28
riscv: restore global data pointer in trap handler
Heinrich Schuchardt
2020-08-14
riscv: additional crash information
Heinrich Schuchardt
2020-02-10
riscv: Add option to print registers on exception
Sean Anderson
2020-01-17
common: Move hang() to the same header as panic()
Simon Glass
2019-12-02
common: Move interrupt functions into a new header
Simon Glass
2019-01-15
riscv: clarify error message on undefined exceptions
Lukas Auer
2018-12-18
riscv: Adjust the _exit_trap() position to come before handle_trap()
Bin Meng
2018-12-05
riscv: Add kconfig option to run U-Boot in S-mode
Anup Patel
2018-11-26
riscv: hang on unhandled exceptions
Lukas Auer
2018-11-26
riscv: treat undefined exception codes as reserved
Lukas Auer
2018-11-26
riscv: complete the list of exception codes
Lukas Auer
2018-11-26
riscv: fix use of incorrectly sized variables
Lukas Auer
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-30
riscv: checkpatch: Fix static const char * array declarations
Rick Chen
2018-01-12
riscv: nx25: lib: Add relative lib funcs to support RISC-V
Rick Chen