开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kasan
/
common.c
Age
Commit message (
Expand
)
Author
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2019-04-29
mm/kasan: Simplify stacktrace handling
Thomas Gleixner
2019-04-14
mm/kasan: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
2019-04-03
x86/uaccess, kasan: Fix KASAN vs SMAP
Peter Zijlstra
2019-03-05
kasan: fix kasan_check_read/write definitions
Arnd Bergmann
2019-02-21
kasan: fix assigning tags twice
Andrey Konovalov
2019-01-08
kasan: fix krealloc handling for tag-based mode
Andrey Konovalov
2019-01-08
kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning
Andrey Konovalov
2018-12-28
kasan: add SPDX-License-Identifier mark to source files
Andrey Konovalov
2018-12-28
kasan: add __must_check annotations to kasan hooks
Andrey Konovalov
2018-12-28
kasan, mm, arm64: tag non slab memory allocated via pagealloc
Andrey Konovalov
2018-12-28
kasan: add hooks implementation for tag-based mode
Andrey Konovalov
2018-12-28
kasan: initialize shadow to 0xff for tag-based mode
Andrey Konovalov
2018-12-28
kasan: move common generic and tag-based code to common.c
Andrey Konovalov