linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-01 13:10:27 to 2022-09-05 18:03:52 UTC [more...]

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-05 18:03 UTC  (68+ messages)
` [RFC PATCH 03/30] Lazy percpu counters
` [RFC PATCH 11/30] mm: introduce slabobj_ext to support slab object extensions
` [RFC PATCH 14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [RFC PATCH 16/30] mm: enable slab allocation tagging for kmalloc and friends
` [RFC PATCH 27/30] Code tagging based latency tracking
` [RFC PATCH 28/30] Improved symbolic error names

Fwd: [RFC PATCH 1/1] Fix __kcrctab+* sections alignment
 2022-09-05 15:26 UTC  (10+ messages)
  `  "

[PATCH V2 0/6] riscv: Add GENERIC_ENTRY, IRQ_STACKS support
 2022-09-05 13:18 UTC  (16+ 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: "

[PATCH v6 00/44] Add KernelMemorySanitizer infrastructure
 2022-09-05 12:24 UTC  (45+ 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 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 V3] LoongArch: Add efistub booting support
 2022-09-05  7:34 UTC  (15+ messages)

Fwd: [PATCH] tools/headers: Fix undefined behaviour (34 << 26)
 2022-09-05  3:19 UTC  (3+ 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 V2 0/3] arch: Cleanup ptrace_disable
 2022-09-03 16:23 UTC  (4+ 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 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 v2 0/9] gpio: Get rid of ARCH_NR_GPIOS (v2)
 2022-09-02 15:22 UTC  (12+ 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 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 00/15] kbuild: various cleanups
 2022-09-02  9:41 UTC  (3+ messages)
` [PATCH 05/15] kbuild: build init/built-in.a just once

[PATCH 1/2 v3] parisc: Remove 64bit access on 32bit machines
 2022-09-02  8:55 UTC  (4+ messages)
` [PATCH 2/2 v3] parisc: Use the generic IO helpers

[RFC][PATCHES] termios.h cleanups
 2022-09-02  5:32 UTC  (12+ messages)
` [PATCH v2 1/8] loongarch: remove generic-y += termios.h
  ` [PATCH v2 3/8] termios: uninline conversion helpers
        ` [PATCH v3 1/6] "
        ` [PATCH v3 2/6] termios: start unifying non-UAPI parts of asm/termios.h
        ` [PATCH v3 3/6] termios: consolidate values for VDISCARD in INIT_C_CC
        ` [PATCH v3 4/6] make generic INIT_C_CC a bit more generic
        ` [PATCH v3 5/6] termios: convert the last (sparc) INIT_C_CC to array
        ` [PATCH v3 6/6] termios: get rid of non-UAPI asm/termios.h
          ` [PATCH v3 7/6] termios: kill uapi termios.h that are identical to generic one

[PATCH] LoongArch: Improve dump_tlb() output messages
 2022-09-02  3:14 UTC 

[PATCH] LoongArch: Adjust arch_do_signal_or_restart() to adapt generic entry
 2022-09-02  2:29 UTC 

[PATCH] uapi: fix repeated words in comments
 2022-09-02  1:28 UTC 

[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
 2022-09-01 23:44 UTC  (8+ messages)
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()

[RESEND][PATCH v1 1/1] asm-generic: Make parameter types consisten in _unaligned_be48()
 2022-09-01 20:14 UTC  (3+ messages)

[PATCH v2] parisc: Use the generic IO helpers
 2022-09-01 19:52 UTC  (3+ messages)

[RFC PATCH 2/2] fs/xattr: wire up syscalls
 2022-09-01 16:45 UTC  (3+ messages)
  ` [RFC PATCH 1/2] fs/xattr: add *at family syscalls

[PATCH] parisc: Use the generic IO helpers
 2022-09-01 13:03 UTC  (5+ messages)


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).