summaryrefslogtreecommitdiffstats
path: root/mm/kfence/core.c
Commit message (Expand)AuthorAgeFilesLines
* mm/kfence: Convert kfence_guarded_alloc() to struct slabVlastimil Babka2022-01-061-6/+6
* kfence: always use static branches to guard kfence_alloc()Marco Elver2021-11-061-9/+7
* kfence: shorten critical sections of alloc/freeMarco Elver2021-11-061-17/+21
* kfence: limit currently covered allocations when pool nearly fullMarco Elver2021-11-061-2/+107
* kfence: move saving stack trace of allocations into __kfence_alloc()Marco Elver2021-11-061-11/+24
* kfence: count unexpectedly skipped allocationsMarco Elver2021-11-061-3/+13
* kfence: show cpu and timestamp in alloc/free infoMarco Elver2021-09-081-0/+3
* kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko2021-07-231-0/+9
* kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko2021-07-231-3/+7
* kfence: unconditionally use unbound work queueMarco Elver2021-07-011-2/+2
* kfence: use TASK_IDLE when awaiting allocationMarco Elver2021-06-051-3/+3
* kfence: use power-efficient work queue to run delayed workMarco Elver2021-05-051-2/+3
* kfence: maximize allocation wait timeout durationMarco Elver2021-05-051-1/+11
* kfence: await for allocation using wait_eventMarco Elver2021-05-051-16/+29
* kfence: zero guard page after out-of-bounds accessMarco Elver2021-05-051-0/+1
* kfence: make compatible with kmemleakMarco Elver2021-03-251-0/+9
* kfence: report sensitive information based on no_hash_pointersMarco Elver2021-02-261-7/+3
* kfence: add test suiteMarco Elver2021-02-261-5/+6
* mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko2021-02-261-0/+2
* mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko2021-02-261-0/+2
* kfence: use pt_regs to generate stack trace on faultsMarco Elver2021-02-261-5/+5
* mm: add Kernel Electric-Fence infrastructureAlexander Potapenko2021-02-261-0/+840