aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kasan/common.c
AgeCommit message (Expand)Author
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-09-24kasan: add memory corruption identification for software tag-based modeWalter Wu
2019-08-24mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin
2019-07-12mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver
2019-07-12mm/kasan: introduce __kasan_check_{read,write}Marco Elver
2019-06-01kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-04-29mm/kasan: Simplify stacktrace handlingThomas Gleixner
2019-04-14mm/kasan: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-04-03x86/uaccess, kasan: Fix KASAN vs SMAPPeter Zijlstra
2019-03-05kasan: fix kasan_check_read/write definitionsArnd Bergmann
2019-02-21kasan: fix assigning tags twiceAndrey Konovalov
2019-01-08kasan: fix krealloc handling for tag-based modeAndrey Konovalov
2019-01-08kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov
2018-12-28kasan: add SPDX-License-Identifier mark to source filesAndrey Konovalov
2018-12-28kasan: add __must_check annotations to kasan hooksAndrey Konovalov
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov
2018-12-28kasan: add hooks implementation for tag-based modeAndrey Konovalov
2018-12-28kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov
2018-12-28kasan: move common generic and tag-based code to common.cAndrey Konovalov