linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-18 04:16:33 to 2022-08-26 15:09:31 UTC [more...]

[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
 2022-08-26 15:07 UTC  (8+ 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] gpio: Allow user to customise maximum number of GPIOs
 2022-08-26 15:08 UTC  (15+ messages)

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

[PATCH 0/6] Add an asm-generic cpuinfo_op declaration
 2022-08-26 14:47 UTC  (12+ 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] wait_on_bit: add an acquire memory barrier
 2022-08-26 14:08 UTC  (11+ messages)
        ` [PATCH v3] "

"Verifying and Optimizing Compact NUMA-Aware Locks on Weak Memory Models"
 2022-08-26 12:48 UTC 

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 v4 00/45] Add KernelMemorySanitizer infrastructure
 2022-08-25 22:13 UTC  (7+ messages)
` [PATCH v4 44/45] mm: fs: initialize fsdata passed to write_begin/write_end interface

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

[GIT PULL] LoongArch fixes for v6.0-rc3
 2022-08-25 13:10 UTC 

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  (13+ 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  (5+ messages)
` [PATCH V3 1/3] riscv: kexec: Disable all interrupts in kexec crash path
` [PATCH V3 2/3] riscv: kexec: Fixup crash_smp_send_stop with percpu crash_save_cpu
` [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  (15+ messages)
` [PATCH 1/9] LoongArch/ftrace: Add basic support
` [PATCH 2/9] LoongArch/ftrace: Add recordmcount support
` [PATCH 3/9] LoongArch/ftrace: Add dynamic function tracer support
` [PATCH 4/9] Loongarch/ftrace: Add dynamic function graph "
` [PATCH 5/9] Loongarch/ftrace: Add DYNAMIC_FTRACE_WITH_REGS support

[PATCH 6/9] LoongArch: modules/ftrace: Initialize PLT at load time
 2022-08-20  1:30 UTC  (6+ messages)
` [PATCH 7/9] Loongarch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support
` [PATCH 8/9] LoongArch: ftrace: Add CALLER_ADDRx macros
` [PATCH 9/9] LoongArch: Enable CONFIG_KALLSYMS_ALL and CONFIG_DEBUG_FS

[V2][PATCH] asm-generic: sections: refactor memory_intersects
 2022-08-20  1:26 UTC  (5+ messages)

[PATCH V2] LoongArch: Add efistub booting support
 2022-08-19  8:15 UTC  (5+ messages)

[PATCH v2] tee: add overflow check in register_shm_helper()
 2022-08-19  6:07 UTC  (2+ messages)

[PATCH 2/2] riscv: kexec: Implement crash_smp_send_stop with percpu crash_save_cpu
 2022-08-19  0:34 UTC  (4+ messages)

[PATCH] alpha: Use generic <asm-generic/io.h>
 2022-08-18 10:28 UTC  (2+ messages)

Zwiększenie płynności finansowej
 2022-08-18  8:11 UTC 

[PATCH V2 0/2] riscv: kexec: Fixup crash_save percpu and machine_kexec_mask_interrupts
 2022-08-18  4:38 UTC  (5+ messages)
` [PATCH V2 1/2] riscv: kexec: Disable all interrupts in kexec crash path
` [PATCH V2 2/2] riscv: kexec: Fixup crash_smp_send_stop with percpu crash_save_cpu

[PATCH V2] LoongArch: Add perf events support
 2022-08-18  4:16 UTC 


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