messages from 2022-08-25 12:10:11 to 2022-08-30 21:52:24 UTC [more...]
[RFC PATCH 00/30] Code tagging framework and applications
2022-08-30 21:49 UTC (16+ messages)
` [RFC PATCH 01/30] kernel/module: move find_kallsyms_symbol_value declaration
` [RFC PATCH 02/30] lib/string_helpers: Drop space in string_get_size's output
` [RFC PATCH 03/30] Lazy percpu counters
` [RFC PATCH 04/30] scripts/kallysms: Always include __start and __stop symbols
` [RFC PATCH 05/30] lib: code tagging framework
` [RFC PATCH 06/30] lib: code tagging module support
` [RFC PATCH 07/30] lib: add support for allocation tagging
` [RFC PATCH 08/30] lib: introduce page "
` [RFC PATCH 09/30] change alloc_pages name in dma_map_ops to avoid name conflicts
` [RFC PATCH 10/30] mm: enable page allocation tagging for __get_free_pages and alloc_pages
` [RFC PATCH 11/30] mm: introduce slabobj_ext to support slab object extensions
` [RFC PATCH 12/30] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [RFC PATCH 13/30] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [RFC PATCH 14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [RFC PATCH 17/30] lib/string.c: strsep_no_empty()
[PATCH] tools/memory-model: Weaken ctrl dependency definition in explanation.txt
2022-08-30 21:12 UTC (3+ messages)
[PATCH v2] tools/memory-model: Weaken ctrl dependency definition in explanation.txt
2022-08-30 21:08 UTC
[PATCH v1 0/8] gpio: Get rid of ARCH_NR_GPIOS (v1)
2022-08-30 20:21 UTC (14+ messages)
` [PATCH v1 1/8] gpio: aggregator: Stop using ARCH_NR_GPIOS
` [PATCH v1 2/8] gpio: davinci: "
` [PATCH v1 3/8] gpiolib: Warn on drivers still using static gpiobase allocation
` [PATCH v1 4/8] gpiolib: Get rid of ARCH_NR_GPIOS
` [PATCH v1 5/8] Documentation: gpio: Remove text about ARCH_NR_GPIOS
` [PATCH v1 6/8] x86: Remove CONFIG_ARCH_NR_GPIO
` [PATCH v1 7/8] arm: "
` [PATCH v1 8/8] arm64: "
[RESEND][PATCH v1 1/1] asm-generic: Make parameter types consisten in _unaligned_be48()
2022-08-30 17:27 UTC
[RFC PATCH 2/2] fs/xattr: wire up syscalls
2022-08-30 15:56 UTC (2+ messages)
[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
2022-08-30 15:21 UTC (52+ messages)
` [PATCH v5 01/44] x86: add missing include to sparsemem.h
` [PATCH v5 02/44] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v5 03/44] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()
` [PATCH v5 05/44] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v5 06/44] kmsan: add ReST documentation
` [PATCH v5 07/44] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v5 08/44] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v5 09/44] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v5 10/44] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v5 11/44] kmsan: add KMSAN runtime core
` [PATCH v5 12/44] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v5 13/44] MAINTAINERS: add entry for KMSAN
` [PATCH v5 14/44] mm: kmsan: maintain KMSAN metadata for page operations
` [PATCH v5 15/44] mm: kmsan: call KMSAN hooks from SLUB code
` [PATCH v5 16/44] kmsan: handle task creation and exiting
` [PATCH v5 17/44] init: kmsan: call KMSAN initialization routines
` [PATCH v5 18/44] instrumented.h: add KMSAN support
` [PATCH v5 19/44] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v5 20/44] kmsan: add iomap support
` [PATCH v5 21/44] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v5 22/44] dma: kmsan: unpoison DMA mappings
` [PATCH v5 23/44] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v5 24/44] kmsan: handle memory sent to/from USB
` [PATCH v5 25/44] kmsan: add tests for KMSAN
` [PATCH v5 26/44] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v5 27/44] crypto: kmsan: disable accelerated configs "
` [PATCH v5 28/44] kmsan: disable physical page merging in biovec
` [PATCH v5 29/44] block: kmsan: skip bio block merging logic for KMSAN
` [PATCH v5 30/44] kcov: kmsan: unpoison area->list in kcov_remote_area_put()
` [PATCH v5 31/44] security: kmsan: fix interoperability with auto-initialization
` [PATCH v5 32/44] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v5 33/44] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v5 34/44] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v5 35/44] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v5 36/44] x86: kmsan: use __msan_ string functions where possible
` [PATCH v5 37/44] x86: kmsan: sync metadata pages on page fault
` [PATCH v5 38/44] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v5 39/44] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v5 40/44] x86: kmsan: don't instrument stack walking functions
` [PATCH v5 41/44] entry: kmsan: introduce kmsan_unpoison_entry_regs()
` [PATCH v5 42/44] bpf: kmsan: initialize BPF registers with zeroes
` [PATCH v5 43/44] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH v5 44/44] x86: kmsan: enable KMSAN builds for x86
[PATCH 0/3] arch: ptrace: Cleanup ptrace_disable
2022-08-30 14:20 UTC (6+ messages)
` [PATCH 1/3] riscv: ptrace: Remove duplicate operation
` [PATCH 2/3] openrisc: "
` [PATCH 3/3] arch: ptrace: Cleanup ptrace_disable
[RFC][PATCHES] termios.h cleanups
2022-08-30 12:26 UTC (4+ messages)
` [PATCH v2 1/8] loongarch: remove generic-y += termios.h
` [PATCH v2 3/8] termios: uninline conversion helpers
[PATCH] gpio: Allow user to customise maximum number of GPIOs
2022-08-30 9:03 UTC (18+ messages)
[PATCH] riscv: Fix permissions for all mm's during mm init
2022-08-30 9:20 UTC (4+ messages)
[PATCH v2] riscv: Fix permissions for all mm's during mm init
2022-08-30 9:16 UTC
[RFC PATCH 1/1] riscv: mm: notify remote harts about mmu cache updates
2022-08-29 20:52 UTC
"Verifying and Optimizing Compact NUMA-Aware Locks on Weak Memory Models"
2022-08-29 12:25 UTC (13+ messages)
Fwd: [RFC PATCH 1/1] Fix __kcrctab+* sections alignment
2022-08-28 14:05 UTC (9+ messages)
` "
[PATCH 00/15] kbuild: various cleanups
2022-08-28 2:40 UTC (16+ messages)
` [PATCH 01/15] kbuild: remove duplicated dependency between modules and modules_check
` [PATCH 02/15] kbuild: refactor single builds of *.ko
` [PATCH 03/15] kbuild: move 'PHONY += modules_prepare' to the common part
` [PATCH 04/15] init/version.c: remove #include <linux/version.h>
` [PATCH 05/15] kbuild: build init/built-in.a just once
` [PATCH 06/15] kbuild: generate include/generated/compile.h in top Makefile
` [PATCH 07/15] scripts/mkcompile_h: move LC_ALL=C to '$LD -v'
` [PATCH 08/15] Revert "kbuild: Make scripts/compile.h when sh != bash"
` [PATCH 09/15] kbuild: rename modules.order in sub-directories to .modules.order
` [PATCH 10/15] kbuild: move core-y in top Makefile to ./Kbuild
` [PATCH 11/15] kbuild: move .vmlinux.objs rule to Makefile.modpost
` [PATCH 12/15] kbuild: move vmlinux.o rule to the top Makefile
` [PATCH 13/15] kbuild: unify two modpost invocations
` [PATCH 14/15] kbuild: use obj-y instead extra-y for objects placed at the head
` [PATCH 15/15] kbuild: remove head-y syntax
mainline build failure due to 8238b4579866 ("wait_on_bit: add an acquire memory barrier")
2022-08-27 18:11 UTC (3+ messages)
[PATCH] wait_on_bit: add an acquire memory barrier
2022-08-27 16:50 UTC (29+ messages)
` [PATCH v3] "
` [PATCH] provide arch_test_bit_acquire for architectures that define test_bit
[PATCH V3] LoongArch: Add efistub booting support
2022-08-27 7:13 UTC (3+ messages)
[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
2022-08-26 19:41 UTC (8+ messages)
` [PATCH v4 44/45] mm: fs: initialize fsdata passed to write_begin/write_end interface
[GIT PULL] LoongArch fixes for v6.0-rc3
2022-08-26 19:09 UTC (2+ messages)
[PATCH 0/6] Add an asm-generic cpuinfo_op declaration
2022-08-26 17:41 UTC (5+ messages)
` [PATCH 5/6] sparc: use the asm-generic version of cpuinfo_op
[PATCH] sparc64: Fix the generic IO helpers
2022-08-26 14:59 UTC (4+ messages)
strlcpy() notes (was Re: [GIT PULL] smb3 client fixes)
2022-08-26 7:40 UTC (4+ messages)
[PATCH v2] include/linux: declare cpuinfo_op in processor.h
2022-08-25 20:59 UTC
[PATCH v3] Many pages: Document fixed-width types with ISO C naming
2022-08-25 16:43 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).