summaryrefslogtreecommitdiffstats
path: root/kernel/scs.c
Commit message (Expand)AuthorAgeFilesLines
* scs: switch to vmapped shadow stacksSami Tolvanen2020-12-011-11/+60
* mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-071-1/+1
* scs: Report SCS usage in bytes rather than number of entriesWill Deacon2020-06-041-1/+1
* scs: Remove references to asm/scs.h from core codeWill Deacon2020-05-181-1/+0
* scs: Move scs_overflow_check() out of architecture codeWill Deacon2020-05-181-1/+2
* scs: Move accounting into alloc/free functionsWill Deacon2020-05-181-24/+21
* arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon2020-05-181-2/+1
* scs: Add support for stack usage debuggingSami Tolvanen2020-05-151-1/+29
* scs: Add page accounting for shadow call stack allocationsSami Tolvanen2020-05-151-0/+15
* scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen2020-05-151-0/+65