index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kasan
/
report.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-06
kasan: fix prototype author email address
Andrey Konovalov
1
-1
/
+1
2018-02-06
kasan: don't use __builtin_return_address(1)
Dmitry Vyukov
1
-2
/
+2
2018-02-06
kasan: detect invalid frees for large objects
Dmitry Vyukov
1
-2
/
+1
2018-02-06
kasan: support alloca() poisoning
Paul Lawrence
1
-0
/
+4
2017-11-29
kasan: use %px to print addresses instead of %p
Tobin C. Harding
1
-4
/
+4
2017-08-02
kasan: avoid -Wmaybe-uninitialized warning
Arnd Bergmann
1
-0
/
+1
2017-07-10
kasan: make get_wild_bug_type() static
Colin Ian King
1
-1
/
+1
2017-05-03
kasan: separate report parts by empty lines
Andrey Konovalov
1
-0
/
+7
2017-05-03
kasan: improve double-free report format
Andrey Konovalov
1
-16
/
+14
2017-05-03
kasan: print page description after stacks
Andrey Konovalov
1
-6
/
+8
2017-05-03
kasan: improve slab object description
Andrey Konovalov
1
-11
/
+42
2017-05-03
kasan: change report header
Andrey Konovalov
1
-4
/
+4
2017-05-03
kasan: simplify address description logic
Andrey Konovalov
1
-16
/
+21
2017-05-03
kasan: change allocation and freeing stack traces headers
Andrey Konovalov
1
-6
/
+4
2017-05-03
kasan: unify report headers
Andrey Konovalov
1
-13
/
+13
2017-05-03
kasan: introduce helper functions for determining bug type
Andrey Konovalov
1
-10
/
+30
2017-03-31
kasan: report only the first error by default
Mark Rutland
1
-0
/
+36
2017-02-03
kasan: respect /proc/sys/kernel/traceoff_on_warning
Peter Zijlstra
1
-0
/
+3
2016-12-12
kasan: support panic_on_warn
Dmitry Vyukov
1
-0
/
+2
2016-11-30
kasan: support use-after-scope detection
Dmitry Vyukov
1
-0
/
+3
2016-08-02
kasan: improve double-free reports
Andrey Ryabinin
1
-16
/
+38
2016-08-02
mm/kasan: get rid of ->state in struct kasan_alloc_meta
Andrey Ryabinin
1
-18
/
+5
2016-08-02
mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta
Andrey Ryabinin
1
-5
/
+3
2016-07-28
mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
Alexander Potapenko
1
-5
/
+3
2016-05-20
mm: kasan: initial memory quarantine implementation
Alexander Potapenko
1
-0
/
+1
2016-03-25
mm, kasan: stackdepot implementation. Enable stackdepot for SLAB
Alexander Potapenko
1
-2
/
+10
2016-03-25
mm, kasan: SLAB support
Alexander Potapenko
1
-11
/
+43
2016-03-17
mm: coalesce split strings
Joe Perches
1
-4
/
+2
2015-11-05
kasan: always taint kernel on report
Andrey Ryabinin
1
-0
/
+1
2015-11-05
kasan: update reference to kasan prototype repo
Andrey Konovalov
1
-1
/
+1
2015-11-05
kasan: update log messages
Andrey Konovalov
1
-2
/
+2
2015-11-05
kasan: accurately determine the type of the bad access
Andrey Konovalov
1
-3
/
+14
2015-11-05
kasan: update reported bug types for kernel memory accesses
Andrey Konovalov
1
-7
/
+11
2015-11-05
kasan: update reported bug types for not user nor kernel memory accesses
Andrey Konovalov
1
-27
/
+23
2015-11-05
mm/kasan: prevent deadlock in kasan reporting
Aneesh Kumar K.V
1
-2
/
+10
2015-11-05
mm/kasan: don't use kasan shadow pointer in generic functions
Aneesh Kumar K.V
1
-2
/
+8
2015-11-05
mm/kasan: MODULE_VADDR is not available on all archs
Aneesh Kumar K.V
1
-3
/
+6
2015-11-05
mm/kasan: rename kasan_enabled() to kasan_report_enabled()
Aneesh Kumar K.V
1
-1
/
+1
2015-08-14
.mailmap: Andrey Ryabinin has moved
Andrey Ryabinin
1
-1
/
+1
2015-02-13
kasan: enable instrumentation of global variables
Andrey Ryabinin
1
-0
/
+22
2015-02-13
kasan: enable stack instrumentation
Andrey Ryabinin
1
-0
/
+6
2015-02-13
mm: slub: add kernel address sanitizer support for slub allocator
Andrey Ryabinin
1
-0
/
+21
2015-02-13
mm: page_alloc: add kasan hooks on alloc and free paths
Andrey Ryabinin
1
-0
/
+11
2015-02-13
kasan: add kernel address sanitizer infrastructure
Andrey Ryabinin
1
-0
/
+209