summaryrefslogtreecommitdiffstats
path: root/mm/kmsan
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2026-01-26mm: kmsan: add test_uninit_pageAlexander Potapenko-0/+15
2026-01-26mm: kmsan: add tests for high-order page freeingAlexander Potapenko-1/+48
2026-01-20mm: fix benign off-by-one bugsAlejandro Colomar-1/+1
2026-01-14mm: kmsan: fix poisoning of high-order non-compound pagesRyan Roberts-1/+1
2025-11-16kmsan: remove hard-coded GFP_KERNEL flagsUladzislau Rezki (Sony)-3/+3
2025-11-16mm: fix some typos in mm modulejianyun.gao-1/+1
2025-11-09mm/kmsan: fix kmsan kmalloc hook when no stack depots are allocated yetAleksei Nikiforov-6/+5
2025-10-07Merge tag 'dma-mapping-6.18-2025-10-07' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+1
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+7
2025-10-03kmsan: fix kmsan_handle_dma() to avoid false positivesShigeru Yoshida-2/+1
2025-09-25kmsan: fix out-of-bounds access to shadow memoryEric Biggers-3/+23
2025-09-17kmsan: fix missed kmsan_handle_dma() signature conversionLeon Romanovsky-2/+1
2025-09-12kmsan: convert kmsan_handle_dma to use physical addressesLeon Romanovsky-4/+6
2025-06-05kmsan: test: add module descriptionArnd Bergmann-0/+1
2025-05-21kmsan: rework kmsan_in_runtime() handling in kmsan_report()Alexander Potapenko-15/+3
2025-05-21kmsan: enter the runtime around kmsan_internal_memmove_metadata() callAlexander Potapenko-0/+2
2025-05-21kmsan: drop the declaration of kmsan_save_stack()Alexander Potapenko-1/+0
2025-05-21kmsan: fix usage of kmsan_enter_runtime() in kmsan_vmap_pages_range_noflush()Alexander Potapenko-1/+3
2025-05-21kmsan: apply clang-format to files mm/kmsan/Alexander Potapenko-9/+5
2025-03-05dma: kmsan: export kmsan_handle_dma() for modulesSebastian Andrzej Siewior-0/+1
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang-6/+2
2024-11-06mm, kasan, kmsan: instrument copy_from/to_kernel_nofaultSabyrzhan Tasbolatov-0/+17
2024-07-03kmsan: do not pass NULL pointers as 0Ilya Leoshkevich-9/+10
2024-07-03kmsan: add missing __user tagsIlya Leoshkevich-6/+6
2024-07-03kmsan: accept ranges starting with 0 on s390Ilya Leoshkevich-1/+4
2024-07-03kmsan: expose KMSAN_WARN_ON()Ilya Leoshkevich-23/+1
2024-07-03kmsan: do not round up pg_data_t sizeIlya Leoshkevich-1/+1
2024-07-03kmsan: use ALIGN_DOWN() in kmsan_get_metadata()Ilya Leoshkevich-5/+3
2024-07-03kmsan: support SLAB_POISONIlya Leoshkevich-1/+1
2024-07-03kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich-7/+19
2024-07-03kmsan: export panic_on_kmsanIlya Leoshkevich-0/+1
2024-07-03kmsan: expose kmsan_get_metadata()Ilya Leoshkevich-1/+1
2024-07-03kmsan: remove an x86-specific #include from kmsan.hIlya Leoshkevich-4/+4
2024-07-03kmsan: remove a useless assignment from kmsan_vmap_pages_range_noflush()Ilya Leoshkevich-1/+0
2024-07-03kmsan: fix kmsan_copy_to_user() on arches with overlapping address spacesIlya Leoshkevich-1/+2
2024-07-03kmsan: fix is_bad_asm_addr() on arches with overlapping address spacesIlya Leoshkevich-1/+2
2024-07-03kmsan: increase the maximum store size to 4096Ilya Leoshkevich-4/+3
2024-07-03kmsan: make the tests compatible with kmsan.panic=1Ilya Leoshkevich-0/+5
2024-07-03mm: pass meminit_context to __free_pages_core()David Hildenbrand-1/+1
2024-07-03kmsan: introduce test_unpoison_memory()Brian Johannesmeyer-0/+27
2024-06-05kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko-4/+11
2024-04-25mm: kmsan: implement kmsan_memmove()Alexander Potapenko-0/+11
2024-02-22mm: kmsan: remove runtime checks from kmsan_unpoison_memory()Alexander Potapenko-23/+13
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov-3/+3
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov-1/+1
2023-12-10kmsan: use stack_depot_save instead of __stack_depot_saveAndrey Konovalov-4/+3
2023-10-25mm: kmsan: panic on failure to allocate early boot metadataPedro Falcato-2/+7