linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-07 02:52:38 to 2022-09-19 06:05:07 UTC [more...]

[PATCH v4] riscv: Fix permissions for all mm's during mm init
 2022-09-19  6:04 UTC  (2+ messages)

[PATCH V4] LoongArch: Add ACPI-based generic laptop driver
 2022-09-19  2:15 UTC 

[PATCH V2] LoongArch: Refactor cache probe and flush methods
 2022-09-19  2:13 UTC 

[PATCH] asm-generic: Remove unnecessary ‘0’ values from guest_id
 2022-09-19  1:51 UTC 

[PATCH v3] riscv: Fix permissions for all mm's during mm init
 2022-09-19  1:29 UTC  (5+ messages)

[PATCH V5 00/11] riscv: Add GENERIC_ENTRY support and related features
 2022-09-18 15:52 UTC  (12+ messages)
` [PATCH V5 01/11] riscv: elf_kexec: Fixup compile warning
` [PATCH V5 02/11] riscv: compat_syscall_table: "
` [PATCH V5 03/11] riscv: ptrace: Remove duplicate operation
` [PATCH V5 04/11] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH V5 05/11] riscv: traps: Add noinstr to prevent instrumentation inserted
` [PATCH V5 06/11] entry: Prevent DEBUG_PREEMPT warning
` [PATCH V5 07/11] riscv: convert to generic entry
` [PATCH V5 08/11] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH V5 09/11] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH V5 10/11] riscv: Add config of thread stack size
` [PATCH V5 11/11] riscv: Add support for STACKLEAK gcc plugin

[PATCH V4 0/9] riscv: Add GENERIC_ENTRY, irq stack support
 2022-09-18 15:42 UTC  (27+ messages)
` [PATCH V4 1/8] riscv: elf_kexec: Fixup compile warning
` [PATCH V4 2/8] riscv: compat_syscall_table: "
` [PATCH V4 3/8] riscv: ptrace: Remove duplicate operation
` [PATCH V4 4/8] riscv: traps: Add noinstr to prevent instrumentation inserted
` [PATCH V4 5/8] riscv: convert to generic entry
` [PATCH V4 6/8] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH V4 7/8] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH V4 8/8] riscv: Add config of thread stack size

[PATCH V3] LoongArch: Add ACPI-based generic laptop driver
 2022-09-18  7:38 UTC  (8+ messages)

[PATCH v4] riscv: Fix permissions for all mm's during mm init
 2022-09-17 18:47 UTC 

[PATCH 0/3] riscv: ftrace: Fixup ftrace detour code
 2022-09-17 10:46 UTC  (6+ messages)
` [PATCH 1/3] riscv: ftrace: Fixup panic by disabling preemption
` [PATCH 2/3] riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
` [PATCH 3/3] riscv: ftrace: Reduce the detour code size to half

[PATCH] LoongArch: Refactor cache probe and flush methods
 2022-09-17 10:22 UTC  (2+ messages)

[PATCH 1/2] Input: i8042: Rename i8042-x86ia64io.h to i8042-acpipnpio.h
 2022-09-17  6:40 UTC  (2+ messages)
` [PATCH 2/2] Input: i8042: Add LoongArch support in i8042-acpipnpio.h

[PATCH 1/2] powerpc: Keep .rela* sections when CONFIG_RELOCATABLE is defined
 2022-09-17  6:31 UTC  (4+ messages)
` [PATCH 2/2] Discard .note.gnu.property sections in generic NOTES

[PATCH 0/3] x86/dumpstack: Inline copy_from_user_nmi()
 2022-09-17  2:20 UTC  (10+ messages)
` [PATCH 1/3] x86/uaccess: Move nmi_uaccess_okay() into uaccess.h
` [PATCH 2/3] x86/dumpstack: Inline copy_from_user_nmi()
` [PATCH 3/3] usercopy: Add find_vmap_area_try() to avoid deadlocks

[PATCH] Input: i8042 - Add PNP checking hook for Loongson
 2022-09-16 15:04 UTC  (4+ messages)

[PATCH v7 00/43] Add KernelMemorySanitizer infrastructure
 2022-09-16  9:12 UTC  (48+ messages)
` [PATCH v7 01/43] x86: add missing include to sparsemem.h
` [PATCH v7 02/43] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v7 03/43] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v7 04/43] x86: asm: instrument usercopy in get_user() and put_user()
` [PATCH v7 05/43] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v7 06/43] kmsan: add ReST documentation
` [PATCH v7 07/43] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v7 08/43] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v7 09/43] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v7 10/43] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v7 11/43] kmsan: add KMSAN runtime core
` [PATCH v7 12/43] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v7 13/43] MAINTAINERS: add entry for KMSAN
` [PATCH v7 14/43] mm: kmsan: maintain KMSAN metadata for page operations
` [PATCH v7 15/43] mm: kmsan: call KMSAN hooks from SLUB code
` [PATCH v7 16/43] kmsan: handle task creation and exiting
` [PATCH v7 17/43] init: kmsan: call KMSAN initialization routines
` [PATCH v7 18/43] instrumented.h: add KMSAN support
` [PATCH v7 19/43] kmsan: add iomap support
` [PATCH v7 20/43] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v7 21/43] dma: kmsan: unpoison DMA mappings
` [PATCH v7 22/43] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v7 23/43] kmsan: handle memory sent to/from USB
` [PATCH v7 24/43] kmsan: add tests for KMSAN
` [PATCH v7 25/43] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v7 26/43] crypto: kmsan: disable accelerated configs "
` [PATCH v7 27/43] kmsan: disable physical page merging in biovec
` [PATCH v7 28/43] block: kmsan: skip bio block merging logic for KMSAN
` [PATCH v7 29/43] kcov: kmsan: unpoison area->list in kcov_remote_area_put()
` [PATCH v7 30/43] security: kmsan: fix interoperability with auto-initialization
` [PATCH v7 31/43] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v7 32/43] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v7 33/43] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v7 34/43] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v7 35/43] x86: kmsan: use __msan_ string functions where possible
` [PATCH v7 36/43] x86: kmsan: sync metadata pages on page fault
` [PATCH v7 37/43] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v7 38/43] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v7 39/43] x86: kmsan: don't instrument stack walking functions
` [PATCH v7 40/43] entry: kmsan: introduce kmsan_unpoison_entry_regs()
` [PATCH v7 41/43] bpf: kmsan: initialize BPF registers with zeroes
` [PATCH v7 42/43] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH v7 43/43] x86: kmsan: enable KMSAN builds for x86

"Verifying and Optimizing Compact NUMA-Aware Locks on Weak Memory Models"
 2022-09-16  8:18 UTC  (22+ messages)

[PATCH] locking/memory-barriers.txt: Improve documentation for writel() usage
 2022-09-15 18:38 UTC  (8+ messages)

[PATCH v2 0/9] gpio: Get rid of ARCH_NR_GPIOS (v2)
 2022-09-14 13:03 UTC  (6+ messages)

[PATCH 00/15] kbuild: various cleanups
 2022-09-14 13:00 UTC  (6+ messages)
` [PATCH 05/15] kbuild: build init/built-in.a just once

[arnd-asm-generic:asm-generic] BUILD SUCCESS fdc5bebfb66bf0d261818c2df2b01c2a005791fe
 2022-09-13  8:46 UTC 

[PATCH v2] tools/memory-model: Weaken ctrl dependency definition in explanation.txt
 2022-09-12 14:11 UTC  (4+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS 773428ffd867d1ef116c041cdbc4890bee112854
 2022-09-10 20:48 UTC 

[PATCH 1/2 v4] parisc: Remove 64bit access on 32bit machines
 2022-09-10  7:57 UTC  (4+ messages)

[PATCH v2 1/2] powerpc/math_emu/efp: Include module.h
 2022-09-09 12:06 UTC  (2+ messages)

[GIT PULL] asm-generic: SOFTIRQ_ON_OWN_STACK rework
 2022-09-09 11:59 UTC  (2+ messages)

[PATCH] mm: bring back update_mmu_cache() to finish_fault()
 2022-09-09 10:10 UTC  (4+ messages)

[PATCH v6 00/44] Add KernelMemorySanitizer infrastructure
 2022-09-09  8:57 UTC  (3+ messages)
` [PATCH v6 40/44] x86: kmsan: don't instrument stack walking functions

[RFC][PATCHES] termios.h cleanups
 2022-09-09  8:45 UTC  (6+ messages)
` [PATCH v2 1/8] loongarch: remove generic-y += termios.h
  ` [PATCH v2 3/8] termios: uninline conversion helpers

[arnd-asm-generic:asm-generic] BUILD SUCCESS e1127d3ee3ee2742a50af7a107a671b4b5e57c3e
 2022-09-09  8:14 UTC 

[PATCH v2] alpha: Use generic <asm-generic/io.h>
 2022-09-08 14:52 UTC  (2+ messages)

[PATCH] asm-generic: Remove empty #ifdef SA_RESTORER
 2022-09-08 14:51 UTC  (2+ messages)

[PATCH v2] sparc: Fix the generic IO helpers
 2022-09-08 14:50 UTC  (2+ messages)

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-08  7:47 UTC  (19+ messages)

[PATCH v2 0/8] kbuild: various cleanups
 2022-09-08  7:15 UTC  (6+ messages)
` [PATCH v2 7/8] kbuild: use obj-y instead extra-y for objects placed at the head

[PATCH v2 REPOST] asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig
 2022-09-08  6:39 UTC  (2+ messages)

[PATCH V3 0/7] riscv: Add GENERIC_ENTRY, irq stack support
 2022-09-07  7:06 UTC  (6+ 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).