| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-03-24 | kasan: clean up feature flags for HW_TAGS mode | Andrey Konovalov | 2 | -18/+22 |
| 2022-03-24 | kasan: mark kasan_arg_stacktrace as __initdata | Andrey Konovalov | 1 | -2/+5 |
| 2022-03-24 | kasan, vmalloc: only tag normal vmalloc allocations | Andrey Konovalov | 2 | -0/+15 |
| 2022-03-24 | kasan, vmalloc: add vmalloc tagging for HW_TAGS | Andrey Konovalov | 2 | -1/+101 |
| 2022-03-24 | kasan, vmalloc: add vmalloc tagging for SW_TAGS | Andrey Konovalov | 1 | -2/+4 |
| 2022-03-24 | kasan: add wrappers for vmalloc hooks | Andrey Konovalov | 1 | -3/+2 |
| 2022-03-24 | kasan: reorder vmalloc hooks | Andrey Konovalov | 1 | -21/+22 |
| 2022-03-24 | kasan, x86, arm64, s390: rename functions for modules shadow | Andrey Konovalov | 1 | -2/+2 |
| 2022-03-24 | kasan: define KASAN_VMALLOC_INVALID for SW_TAGS | Andrey Konovalov | 1 | -1/+2 |
| 2022-03-24 | kasan: clean up metadata byte definitions | Andrey Konovalov | 1 | -2/+5 |
| 2022-03-24 | kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook | Andrey Konovalov | 2 | -23/+1 |
| 2022-03-24 | kasan: only apply __GFP_ZEROTAGS when memory is zeroed | Andrey Konovalov | 1 | -1/+2 |
| 2022-03-24 | kasan, page_alloc: merge kasan_free_pages into free_pages_prepare | Andrey Konovalov | 2 | -12/+1 |
| 2022-03-23 | kasan: no need to unset panic_on_warn in end_report() | Tiezhu Yang | 1 | -9/+1 |
| 2022-01-22 | lib/stackdepot: always do filter_irq_stacks() in stack_depot_save() | Marco Elver | 1 | -1/+0 |
| 2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -2/+18 |
| 2022-01-15 | kasan: fix quarantine conflicting with init_on_free | Andrey Konovalov | 1 | -0/+11 |
| 2022-01-15 | mm: defer kmemleak object creation of module_alloc() | Kefeng Wang | 1 | -2/+7 |
| 2022-01-06 | mm/kasan: Convert to struct folio and struct slab | Matthew Wilcox (Oracle) | 6 | -22/+35 |
| 2022-01-06 | mm: Convert struct page to struct slab in functions used by other subsystems | Vlastimil Babka | 4 | -5/+5 |
| 2021-11-11 | kasan: add kasan mode messages when kasan init | Kuan-Ying Lee | 2 | -2/+14 |
| 2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -13/+4 |
| 2021-11-09 | mm: kasan: use is_kernel() helper | Kefeng Wang | 1 | -1/+1 |
| 2021-11-09 | lib, stackdepot: add helper to print stack entries | Imran Khan | 1 | -12/+3 |
| 2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -7/+22 |
| 2021-11-06 | kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC | Kefeng Wang | 1 | -0/+5 |
| 2021-11-06 | kasan: fix tag for large allocations when using CONFIG_SLAB | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2021-11-06 | kasan: generic: introduce kasan_record_aux_stack_noalloc() | Marco Elver | 1 | -2/+12 |
| 2021-11-06 | kasan: common: provide can_alloc in kasan_save_stack() | Marco Elver | 3 | -5/+5 |
| 2021-10-07 | kasan: Extend KASAN mode kernel parameter | Vincenzo Frascino | 3 | -15/+46 |
| 2021-10-07 | kasan: Remove duplicate of kasan_flag_async | Vincenzo Frascino | 1 | -2/+0 |
| 2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -47/+26 |
| 2021-09-03 | mm/kasan: move kasan.fault to mm/kasan/report.c | Woody Lin | 3 | -47/+26 |
| 2021-08-02 | arm64: kasan: mte: remove redundant mte_report_once logic | Mark Rutland | 2 | -13/+0 |
| 2021-08-02 | arm64: kasan: mte: use a constant kernel GCR_EL1 value | Mark Rutland | 2 | -16/+1 |
| 2021-07-15 | kasan: add memzero init for unaligned size at DEBUG | Yee Lee | 1 | -0/+12 |
| 2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 13 | -121/+141 |
| 2021-06-29 | kasan: add memory corruption identification support for hardware tag-based mode | Kuan-Ying Lee | 1 | -1/+1 |
| 2021-06-29 | kasan: integrate the common part of two KASAN tag-based modes | Kuan-Ying Lee | 7 | -113/+112 |
| 2021-06-29 | kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY | Kuan-Ying Lee | 3 | -5/+5 |
| 2021-06-29 | kasan: use MAX_PTRS_PER_* for early shadow tables | Daniel Axtens | 1 | -3/+3 |
| 2021-06-29 | kasan: allow architectures to provide an outline readiness check | Daniel Axtens | 4 | -0/+18 |
| 2021-06-29 | kasan: use dump_stack_lvl(KERN_ERR) to print stacks | Alexander Potapenko | 1 | -3/+3 |
| 2021-06-29 | mm/slub, kunit: add a KUnit test for SLUB debugging functionality | Oliver Glitta | 1 | -0/+3 |
| 2021-06-28 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 3 | -2/+41 |
| 2021-06-24 | Merge branch 'for-next/mte' into for-next/core | Will Deacon | 2 | -2/+34 |
| 2021-06-05 | mm/kasan/init.c: fix doc warning | Yu Kuai | 1 | -2/+2 |
| 2021-06-04 | kasan: disable freed user page poisoning with HW tags | Peter Collingbourne | 1 | -0/+3 |
| 2021-06-04 | arm64: mte: handle tags zeroing at page allocation time | Peter Collingbourne | 1 | -1/+8 |
| 2021-06-04 | kasan: use separate (un)poison implementation for integrated init | Peter Collingbourne | 2 | -2/+24 |