aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kasan (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-01mm, kasan: fix compilation for CONFIG_SLABAlexander Potapenko1-1/+1
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko3-12/+66
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko1-7/+8
2016-03-25mm, kasan: SLAB supportAlexander Potapenko3-11/+179
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+1
2016-03-17mm: coalesce split stringsJoe Perches1-4/+2
2016-03-09kasan: add functions to clear stack poisonMark Rutland1-0/+20
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin1-0/+1
2015-11-20kasan: fix kmemleak false-positive in kasan_module_alloc()Andrey Ryabinin1-0/+2
2015-11-05kasan: always taint kernel on reportAndrey Ryabinin1-0/+1
2015-11-05kasan: use IS_ALIGNED in memory_is_poisoned_8()Xishi Qiu1-2/+22
2015-11-05kasan: Fix a type conversion errorWang Long1-1/+1
2015-11-05kasan: update reference to kasan prototype repoAndrey Konovalov2-2/+2
2015-11-05kasan: update log messagesAndrey Konovalov2-3/+3
2015-11-05kasan: accurately determine the type of the bad accessAndrey Konovalov1-3/+14
2015-11-05kasan: update reported bug types for kernel memory accessesAndrey Konovalov1-7/+11
2015-11-05kasan: update reported bug types for not user nor kernel memory accessesAndrey Konovalov3-37/+24
2015-11-05mm/kasan: prevent deadlock in kasan reportingAneesh Kumar K.V1-2/+10
2015-11-05mm/kasan: don't use kasan shadow pointer in generic functionsAneesh Kumar K.V1-2/+8
2015-11-05mm/kasan: MODULE_VADDR is not available on all archsAneesh Kumar K.V1-3/+6
2015-11-05mm/kasan: rename kasan_enabled() to kasan_report_enabled()Aneesh Kumar K.V2-2/+2
2015-09-17kasan: fix last shadow judgement in memory_is_poisoned_16()Xishi Qiu1-2/+1
2015-08-22x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin2-1/+153
2015-08-14.mailmap: Andrey Ryabinin has movedAndrey Ryabinin2-2/+2
2015-06-25kasan: remove duplicate definition of the macro KASAN_FREE_PAGEWang Long1-1/+0
2015-04-15mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin1-0/+13
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin1-3/+11
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