aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.kasan (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee1-1/+1
2021-06-29kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFYKuan-Ying Lee1-1/+1
2021-06-29kasan: allow an architecture to disable inline instrumentationDaniel Axtens1-0/+12
2021-04-16kasan: remove redundant config optionWalter Wu1-7/+2
2021-03-13kasan: fix KASAN_STACK dependency for HW_TAGSAndrey Konovalov1-0/+1
2021-02-24kasan: rename CONFIG_TEST_KASAN_MODULEAndrey Konovalov1-1/+1
2021-02-24kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov1-2/+2
2020-12-22kasan: introduce CONFIG_KASAN_HW_TAGSAndrey Konovalov1-17/+44
2020-12-22kasan: don't duplicate config dependenciesAndrey Konovalov1-6/+2
2020-12-22kasan: KASAN_VMALLOC depends on KASAN_GENERICAndrey Konovalov1-1/+1
2020-11-09s390/kasan: remove 3-level paging supportVasily Gorbik1-9/+0
2020-10-13KASAN: port KASAN Tests to KUnitPatricia Alfonso1-5/+17
2020-10-13kasan: remove mentions of unsupported Clang versionsMarco Elver1-5/+4
2020-08-07kasan: update required compiler versions in documentationMarco Elver1-9/+15
2020-08-07kasan: improve and simplify Kconfig.kasanMarco Elver1-7/+8
2020-06-25kasan: Fix required compiler versionMarco Elver1-1/+1
2020-06-15kasan: Bump required compiler versionMarco Elver1-0/+4
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens1-0/+16
2019-09-24kasan: add memory corruption identification for software tag-based modeWalter Wu1-0/+8
2019-08-03kasan: remove clang version check for KASAN_STACKArnd Bergmann1-6/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin1-10/+0
2019-03-01kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann1-0/+22
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov1-22/+76
2018-10-09s390/kasan: add option for 4-level paging supportVasily Gorbik1-0/+9
2018-07-26kasan: only select SLUB_DEBUG with SYSFS=yArnd Bergmann1-1/+1
2018-06-28kasan: depend on CONFIG_SLUB_DEBUGJason A. Donenfeld1-0/+1
2018-02-06kasan: rework Kconfig settingsArnd Bergmann1-0/+11
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko1-2/+2
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko1-0/+1
2016-03-25mm, kasan: SLAB supportAlexander Potapenko1-1/+3
2015-11-05mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin1-2/+1
2015-07-06x86/kasan: Move KASAN_SHADOW_OFFSET to the arch KconfigAndrey Ryabinin1-4/+0
2015-05-05kasan: show gcc version requirements in Kconfig and DocumentationJoe Perches1-2/+6
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin1-0/+1
2015-02-13lib: add kasan test moduleAndrey Ryabinin1-0/+8
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin1-0/+1
2015-02-13x86_64: add KASan supportAndrey Ryabinin1-0/+1
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin1-0/+43