summaryrefslogtreecommitdiffstats
path: root/mm/kfence
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-084-6/+21
|\
| * kfence: test: fail fast if disabled at bootMarco Elver2021-09-081-0/+3
| * kfence: show cpu and timestamp in alloc/free infoMarco Elver2021-09-083-6/+18
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\ \
| * | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
| |/
* / kfence: add function to mask address bitsSven Schnelle2021-07-301-1/+12
|/
* 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: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang2021-07-231-1/+1
* kfence: unconditionally use unbound work queueMarco Elver2021-07-011-2/+2
* mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo2021-06-291-2/+3
* kfence: use TASK_IDLE when awaiting allocationMarco Elver2021-06-051-3/+3
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* 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: fix reports if constant function prefixes existMarco Elver2021-03-131-6/+12
* kfence: fix printk format for ptrdiff_tMarco Elver2021-03-131-6/+6
* kfence: use error_report_end tracepointAlexander Potapenko2021-02-261-0/+2
* kfence: report sensitive information based on no_hash_pointersMarco Elver2021-02-264-23/+14
* kfence: add test suiteMarco Elver2021-02-265-15/+886
* 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-263-34/+43
* mm: add Kernel Electric-Fence infrastructureAlexander Potapenko2021-02-264-0/+1196