index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
kmsan.h
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