summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/scs.h
AgeCommit message (Expand)AuthorLines
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+2
2025-11-11arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-2/+2
2025-11-07arm64: Fail module loading if dynamic SCS patching failsAdrian Barnaƛ-1/+1
2024-11-08arm64/scs: Drop unused prototype __pi_scs_patch_vmlinux()Ard Biesheuvel-1/+0
2024-11-08arm64/scs: Fix handling of DWARF augmentation data in CIE/FDE framesArd Biesheuvel-0/+7
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel-29/+3
2024-02-16arm64: head: move dynamic shadow call stack patching into early C runtimeArd Biesheuvel-2/+2
2023-05-25arm64: add scs_patch_vmlinux prototypeArnd Bergmann-0/+1
2023-01-20arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel-3/+4
2022-11-09arm64: implement dynamic shadow call stack for ClangArd Biesheuvel-0/+49
2021-05-27arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosWill Deacon-4/+4
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon-18/+0
2020-05-18arm64: scs: Use 'scs_sp' register alias for x18Will Deacon-2/+4
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon-5/+4
2020-05-15arm64: Implement Shadow Call StackSami Tolvanen-0/+46