Alexander Potapenko ([email protected])

Number of posts: 1403 (0.45 per day)
First post: 2015-11-02 17:03:54
Last post: 2024-06-04 15:27:12

Date List Subject
2022-07-01 14:59:45 linux-kernel [PATCH v4 39/45] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
2022-07-01 14:59:22 linux-kernel [PATCH v4 37/45] x86: kmsan: sync metadata pages on page fault
2022-07-01 14:44:54 linux-kernel [PATCH v4 44/45] mm: fs: initialize fsdata passed to write_begin/write_end interface
2022-07-01 14:44:27 linux-kernel [PATCH v4 17/45] init: kmsan: call KMSAN initialization routines
2022-07-01 14:43:41 linux-kernel [PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
2022-07-01 14:43:39 linux-kernel [PATCH v4 32/45] objtool: kmsan: list KMSAN API functions as uaccess-safe
2022-07-01 14:41:38 linux-kernel [PATCH v4 19/45] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
2022-07-01 14:41:37 linux-kernel [PATCH v4 09/45] x86: kmsan: pgtable: reduce vmalloc space
2022-07-01 14:41:36 linux-kernel [PATCH v4 05/45] asm-generic: instrument usercopy in cacheflush.h
2022-07-01 14:41:29 linux-kernel [PATCH v4 22/45] dma: kmsan: unpoison DMA mappings
2022-07-01 14:40:43 linux-kernel [PATCH v4 16/45] kmsan: handle task creation and exiting
2022-07-01 14:40:34 linux-kernel [PATCH v4 07/45] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
2022-07-01 14:40:00 linux-kernel [PATCH v4 34/45] x86: kmsan: skip shadow checks in __switch_to()
2022-07-01 14:39:52 linux-kernel [PATCH v4 03/45] instrumented.h: allow instrumenting both sides of copy_from_user()
2022-07-01 14:39:16 linux-kernel [PATCH v4 08/45] kmsan: mark noinstr as __no_sanitize_memory
2022-07-01 14:38:22 linux-kernel [PATCH v4 21/45] Input: libps2: mark data received in __ps2_command() as initialized
2022-07-01 14:37:58 linux-kernel [PATCH v4 40/45] x86: kmsan: don't instrument stack walking functions
2022-07-01 14:37:25 linux-kernel [PATCH v4 06/45] kmsan: add ReST documentation
2022-07-01 14:37:09 linux-kernel [PATCH v4 20/45] kmsan: add iomap support
2022-07-01 14:36:42 linux-kernel [PATCH v4 13/45] MAINTAINERS: add entry for KMSAN
2022-07-01 14:36:32 linux-kernel [PATCH v4 23/45] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
2022-07-01 14:36:32 linux-kernel [PATCH v4 12/45] kmsan: disable instrumentation of unsupported common kernel code
2022-07-01 14:35:05 linux-kernel [PATCH v4 15/45] mm: kmsan: call KMSAN hooks from SLUB code
2022-07-01 14:34:53 linux-kernel [PATCH v4 26/45] kmsan: disable strscpy() optimization under KMSAN
2022-07-01 14:34:52 linux-kernel [PATCH v4 02/45] stackdepot: reserve 5 extra bits in depot_stack_handle_t
2022-07-01 14:34:15 linux-kernel [PATCH v4 14/45] mm: kmsan: maintain KMSAN metadata for page operations
2022-07-01 14:34:06 linux-kernel [PATCH v4 11/45] kmsan: add KMSAN runtime core
2022-07-01 14:31:44 linux-kernel [PATCH v4 18/45] instrumented.h: add KMSAN support
2022-07-01 14:26:49 linux-kernel [PATCH v4 10/45] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
2022-07-01 14:26:12 linux-kernel [PATCH v4 04/45] x86: asm: instrument usercopy in get_user() and __put_user_size()
2022-07-01 14:25:59 linux-kernel [PATCH v4 01/45] x86: add missing include to sparsemem.h
2022-06-30 10:37:13 linux-kernel Re: [PATCHv4 OPTIONAL 8/8] x86/mm: Extend LAM to support to LAM_U48
2022-06-30 08:41:32 linux-kernel Re: [PATCHv4 4/8] x86/mm: Handle LAM on context switch
2022-06-17 16:18:58 linux-kernel Re: [PATCHv3 4/8] x86/mm: Handle LAM on context switch
2022-06-17 15:38:07 linux-kernel Re: [PATCHv3 3/8] mm: Pass down mm_struct to untagged_addr()
2022-06-15 08:37:36 linux-kernel Re: [PATCH] [RFC] Initialization of unused function parameters
2022-06-14 20:56:10 linux-kernel Re: [PATCH] [RFC] Initialization of unused function parameters
2022-06-14 18:24:36 linux-kernel Re: [PATCH] [RFC] Initialization of unused function parameters
2022-06-14 14:54:29 linux-kernel [PATCH] [RFC] Initialization of unused function parameters
2022-06-03 14:58:31 linux-kernel Re: [PATCH v3 05/46] x86: asm: instrument usercopy in get_user() and __put_user_size()
2022-06-01 20:22:44 linux-kernel Re: [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code
2022-06-01 20:03:09 linux-kernel Re: [PATCH v3 12/46] kmsan: add KMSAN runtime core
2022-05-16 18:00:52 linux-kernel Re: [PATCH v3 27/46] kmsan: instrumentation.h: add instrumentation_begin_with_regs()
2022-05-14 03:07:56 linux-kernel Re: [RFCv2 00/10] Linear Address Masking enabling
2022-05-14 02:49:38 linux-kernel Re: [RFCv2 00/10] Linear Address Masking enabling
2022-05-14 02:23:57 linux-kernel Re: [RFCv2 03/10] x86: Introduce userspace API to handle per-thread features
2022-05-14 00:16:52 linux-kernel Re: [RFCv2 00/10] Linear Address Masking enabling
2022-05-13 06:16:56 linux-kernel Re: [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code
2022-05-09 17:01:12 linux-kernel Re: [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code
2022-05-09 17:01:03 linux-kernel Re: [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code
2022-05-09 04:02:13 linux-kernel Re: [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code