index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
riscv
/
trap_handler.c
Age
Commit message (
Expand
)
Author
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-03-06
src/arch/riscv: Convert to SPDX license header
Patrick Georgi
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-02-02
riscv: Show hart id in trap handler
Philipp Hug
2018-11-19
src: Add required space after "switch"
Elyes HAOUAS
2018-11-05
riscv: add support for supervisor binary interface (SBI)
Xiang Wang
2018-10-30
riscv: simplify timer interrupt handling
Philipp Hug
2018-09-10
riscv: update misaligned memory access exception handling
Xiang Wang
2018-02-20
arch/riscv: Update encoding.h and adjust related code
Jonathan Neuschäfer
2017-12-02
riscv: Remove config string support
Jonathan Neuschäfer
2017-12-02
arch/riscv: Remove the current SBI implementation
Jonathan Neuschäfer
2017-12-02
arch/riscv: Return from trap_handler instead of jumping out
Jonathan Neuschäfer
2017-12-02
arch/riscv: Unify trap return
Jonathan Neuschäfer
2017-11-07
arch/riscv: gettimer: Don't use the config string
Jonathan Neuschäfer
2017-09-27
arch/riscv: trap handler: Print load/store access width in bits
Jonathan Neuschäfer
2017-06-07
src: change coreboot to lowercase
Martin Roth
2017-01-16
riscv: Move mcall numbers to mcall.h, adjust their names
Jonathan Neuschäfer
2017-01-16
riscv: get SBI calls to work
Ronald G. Minnich
2016-12-18
riscv: Add support for timer interrupts
Ronald G. Minnich
2016-11-07
riscv: Unify SBI call implementations under arch/riscv/
Jonathan Neuschäfer
2016-11-02
riscv: Add a bandaid for the new toolchain
Ronald G. Minnich
2016-10-18
arch/riscv: In trap handler, don't print SP twice
Jonathan Neuschäfer
2016-10-15
arch/riscv: Visually align trap frame information
Jonathan Neuschäfer
2016-10-15
riscv and power8: Convert printk/while(1) to die
Jonathan Neuschäfer
2016-08-29
arch/riscv: Add missing "break;"
Jonathan Neuschäfer
2016-08-23
arch/riscv: Implement the SBI again
Jonathan Neuschäfer
2016-08-23
arch/riscv: Fix unaligned memory access emulation
Jonathan Neuschäfer
2016-08-15
arch/riscv: Improve and refactor trap handling diagnostics
Jonathan Neuschäfer
2016-07-19
arch/riscv: Enable unaligned load handling
Jonathan Neuschäfer
2016-06-28
arch/riscv: Show fault PC and load address on load access faults
Jonathan Neuschäfer
2016-02-19
RISC-V: Add more debug info to debug printks
Andrew Waterman
2016-02-19
RISC-V: Make inline asm usage safer
Andrew Waterman
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-09-15
riscv-trap-handling: Add functionality, prevent stack corruption
Thaminda Edirisooriya
2015-09-10
riscv-trap-handling: Add implementation for trap calls in riscv
Thaminda Edirisooriya