aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kasan
AgeCommit message (Expand)Author
2023-12-27Merge tag 'v5.15.145' into v5.15/standard/baseBruce Ashfield
2023-12-23kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann
2023-11-17Merge tag 'v5.15.138' into v5.15/standard/baseBruce Ashfield
2023-11-08kasan: print the original fault addr when access invalid shadowHaibo Li
2023-02-01Merge tag 'v5.15.91' into v5.15/standard/baseBruce Ashfield
2023-02-01panic: Consolidate open-coded panic_on_warn checksKees Cook
2023-02-01kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang
2022-05-09Merge tag 'v5.15.38' into v5.15/standard/baseBruce Ashfield
2022-05-09kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...Zqiang
2022-04-11kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang
2022-04-11kasan: fix tag for large allocations when using CONFIG_SLABMatthew Wilcox (Oracle)
2022-04-11kasan: generic: introduce kasan_record_aux_stack_noalloc()Marco Elver
2022-04-11kasan: common: provide can_alloc in kasan_save_stack()Marco Elver
2022-03-08kasan: fix quarantine conflicting with init_on_freeAndrey Konovalov
2022-03-08mm: defer kmemleak object creation of module_alloc()Kefeng Wang
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