summaryrefslogtreecommitdiffstats
path: root/mm/kasan
AgeCommit message (Expand)AuthorLines
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2020-08-07kasan: remove kasan_unpoison_stack_above_sp_to()Vincenzo Frascino-15/+0
2020-08-07kasan: record and print the free trackWalter Wu-45/+80
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu-7/+55
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada-1/+1
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport-11/+0
2020-06-02kasan: move kasan_report() into report.cAndrey Konovalov-21/+20
2020-06-02kasan: fix clang compilation warning due to stack protectorAndrey Konovalov-8/+13
2020-05-23kasan: disable branch tracing for core runtimeMarco Elver-10/+8
2020-05-14kasan: add missing functions declarations to kasan.hAndrey Konovalov-2/+32
2020-05-14kasan: consistently disable debugging featuresAndrey Konovalov-5/+10
2020-04-07kasan: unset panic_on_warn before calling panic()Kees Cook-1/+9
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko-23/+0
2020-04-02kasan: detect negative size in memory operation functionWalter Wu-20/+53
2020-01-31Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2020-01-22kasan: No KASAN's memmove check if archs don't have it.Nick Hu-0/+2
2019-12-31x86/kasan: Print original address on #GPJann Horn-0/+40
2019-12-17kasan: use apply_to_existing_page_range() for releasing vmalloc shadowDaniel Axtens-3/+6
2019-12-17kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin-9/+18
2019-12-04mm/kasan/common.c: fix compile errorzhong jiang-0/+1
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens-0/+237
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)-1/+1
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)-5/+3
2019-09-24kasan: add memory corruption identification for software tag-based modeWalter Wu-13/+91
2019-08-24mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin-2/+8
2019-07-12mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver-16/+27
2019-07-12mm/kasan: introduce __kasan_check_{read,write}Marco Elver-6/+4
2019-07-12mm/kasan: print frame description for stack bugsMarco Elver-0/+170
2019-06-01kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor-1/+1
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+4
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-25/+17
2019-04-29mm/kasan: Simplify stacktrace handlingThomas Gleixner-21/+16
2019-04-14mm/kasan: Remove the ULONG_MAX stack trace hackeryThomas Gleixner-3/+0
2019-04-09kasan: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe-3/+3
2019-04-03x86/uaccess, kasan: Fix KASAN vs SMAPPeter Zijlstra-2/+14
2019-03-29kasan: fix variable 'tag' set but not used warningQian Cai-1/+4
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-2/+8
2019-03-05kasan: fix coccinelle warnings in kasan_p*_tableAndrey Konovalov-3/+3
2019-03-05kasan: fix kasan_check_read/write definitionsArnd Bergmann-0/+2
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin-25/+0
2019-02-21kasan: prevent tracing of tags.cAndrey Konovalov-0/+2
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov-1/+1
2019-02-21kasan: fix assigning tags twiceAndrey Konovalov-12/+17
2019-02-01kasan: mark file common so ftrace doesn't trace itAnders Roxell-0/+1
2019-01-08kasan: fix krealloc handling for tag-based modeAndrey Konovalov-20/+43
2019-01-08kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov-2/+0
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS-1/+1
2018-12-28kasan: add SPDX-License-Identifier mark to source filesAndrey Konovalov-0/+8
2018-12-28kasan: add __must_check annotations to kasan hooksAndrey Konovalov-6/+9