index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Kconfig.kasan
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-02-14
mm: slub: add kernel address sanitizer support for slub allocator
Andrey Ryabinin
1
-0
/
+1
2015-02-14
x86_64: add KASan support
Andrey Ryabinin
1
-0
/
+1
2015-02-14
kasan: add kernel address sanitizer infrastructure
Andrey Ryabinin
1
-0
/
+43