summaryrefslogtreecommitdiff
path: root/mm/kmsan
AgeCommit message (Expand)Author
2024-07-03kmsan: do not pass NULL pointers as 0Ilya Leoshkevich
2024-07-03kmsan: add missing __user tagsIlya Leoshkevich
2024-07-03kmsan: accept ranges starting with 0 on s390Ilya Leoshkevich
2024-07-03kmsan: expose KMSAN_WARN_ON()Ilya Leoshkevich
2024-07-03kmsan: do not round up pg_data_t sizeIlya Leoshkevich
2024-07-03kmsan: use ALIGN_DOWN() in kmsan_get_metadata()Ilya Leoshkevich
2024-07-03kmsan: support SLAB_POISONIlya Leoshkevich
2024-07-03kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich
2024-07-03kmsan: export panic_on_kmsanIlya Leoshkevich
2024-07-03kmsan: expose kmsan_get_metadata()Ilya Leoshkevich
2024-07-03kmsan: remove an x86-specific #include from kmsan.hIlya Leoshkevich
2024-07-03kmsan: remove a useless assignment from kmsan_vmap_pages_range_noflush()Ilya Leoshkevich
2024-07-03kmsan: fix kmsan_copy_to_user() on arches with overlapping address spacesIlya 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
2024-07-03kmsan: make the tests compatible with kmsan.panic=1Ilya Leoshkevich
2024-07-03mm: pass meminit_context to __free_pages_core()David Hildenbrand
2024-07-03kmsan: introduce test_unpoison_memory()Brian Johannesmeyer
2024-06-05kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko
2024-04-25mm: kmsan: implement kmsan_memmove()Alexander Potapenko
2024-02-22mm: kmsan: remove runtime checks from kmsan_unpoison_memory()Alexander Potapenko
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov
2023-12-10kmsan: use stack_depot_save instead of __stack_depot_saveAndrey Konovalov
2023-10-25mm: kmsan: panic on failure to allocate early boot metadataPedro Falcato
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-10-04kmsan: simplify kmsan_internal_memmove_metadata()Alexander Potapenko
2023-08-21mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWNZhangPeng
2023-08-21mm: kmsan: use helper macro offset_in_page()ZhangPeng
2023-08-21mm: kmsan: use helper function page_size()ZhangPeng
2023-06-23kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti
2023-04-18kmsan: fix a stale comment in kmsan_save_stack_with_flags()Zhen Lei
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-18mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko
2023-04-18mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
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
2023-02-20kmsan: disable ftrace in kmsan core codeArnd Bergmann
2023-02-16lib/stacktrace, kasan, kmsan: rework extra_bits interfaceAndrey Konovalov
2023-02-02kmsan: silence -Wmissing-prototypes warningsAlexander Potapenko
2022-12-21kmsan: export kmsan_handle_urbArnd Bergmann
2022-12-21kmsan: include linux/vmalloc.hArnd Bergmann
2022-12-11kmsan: fix memcpy testsAlexander Potapenko
2022-12-11kmsan: allow using __msan_instrument_asm_store() inside runtimeAlexander Potapenko
2022-11-08kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko