aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/scs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt1-1/+1
2020-06-04scs: Report SCS usage in bytes rather than number of entriesWill Deacon1-1/+1
2020-05-18scs: Remove references to asm/scs.h from core codeWill Deacon1-1/+0
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon1-1/+2
2020-05-18scs: Move accounting into alloc/free functionsWill Deacon1-24/+21
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon1-2/+1
2020-05-15scs: Add support for stack usage debuggingSami Tolvanen1-1/+29
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen1-0/+15
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen1-0/+65