index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
scs.h
Age
Commit message (
Expand
)
Author
2025-12-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2025-11-11
arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
Thomas Huth
2025-11-07
arm64: Fail module loading if dynamic SCS patching fails
Adrian BarnaĆ
2024-11-08
arm64/scs: Drop unused prototype __pi_scs_patch_vmlinux()
Ard Biesheuvel
2024-11-08
arm64/scs: Fix handling of DWARF augmentation data in CIE/FDE frames
Ard Biesheuvel
2024-02-16
arm64: head: Move early kernel mapping routines into C code
Ard Biesheuvel
2024-02-16
arm64: head: move dynamic shadow call stack patching into early C runtime
Ard Biesheuvel
2023-05-25
arm64: add scs_patch_vmlinux prototype
Arnd Bergmann
2023-01-20
arm64: Always load shadow stack pointer directly from the task struct
Ard Biesheuvel
2022-11-09
arm64: implement dynamic shadow call stack for Clang
Ard Biesheuvel
2021-05-27
arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macros
Will Deacon
2020-05-18
scs: Move scs_overflow_check() out of architecture code
Will Deacon
2020-05-18
arm64: scs: Use 'scs_sp' register alias for x18
Will Deacon
2020-05-18
arm64: scs: Store absolute SCS stack pointer value in thread_info
Will Deacon
2020-05-15
arm64: Implement Shadow Call Stack
Sami Tolvanen