index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kasan
/
report.c
Age
Commit message (
Expand
)
Author
Files
Lines
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