aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/traps.c
AgeCommit message (Expand)Author
2019-12-10riscv: Correct the handling of unexpected ebreak in do_trap_break()Vincent Chen
2019-12-10riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()Vincent Chen
2019-12-10riscv: avoid kernel hangs when trapped in BUG()Vincent Chen
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-05-16riscv: Support BUG() in kernel moduleVincent Chen
2019-05-16riscv: Add the support for c.ebreak check in is_valid_bugaddr()Vincent Chen
2019-05-16RISC-V: Access CSRs using CSR numbersAnup Patel
2019-04-25riscv: remove duplicate macros from ptrace.hChristoph Hellwig
2018-08-13RISC-V: Don't increment sepc after breakpoint.Jim Wilson
2018-06-16Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm...Linus Torvalds
2018-06-07riscv: no __user for probe_kernel_address()Luc Van Oostenryck
2018-04-25signal/riscv: Replace do_trap_siginfo with force_sig_faultEric W. Biederman
2018-04-25signal/riscv: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt