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