Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-05-26 | kasan: arm64: support specialized outlined tag mismatch checks | Peter Collingbourne | 1 | -0/+7 |
2021-05-07 | mm: fix typos in comments | Ingo Molnar | 3 | -8/+8 |
2021-04-30 | kasan: record task_work_add() call stack | Walter Wu | 1 | -1/+1 |
2021-04-30 | kasan, mm: integrate slab init_on_free with HW_TAGS | Andrey Konovalov | 1 | -6/+7 |
2021-04-30 | kasan, mm: integrate slab init_on_alloc with HW_TAGS | Andrey Konovalov | 1 | -2/+2 |
2021-04-30 | kasan, mm: integrate page_alloc init with HW_TAGS | Andrey Konovalov | 1 | -4/+4 |
2021-04-30 | kasan: init memory in kasan_(un)poison for HW_TAGS | Andrey Konovalov | 5 | -32/+34 |
2021-04-30 | arm64: kasan: allow to init memory when setting tags | Andrey Konovalov | 1 | -4/+5 |
2021-04-30 | kasan: fix kasan_byte_accessible() to be consistent with actual checks | Peter Collingbourne | 2 | -5/+8 |
2021-04-30 | mm/kasan: switch from strlcpy to strscpy | Zhiyuan Dai | 1 | -1/+1 |
2021-04-26 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 3 | -11/+117 |
2021-04-16 | kasan: remove redundant config option | Walter Wu | 3 | -3/+3 |
2021-04-11 | kasan, arm64: tests supports for HW_TAGS async mode | Andrey Konovalov | 3 | -0/+17 |
2021-04-11 | kasan: Add report for async mode | Vincenzo Frascino | 2 | -1/+32 |
2021-04-11 | kasan: Add KASAN mode kernel parameter | Vincenzo Frascino | 2 | -10/+68 |
2021-02-26 | kasan: clarify that only first bug is reported in HW_TAGS | Andrey Konovalov | 1 | -1/+1 |
2021-02-26 | kasan: inline HW_TAGS helper functions | Andrey Konovalov | 1 | -6/+7 |
2021-02-26 | kasan: ensure poisoning size alignment | Andrey Konovalov | 3 | -31/+48 |
2021-02-26 | kasan, mm: optimize krealloc poisoning | Andrey Konovalov | 1 | -2/+10 |
2021-02-26 | kasan: unify large kfree checks | Andrey Konovalov | 1 | -10/+26 |
2021-02-26 | kasan: clean up setting free info in kasan_slab_free | Andrey Konovalov | 1 | -4/+2 |
2021-02-26 | kasan: optimize large kmalloc poisoning | Andrey Konovalov | 1 | -5/+15 |
2021-02-26 | kasan, mm: optimize kmalloc poisoning | Andrey Konovalov | 3 | -46/+118 |
2021-02-26 | kasan, mm: don't save alloc stacks twice | Andrey Konovalov | 1 | -4/+14 |
2021-02-26 | kasan: use error_report_end tracepoint | Alexander Potapenko | 1 | -3/+5 |
2021-02-26 | kfence, kasan: make KFENCE compatible with KASAN | Alexander Potapenko | 4 | -4/+39 |
2021-02-24 | kasan: fix bug detection via ksize for HW_TAGS mode | Andrey Konovalov | 4 | -11/+20 |
2021-02-24 | kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL | Andrey Konovalov | 1 | -1/+1 |
2021-02-24 | kasan, arm64: allow using KUnit tests with HW_TAGS mode | Andrey Konovalov | 2 | -0/+37 |
2021-02-24 | kasan: add match-all tag tests | Andrey Konovalov | 2 | -0/+7 |
2021-02-24 | kasan: prefix global functions with kasan_ | Andrey Konovalov | 10 | -116/+116 |