summaryrefslogtreecommitdiff
path: root/mm/kmsan/instrumentation.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-04kmsan: do not pass NULL pointers as 0Ilya Leoshkevich1-2/+2
2024-07-04kmsan: expose kmsan_get_metadata()Ilya Leoshkevich1-0/+1
2024-07-04kmsan: fix is_bad_asm_addr() on arches with overlapping address spacesIlya Leoshkevich1-1/+2
2024-07-04kmsan: increase the maximum store size to 4096Ilya Leoshkevich1-4/+3
2023-06-24kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa1-1/+1
2023-02-03kmsan: silence -Wmissing-prototypes warningsAlexander Potapenko1-0/+23
2022-12-12kmsan: allow using __msan_instrument_asm_store() inside runtimeAlexander Potapenko1-3/+5
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko1-0/+1
2022-10-04kmsan: add KMSAN runtime coreAlexander Potapenko1-0/+307