index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kmsan
/
core.c
Age
Commit message (
Expand
)
Author
2025-11-16
mm: fix some typos in mm module
jianyun.gao
2025-11-09
mm/kmsan: fix kmsan kmalloc hook when no stack depots are allocated yet
Aleksei Nikiforov
2025-09-25
kmsan: fix out-of-bounds access to shadow memory
Eric Biggers
2025-05-21
kmsan: rework kmsan_in_runtime() handling in kmsan_report()
Alexander Potapenko
2025-05-21
kmsan: apply clang-format to files mm/kmsan/
Alexander Potapenko
2024-07-03
kmsan: add missing __user tags
Ilya Leoshkevich
2024-07-03
kmsan: allow disabling KMSAN checks for the current task
Ilya Leoshkevich
2024-06-05
kmsan: do not wipe out origin when doing partial unpoisoning
Alexander Potapenko
2023-12-10
kmsan: use stack_depot_save instead of __stack_depot_save
Andrey Konovalov
2023-10-04
kmsan: simplify kmsan_internal_memmove_metadata()
Alexander Potapenko
2023-06-23
kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan
Tetsuo Handa
2023-04-18
kmsan: fix a stale comment in kmsan_save_stack_with_flags()
Zhen Lei
2023-02-16
lib/stacktrace, kasan, kmsan: rework extra_bits interface
Andrey Konovalov
2022-10-03
kmsan: handle task creation and exiting
Alexander Potapenko
2022-10-03
kmsan: add KMSAN runtime core
Alexander Potapenko