aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kasan/Makefile
AgeCommit message (Expand)Author
2020-05-27kasan: disable branch tracing for core runtimeMarco Elver
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-04-09kasan: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe
2019-04-03x86/uaccess, kasan: Fix KASAN vs SMAPPeter Zijlstra
2019-02-21kasan: prevent tracing of tags.cAndrey Konovalov
2019-02-01kasan: mark file common so ftrace doesn't trace itAnders Roxell
2018-12-28kasan: split out generic_report.c from report.cAndrey Konovalov
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov
2018-12-28kasan: rename source files to reflect the new naming schemeAndrey Konovalov
2018-12-28kasan: move common generic and tag-based code to common.cAndrey Konovalov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2015-08-22x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin