aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/usercfi.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-07riscv: cfi: reduce shadow stack size limit from 2GB to 512MBZong Li1-2/+2
2026-06-06riscv: cfi: reject unknown flags in PR_SET_CFIRichard Patel1-0/+3
2026-05-13riscv: cfi: reduce shadow stack size limit from 4GB to 2GBZong Li1-3/+4
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-11/+1
2026-04-05riscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas1-11/+1
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