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