Series |
Add KernelMemorySanitizer infrastructure
|
expand
-
[v2,00/48] Add KernelMemorySanitizer infrastructure
-
[v2,01/48] x86: add missing include to sparsemem.h
-
[v2,02/48] stackdepot: reserve 5 extra bits in depot_stack_handle_t
-
[v2,03/48] kasan: common: adapt to the new prototype of __stack_depot_save()
-
[v2,04/48] instrumented.h: allow instrumenting both sides of copy_from_user()
-
[v2,05/48] x86: asm: instrument usercopy in get_user() and __put_user_size()
-
[v2,06/48] asm-generic: instrument usercopy in cacheflush.h
-
[v2,07/48] kmsan: add ReST documentation
-
[v2,08/48] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
-
[v2,09/48] kmsan: mark noinstr as __no_sanitize_memory
-
[v2,10/48] x86: kmsan: pgtable: reduce vmalloc space
-
[v2,11/48] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
-
[v2,12/48] kcsan: clang: retire CONFIG_KCSAN_KCOV_BROKEN
-
[v2,13/48] kmsan: add KMSAN runtime core
-
[v2,14/48] kmsan: implement kmsan_init(), initialize READ_ONCE_NOCHECK()
-
[v2,15/48] kmsan: disable instrumentation of unsupported common kernel code
-
[v2,16/48] MAINTAINERS: add entry for KMSAN
-
[v2,17/48] kmsan: mm: maintain KMSAN metadata for page operations
-
[v2,18/48] kmsan: mm: call KMSAN hooks from SLUB code
-
[v2,19/48] kmsan: handle task creation and exiting
-
[v2,20/48] kmsan: init: call KMSAN initialization routines
-
[v2,21/48] instrumented.h: add KMSAN support
-
[v2,22/48] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
-
[v2,23/48] kmsan: add iomap support
-
[v2,24/48] Input: libps2: mark data received in __ps2_command() as initialized
-
[v2,25/48] kmsan: dma: unpoison DMA mappings
-
[v2,26/48] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()
-
[v2,27/48] kmsan: handle memory sent to/from USB
-
[v2,28/48] kmsan: instrumentation.h: add instrumentation_begin_with_regs()
-
[v2,29/48] kmsan: entry: handle register passing from uninstrumented code
-
[v2,30/48] kmsan: add tests for KMSAN
-
[v2,31/48] kernel: kmsan: don't instrument stacktrace.c
-
[v2,32/48] kmsan: disable strscpy() optimization under KMSAN
-
[v2,33/48] crypto: kmsan: disable accelerated configs under KMSAN
-
[v2,34/48] kmsan: disable physical page merging in biovec
-
[v2,35/48] kmsan: block: skip bio block merging logic for KMSAN
-
[v2,36/48] kmsan: kcov: unpoison area->list in kcov_remote_area_put()
-
[v2,37/48] security: kmsan: fix interoperability with auto-initialization
-
[v2,38/48] objtool: kmsan: list KMSAN API functions as uaccess-safe
-
[v2,39/48] x86: kmsan: make READ_ONCE_TASK_STACK() return initialized values
-
[v2,40/48] x86: kmsan: disable instrumentation of unsupported code
-
[v2,41/48] x86: kmsan: skip shadow checks in __switch_to()
-
[v2,42/48] x86: kmsan: handle open-coded assembly in lib/iomem.c
-
[v2,43/48] x86: kmsan: use __msan_ string functions where possible.
-
[v2,44/48] x86: kmsan: sync metadata pages on page fault
-
[v2,45/48] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
-
[v2,46/48] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
-
[v2,47/48] x86: kmsan: handle register passing from uninstrumented code
-
[v2,48/48] x86: kmsan: enable KMSAN builds for x86
|