summaryrefslogtreecommitdiff
path: root/mm/kmsan/kmsan_test.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-01-26mm: kmsan: add test_uninit_pageAlexander Potapenko
2026-01-26mm: kmsan: add tests for high-order page freeingAlexander Potapenko
2026-01-20mm: fix benign off-by-one bugsAlejandro Colomar
2025-09-25kmsan: fix out-of-bounds access to shadow memoryEric Biggers
2025-06-05kmsan: test: add module descriptionArnd Bergmann
2024-11-06mm, kasan, kmsan: instrument copy_from/to_kernel_nofaultSabyrzhan Tasbolatov
2024-07-03kmsan: make the tests compatible with kmsan.panic=1Ilya Leoshkevich
2024-07-03kmsan: introduce test_unpoison_memory()Brian Johannesmeyer
2023-10-04kmsan: introduce test_memcpy_initialized_gap()Alexander Potapenko
2023-10-04kmsan: merge test_memcpy_aligned_to_unaligned{,2}() togetherAlexander Potapenko
2023-10-04kmsan: prevent optimizations in memcpy testsAlexander Potapenko
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti
2023-03-28kmsan: add test_stackdepot_roundtripAlexander Potapenko
2023-03-28kmsan: add memsetXX testsAlexander Potapenko
2023-03-28kmsan: another take at fixing memcpy testsAlexander Potapenko
2022-12-21kmsan: include linux/vmalloc.hArnd Bergmann
2022-12-11kmsan: fix memcpy testsAlexander Potapenko
2022-10-03kmsan: add tests for KMSANAlexander Potapenko