aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/scs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-09scs: add support for dynamic shadow call stacksArd Biesheuvel1-2/+12
2022-03-24kasan, vmalloc: only tag normal vmalloc allocationsAndrey Konovalov1-4/+8
2022-03-24kasan, vmalloc: add vmalloc tagging for HW_TAGSAndrey Konovalov1-2/+2
2021-09-30scs: Release kasan vmalloc poison in scs_free processYee Lee1-0/+1
2020-12-01scs: switch to vmapped shadow stacksSami Tolvanen1-11/+60
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