summaryrefslogtreecommitdiff
path: root/mm/kmsan
AgeCommit message (Expand)AuthorFilesLines
2024-07-03kmsan: do not pass NULL pointers as 0Ilya Leoshkevich2-9/+10
2024-07-03kmsan: add missing __user tagsIlya Leoshkevich3-6/+6
2024-07-03kmsan: accept ranges starting with 0 on s390Ilya Leoshkevich1-1/+4
2024-07-03kmsan: expose KMSAN_WARN_ON()Ilya Leoshkevich1-23/+1
2024-07-03kmsan: do not round up pg_data_t sizeIlya Leoshkevich1-1/+1
2024-07-03kmsan: use ALIGN_DOWN() in kmsan_get_metadata()Ilya Leoshkevich1-5/+3
2024-07-03kmsan: support SLAB_POISONIlya Leoshkevich1-1/+1
2024-07-03kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich3-7/+19
2024-07-03kmsan: export panic_on_kmsanIlya Leoshkevich1-0/+1
2024-07-03kmsan: expose kmsan_get_metadata()Ilya Leoshkevich2-1/+1
2024-07-03kmsan: remove an x86-specific #include from kmsan.hIlya Leoshkevich1-4/+4
2024-07-03kmsan: remove a useless assignment from kmsan_vmap_pages_range_noflush()Ilya Leoshkevich1-1/+0
2024-07-03kmsan: fix kmsan_copy_to_user() on arches with overlapping address spacesIlya Leoshkevich1-1/+2
2024-07-03kmsan: fix is_bad_asm_addr() on arches with overlapping address spacesIlya Leoshkevich1-1/+2
2024-07-03kmsan: increase the maximum store size to 4096Ilya Leoshkevich1-4/+3
2024-07-03kmsan: make the tests compatible with kmsan.panic=1Ilya Leoshkevich1-0/+5
2024-07-03mm: pass meminit_context to __free_pages_core()David Hildenbrand1-1/+1
2024-07-03kmsan: introduce test_unpoison_memory()Brian Johannesmeyer1-0/+27
2024-06-05kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko1-4/+11
2024-04-25mm: 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-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-3/+3
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-1/+1
2023-12-10kmsan: use stack_depot_save instead of __stack_depot_saveAndrey Konovalov1-4/+3
2023-10-25mm: 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-23kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa2-4/+4
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti1-20/+2
2023-04-18kmsan: fix a stale comment in kmsan_save_stack_with_flags()Zhen Lei1-1/+1
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2-17/+65
2023-04-18mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko1-8/+47
2023-04-18mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko1-9/+18
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-3/+3
2023-03-28kmsan: add test_stackdepot_roundtripAlexander Potapenko1-0/+31
2023-03-28kmsan: add memsetXX testsAlexander Potapenko1-0/+22
2023-03-28kmsan: another take at fixing memcpy testsAlexander Potapenko1-6/+38
2023-02-20kmsan: disable ftrace in kmsan core codeArnd Bergmann1-1/+7
2023-02-16lib/stacktrace, kasan, kmsan: rework extra_bits interfaceAndrey Konovalov1-3/+7
2023-02-02kmsan: silence -Wmissing-prototypes warningsAlexander Potapenko1-0/+23
2022-12-21kmsan: export kmsan_handle_urbArnd Bergmann1-0/+1
2022-12-21kmsan: include linux/vmalloc.hArnd Bergmann1-0/+1
2022-12-11kmsan: fix memcpy testsAlexander Potapenko1-0/+3
2022-12-11kmsan: allow using __msan_instrument_asm_store() inside runtimeAlexander Potapenko1-3/+5
2022-11-08kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko1-0/+2