aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/kasan (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport1-11/+0
2020-06-02kasan: move kasan_report() into report.cAndrey Konovalov2-21/+20
2020-06-02kasan: fix clang compilation warning due to stack protectorAndrey Konovalov1-8/+13
2020-05-23kasan: disable branch tracing for core runtimeMarco Elver3-10/+8
2020-05-14kasan: add missing functions declarations to kasan.hAndrey Konovalov1-2/+32
2020-05-14kasan: consistently disable debugging featuresAndrey Konovalov1-5/+10
2020-04-07kasan: unset panic_on_warn before calling panic()Kees Cook1-1/+9
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko1-23/+0
2020-04-02kasan: detect negative size in memory operation functionWalter Wu7-20/+53
2020-01-31Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+2
2020-01-22kasan: No KASAN's memmove check if archs don't have it.Nick Hu1-0/+2
2019-12-31x86/kasan: Print original address on #GPJann Horn1-0/+40
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 Axtens3-0/+237
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 Wu4-13/+91
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 Elver4-16/+27
2019-07-12mm/kasan: introduce __kasan_check_{read,write}Marco Elver1-6/+4
2019-07-12mm/kasan: print frame description for stack bugsMarco Elver2-0/+170
2019-06-01kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor1-1/+1
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+4
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-25/+17
2019-04-29mm/kasan: Simplify stacktrace handlingThomas Gleixner2-21/+16
2019-04-14mm/kasan: Remove the ULONG_MAX stack trace hackeryThomas Gleixner1-3/+0
2019-04-09kasan: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe1-3/+3
2019-04-03x86/uaccess, kasan: Fix KASAN vs SMAPPeter Zijlstra3-2/+14
2019-03-29kasan: fix variable 'tag' set but not used warningQian Cai1-1/+4
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-2/+8
2019-03-05kasan: fix coccinelle warnings in kasan_p*_tableAndrey Konovalov1-3/+3
2019-03-05kasan: fix kasan_check_read/write definitionsArnd Bergmann1-0/+2
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin3-25/+0
2019-02-21kasan: prevent tracing of tags.cAndrey Konovalov1-0/+2
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov1-1/+1
2019-02-21kasan: fix assigning tags twiceAndrey Konovalov1-12/+17
2019-02-01kasan: mark file common so ftrace doesn't trace itAnders Roxell1-0/+1
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
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28kasan: add SPDX-License-Identifier mark to source filesAndrey Konovalov8-0/+8
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 Konovalov3-19/+153
2018-12-28kasan: add bug reporting routines for tag-based modeAndrey Konovalov4-37/+59
2018-12-28kasan: split out generic_report.c from report.cAndrey Konovalov5-185/+257
2018-12-28kasan: add tag related helper functionsAndrey Konovalov2-0/+68