index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
kmsan.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
kmsan: expose KMSAN_WARN_ON()
Ilya Leoshkevich
1
-0
/
+25
2024-07-03
kmsan: introduce memset_no_sanitize_memory()
Ilya Leoshkevich
1
-0
/
+18
2024-07-03
kmsan: allow disabling KMSAN checks for the current task
Ilya Leoshkevich
1
-0
/
+24
2024-07-03
kmsan: expose kmsan_get_metadata()
Ilya Leoshkevich
1
-0
/
+9
2023-04-18
mm: kmsan: apply __must_check to non-void functions
Alexander Potapenko
1
-21
/
+22
2023-04-18
mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
Alexander Potapenko
1
-9
/
+10
2023-04-18
mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
Alexander Potapenko
1
-9
/
+11
2022-10-03
entry: kmsan: introduce kmsan_unpoison_entry_regs()
Alexander Potapenko
1
-0
/
+15
2022-10-03
kmsan: handle memory sent to/from USB
Alexander Potapenko
1
-0
/
+15
2022-10-03
dma: kmsan: unpoison DMA mappings
Alexander Potapenko
1
-0
/
+41
2022-10-03
init: kmsan: call KMSAN initialization routines
Alexander Potapenko
1
-0
/
+36
2022-10-03
kmsan: handle task creation and exiting
Alexander Potapenko
1
-0
/
+21
2022-10-03
mm: kmsan: call KMSAN hooks from SLUB code
Alexander Potapenko
1
-0
/
+57
2022-10-03
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
1
-0
/
+145