| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/kasan: simplify and refine kasan_cache code | Feng Tang | 2023-01-18 | 1 | -17/+5 |
* | kasan: allow sampling page_alloc allocations for HW_TAGS | Andrey Konovalov | 2023-01-18 | 1 | -5/+9 |
* | mm: kasan: Extend kasan_metadata_size() to also cover in-object size | Feng Tang | 2022-11-10 | 1 | -2/+3 |
* | kasan: only define kasan_cache_create for Generic mode | Andrey Konovalov | 2022-10-03 | 1 | -12/+6 |
* | kasan: only define metadata offsets for Generic mode | Andrey Konovalov | 2022-10-03 | 1 | -0/+2 |
* | kasan: only define kasan_never_merge for Generic mode | Andrey Konovalov | 2022-10-03 | 1 | -12/+6 |
* | kasan: only define kasan_metadata_size for Generic mode | Andrey Konovalov | 2022-10-03 | 1 | -9/+8 |
* | kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_t | Andrey Konovalov | 2022-04-29 | 1 | -4/+4 |
* | kasan: move and hide kasan_save_enable/restore_multi_shot | Andrey Konovalov | 2022-03-24 | 1 | -4/+0 |
* | kasan: test: support async (again) and asymm modes for HW_TAGS | Andrey Konovalov | 2022-03-24 | 1 | -5/+0 |
* | kasan, vmalloc: only tag normal vmalloc allocations | Andrey Konovalov | 2022-03-24 | 1 | -3/+4 |
* | kasan, vmalloc: add vmalloc tagging for HW_TAGS | Andrey Konovalov | 2022-03-24 | 1 | -4/+32 |
* | kasan, vmalloc: add vmalloc tagging for SW_TAGS | Andrey Konovalov | 2022-03-24 | 1 | -6/+10 |
* | kasan: add wrappers for vmalloc hooks | Andrey Konovalov | 2022-03-24 | 1 | -2/+15 |
* | kasan: reorder vmalloc hooks | Andrey Konovalov | 2022-03-24 | 1 | -11/+9 |
* | kasan, x86, arm64, s390: rename functions for modules shadow | Andrey Konovalov | 2022-03-24 | 1 | -7/+7 |
* | kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook | Andrey Konovalov | 2022-03-24 | 1 | -9/+0 |
* | kasan, page_alloc: merge kasan_free_pages into free_pages_prepare | Andrey Konovalov | 2022-03-24 | 1 | -8/+0 |
* | kasan: split kasan_*enabled() functions into a separate header | Peter Collingbourne | 2022-02-22 | 1 | -22/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-15 | 1 | -2/+2 |
|\ |
|
| * | mm: defer kmemleak object creation of module_alloc() | Kefeng Wang | 2022-01-15 | 1 | -2/+2 |
* | | mm/kasan: Convert to struct folio and struct slab | Matthew Wilcox (Oracle) | 2022-01-06 | 1 | -4/+5 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-11-06 | 1 | -0/+8 |
|\ |
|
| * | kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC | Kefeng Wang | 2021-11-06 | 1 | -0/+6 |
| * | kasan: generic: introduce kasan_record_aux_stack_noalloc() | Marco Elver | 2021-11-06 | 1 | -0/+2 |
* | | arm64: kasan: mte: move GCR_EL1 switch to task switch when KASAN disabled | Peter Collingbourne | 2021-09-29 | 1 | -2/+7 |
|/ |
|
* | kasan: fix build by including kernel.h | Marco Elver | 2021-07-15 | 1 | -0/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-06-29 | 1 | -4/+3 |
|\ |
|
| * | kasan: use MAX_PTRS_PER_* for early shadow tables | Daniel Axtens | 2021-06-29 | 1 | -3/+3 |
| * | kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL() | David Gow | 2021-06-29 | 1 | -1/+0 |
* | | kasan: use separate (un)poison implementation for integrated init | Peter Collingbourne | 2021-06-04 | 1 | -26/+38 |
|/ |
|
* | kasan, mm: integrate slab init_on_free with HW_TAGS | Andrey Konovalov | 2021-04-30 | 1 | -4/+6 |
* | kasan, mm: integrate slab init_on_alloc with HW_TAGS | Andrey Konovalov | 2021-04-30 | 1 | -4/+4 |
* | kasan, mm: integrate page_alloc init with HW_TAGS | Andrey Konovalov | 2021-04-30 | 1 | -8/+22 |
* | kasan: initialize shadow to TAG_INVALID for SW_TAGS | Andrey Konovalov | 2021-04-30 | 1 | -1/+2 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2021-04-26 | 1 | -0/+6 |
|\ |
|
| * | kasan: Add report for async mode | Vincenzo Frascino | 2021-04-11 | 1 | -0/+6 |
* | | kasan: remove redundant config option | Walter Wu | 2021-04-16 | 1 | -1/+1 |
|/ |
|
* | kasan: unify large kfree checks | Andrey Konovalov | 2021-02-26 | 1 | -8/+8 |
* | kasan, mm: don't save alloc stacks twice | Andrey Konovalov | 2021-02-26 | 1 | -0/+9 |
* | kasan: fix bug detection via ksize for HW_TAGS mode | Andrey Konovalov | 2021-02-24 | 1 | -0/+17 |
* | kasan: move _RET_IP_ to inline wrappers | Andrey Konovalov | 2021-02-24 | 1 | -11/+9 |
* | kasan: add explicit preconditions to kasan_report() | Vincenzo Frascino | 2021-02-05 | 1 | -0/+7 |
* | arm/kasan: fix the array size of kasan_early_shadow_pte[] | Hailong Liu | 2021-01-12 | 1 | -1/+5 |
* | kasan, mm: allow cache merging with no metadata | Andrey Konovalov | 2020-12-22 | 1 | -2/+19 |
* | kasan, mm: rename kasan_poison_kfree | Andrey Konovalov | 2020-12-22 | 1 | -8/+8 |
* | kasan, mm: check kasan_enabled in annotations | Andrey Konovalov | 2020-12-22 | 1 | -47/+166 |
* | kasan: open-code kasan_unpoison_slab | Andrey Konovalov | 2020-12-22 | 1 | -6/+0 |
* | kasan: inline kasan_reset_tag for tag-based modes | Andrey Konovalov | 2020-12-22 | 1 | -1/+4 |
* | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK | Andrey Konovalov | 2020-12-22 | 1 | -4/+6 |