Age | Commit message (Expand) | Author | Files | Lines |
2024-02-23 | treewide: update LLVM Bugzilla links | Nathan Chancellor | 1 | -1/+1 |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+22 |
2023-12-11 | kasan: record and report more information | Juntong Deng | 1 | -0/+21 |
2023-12-11 | kasan: default to inline instrumentation | Paul Heidekrüger | 1 | -1/+1 |
2023-12-05 | mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile | Vlastimil Babka | 1 | -8/+3 |
2023-03-03 | kasan: treat meminstrinsic as builtins in uninstrumented files | Marco Elver | 1 | -0/+9 |
2022-12-14 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2022-11-28 | mm, slub: add CONFIG_SLUB_TINY | Vlastimil Babka | 1 | -1/+1 |
2022-11-09 | kasan: switch kunit tests to console tracepoints | Andrey Konovalov | 1 | -1/+1 |
2022-10-04 | kasan: drop CONFIG_KASAN_TAGS_IDENTIFY | Andrey Konovalov | 1 | -8/+0 |
2022-05-13 | kasan: clean-up kconfig options descriptions | Andrey Konovalov | 1 | -86/+82 |
2022-03-25 | kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS | Andrey Konovalov | 1 | -10/+10 |
2022-01-22 | lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() | Vlastimil Babka | 1 | -1/+1 |
2021-09-25 | kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESS | Marco Elver | 1 | -0/+2 |
2021-06-29 | kasan: add memory corruption identification support for hardware tag-based mode | Kuan-Ying Lee | 1 | -1/+1 |
2021-06-29 | kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY | Kuan-Ying Lee | 1 | -1/+1 |
2021-06-29 | kasan: allow an architecture to disable inline instrumentation | Daniel Axtens | 1 | -0/+12 |
2021-04-17 | kasan: remove redundant config option | Walter Wu | 1 | -7/+2 |
2021-03-13 | kasan: fix KASAN_STACK dependency for HW_TAGS | Andrey Konovalov | 1 | -0/+1 |
2021-02-25 | kasan: rename CONFIG_TEST_KASAN_MODULE | Andrey Konovalov | 1 | -1/+1 |
2021-02-25 | kasan, arm64: allow using KUnit tests with HW_TAGS mode | Andrey Konovalov | 1 | -2/+2 |
2020-12-22 | kasan: introduce CONFIG_KASAN_HW_TAGS | Andrey Konovalov | 1 | -17/+44 |
2020-12-22 | kasan: don't duplicate config dependencies | Andrey Konovalov | 1 | -6/+2 |
2020-12-22 | kasan: KASAN_VMALLOC depends on KASAN_GENERIC | Andrey Konovalov | 1 | -1/+1 |
2020-11-09 | s390/kasan: remove 3-level paging support | Vasily Gorbik | 1 | -9/+0 |
2020-10-14 | KASAN: port KASAN Tests to KUnit | Patricia Alfonso | 1 | -5/+17 |
2020-10-14 | kasan: remove mentions of unsupported Clang versions | Marco Elver | 1 | -5/+4 |
2020-08-07 | kasan: update required compiler versions in documentation | Marco Elver | 1 | -9/+15 |
2020-08-07 | kasan: improve and simplify Kconfig.kasan | Marco Elver | 1 | -7/+8 |
2020-06-25 | kasan: Fix required compiler version | Marco Elver | 1 | -1/+1 |
2020-06-15 | kasan: Bump required compiler version | Marco Elver | 1 | -0/+4 |
2019-12-01 | kasan: support backing vmalloc space with real shadow memory | Daniel Axtens | 1 | -0/+16 |
2019-09-25 | kasan: add memory corruption identification for software tag-based mode | Walter Wu | 1 | -0/+8 |
2019-08-03 | kasan: remove clang version check for KASAN_STACK | Arnd Bergmann | 1 | -6/+5 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-03-06 | kasan: remove use after scope bugs detection. | Andrey Ryabinin | 1 | -10/+0 |
2019-03-01 | kasan: turn off asan-stack for clang-8 and earlier | Arnd Bergmann | 1 | -0/+22 |
2018-12-28 | kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS | Andrey Konovalov | 1 | -22/+76 |
2018-10-09 | s390/kasan: add option for 4-level paging support | Vasily Gorbik | 1 | -0/+9 |
2018-07-27 | kasan: only select SLUB_DEBUG with SYSFS=y | Arnd Bergmann | 1 | -1/+1 |
2018-06-28 | kasan: depend on CONFIG_SLUB_DEBUG | Jason A. Donenfeld | 1 | -0/+1 |
2018-02-07 | kasan: rework Kconfig settings | Arnd Bergmann | 1 | -0/+11 |
2016-07-29 | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB | Alexander Potapenko | 1 | -2/+2 |
2016-03-26 | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB | Alexander Potapenko | 1 | -0/+1 |
2016-03-26 | mm, kasan: SLAB support | Alexander Potapenko | 1 | -1/+3 |
2015-11-06 | mm, slub, kasan: enable user tracking by default with KASAN=y | Andrey Ryabinin | 1 | -2/+1 |
2015-07-06 | x86/kasan: Move KASAN_SHADOW_OFFSET to the arch Kconfig | Andrey Ryabinin | 1 | -4/+0 |
2015-05-06 | kasan: show gcc version requirements in Kconfig and Documentation | Joe Perches | 1 | -2/+6 |
2015-02-14 | kasan: enable instrumentation of global variables | Andrey Ryabinin | 1 | -0/+1 |
2015-02-14 | lib: add kasan test module | Andrey Ryabinin | 1 | -0/+8 |