summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/scs.h
AgeCommit message (Expand)Author
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel
2024-02-16arm64: head: move dynamic shadow call stack patching into early C runtimeArd Biesheuvel
2023-05-25arm64: add scs_patch_vmlinux prototypeArnd Bergmann
2023-01-20arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel
2022-11-09arm64: implement dynamic shadow call stack for ClangArd Biesheuvel
2021-05-27arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosWill Deacon
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon
2020-05-18arm64: scs: Use 'scs_sp' register alias for x18Will Deacon
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon
2020-05-15arm64: Implement Shadow Call StackSami Tolvanen