summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-06riscv/ptrace: Use USER_REGSET_NOTE_TYPE for REGSET_CFIAndreas Schwab1-1/+1
2026-05-01riscv: Fix register corruption from uninitialized cregs on errorMichael Neuling1-2/+2
2026-04-04riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley1-5/+5
2026-04-04riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley1-5/+5
2026-04-04riscv: ptrace: cfi: fix "PRACE" typo in uapi headerPaul Walmsley1-1/+1
2026-02-09riscv: ptrace: validate input vector csr registersSergey Matyukevich1-1/+87
2026-01-29riscv: ptrace: return ENODATA for inactive vector extensionIlya Mamay1-2/+8
2026-01-29riscv/ptrace: expose riscv CFI status and state via ptrace and in core filesDeepak Gupta1-0/+95
2025-11-19riscv: ptrace: Optimize the allocation of vector regsetYong-Xuan Wang1-3/+21
2025-07-14riscv: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-6/+6
2024-10-24riscv: Allow ptrace control of the tagged address ABISamuel Holland1-0/+42
2024-03-20Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Palmer Dabbelt1-3/+3
2024-03-19riscv: Introduce is_compat_thread() into compat.hLeonardo Bras1-3/+3
2024-01-16riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()Andy Chiu1-1/+1
2024-01-16riscv: sched: defer restoring Vector context for userAndy Chiu1-1/+4
2023-09-01RISC-V: Add ptrace support for vectorsAndy Chiu1-0/+79
2023-08-22RISC-V: Remove ptrace support for vectorsPalmer Dabbelt1-69/+0
2023-06-08riscv: Add ptrace vector supportGreentime Hu1-0/+70
2023-03-23riscv: entry: Convert to generic entryGuo Ren1-43/+0
2023-03-23riscv: ptrace: Remove duplicate operationGuo Ren1-1/+0
2022-05-17riscv: compat: ptrace: Add compat_arch_ptrace implementGuo Ren1-5/+82
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+2
2022-01-20RISC-V: Remove redundant err variableMinghao Chi1-3/+1
2021-08-24riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen1-0/+4
2021-01-14RISC-V: Implement ptrace regs and stack APIPatrick Stählin1-0/+99
2020-07-27riscv: switch to ->regset_get()Al Viro1-22/+11
2020-03-05riscv: fix seccomp reject syscall code pathTycho Andersen1-6/+5
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-10-29riscv: add support for SECCOMP and SECCOMP_FILTERDavid Abdurachmanov1-0/+10
2019-10-28riscv: for C functions called only from assembly, mark with __visiblePaul Walmsley1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-01-07riscv: fix trace_sys_exit hookDavid Abdurachmanov1-1/+1
2019-01-07riscv: define CREATE_TRACE_POINTS in ptrace.cDavid Abdurachmanov1-0/+2
2019-01-07riscv: audit: add audit hook in do_syscall_trace_enter/exit()David Abdurachmanov1-0/+5
2018-10-22RISC-V: Add FP register ptrace support for gdb.Jim Wilson1-0/+52
2018-07-04RISC-V: Fix PTRACE_SETREGSET bug.Jim Wilson1-1/+1
2017-09-26RISC-V: User-facing APIPalmer Dabbelt1-0/+125