Age | Commit message (Expand) | Author |
---|---|---|
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 |