summaryrefslogtreecommitdiffstats
path: root/mm/kasan
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-1/+1
|\
| * kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* | kasan: remove kasan_unpoison_stack_above_sp_to()Vincenzo Frascino2020-08-071-15/+0
* | kasan: record and print the free trackWalter Wu2020-08-077-45/+80
* | rcu: kasan: record and print call_rcu() call stackWalter Wu2020-08-074-7/+55
|/
* mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport2020-06-041-11/+0
* kasan: move kasan_report() into report.cAndrey Konovalov2020-06-022-21/+20
* kasan: fix clang compilation warning due to stack protectorAndrey Konovalov2020-06-021-8/+13
* kasan: disable branch tracing for core runtimeMarco Elver2020-05-233-10/+8
* kasan: add missing functions declarations to kasan.hAndrey Konovalov2020-05-141-2/+32
* kasan: consistently disable debugging featuresAndrey Konovalov2020-05-141-5/+10
* kasan: unset panic_on_warn before calling panic()Kees Cook2020-04-071-1/+9
* kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko2020-04-071-23/+0
* kasan: detect negative size in memory operation functionWalter Wu2020-04-027-20/+53
* Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-311-0/+2
|\
| * kasan: No KASAN's memmove check if archs don't have it.Nick Hu2020-01-221-0/+2
* | x86/kasan: Print original address on #GPJann Horn2019-12-311-0/+40
|/
* kasan: use apply_to_existing_page_range() for releasing vmalloc shadowDaniel Axtens2019-12-171-3/+6
* kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin2019-12-171-9/+18
* mm/kasan/common.c: fix compile errorzhong jiang2019-12-041-0/+1
* kasan: support backing vmalloc space with real shadow memoryDaniel Axtens2019-12-013-0/+237
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-5/+3
* kasan: add memory corruption identification for software tag-based modeWalter Wu2019-09-244-13/+91
* mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin2019-08-241-2/+8
* mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver2019-07-124-16/+27
* mm/kasan: introduce __kasan_check_{read,write}Marco Elver2019-07-121-6/+4
* mm/kasan: print frame description for stack bugsMarco Elver2019-07-122-0/+170
* kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor2019-06-011-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-061-4/+4
|\
| * kasan: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe2019-04-091-3/+3
* | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-062-25/+17
|\ \
| * | mm/kasan: Simplify stacktrace handlingThomas Gleixner2019-04-292-21/+16
| * | mm/kasan: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-3/+0
| |/
* / x86/uaccess, kasan: Fix KASAN vs SMAPPeter Zijlstra2019-04-033-2/+14
|/
* kasan: fix variable 'tag' set but not used warningQian Cai2019-03-291-1/+4
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-2/+8
* kasan: fix coccinelle warnings in kasan_p*_tableAndrey Konovalov2019-03-051-3/+3
* kasan: fix kasan_check_read/write definitionsArnd Bergmann2019-03-051-0/+2
* kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-053-25/+0
* kasan: prevent tracing of tags.cAndrey Konovalov2019-02-211-0/+2
* kasan: fix random seed generation for tag-based modeAndrey Konovalov2019-02-211-1/+1
* kasan: fix assigning tags twiceAndrey Konovalov2019-02-211-12/+17
* kasan: mark file common so ftrace doesn't trace itAnders Roxell2019-02-011-0/+1
* kasan: fix krealloc handling for tag-based modeAndrey Konovalov2019-01-081-20/+43
* kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov2019-01-081-2/+0
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-1/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* kasan: add SPDX-License-Identifier mark to source filesAndrey Konovalov2018-12-288-0/+8
* kasan: add __must_check annotations to kasan hooksAndrey Konovalov2018-12-281-6/+9