index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
lib
/
interrupts.c
Age
Commit message (
Expand
)
Author
2024-10-29
riscv: resume needs to be a global
Anton Blanchard
2024-09-10
riscv: allow to enable SHOW_REGS in main U-Boot only
Heinrich Schuchardt
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