summaryrefslogtreecommitdiffstats
path: root/mm/kasan
AgeCommit message (Expand)Author
2020-05-23kasan: disable branch tracing for core runtimeMarco Elver
2020-05-14kasan: add missing functions declarations to kasan.hAndrey Konovalov
2020-05-14kasan: consistently disable debugging featuresAndrey Konovalov
2020-04-07kasan: unset panic_on_warn before calling panic()Kees Cook
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko
2020-04-02kasan: detect negative size in memory operation functionWalter Wu
2020-01-31Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-22kasan: No KASAN's memmove check if archs don't have it.Nick Hu
2019-12-31x86/kasan: Print original address on #GPJann Horn
2019-12-17kasan: use apply_to_existing_page_range() for releasing vmalloc shadowDaniel Axtens
2019-12-17kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin
2019-12-04mm/kasan/common.c: fix compile errorzhong jiang
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens
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-07-12mm/kasan: print frame description for stack bugsMarco Elver
2019-06-01kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
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-09kasan: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe
2019-04-03x86/uaccess, kasan: Fix KASAN vs SMAPPeter Zijlstra
2019-03-29kasan: fix variable 'tag' set but not used warningQian Cai
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-05kasan: fix coccinelle warnings in kasan_p*_tableAndrey Konovalov
2019-03-05kasan: fix kasan_check_read/write definitionsArnd Bergmann
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin
2019-02-21kasan: prevent tracing of tags.cAndrey Konovalov
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov
2019-02-21kasan: fix assigning tags twiceAndrey Konovalov
2019-02-01kasan: mark file common so ftrace doesn't trace itAnders Roxell
2019-01-08kasan: fix krealloc handling for tag-based modeAndrey Konovalov
2019-01-08kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
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: add bug reporting routines for tag-based modeAndrey Konovalov
2018-12-28kasan: split out generic_report.c from report.cAndrey Konovalov
2018-12-28kasan: add tag related helper functionsAndrey Konovalov
2018-12-28kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov