summaryrefslogtreecommitdiff
path: root/arch/riscv/include/uapi/asm/ptrace.h
AgeCommit message (Expand)Author
2026-04-04riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley
2026-04-04riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley
2026-04-04riscv: ptrace: cfi: fix "PRACE" typo in uapi headerPaul Walmsley
2026-04-04riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley
2026-01-29riscv/ptrace: expose riscv CFI status and state via ptrace and in core filesDeepak Gupta
2026-01-29riscv/signal: save and restore the shadow stack on a signalDeepak Gupta
2025-09-16riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth
2023-09-08Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt
2023-09-01RISC-V: Add ptrace support for vectorsAndy Chiu
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-23riscv: support the elf-fdpic binfmt loaderGreg Ungerer
2023-08-22RISC-V: vector: export VLENB csr in __sc_riscv_v_stateAndy Chiu
2023-06-08riscv: signal: Add sigcontext save/restore for vectorGreentime Hu
2023-06-08riscv: Add ptrace vector supportGreentime Hu
2023-06-08riscv: Introduce struct/helpers to save/restore per-task Vector stateGreentime Hu
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2017-09-26RISC-V: User-facing APIPalmer Dabbelt