summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/scs.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel2023-01-201-3/+4
* arm64: implement dynamic shadow call stack for ClangArd Biesheuvel2022-11-091-0/+49
* arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosWill Deacon2021-05-271-4/+4
* scs: Move scs_overflow_check() out of architecture codeWill Deacon2020-05-181-18/+0
* arm64: scs: Use 'scs_sp' register alias for x18Will Deacon2020-05-181-2/+4
* arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon2020-05-181-5/+4
* arm64: Implement Shadow Call StackSami Tolvanen2020-05-151-0/+46