Age | Commit message (Expand) | Author | Files | Lines |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -2/+2 |
2022-01-15 | mm: defer kmemleak object creation of module_alloc() |  Kefeng Wang | 1 | -2/+2 |
2022-01-06 | mm/kasan: Convert to struct folio and struct slab |  Matthew Wilcox (Oracle) | 1 | -4/+5 |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -0/+8 |
2021-11-06 | kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC |  Kefeng Wang | 1 | -0/+6 |
2021-11-06 | kasan: generic: introduce kasan_record_aux_stack_noalloc() |  Marco Elver | 1 | -0/+2 |
2021-09-29 | arm64: kasan: mte: move GCR_EL1 switch to task switch when KASAN disabled |  Peter Collingbourne | 1 | -2/+7 |
2021-07-15 | kasan: fix build by including kernel.h |  Marco Elver | 1 | -0/+1 |
2021-06-29 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -4/+3 |
2021-06-29 | kasan: use MAX_PTRS_PER_* for early shadow tables |  Daniel Axtens | 1 | -3/+3 |
2021-06-29 | kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL() |  David Gow | 1 | -1/+0 |
2021-06-04 | kasan: use separate (un)poison implementation for integrated init |  Peter Collingbourne | 1 | -26/+38 |
2021-04-30 | kasan, mm: integrate slab init_on_free with HW_TAGS |  Andrey Konovalov | 1 | -4/+6 |
2021-04-30 | kasan, mm: integrate slab init_on_alloc with HW_TAGS |  Andrey Konovalov | 1 | -4/+4 |
2021-04-30 | kasan, mm: integrate page_alloc init with HW_TAGS |  Andrey Konovalov | 1 | -8/+22 |
2021-04-30 | kasan: initialize shadow to TAG_INVALID for SW_TAGS |  Andrey Konovalov | 1 | -1/+2 |
2021-04-26 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -0/+6 |
2021-04-16 | kasan: remove redundant config option |  Walter Wu | 1 | -1/+1 |
2021-04-11 | kasan: Add report for async mode |  Vincenzo Frascino | 1 | -0/+6 |
2021-02-26 | kasan: unify large kfree checks |  Andrey Konovalov | 1 | -8/+8 |
2021-02-26 | kasan, mm: don't save alloc stacks twice |  Andrey Konovalov | 1 | -0/+9 |
2021-02-24 | kasan: fix bug detection via ksize for HW_TAGS mode |  Andrey Konovalov | 1 | -0/+17 |
2021-02-24 | kasan: move _RET_IP_ to inline wrappers |  Andrey Konovalov | 1 | -11/+9 |
2021-02-05 | kasan: add explicit preconditions to kasan_report() |  Vincenzo Frascino | 1 | -0/+7 |
2021-01-12 | arm/kasan: fix the array size of kasan_early_shadow_pte[] |  Hailong Liu | 1 | -1/+5 |
2020-12-22 | kasan, mm: allow cache merging with no metadata |  Andrey Konovalov | 1 | -2/+19 |
2020-12-22 | kasan, mm: rename kasan_poison_kfree |  Andrey Konovalov | 1 | -8/+8 |
2020-12-22 | kasan, mm: check kasan_enabled in annotations |  Andrey Konovalov | 1 | -47/+166 |
2020-12-22 | kasan: open-code kasan_unpoison_slab |  Andrey Konovalov | 1 | -6/+0 |
2020-12-22 | kasan: inline kasan_reset_tag for tag-based modes |  Andrey Konovalov | 1 | -1/+4 |
2020-12-22 | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK |  Andrey Konovalov | 1 | -4/+6 |
2020-12-22 | kasan, arm64: implement HW_TAGS runtime |  Andrey Konovalov | 1 | -7/+17 |
2020-12-22 | kasan, arm64: expand CONFIG_KASAN checks |  Andrey Konovalov | 1 | -3/+4 |
2020-12-22 | kasan, arm64: rename kasan_init_tags and mark as __init |  Andrey Konovalov | 1 | -2/+2 |
2020-12-22 | kasan, arm64: only use kasan_depth for software modes |  Andrey Konovalov | 1 | -9/+9 |
2020-12-22 | kasan: rename (un)poison_shadow to (un)poison_range |  Andrey Konovalov | 1 | -3/+3 |
2020-12-22 | kasan: shadow declarations only for software modes |  Andrey Konovalov | 1 | -16/+32 |
2020-12-22 | kasan: group vmalloc code |  Andrey Konovalov | 1 | -18/+23 |
2020-10-13 | KUnit: KASAN Integration |  Patricia Alfonso | 1 | -0/+6 |
2020-08-07 | kasan: remove kasan_unpoison_stack_above_sp_to() |  Vincenzo Frascino | 1 | -2/+0 |
2020-08-07 | rcu: kasan: record and print call_rcu() call stack |  Walter Wu | 1 | -0/+2 |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h |  Mike Rapoport | 1 | -1/+1 |
2020-06-09 | mm: introduce include/linux/pgtable.h |  Mike Rapoport | 1 | -1/+1 |
2020-04-02 | kasan: detect negative size in memory operation function |  Walter Wu | 1 | -1/+1 |
2019-12-31 | x86/kasan: Print original address on #GP |  Jann Horn | 1 | -0/+6 |
2019-12-17 | kasan: fix crashes on access to memory mapped by vm_map_ram() |  Andrey Ryabinin | 1 | -6/+9 |
2019-12-01 | kasan: support backing vmalloc space with real shadow memory |  Daniel Axtens | 1 | -0/+31 |
2019-07-12 | mm/kasan: add object validation in ksize() |  Marco Elver | 1 | -2/+5 |
2018-12-28 | kasan: add __must_check annotations to kasan hooks |  Andrey Konovalov | 1 | -6/+10 |
2018-12-28 | kasan, arm64: add brk handler for inline instrumentation |  Andrey Konovalov | 1 | -0/+3 |