index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kmsan
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kmsan: do not pass NULL pointers as 0
Ilya Leoshkevich
2024-07-04
2
-9
/
+10
*
kmsan: add missing __user tags
Ilya Leoshkevich
2024-07-04
3
-6
/
+6
*
kmsan: accept ranges starting with 0 on s390
Ilya Leoshkevich
2024-07-04
1
-1
/
+4
*
kmsan: expose KMSAN_WARN_ON()
Ilya Leoshkevich
2024-07-04
1
-23
/
+1
*
kmsan: do not round up pg_data_t size
Ilya Leoshkevich
2024-07-04
1
-1
/
+1
*
kmsan: use ALIGN_DOWN() in kmsan_get_metadata()
Ilya Leoshkevich
2024-07-04
1
-5
/
+3
*
kmsan: support SLAB_POISON
Ilya Leoshkevich
2024-07-04
1
-1
/
+1
*
kmsan: allow disabling KMSAN checks for the current task
Ilya Leoshkevich
2024-07-04
3
-7
/
+19
*
kmsan: export panic_on_kmsan
Ilya Leoshkevich
2024-07-04
1
-0
/
+1
*
kmsan: expose kmsan_get_metadata()
Ilya Leoshkevich
2024-07-04
2
-1
/
+1
*
kmsan: remove an x86-specific #include from kmsan.h
Ilya Leoshkevich
2024-07-04
1
-4
/
+4
*
kmsan: remove a useless assignment from kmsan_vmap_pages_range_noflush()
Ilya Leoshkevich
2024-07-04
1
-1
/
+0
*
kmsan: fix kmsan_copy_to_user() on arches with overlapping address spaces
Ilya Leoshkevich
2024-07-04
1
-1
/
+2
*
kmsan: fix is_bad_asm_addr() on arches with overlapping address spaces
Ilya Leoshkevich
2024-07-04
1
-1
/
+2
*
kmsan: increase the maximum store size to 4096
Ilya Leoshkevich
2024-07-04
1
-4
/
+3
*
kmsan: make the tests compatible with kmsan.panic=1
Ilya Leoshkevich
2024-07-04
1
-0
/
+5
*
mm: pass meminit_context to __free_pages_core()
David Hildenbrand
2024-07-04
1
-1
/
+1
*
kmsan: introduce test_unpoison_memory()
Brian Johannesmeyer
2024-07-04
1
-0
/
+27
*
kmsan: do not wipe out origin when doing partial unpoisoning
Alexander Potapenko
2024-06-06
1
-4
/
+11
*
mm: kmsan: implement kmsan_memmove()
Alexander Potapenko
2024-04-26
1
-0
/
+11
*
mm: kmsan: remove runtime checks from kmsan_unpoison_memory()
Alexander Potapenko
2024-02-22
1
-23
/
+13
*
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2024-01-09
1
-3
/
+3
*
mm, treewide: introduce NR_PAGE_ORDERS
Kirill A. Shutemov
2024-01-09
1
-1
/
+1
*
kmsan: use stack_depot_save instead of __stack_depot_save
Andrey Konovalov
2023-12-11
1
-4
/
+3
*
mm: kmsan: panic on failure to allocate early boot metadata
Pedro Falcato
2023-10-26
1
-2
/
+7
*
kmsan: introduce test_memcpy_initialized_gap()
Alexander Potapenko
2023-10-04
1
-0
/
+53
*
kmsan: merge test_memcpy_aligned_to_unaligned{,2}() together
Alexander Potapenko
2023-10-04
1
-24
/
+13
*
kmsan: prevent optimizations in memcpy tests
Alexander Potapenko
2023-10-04
1
-25
/
+16
*
kmsan: simplify kmsan_internal_memmove_metadata()
Alexander Potapenko
2023-10-04
1
-96
/
+31
*
mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWN
ZhangPeng
2023-08-21
1
-2
/
+2
*
mm: kmsan: use helper macro offset_in_page()
ZhangPeng
2023-08-21
2
-2
/
+2
*
mm: kmsan: use helper function page_size()
ZhangPeng
2023-08-21
2
-2
/
+2
*
kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan
Tetsuo Handa
2023-06-24
2
-4
/
+4
*
printk: export console trace point for kcsan/kasan/kfence/kmsan
Pavankumar Kondeti
2023-04-19
1
-20
/
+2
*
kmsan: fix a stale comment in kmsan_save_stack_with_flags()
Zhen Lei
2023-04-19
1
-1
/
+1
*
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-18
2
-17
/
+65
|
\
|
*
mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
Alexander Potapenko
2023-04-18
1
-8
/
+47
|
*
mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
Alexander Potapenko
2023-04-18
1
-9
/
+18
*
|
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-06
1
-3
/
+3
*
|
kmsan: add test_stackdepot_roundtrip
Alexander Potapenko
2023-03-29
1
-0
/
+31
*
|
kmsan: add memsetXX tests
Alexander Potapenko
2023-03-29
1
-0
/
+22
*
|
kmsan: another take at fixing memcpy tests
Alexander Potapenko
2023-03-29
1
-6
/
+38
|
/
*
kmsan: disable ftrace in kmsan core code
Arnd Bergmann
2023-02-20
1
-1
/
+7
*
lib/stacktrace, kasan, kmsan: rework extra_bits interface
Andrey Konovalov
2023-02-17
1
-3
/
+7
*
kmsan: silence -Wmissing-prototypes warnings
Alexander Potapenko
2023-02-03
1
-0
/
+23
*
kmsan: export kmsan_handle_urb
Arnd Bergmann
2022-12-21
1
-0
/
+1
*
kmsan: include linux/vmalloc.h
Arnd Bergmann
2022-12-21
1
-0
/
+1
*
kmsan: fix memcpy tests
Alexander Potapenko
2022-12-12
1
-0
/
+3
*
kmsan: allow using __msan_instrument_asm_store() inside runtime
Alexander Potapenko
2022-12-12
1
-3
/
+5
*
kmsan: core: kmsan_in_runtime() should return true in NMI context
Alexander Potapenko
2022-11-09
1
-0
/
+2
[next]