linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-20 02:17:18 to 2022-08-27 04:00:17 UTC [more...]

[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
 2022-08-27  4:00 UTC  (46+ 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

"Verifying and Optimizing Compact NUMA-Aware Locks on Weak Memory Models"
 2022-08-26 23:47 UTC  (6+ messages)

[PATCH] wait_on_bit: add an acquire memory barrier
 2022-08-26 23:18 UTC  (25+ messages)
        ` [PATCH v3] "
            ` [PATCH] provide arch_test_bit_acquire for architectures that define test_bit

[PATCH] gpio: Allow user to customise maximum number of GPIOs
 2022-08-26 21:54 UTC  (12+ 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  (14+ messages)
` [PATCH 1/6] asm-generic: add a cpuinfo_ops definition in shared code
` [PATCH 2/6] microblaze: use the asm-generic version of cpuinfo_op
` [PATCH 3/6] s390: "
` [PATCH 4/6] sh: "
` [PATCH 5/6] sparc: "
` [PATCH 6/6] x86: "

[PATCH] sparc64: Fix the generic IO helpers
 2022-08-26 14:59 UTC  (4+ messages)

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

strlcpy() notes (was Re: [GIT PULL] smb3 client fixes)
 2022-08-26  7:40 UTC  (6+ 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  (19+ messages)

Fwd: [RFC PATCH 0/1] Fix __kcrctab+* sections alignment
 2022-08-25 12:03 UTC 

[PATCH v2 REPOST] asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig
 2022-08-25  8:25 UTC 

[PATCH V2 1/2] LoongArch: Add CPU HWMon platform driver
 2022-08-24 17:26 UTC  (12+ messages)
` [PATCH V2 2/2] LoongArch: Add ACPI-based generic laptop driver

[PATCH V2] LoongArch: Use TLB for ioremap()
 2022-08-24  3:07 UTC  (4+ messages)

[PATCH v2] arch/cacheflush: Introduce flush_all_caches()
 2022-08-23 17:36 UTC  (8+ messages)

[PATCH v1 1/1] asm-generic: Make parameter types consisten in _unaligned_be48()
 2022-08-23 14:09 UTC  (2+ messages)

[PATCH] LoongArch: Add SysRq-x (TLB Dump) support
 2022-08-23  9:06 UTC 

[PATCH V3] LoongArch: Add efistub booting support
 2022-08-23  3:11 UTC  (5+ messages)

The Telegraph: Sie mochten bequem wohnen und ab 1500 Euro pro Tag ein passives Einkommen erzielen?
 2022-08-23  0:00 UTC 

[linux-next:master] BUILD REGRESSION cc2986f4dc67df7e6209e0cd74145fffbd30d693
 2022-08-22 17:16 UTC 

[RESEND PATCH] ARM: Recover kretprobes return address for EABI stack unwinder
 2022-08-22 14:43 UTC  (3+ messages)

[PATCH] LoongArch: Use TLB for ioremap()
 2022-08-22  2:19 UTC  (3+ messages)

[RFC][PATCHES] termios.h cleanups
 2022-08-21 14:58 UTC  (25+ messages)
` [PATCH 1/7] loongarch: remove generic-y += termios.h
  ` [PATCH 2/7] termios: get rid of stray asm/termios.h include in n_hdlc.c
  ` [PATCH 3/7] start unifying INIT_C_CC and termios convertors
  ` [PATCH 4/7] termios: consolidate values for VDISCARD in INIT_C_CC
  ` [PATCH 5/7] make generic INIT_C_CC a bit more generic
  ` [PATCH 6/7] termios: convert the last (sparc) INIT_C_CC to array
  ` [PATCH 7/7] termios: get rid of non-UAPI asm/termios.h
        ` [PATCH v2 1/8] loongarch: remove generic-y += termios.h
          ` [PATCH v2 2/8] termios: get rid of stray asm/termios.h include in n_hdlc.c
          ` [PATCH v2 3/8] termios: uninline conversion helpers
          ` [PATCH v2 4/8] termios: start unifying non-UAPI parts of asm/termios.h
          ` [PATCH v2 5/8] termios: consolidate values for VDISCARD in INIT_C_CC
          ` [PATCH v2 6/8] make generic INIT_C_CC a bit more generic
          ` [PATCH v2 7/8] termios: convert the last (sparc) INIT_C_CC to array
          ` [PATCH v2 8/8] termios: get rid of non-UAPI asm/termios.h

[PATCH] LoongArch: Select PCI_QUIRKS to avoid build error
 2022-08-20 18:05 UTC  (2+ messages)

[PATCH V10 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-08-20  9:56 UTC  (3+ messages)
` [PATCH V10 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()

[PATCH V3 0/3] riscv: kexec: Fixup crash_save percpu and machine_kexec_mask_interrupts
 2022-08-20  9:41 UTC  (3+ messages)
` [PATCH V3 3/3] arch: crash: Remove duplicate declaration in smp.h

[PATCH 0/9] LoongArch: Add ftrace support
 2022-08-20  3:16 UTC  (10+ messages)
` [PATCH 1/9] LoongArch/ftrace: Add basic support


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