summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-5/+6
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
| * signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-1/+1
| * signal/riscv: Remove tsk parameter from do_trapEric W. Biederman2019-05-291-3/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-9/+1Star
|/
* riscv: Support BUG() in kernel moduleVincent Chen2019-05-171-1/+1
* riscv: Add the support for c.ebreak check in is_valid_bugaddr()Vincent Chen2019-05-171-3/+17
* RISC-V: Access CSRs using CSR numbersAnup Patel2019-05-171-3/+3
* riscv: remove duplicate macros from ptrace.hChristoph Hellwig2019-04-251-1/+1
* RISC-V: Don't increment sepc after breakpoint.Jim Wilson2018-08-131-1/+0Star
* Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm...Linus Torvalds2018-06-151-1/+1
|\
| * riscv: no __user for probe_kernel_address()Luc Van Oostenryck2018-06-071-1/+1
* | signal/riscv: Replace do_trap_siginfo with force_sig_faultEric W. Biederman2018-04-251-8/+2Star
* | signal/riscv: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-8/+1Star
* | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
|/
* RISC-V: Init and Halt CodePalmer Dabbelt2017-09-271-0/+180