index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kasan
/
report.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kasan: add memory corruption identification for software tag-based mode
Walter Wu
2019-09-24
1
-10
/
+34
*
mm/kasan: print frame description for stack bugs
Marco Elver
2019-07-12
1
-0
/
+165
*
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2019-05-06
1
-3
/
+4
|
\
|
*
mm/kasan: Simplify stacktrace handling
Thomas Gleixner
2019-04-29
1
-3
/
+4
*
|
x86/uaccess, kasan: Fix KASAN vs SMAP
Peter Zijlstra
2019-04-03
1
-2
/
+1
|
/
*
kasan: add SPDX-License-Identifier mark to source files
Andrey Konovalov
2018-12-28
1
-0
/
+1
*
kasan: add bug reporting routines for tag-based mode
Andrey Konovalov
2018-12-28
1
-26
/
+31
*
kasan: split out generic_report.c from report.c
Andrey Konovalov
2018-12-28
1
-183
/
+51
*
kasan: fix prototype author email address
Andrey Konovalov
2018-02-06
1
-1
/
+1
*
kasan: don't use __builtin_return_address(1)
Dmitry Vyukov
2018-02-06
1
-2
/
+2
*
kasan: detect invalid frees for large objects
Dmitry Vyukov
2018-02-06
1
-2
/
+1
*
kasan: support alloca() poisoning
Paul Lawrence
2018-02-06
1
-0
/
+4
*
kasan: use %px to print addresses instead of %p
Tobin C. Harding
2017-11-29
1
-4
/
+4
*
kasan: avoid -Wmaybe-uninitialized warning
Arnd Bergmann
2017-08-02
1
-0
/
+1
*
kasan: make get_wild_bug_type() static
Colin Ian King
2017-07-10
1
-1
/
+1
*
kasan: separate report parts by empty lines
Andrey Konovalov
2017-05-03
1
-0
/
+7
*
kasan: improve double-free report format
Andrey Konovalov
2017-05-03
1
-16
/
+14
*
kasan: print page description after stacks
Andrey Konovalov
2017-05-03
1
-6
/
+8
*
kasan: improve slab object description
Andrey Konovalov
2017-05-03
1
-11
/
+42
*
kasan: change report header
Andrey Konovalov
2017-05-03
1
-4
/
+4
*
kasan: simplify address description logic
Andrey Konovalov
2017-05-03
1
-16
/
+21
*
kasan: change allocation and freeing stack traces headers
Andrey Konovalov
2017-05-03
1
-6
/
+4
*
kasan: unify report headers
Andrey Konovalov
2017-05-03
1
-13
/
+13
*
kasan: introduce helper functions for determining bug type
Andrey Konovalov
2017-05-03
1
-10
/
+30
*
kasan: report only the first error by default
Mark Rutland
2017-03-31
1
-0
/
+36
*
kasan: respect /proc/sys/kernel/traceoff_on_warning
Peter Zijlstra
2017-02-03
1
-0
/
+3
*
kasan: support panic_on_warn
Dmitry Vyukov
2016-12-12
1
-0
/
+2
*
kasan: support use-after-scope detection
Dmitry Vyukov
2016-11-30
1
-0
/
+3
*
kasan: improve double-free reports
Andrey Ryabinin
2016-08-02
1
-16
/
+38
*
mm/kasan: get rid of ->state in struct kasan_alloc_meta
Andrey Ryabinin
2016-08-02
1
-18
/
+5
*
mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta
Andrey Ryabinin
2016-08-02
1
-5
/
+3
*
mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
Alexander Potapenko
2016-07-28
1
-5
/
+3
*
mm: kasan: initial memory quarantine implementation
Alexander Potapenko
2016-05-20
1
-0
/
+1
*
mm, kasan: stackdepot implementation. Enable stackdepot for SLAB
Alexander Potapenko
2016-03-25
1
-2
/
+10
*
mm, kasan: SLAB support
Alexander Potapenko
2016-03-25
1
-11
/
+43
*
mm: coalesce split strings
Joe Perches
2016-03-17
1
-4
/
+2
*
kasan: always taint kernel on report
Andrey Ryabinin
2015-11-05
1
-0
/
+1
*
kasan: update reference to kasan prototype repo
Andrey Konovalov
2015-11-05
1
-1
/
+1
*
kasan: update log messages
Andrey Konovalov
2015-11-05
1
-2
/
+2
*
kasan: accurately determine the type of the bad access
Andrey Konovalov
2015-11-05
1
-3
/
+14
*
kasan: update reported bug types for kernel memory accesses
Andrey Konovalov
2015-11-05
1
-7
/
+11
*
kasan: update reported bug types for not user nor kernel memory accesses
Andrey Konovalov
2015-11-05
1
-27
/
+23
*
mm/kasan: prevent deadlock in kasan reporting
Aneesh Kumar K.V
2015-11-05
1
-2
/
+10
*
mm/kasan: don't use kasan shadow pointer in generic functions
Aneesh Kumar K.V
2015-11-05
1
-2
/
+8
*
mm/kasan: MODULE_VADDR is not available on all archs
Aneesh Kumar K.V
2015-11-05
1
-3
/
+6
*
mm/kasan: rename kasan_enabled() to kasan_report_enabled()
Aneesh Kumar K.V
2015-11-05
1
-1
/
+1
*
.mailmap: Andrey Ryabinin has moved
Andrey Ryabinin
2015-08-14
1
-1
/
+1
*
kasan: enable instrumentation of global variables
Andrey Ryabinin
2015-02-13
1
-0
/
+22
*
kasan: enable stack instrumentation
Andrey Ryabinin
2015-02-13
1
-0
/
+6
*
mm: slub: add kernel address sanitizer support for slub allocator
Andrey Ryabinin
2015-02-13
1
-0
/
+21
[next]