summaryrefslogtreecommitdiff
path: root/mm/kmsan
AgeCommit message (Expand)AuthorFilesLines
2025-06-06kmsan: test: add module descriptionArnd Bergmann1-0/+1
2025-05-21kmsan: rework kmsan_in_runtime() handling in kmsan_report()Alexander Potapenko3-15/+3
2025-05-21kmsan: enter the runtime around kmsan_internal_memmove_metadata() callAlexander Potapenko1-0/+2
2025-05-21kmsan: drop the declaration of kmsan_save_stack()Alexander Potapenko1-1/+0
2025-05-21kmsan: fix usage of kmsan_enter_runtime() in kmsan_vmap_pages_range_noflush()Alexander Potapenko1-1/+3
2025-05-21kmsan: apply clang-format to files mm/kmsan/Alexander Potapenko4-9/+5
2025-03-06dma: kmsan: export kmsan_handle_dma() for modulesSebastian Andrzej Siewior1-0/+1
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-6/+2
2024-11-07mm, kasan, kmsan: instrument copy_from/to_kernel_nofaultSabyrzhan Tasbolatov1-0/+17
2024-07-04kmsan: do not pass NULL pointers as 0Ilya Leoshkevich2-9/+10
2024-07-04kmsan: add missing __user tagsIlya Leoshkevich3-6/+6
2024-07-04kmsan: accept ranges starting with 0 on s390Ilya Leoshkevich1-1/+4
2024-07-04kmsan: expose KMSAN_WARN_ON()Ilya Leoshkevich1-23/+1
2024-07-04kmsan: do not round up pg_data_t sizeIlya Leoshkevich1-1/+1
2024-07-04kmsan: use ALIGN_DOWN() in kmsan_get_metadata()Ilya Leoshkevich1-5/+3
2024-07-04kmsan: support SLAB_POISONIlya Leoshkevich1-1/+1
2024-07-04kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich3-7/+19
2024-07-04kmsan: export panic_on_kmsanIlya Leoshkevich1-0/+1
2024-07-04kmsan: expose kmsan_get_metadata()Ilya Leoshkevich2-1/+1
2024-07-04kmsan: remove an x86-specific #include from kmsan.hIlya Leoshkevich1-4/+4
2024-07-04kmsan: remove a useless assignment from kmsan_vmap_pages_range_noflush()Ilya Leoshkevich1-1/+0
2024-07-04kmsan: fix kmsan_copy_to_user() on arches with overlapping address spacesIlya Leoshkevich1-1/+2
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
2024-07-04kmsan: make the tests compatible with kmsan.panic=1Ilya Leoshkevich1-0/+5
2024-07-04mm: pass meminit_context to __free_pages_core()David Hildenbrand1-1/+1
2024-07-04kmsan: introduce test_unpoison_memory()Brian Johannesmeyer1-0/+27
2024-06-06kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko1-4/+11
2024-04-26mm: kmsan: implement kmsan_memmove()Alexander Potapenko1-0/+11
2024-02-22mm: kmsan: remove runtime checks from kmsan_unpoison_memory()Alexander Potapenko1-23/+13
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-3/+3
2024-01-09mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-1/+1
2023-12-11kmsan: use stack_depot_save instead of __stack_depot_saveAndrey Konovalov1-4/+3
2023-10-26mm: kmsan: panic on failure to allocate early boot metadataPedro Falcato1-2/+7
2023-10-04kmsan: introduce test_memcpy_initialized_gap()Alexander Potapenko1-0/+53
2023-10-04kmsan: merge test_memcpy_aligned_to_unaligned{,2}() togetherAlexander Potapenko1-24/+13
2023-10-04kmsan: prevent optimizations in memcpy testsAlexander Potapenko1-25/+16
2023-10-04kmsan: simplify kmsan_internal_memmove_metadata()Alexander Potapenko1-96/+31
2023-08-21mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWNZhangPeng1-2/+2
2023-08-21mm: kmsan: use helper macro offset_in_page()ZhangPeng2-2/+2
2023-08-21mm: kmsan: use helper function page_size()ZhangPeng2-2/+2
2023-06-24kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa2-4/+4
2023-04-19printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti1-20/+2
2023-04-19kmsan: fix a stale comment in kmsan_save_stack_with_flags()Zhen Lei1-1/+1
2023-04-19sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2-17/+65
2023-04-19mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko1-8/+47
2023-04-19mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko1-9/+18
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-3/+3
2023-03-29kmsan: add test_stackdepot_roundtripAlexander Potapenko1-0/+31
2023-03-29kmsan: add memsetXX testsAlexander Potapenko1-0/+22