summaryrefslogtreecommitdiff
path: root/mm/kmsan
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-29kmsan: another take at fixing memcpy testsAlexander Potapenko1-6/+38
2023-02-20kmsan: disable ftrace in kmsan core codeArnd Bergmann1-1/+7
2023-02-17lib/stacktrace, kasan, kmsan: rework extra_bits interfaceAndrey Konovalov1-3/+7
2023-02-03kmsan: silence -Wmissing-prototypes warningsAlexander Potapenko1-0/+23
2022-12-22kmsan: export kmsan_handle_urbArnd Bergmann1-0/+1
2022-12-22kmsan: include linux/vmalloc.hArnd Bergmann1-0/+1
2022-12-12kmsan: fix memcpy testsAlexander Potapenko1-0/+3
2022-12-12kmsan: allow using __msan_instrument_asm_store() inside runtimeAlexander Potapenko1-3/+5
2022-11-09kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko1-0/+2