summaryrefslogtreecommitdiff
path: root/include/linux/kasan-checks.h
AgeCommit message (Expand)Author
2021-02-24kasan: fix bug detection via ksize for HW_TAGS modeAndrey Konovalov
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov
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-03-05kasan: fix kasan_check_read/write definitionsArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-26kasan: Allow kasan_check_read/write() to accept pointers to volatilesDmitry Vyukov
2016-05-20mm/kasan: add API to check memory regionsAndrey Ryabinin