Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-05-25 | arm64: add scs_patch_vmlinux prototype | Arnd Bergmann | 1 | -0/+1 |
2023-01-20 | arm64: Always load shadow stack pointer directly from the task struct | Ard Biesheuvel | 1 | -3/+4 |
2022-11-09 | arm64: implement dynamic shadow call stack for Clang | Ard Biesheuvel | 1 | -0/+49 |
2021-05-27 | arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macros | Will Deacon | 1 | -4/+4 |
2020-05-18 | scs: Move scs_overflow_check() out of architecture code | Will Deacon | 1 | -18/+0 |
2020-05-18 | arm64: scs: Use 'scs_sp' register alias for x18 | Will Deacon | 1 | -2/+4 |
2020-05-18 | arm64: scs: Store absolute SCS stack pointer value in thread_info | Will Deacon | 1 | -5/+4 |
2020-05-15 | arm64: Implement Shadow Call Stack | Sami Tolvanen | 1 | -0/+46 |