linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-08 05:51:59 to 2019-11-14 18:04:06 UTC [more...]

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-14 18:03 UTC  (14+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v4 02/10] include/linux/compiler.h: Introduce data_race(expr) macro
` [PATCH v4 03/10] kcsan: Add Documentation entry in dev-tools
` [PATCH v4 04/10] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH v4 05/10] build, kcsan: Add KCSAN build exceptions
` [PATCH v4 06/10] seqlock, kcsan: Add annotations for KCSAN
` [PATCH v4 07/10] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH v4 08/10] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH v4 09/10] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v4 10/10] x86, kcsan: Enable KCSAN for x86

[PATCH v2] fs: add new O_MNT flag for opening mount root from mountpoint fd
 2019-11-14 14:13 UTC  (4+ messages)

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-14 13:33 UTC  (47+ messages)
` [PATCH v15 2/9] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v15 7/9] open: introduce openat2(2) syscall

[PATCH] random: Make RANDOM_TRUST_CPU depend on ARCH_RANDOM
 2019-11-14 11:33 UTC  (2+ messages)

loop nesting in alignment exception and machine check
 2019-11-14  3:46 UTC  (3+ messages)
      ` 答复: 答复: "

[PATCH 00/23] y2038 cleanups
 2019-11-13 21:40 UTC  (10+ messages)
` [PATCH 02/23] y2038: add __kernel_old_timespec and __kernel_old_time_t
` [PATCH 08/23] y2038: ipc: remove __kernel_time_t reference from headers

Question about "asm/rwonce.h: No such file or directory"
 2019-11-13 15:48 UTC  (29+ messages)

use generic DMA mapping code in powerpc V4
 2019-11-13 11:02 UTC  (28+ messages)
                ` Bug 205201 - overflow of DMA mask and bus mask

[PATCH v5 00/38] Hardened usercopy whitelisting
 2019-11-12 21:21 UTC  (6+ messages)
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
  ` [kernel-hardening] "

[PATCH] fs: add new O_MNT flag for opening mount root from mountpoint fd
 2019-11-12 20:58 UTC  (4+ messages)

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-11-12 20:55 UTC  (14+ messages)
` [PATCH v2 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA

generic ioremap (and lots of cleanups) v3
 2019-11-12  8:51 UTC  (34+ messages)
` [PATCH 01/21] arm: remove ioremap_cached
` [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 12/21] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 17/21] lib: provide a simple generic ioremap implementation
` [PATCH 19/21] nds32: use generic ioremap

[PATCH] mm: fixmap: convert __set_fixmap_offset() to an inline function
 2019-11-12  7:53 UTC  (8+ messages)

[PATCH v4 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-11 23:35 UTC  (12+ messages)
` [PATCH v4 05/13] m68k: mm: use pgtable-nopXd instead of 4level-fixup

[PATCH v2 00/10] Improvements for random.h/archrandom.h
 2019-11-11 17:20 UTC  (3+ messages)

[PATCH v6 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
 2019-11-10 21:30 UTC  (3+ messages)

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-11-08 18:09 UTC  (6+ messages)
` [PATCH v8 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-08 14:23 UTC  (5+ messages)
` [PATCH v3 1/9] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[PATCH v8 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-11-08 13:19 UTC  (4+ messages)
` [PATCH v8 07/14] x86/cet/ibt: Add ENDBR to op-code-map

[RFC v2 00/37] Unifying LKL into UML
 2019-11-08 11:17 UTC  (3+ messages)

[patch V2 00/17] entry: Provide generic implementation for host and guest entry/exit work
 2019-11-08 11:07 UTC  (7+ messages)
` [patch V2 06/17] x86/entry/32: Remove redundant interrupt disable
` [patch V2 07/17] x86/entry/64: "

[PATCH v3 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-08  8:32 UTC  (8+ messages)
` [PATCH v3 05/13] m68k: mm: use pgtable-nopXd instead of 4level-fixup

[PATCH 1/3] arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained
 2019-11-08  5:51 UTC  (4+ messages)
` [PATCH 3/3] arch: sembuf.h: make uapi asm/sembuf.h self-contained


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