Age | Commit message (Expand) | Author | Files | Lines |
2023-08-21 | mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWN | ZhangPeng | 1 | -2/+2 |
2023-08-21 | mm: kmsan: use helper macro offset_in_page() | ZhangPeng | 2 | -2/+2 |
2023-08-21 | mm: kmsan: use helper function page_size() | ZhangPeng | 2 | -2/+2 |
2023-06-24 | kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan | Tetsuo Handa | 2 | -4/+4 |
2023-04-19 | printk: export console trace point for kcsan/kasan/kfence/kmsan | Pavankumar Kondeti | 1 | -20/+2 |
2023-04-19 | kmsan: fix a stale comment in kmsan_save_stack_with_flags() | Zhen Lei | 1 | -1/+1 |
2023-04-19 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes | Andrew Morton | 2 | -17/+65 |
2023-04-19 | mm: kmsan: handle alloc failures in kmsan_ioremap_page_range() | Alexander Potapenko | 1 | -8/+47 |
2023-04-19 | mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush() | Alexander Potapenko | 1 | -9/+18 |
2023-04-06 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 1 | -3/+3 |
2023-03-29 | kmsan: add test_stackdepot_roundtrip | Alexander Potapenko | 1 | -0/+31 |
2023-03-29 | kmsan: add memsetXX tests | Alexander Potapenko | 1 | -0/+22 |
2023-03-29 | kmsan: another take at fixing memcpy tests | Alexander Potapenko | 1 | -6/+38 |
2023-02-20 | kmsan: disable ftrace in kmsan core code | Arnd Bergmann | 1 | -1/+7 |
2023-02-17 | lib/stacktrace, kasan, kmsan: rework extra_bits interface | Andrey Konovalov | 1 | -3/+7 |
2023-02-03 | kmsan: silence -Wmissing-prototypes warnings | Alexander Potapenko | 1 | -0/+23 |
2022-12-22 | kmsan: export kmsan_handle_urb | Arnd Bergmann | 1 | -0/+1 |
2022-12-22 | kmsan: include linux/vmalloc.h | Arnd Bergmann | 1 | -0/+1 |
2022-12-12 | kmsan: fix memcpy tests | Alexander Potapenko | 1 | -0/+3 |
2022-12-12 | kmsan: allow using __msan_instrument_asm_store() inside runtime | Alexander Potapenko | 1 | -3/+5 |
2022-11-09 | kmsan: core: kmsan_in_runtime() should return true in NMI context | Alexander Potapenko | 1 | -0/+2 |
2022-10-28 | x86: fortify: kmsan: fix KMSAN fortify builds | Alexander Potapenko | 1 | -0/+1 |
2022-10-28 | mm: kmsan: export kmsan_copy_page_meta() | Alexander Potapenko | 1 | -0/+1 |
2022-10-04 | x86: kmsan: handle CPU entry area | Alexander Potapenko | 1 | -1/+5 |
2022-10-04 | entry: kmsan: introduce kmsan_unpoison_entry_regs() | Alexander Potapenko | 1 | -0/+26 |
2022-10-04 | kmsan: add tests for KMSAN | Alexander Potapenko | 2 | -0/+585 |
2022-10-04 | kmsan: handle memory sent to/from USB | Alexander Potapenko | 1 | -0/+16 |
2022-10-04 | dma: kmsan: unpoison DMA mappings | Alexander Potapenko | 1 | -0/+59 |
2022-10-04 | instrumented.h: add KMSAN support | Alexander Potapenko | 1 | -0/+38 |
2022-10-04 | init: kmsan: call KMSAN initialization routines | Alexander Potapenko | 4 | -1/+274 |
2022-10-04 | kmsan: handle task creation and exiting | Alexander Potapenko | 3 | -0/+29 |
2022-10-04 | mm: kmsan: call KMSAN hooks from SLUB code | Alexander Potapenko | 1 | -0/+76 |
2022-10-04 | mm: kmsan: maintain KMSAN metadata for page operations | Alexander Potapenko | 2 | -0/+199 |
2022-10-04 | kmsan: add KMSAN runtime core | Alexander Potapenko | 7 | -0/+1406 |