aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kasan/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-22kasan: No KASAN's memmove check if archs don't have it.Nick Hu1-0/+2
2019-12-17kasan: use apply_to_existing_page_range() for releasing vmalloc shadowDaniel Axtens1-3/+6
2019-12-17kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin1-9/+18
2019-12-04mm/kasan/common.c: fix compile errorzhong jiang1-0/+1
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens1-0/+233
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)1-1/+1
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-5/+3
2019-09-24kasan: add memory corruption identification for software tag-based modeWalter Wu1-2/+20
2019-08-24mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin1-2/+8
2019-07-12mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver1-4/+4
2019-07-12mm/kasan: introduce __kasan_check_{read,write}Marco Elver1-6/+4
2019-06-01kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor1-1/+1
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-22/+13
2019-04-29mm/kasan: Simplify stacktrace handlingThomas Gleixner1-18/+12
2019-04-14mm/kasan: Remove the ULONG_MAX stack trace hackeryThomas Gleixner1-3/+0
2019-04-03x86/uaccess, kasan: Fix KASAN vs SMAPPeter Zijlstra1-0/+10
2019-03-05kasan: fix kasan_check_read/write definitionsArnd Bergmann1-0/+2
2019-02-21kasan: fix assigning tags twiceAndrey Konovalov1-12/+17
2019-01-08kasan: fix krealloc handling for tag-based modeAndrey Konovalov1-20/+43
2019-01-08kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov1-2/+0
2018-12-28kasan: add SPDX-License-Identifier mark to source filesAndrey Konovalov1-0/+1
2018-12-28kasan: add __must_check annotations to kasan hooksAndrey Konovalov1-6/+9
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov1-2/+13
2018-12-28kasan: add hooks implementation for tag-based modeAndrey Konovalov1-19/+97
2018-12-28kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov1-1/+2
2018-12-28kasan: move common generic and tag-based code to common.cAndrey Konovalov1-0/+603