summaryrefslogtreecommitdiffstats
path: root/mm/kmsan
Commit message (Expand)AuthorAgeFilesLines
* kmsan: do not pass NULL pointers as 0Ilya Leoshkevich2024-07-032-9/+10
* kmsan: add missing __user tagsIlya Leoshkevich2024-07-033-6/+6
* kmsan: accept ranges starting with 0 on s390Ilya Leoshkevich2024-07-031-1/+4
* kmsan: expose KMSAN_WARN_ON()Ilya Leoshkevich2024-07-031-23/+1
* kmsan: do not round up pg_data_t sizeIlya Leoshkevich2024-07-031-1/+1
* kmsan: use ALIGN_DOWN() in kmsan_get_metadata()Ilya Leoshkevich2024-07-031-5/+3
* kmsan: support SLAB_POISONIlya Leoshkevich2024-07-031-1/+1
* kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich2024-07-033-7/+19
* kmsan: export panic_on_kmsanIlya Leoshkevich2024-07-031-0/+1
* kmsan: expose kmsan_get_metadata()Ilya Leoshkevich2024-07-032-1/+1
* kmsan: remove an x86-specific #include from kmsan.hIlya Leoshkevich2024-07-031-4/+4
* kmsan: remove a useless assignment from kmsan_vmap_pages_range_noflush()Ilya Leoshkevich2024-07-031-1/+0
* kmsan: fix kmsan_copy_to_user() on arches with overlapping address spacesIlya Leoshkevich2024-07-031-1/+2
* kmsan: fix is_bad_asm_addr() on arches with overlapping address spacesIlya Leoshkevich2024-07-031-1/+2
* kmsan: increase the maximum store size to 4096Ilya Leoshkevich2024-07-031-4/+3
* kmsan: make the tests compatible with kmsan.panic=1Ilya Leoshkevich2024-07-031-0/+5
* mm: pass meminit_context to __free_pages_core()David Hildenbrand2024-07-031-1/+1
* kmsan: introduce test_unpoison_memory()Brian Johannesmeyer2024-07-031-0/+27
* kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko2024-06-051-4/+11
* mm: kmsan: implement kmsan_memmove()Alexander Potapenko2024-04-251-0/+11
* mm: kmsan: remove runtime checks from kmsan_unpoison_memory()Alexander Potapenko2024-02-221-23/+13
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-3/+3
* mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov2024-01-081-1/+1
* kmsan: use stack_depot_save instead of __stack_depot_saveAndrey Konovalov2023-12-101-4/+3
* mm: kmsan: panic on failure to allocate early boot metadataPedro Falcato2023-10-251-2/+7
* kmsan: introduce test_memcpy_initialized_gap()Alexander Potapenko2023-10-041-0/+53
* kmsan: merge test_memcpy_aligned_to_unaligned{,2}() togetherAlexander Potapenko2023-10-041-24/+13
* kmsan: prevent optimizations in memcpy testsAlexander Potapenko2023-10-041-25/+16
* kmsan: simplify kmsan_internal_memmove_metadata()Alexander Potapenko2023-10-041-96/+31
* mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWNZhangPeng2023-08-211-2/+2
* mm: kmsan: use helper macro offset_in_page()ZhangPeng2023-08-212-2/+2
* mm: kmsan: use helper function page_size()ZhangPeng2023-08-212-2/+2
* kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa2023-06-232-4/+4
* printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti2023-04-181-20/+2
* kmsan: fix a stale comment in kmsan_save_stack_with_flags()Zhen Lei2023-04-181-1/+1
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-182-17/+65
|\
| * mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko2023-04-181-8/+47
| * mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko2023-04-181-9/+18
* | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-3/+3
* | kmsan: add test_stackdepot_roundtripAlexander Potapenko2023-03-281-0/+31
* | kmsan: add memsetXX testsAlexander Potapenko2023-03-281-0/+22
* | kmsan: another take at fixing memcpy testsAlexander Potapenko2023-03-281-6/+38
|/
* kmsan: disable ftrace in kmsan core codeArnd Bergmann2023-02-201-1/+7
* lib/stacktrace, kasan, kmsan: rework extra_bits interfaceAndrey Konovalov2023-02-161-3/+7
* kmsan: silence -Wmissing-prototypes warningsAlexander Potapenko2023-02-021-0/+23
* kmsan: export kmsan_handle_urbArnd Bergmann2022-12-211-0/+1
* kmsan: include linux/vmalloc.hArnd Bergmann2022-12-211-0/+1
* kmsan: fix memcpy testsAlexander Potapenko2022-12-111-0/+3
* kmsan: allow using __msan_instrument_asm_store() inside runtimeAlexander Potapenko2022-12-111-3/+5
* kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko2022-11-081-0/+2