summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/scs.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-25arm64: add scs_patch_vmlinux prototypeArnd Bergmann1-0/+1
2023-01-20arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel1-3/+4
2022-11-09arm64: implement dynamic shadow call stack for ClangArd Biesheuvel1-0/+49
2021-05-27arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosWill Deacon1-4/+4
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon1-18/+0
2020-05-18arm64: scs: Use 'scs_sp' register alias for x18Will Deacon1-2/+4
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon1-5/+4
2020-05-15arm64: Implement Shadow Call StackSami Tolvanen1-0/+46