Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-07-04 | kmsan: do not pass NULL pointers as 0 | Ilya Leoshkevich | 1 | -2/+2 |
2024-07-04 | kmsan: expose kmsan_get_metadata() | Ilya Leoshkevich | 1 | -0/+1 |
2024-07-04 | kmsan: fix is_bad_asm_addr() on arches with overlapping address spaces | Ilya Leoshkevich | 1 | -1/+2 |
2024-07-04 | kmsan: increase the maximum store size to 4096 | Ilya Leoshkevich | 1 | -4/+3 |
2023-06-24 | kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan | Tetsuo Handa | 1 | -1/+1 |
2023-02-03 | kmsan: silence -Wmissing-prototypes warnings | Alexander Potapenko | 1 | -0/+23 |
2022-12-12 | kmsan: allow using __msan_instrument_asm_store() inside runtime | Alexander Potapenko | 1 | -3/+5 |
2022-10-28 | x86: fortify: kmsan: fix KMSAN fortify builds | Alexander Potapenko | 1 | -0/+1 |
2022-10-04 | kmsan: add KMSAN runtime core | Alexander Potapenko | 1 | -0/+307 |