Age | Commit message (Expand) | Author | Files | Lines |
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-24 | 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-05 | 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-26 | 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-06 | kasan: rework Kconfig settings | Arnd Bergmann | 1 | -0/+11 |
2016-07-28 | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB | Alexander Potapenko | 1 | -2/+2 |
2016-03-25 | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB | Alexander Potapenko | 1 | -0/+1 |
2016-03-25 | mm, kasan: SLAB support | Alexander Potapenko | 1 | -1/+3 |
2015-11-05 | 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-05 | kasan: show gcc version requirements in Kconfig and Documentation | Joe Perches | 1 | -2/+6 |
2015-02-13 | kasan: enable instrumentation of global variables | Andrey Ryabinin | 1 | -0/+1 |
2015-02-13 | lib: add kasan test module | Andrey Ryabinin | 1 | -0/+8 |
2015-02-13 | mm: slub: add kernel address sanitizer support for slub allocator | Andrey Ryabinin | 1 | -0/+1 |
2015-02-13 | x86_64: add KASan support | Andrey Ryabinin | 1 | -0/+1 |
2015-02-13 | kasan: add kernel address sanitizer infrastructure | Andrey Ryabinin | 1 | -0/+43 |