summaryrefslogtreecommitdiff
path: root/mm/kasan
AgeCommit message (Expand)Author
2021-11-11kasan: add kasan mode messages when kasan initKuan-Ying Lee
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09mm: kasan: use is_kernel() helperKefeng Wang
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang
2021-11-06kasan: fix tag for large allocations when using CONFIG_SLABMatthew Wilcox (Oracle)
2021-11-06kasan: generic: introduce kasan_record_aux_stack_noalloc()Marco Elver
2021-11-06kasan: common: provide can_alloc in kasan_save_stack()Marco Elver
2021-10-07kasan: Extend KASAN mode kernel parameterVincenzo Frascino
2021-10-07kasan: Remove duplicate of kasan_flag_asyncVincenzo Frascino
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm/kasan: move kasan.fault to mm/kasan/report.cWoody Lin
2021-08-02arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland
2021-07-15kasan: add memzero init for unaligned size at DEBUGYee Lee
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee
2021-06-29kasan: integrate the common part of two KASAN tag-based modesKuan-Ying Lee
2021-06-29kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFYKuan-Ying Lee
2021-06-29kasan: use MAX_PTRS_PER_* for early shadow tablesDaniel Axtens
2021-06-29kasan: allow architectures to provide an outline readiness checkDaniel Axtens
2021-06-29kasan: use dump_stack_lvl(KERN_ERR) to print stacksAlexander Potapenko
2021-06-29mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-06-24Merge branch 'for-next/mte' into for-next/coreWill Deacon
2021-06-05mm/kasan/init.c: fix doc warningYu Kuai
2021-06-04kasan: disable freed user page poisoning with HW tagsPeter Collingbourne
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne
2021-06-04kasan: use separate (un)poison implementation for integrated initPeter Collingbourne
2021-05-26kasan: arm64: support specialized outlined tag mismatch checksPeter Collingbourne
2021-05-07mm: fix typos in commentsIngo Molnar
2021-04-30kasan: record task_work_add() call stackWalter Wu
2021-04-30kasan, mm: integrate slab init_on_free with HW_TAGSAndrey Konovalov
2021-04-30kasan, mm: integrate slab init_on_alloc with HW_TAGSAndrey Konovalov
2021-04-30kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov
2021-04-30kasan: init memory in kasan_(un)poison for HW_TAGSAndrey Konovalov
2021-04-30arm64: kasan: allow to init memory when setting tagsAndrey Konovalov
2021-04-30kasan: fix kasan_byte_accessible() to be consistent with actual checksPeter Collingbourne
2021-04-30mm/kasan: switch from strlcpy to strscpyZhiyuan Dai
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-04-16kasan: remove redundant config optionWalter Wu
2021-04-11kasan, arm64: tests supports for HW_TAGS async modeAndrey Konovalov
2021-04-11kasan: Add report for async modeVincenzo Frascino
2021-04-11kasan: Add KASAN mode kernel parameterVincenzo Frascino
2021-02-26kasan: clarify that only first bug is reported in HW_TAGSAndrey Konovalov
2021-02-26kasan: inline HW_TAGS helper functionsAndrey Konovalov
2021-02-26kasan: ensure poisoning size alignmentAndrey Konovalov
2021-02-26kasan, mm: optimize krealloc poisoningAndrey Konovalov
2021-02-26kasan: unify large kfree checksAndrey Konovalov