messages from 2022-09-02 08:40:46 to 2022-09-07 13:05:02 UTC [more...]
[RFC PATCH 00/30] Code tagging framework and applications
2022-09-07 13:04 UTC (42+ messages)
[PATCH v2 0/9] gpio: Get rid of ARCH_NR_GPIOS (v2)
2022-09-07 10:14 UTC (14+ messages)
` [PATCH v2 1/9] gpio: Remove sta2x11 GPIO driver
` [PATCH v2 2/9] gpio: aggregator: Stop using ARCH_NR_GPIOS
` [PATCH v2 3/9] gpio: davinci: "
` [PATCH v2 4/9] gpiolib: Warn on drivers still using static gpiobase allocation
` [PATCH v2 5/9] gpiolib: Get rid of ARCH_NR_GPIOS
` [PATCH v2 6/9] Documentation: gpio: Remove text about ARCH_NR_GPIOS
` [PATCH v2 7/9] x86: Remove CONFIG_ARCH_NR_GPIO
` [PATCH v2 8/9] arm: "
` [PATCH v2 9/9] arm64: "
[PATCH V3 0/7] riscv: Add GENERIC_ENTRY, irq stack support
2022-09-07 7:06 UTC (15+ messages)
` [PATCH V3 1/7] riscv: elf_kexec: Fixup compile warning
` [PATCH V3 2/7] riscv: compat_syscall_table: "
` [PATCH V3 3/7] riscv: ptrace: Remove duplicate operation
` [PATCH V3 4/7] riscv: convert to generic entry
` [PATCH V3 5/7] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH V3 6/7] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH V3 7/7] riscv: Add config of thread stack size
[PATCH V2 0/3] arch: Cleanup ptrace_disable
2022-09-07 1:51 UTC (6+ messages)
` [PATCH V2 1/3] riscv: ptrace: Remove duplicate operation
` [PATCH V2 2/3] openrisc: "
` [PATCH V2 3/3] arch: ptrace: Cleanup ptrace_disable
` [PATCH] RISC-V: Add STACKLEAK erasing the kernel stack at the end of syscalls
[PATCH v2] alpha: Use generic <asm-generic/io.h>
2022-09-06 18:59 UTC
[PATCH] alpha: Use generic <asm-generic/io.h>
2022-09-06 14:59 UTC (5+ messages)
[PATCH v2] sparc: Fix the generic IO helpers
2022-09-06 9:36 UTC (3+ messages)
[PATCH v2 0/8] kbuild: various cleanups
2022-09-06 9:08 UTC (12+ messages)
` [PATCH v2 1/8] kbuild: fix and refactor single target build
` [PATCH v2 2/8] kbuild: rename modules.order in sub-directories to .modules.order
` [PATCH v2 3/8] kbuild: move core-y and drivers-y to ./Kbuild
` [PATCH v2 4/8] kbuild: move .vmlinux.objs rule to Makefile.modpost
` [PATCH v2 5/8] kbuild: move vmlinux.o rule to the top Makefile
` [PATCH v2 6/8] kbuild: unify two modpost invocations
` [PATCH v2 7/8] kbuild: use obj-y instead extra-y for objects placed at the head
` [PATCH v2 8/8] kbuild: remove head-y syntax
[PATCH 00/15] kbuild: various cleanups
2022-09-06 5:37 UTC (4+ messages)
` [PATCH 05/15] kbuild: build init/built-in.a just once
[arnd-asm-generic:asm-generic] BUILD SUCCESS 8cbb2b50ee2dcb082675237eaaa48fe8479f8aa5
2022-09-06 5:09 UTC
[PATCH v6 00/44] Add KernelMemorySanitizer infrastructure
2022-09-06 3:10 UTC (46+ messages)
` [PATCH v6 01/44] x86: add missing include to sparsemem.h
` [PATCH v6 02/44] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v6 03/44] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v6 04/44] x86: asm: instrument usercopy in get_user() and put_user()
` [PATCH v6 05/44] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v6 06/44] kmsan: add ReST documentation
` [PATCH v6 6/44] "
` [PATCH v6 07/44] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v6 08/44] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v6 09/44] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v6 10/44] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v6 11/44] kmsan: add KMSAN runtime core
` [PATCH v6 12/44] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v6 13/44] MAINTAINERS: add entry for KMSAN
` [PATCH v6 14/44] mm: kmsan: maintain KMSAN metadata for page operations
` [PATCH v6 15/44] mm: kmsan: call KMSAN hooks from SLUB code
` [PATCH v6 16/44] kmsan: handle task creation and exiting
` [PATCH v6 17/44] init: kmsan: call KMSAN initialization routines
` [PATCH v6 18/44] instrumented.h: add KMSAN support
` [PATCH v6 19/44] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v6 20/44] kmsan: add iomap support
` [PATCH v6 21/44] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v6 22/44] dma: kmsan: unpoison DMA mappings
` [PATCH v6 23/44] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v6 24/44] kmsan: handle memory sent to/from USB
` [PATCH v6 25/44] kmsan: add tests for KMSAN
` [PATCH v6 26/44] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v6 27/44] crypto: kmsan: disable accelerated configs "
` [PATCH v6 28/44] kmsan: disable physical page merging in biovec
` [PATCH v6 29/44] block: kmsan: skip bio block merging logic for KMSAN
` [PATCH v6 30/44] kcov: kmsan: unpoison area->list in kcov_remote_area_put()
` [PATCH v6 31/44] security: kmsan: fix interoperability with auto-initialization
` [PATCH v6 32/44] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v6 33/44] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v6 34/44] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v6 35/44] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v6 36/44] x86: kmsan: use __msan_ string functions where possible
` [PATCH v6 37/44] x86: kmsan: sync metadata pages on page fault
` [PATCH v6 38/44] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v6 39/44] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v6 40/44] x86: kmsan: don't instrument stack walking functions
` [PATCH v6 41/44] entry: kmsan: introduce kmsan_unpoison_entry_regs()
` [PATCH v6 42/44] bpf: kmsan: initialize BPF registers with zeroes
` [PATCH v6 43/44] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH v6 44/44] x86: kmsan: enable KMSAN builds for x86
[PATCH V2 0/6] riscv: Add GENERIC_ENTRY, IRQ_STACKS support
2022-09-06 1:55 UTC (17+ messages)
` [PATCH V2 1/6] riscv: ptrace: Remove duplicate operation
` [PATCH V2 2/6] riscv: convert to generic entry
` [PATCH V2 3/6] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH V2 4/6] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH V2 5/6] riscv: elf_kexec: Fixup compile warning
` [PATCH V2 6/6] riscv: compat_syscall_table: "
Fwd: [PATCH] tools/headers: Fix undefined behaviour (34 << 26)
2022-09-05 20:30 UTC (4+ messages)
` "
[PATCH V3] LoongArch: Add efistub booting support
2022-09-05 18:35 UTC (17+ messages)
Fwd: [RFC PATCH 1/1] Fix __kcrctab+* sections alignment
2022-09-05 15:26 UTC (10+ messages)
` "
[PATCH 0/3] riscv: Add GENERIC_ENTRY & IRQ_STACKS support
2022-09-04 10:35 UTC (11+ messages)
` [PATCH 1/3] riscv: convert to generic entry
` [PATCH 2/3] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH 3/3] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
[PATCH 1/2 v4] parisc: Remove 64bit access on 32bit machines
2022-09-04 8:10 UTC (2+ messages)
[PATCH 2/2 v4] parisc: Use the generic IO helpers
2022-09-03 23:02 UTC
[GIT PULL] LoongArch fixes for v6.0-rc4
2022-09-03 20:29 UTC (2+ messages)
[PATCH v4] tools/memory-model: Weaken ctrl dependency definition in explanation.txt
2022-09-03 20:19 UTC (2+ messages)
[PATCH v3] tools/memory-model: Weaken ctrl dependency definition in explanation.txt
2022-09-03 15:54 UTC (4+ messages)
[PATCH] LoongArch: Fix section mismatch due to acpi_os_ioremap()
2022-09-03 1:42 UTC
[PATCH] tools/memory-model: Weaken ctrl dependency definition in explanation.txt
2022-09-02 20:53 UTC (9+ messages)
[PATCH v3] riscv: Fix permissions for all mm's during mm init
2022-09-02 16:22 UTC (2+ messages)
[PATCH v2 1/2] powerpc/math_emu/efp: Include module.h
2022-09-02 16:00 UTC (2+ messages)
` [PATCH v2 2/2] powerpc/math-emu: Remove -w build flag and fix warnings
[PATCH v1 0/8] gpio: Get rid of ARCH_NR_GPIOS (v1)
2022-09-02 12:00 UTC (10+ messages)
` [PATCH v1 4/8] gpiolib: Get rid of ARCH_NR_GPIOS
[PATCH v2] riscv: Fix permissions for all mm's during mm init
2022-09-02 10:34 UTC (3+ messages)
[PATCH 1/2 v3] parisc: Remove 64bit access on 32bit machines
2022-09-02 8:55 UTC (3+ messages)
` [PATCH 2/2 v3] parisc: Use the generic IO helpers
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).