summaryrefslogtreecommitdiffstats
path: root/kernel/scs.c
AgeCommit message (Expand)AuthorLines
2022-11-09scs: add support for dynamic shadow call stacksArd Biesheuvel-2/+12
2022-03-24kasan, vmalloc: only tag normal vmalloc allocationsAndrey Konovalov-4/+8
2022-03-24kasan, vmalloc: add vmalloc tagging for HW_TAGSAndrey Konovalov-2/+2
2021-09-30scs: Release kasan vmalloc poison in scs_free processYee Lee-0/+1
2020-12-01scs: switch to vmapped shadow stacksSami Tolvanen-11/+60
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt-1/+1
2020-06-04scs: Report SCS usage in bytes rather than number of entriesWill Deacon-1/+1
2020-05-18scs: Remove references to asm/scs.h from core codeWill Deacon-1/+0
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon-1/+2
2020-05-18scs: Move accounting into alloc/free functionsWill Deacon-24/+21
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon-2/+1
2020-05-15scs: Add support for stack usage debuggingSami Tolvanen-1/+29
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen-0/+15
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen-0/+65