linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-20 16:25:31 to 2020-01-23 23:40:33 UTC [more...]

[PATCH v9 0/5] Add NUMA-awareness to qspinlock
 2020-01-23 23:39 UTC  (31+ messages)
` [PATCH v9 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v9 4/5] locking/qspinlock: Introduce starvation avoidance into CNA

[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests
 2020-01-23 22:56 UTC  (16+ messages)
` [RFC v1 3/6] kunit: test: create a single centralized executor for all tests
` [RFC v1 4/6] init: main: add KUnit to kernel init
` [RFC v1 6/6] kunit: Add 'kunit_shutdown' option

[PATCH 0/5] x86: finish the MPX removal process
 2020-01-23 21:23 UTC  (7+ messages)
` [PATCH 4/5] mm: remove arch_bprm_mm_init() hook

[RFC v2 21/37] lkl tools: "boot" test
 2020-01-23 19:33 UTC  (2+ messages)

[PATCH v2 00/10] Rework READ_ONCE() to improve codegen
 2020-01-23 19:07 UTC  (34+ messages)
` [PATCH v2 01/10] compiler/gcc: Emit build-time warning for GCC prior to version 4.8
` [PATCH v2 02/10] netfilter: Avoid assigning 'const' pointer to non-const pointer
` [PATCH v2 03/10] fault_inject: Don't rely on "return value" from WRITE_ONCE()
` [PATCH v2 04/10] READ_ONCE: Simplify implementations of {READ,WRITE}_ONCE()
` [PATCH v2 05/10] READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accesses
` [PATCH v2 06/10] READ_ONCE: Drop pointer qualifiers when reading from scalar types
` [PATCH v2 07/10] locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macros
` [PATCH v2 08/10] arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macros
` [PATCH v2 09/10] compiler/gcc: Raise minimum GCC version for kernel builds to 4.8
` [PATCH v2 10/10] gcov: Remove old GCC 3.4 support

[PATCH] lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen_user()
 2020-01-23 18:47 UTC  (2+ messages)

[PATCH v7 0/5] Add NUMA-awareness to qspinlock
 2020-01-23  9:00 UTC  (16+ messages)
` [PATCH v7 1/5] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v7 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock

[PATCH 0/2] mm/thp: rework the pmd protect changing flow
 2020-01-23  8:24 UTC  (8+ messages)
` [PATCH v2 1/2] mm: add helpers pmdp_modify_prot_start/commit
` [PATCH v2 2/2] arm64: mm: rework the pmd protect changing flow

[PATCH v5 00/38] Hardened usercopy whitelisting
 2020-01-23  8:14 UTC  (7+ messages)
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
  ` [kernel-hardening] "

[PATCH V2 1/4] riscv: Separate patch for cflags and aflags
 2020-01-23  6:04 UTC  (10+ messages)
` [PATCH V2 2/4] riscv: Rename __switch_to_aux -> fpu
` [PATCH V2 3/4] riscv: Extending cpufeature.c to detect V-extension
` [PATCH V2 4/4] riscv: Add vector ISA support

[PATCH v5 00/12] arm64: ARMv8.5-A: Branch Target Identification support
 2020-01-22 21:21 UTC  (26+ messages)
` [PATCH v5 01/12] ELF: UAPI and Kconfig additions for ELF program properties
` [PATCH v5 02/12] ELF: Add ELF program property parsing support
` [PATCH v5 03/12] mm: Reserve asm-generic prot flag 0x10 for arch use
` [PATCH v5 04/12] arm64: Basic Branch Target Identification support
` [PATCH v5 05/12] elf: Allow arch to tweak initial mmap prot flags
` [PATCH v5 06/12] arm64: elf: Enable BTI at exec based on ELF program properties
` [PATCH v5 07/12] arm64: BTI: Decode BYTPE bits when printing PSTATE
` [PATCH v5 08/12] arm64: unify native/compat instruction skipping
` [PATCH v5 09/12] arm64: traps: Shuffle code to eliminate forward declarations
` [PATCH v5 10/12] arm64: BTI: Reset BTYPE when skipping emulated instructions
` [PATCH v5 11/12] KVM: "
` [PATCH v5 12/12] arm64: mm: Display guarded pages in ptdump

[PATCH v16 00/23] selftests, powerpc, x86: Memory Protection Keys
 2020-01-22 18:45 UTC  (3+ messages)

[PATCH v8 0/5] Add NUMA-awareness to qspinlock
 2020-01-22  9:56 UTC  (21+ messages)
` [PATCH v8 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v8 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v8 5/5] locking/qspinlock: Introduce the shuffle reduction optimization "

[PATCH v2 0/2] microblaze: Enable CMA
 2020-01-22  6:47 UTC  (6+ messages)
` [PATCH v2 1/2] asm-generic: Make dma-contiguous.h a mandatory include/asm header

[PATCH 00/22] arm64: Memory Tagging Extension user-space support
 2020-01-21 22:06 UTC  (3+ messages)
` [PATCH 15/22] arm64: mte: Add PROT_MTE support to mmap() and mprotect()

[PATCH 1/5] include/linux: Add instrumented.h infrastructure
 2020-01-21 16:16 UTC  (32+ messages)
` [PATCH 3/5] asm-generic, kcsan: Add KCSAN instrumentation for bitops

[PATCH -rcu] asm-generic, kcsan: Add KCSAN instrumentation for bitops
 2020-01-21 16:12 UTC  (12+ messages)

[PATCH v2 1/5] include/linux: Add instrumented.h infrastructure
 2020-01-21 16:05 UTC  (9+ messages)
` [PATCH v2 2/5] asm-generic, atomic-instrumented: Use generic instrumented.h
` [PATCH v2 3/5] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH v2 4/5] iov_iter: Use generic instrumented.h
` [PATCH v2 5/5] copy_to_user, copy_from_user: "

[PATCH] csky: Fix the compile error when enable ck860
 2020-01-21 15:05 UTC  (3+ messages)

Contact Diplomatic Agent, Mr. Mcclaine John to receive your ATM CARD valued the sum of $12.8Million United States Dollars
 2020-01-20 19:31 UTC 

[PATCH v2 00/10] Impveovements for random.h/archrandom.h
 2020-01-20 17:59 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).