aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/usercfi.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley1-8/+7
2026-04-04prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley1-8/+8
2026-04-04riscv: cfi: clear CFI lock status in start_thread()Zong Li1-6/+6
2026-01-29riscv: add kernel command line option to opt out of user CFIDeepak Gupta1-11/+47
2026-01-29riscv/signal: save and restore the shadow stack on a signalDeepak Gupta1-0/+57
2026-01-29riscv: Implement indirect branch tracking prctlsDeepak Gupta1-0/+79
2026-01-29riscv: Implement arch-agnostic shadow stack prctlsDeepak Gupta1-0/+110
2026-01-29riscv/shstk: If needed allocate a new shadow stack on cloneDeepak Gupta1-0/+120
2026-01-29riscv/mm: Implement map_shadow_stack() syscallDeepak Gupta1-0/+140