summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Implement ptrace regs and stack APIPatrick Stählin2021-01-141-0/+99
* riscv: switch to ->regset_get()Al Viro2020-07-271-22/+11
* riscv: fix seccomp reject syscall code pathTycho Andersen2020-03-051-6/+5
* Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-301-1/+1
|\
* | riscv: add support for SECCOMP and SECCOMP_FILTERDavid Abdurachmanov2019-10-291-0/+10
* | riscv: for C functions called only from assembly, mark with __visiblePaul Walmsley2019-10-281-2/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-9/+1
* riscv: fix trace_sys_exit hookDavid Abdurachmanov2019-01-071-1/+1
* riscv: define CREATE_TRACE_POINTS in ptrace.cDavid Abdurachmanov2019-01-071-0/+2
* riscv: audit: add audit hook in do_syscall_trace_enter/exit()David Abdurachmanov2019-01-071-0/+5
* RISC-V: Add FP register ptrace support for gdb.Jim Wilson2018-10-221-0/+52
* RISC-V: Fix PTRACE_SETREGSET bug.Jim Wilson2018-07-041-1/+1
* RISC-V: User-facing APIPalmer Dabbelt2017-09-261-0/+125