aboutsummaryrefslogtreecommitdiff
path: root/kernel/scs.c
AgeCommit message (Expand)Author
2020-12-01scs: switch to vmapped shadow stacksSami Tolvanen
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt
2020-06-04scs: Report SCS usage in bytes rather than number of entriesWill Deacon
2020-05-18scs: Remove references to asm/scs.h from core codeWill Deacon
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon
2020-05-18scs: Move accounting into alloc/free functionsWill Deacon
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon
2020-05-15scs: Add support for stack usage debuggingSami Tolvanen
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen