| Commit message (Expand) | Author | Age | Files | Lines |
* | kfence: show cpu and timestamp in alloc/free info | Marco Elver | 2021-09-08 | 1 | -0/+3 |
* | kfence: skip all GFP_ZONEMASK allocations | Alexander Potapenko | 2021-07-24 | 1 | -0/+9 |
* | kfence: move the size check to the beginning of __kfence_alloc() | Alexander Potapenko | 2021-07-24 | 1 | -3/+7 |
* | kfence: unconditionally use unbound work queue | Marco Elver | 2021-07-01 | 1 | -2/+2 |
* | kfence: use TASK_IDLE when awaiting allocation | Marco Elver | 2021-06-05 | 1 | -3/+3 |
* | kfence: use power-efficient work queue to run delayed work | Marco Elver | 2021-05-05 | 1 | -2/+3 |
* | kfence: maximize allocation wait timeout duration | Marco Elver | 2021-05-05 | 1 | -1/+11 |
* | kfence: await for allocation using wait_event | Marco Elver | 2021-05-05 | 1 | -16/+29 |
* | kfence: zero guard page after out-of-bounds access | Marco Elver | 2021-05-05 | 1 | -0/+1 |
* | kfence: make compatible with kmemleak | Marco Elver | 2021-03-25 | 1 | -0/+9 |
* | kfence: report sensitive information based on no_hash_pointers | Marco Elver | 2021-02-26 | 1 | -7/+3 |
* | kfence: add test suite | Marco Elver | 2021-02-26 | 1 | -5/+6 |
* | mm, kfence: insert KFENCE hooks for SLUB | Alexander Potapenko | 2021-02-26 | 1 | -0/+2 |
* | mm, kfence: insert KFENCE hooks for SLAB | Alexander Potapenko | 2021-02-26 | 1 | -0/+2 |
* | kfence: use pt_regs to generate stack trace on faults | Marco Elver | 2021-02-26 | 1 | -5/+5 |
* | mm: add Kernel Electric-Fence infrastructure | Alexander Potapenko | 2021-02-26 | 1 | -0/+840 |