index
:
kernel_motorola_potter.git
q10.0
kernel_motorola_potter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kasan
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/arm64/kasan, mm: Fix kasan build
Amit Pundir
2016-12-12
1
-2
/
+2
*
BACKPORT: kernel: add kcov code coverage
Dmitry Vyukov
2016-08-23
1
-0
/
+2
*
kasan: add functions to clear stack poison
Mark Rutland
2016-04-11
1
-0
/
+20
*
kasan: fix kmemleak false-positive in kasan_module_alloc()
Andrey Ryabinin
2016-04-11
1
-0
/
+2
*
kasan: always taint kernel on report
Andrey Ryabinin
2016-04-11
1
-0
/
+1
*
kasan: use IS_ALIGNED in memory_is_poisoned_8()
Xishi Qiu
2016-04-11
1
-2
/
+22
*
kasan: Fix a type conversion error
Wang Long
2016-04-11
1
-1
/
+1
*
kasan: update reference to kasan prototype repo
Andrey Konovalov
2016-04-11
2
-2
/
+2
*
kasan: update log messages
Andrey Konovalov
2016-04-11
2
-3
/
+3
*
kasan: accurately determine the type of the bad access
Andrey Konovalov
2016-04-11
1
-3
/
+14
*
kasan: update reported bug types for kernel memory accesses
Andrey Konovalov
2016-04-11
1
-7
/
+11
*
kasan: update reported bug types for not user nor kernel memory accesses
Andrey Konovalov
2016-04-11
3
-37
/
+24
*
mm/kasan: prevent deadlock in kasan reporting
Aneesh Kumar K.V
2016-04-11
1
-2
/
+10
*
mm/kasan: don't use kasan shadow pointer in generic functions
Aneesh Kumar K.V
2016-04-11
1
-2
/
+8
*
mm/kasan: MODULE_VADDR is not available on all archs
Aneesh Kumar K.V
2016-04-11
1
-3
/
+6
*
mm/kasan: rename kasan_enabled() to kasan_report_enabled()
Aneesh Kumar K.V
2016-04-11
2
-2
/
+2
*
arm64: add KASAN support
Andrey Ryabinin
2016-04-11
1
-2
/
+2
*
kasan: fix last shadow judgement in memory_is_poisoned_16()
Xishi Qiu
2016-04-11
1
-2
/
+1
*
mm/mempool.c: kasan: poison mempool elements
Andrey Ryabinin
2016-04-11
1
-0
/
+13
*
x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()
Andrey Ryabinin
2016-04-11
2
-1
/
+153
*
kasan: remove duplicate definition of the macro KASAN_FREE_PAGE
Wang Long
2016-04-11
1
-1
/
+0
*
kasan, module, vmalloc: rework shadow allocation for modules
Andrey Ryabinin
2016-04-11
1
-3
/
+11
*
kasan: enable instrumentation of global variables
Andrey Ryabinin
2016-04-11
3
-0
/
+99
*
kasan: enable stack instrumentation
Andrey Ryabinin
2016-04-11
2
-0
/
+15
*
x86_64: kasan: add interceptors for memset/memmove/memcpy functions
Andrey Ryabinin
2016-04-11
1
-0
/
+29
*
mm: slub: add kernel address sanitizer support for slub allocator
Andrey Ryabinin
2016-04-11
3
-0
/
+124
*
mm: page_alloc: add kasan hooks on alloc and free paths
Andrey Ryabinin
2016-04-11
3
-0
/
+27
*
kasan: disable memory hotplug
Andrey Ryabinin
2016-04-11
1
-0
/
+21
*
kasan: add kernel address sanitizer infrastructure
Andrey Ryabinin
2016-04-11
4
-0
/
+553