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