aboutsummaryrefslogtreecommitdiff
path: root/mm/kfence/report.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2022-12-02panic: Consolidate open-coded panic_on_warn checksGravatar Kees Cook 1-2/+1
2022-11-22kfence: fix stack trace pruningGravatar Marco Elver 1-4/+9
2022-09-01mm/sl[au]b: generalize kmalloc subsystemGravatar Hyeonggon Yoo 1-0/+1
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsGravatar Marco Elver 1-0/+47
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-6/+13
2021-09-08kfence: show cpu and timestamp in alloc/free infoGravatar Marco Elver 1-6/+13
2021-08-19isystem: ship and use stdarg.hGravatar Alexey Dobriyan 1-1/+1
2021-05-07mm: fix typos in commentsGravatar Ingo Molnar 1-1/+1
2021-03-13kfence: fix reports if constant function prefixes existGravatar Marco Elver 1-6/+12
2021-03-13kfence: fix printk format for ptrdiff_tGravatar Marco Elver 1-6/+6
2021-02-26kfence: use error_report_end tracepointGravatar Alexander Potapenko 1-0/+2
2021-02-26kfence: report sensitive information based on no_hash_pointersGravatar Marco Elver 1-8/+10
2021-02-26kfence: add test suiteGravatar Marco Elver 1-9/+18
2021-02-26kfence: use pt_regs to generate stack trace on faultsGravatar Marco Elver 1-27/+36
2021-02-26mm: add Kernel Electric-Fence infrastructureGravatar Alexander Potapenko 1-0/+240