aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kasan (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin3-0/+99
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin2-0/+15
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-0/+29
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin3-0/+124
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin3-0/+27
2015-02-13kasan: disable memory hotplugAndrey Ryabinin1-0/+21
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin4-0/+553