linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-11 16:11:43 to 2019-10-17 14:13:04 UTC [more...]

[PATCH v2 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-10-17 14:13 UTC  (8+ messages)
` [PATCH v2 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v2 2/8] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH v2 3/8] build, kcsan: Add KCSAN build exceptions
` [PATCH v2 4/8] seqlock, kcsan: Add annotations for KCSAN
` [PATCH v2 5/8] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH v2 6/8] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH v2 7/8] locking/atomics, kcsan: Add KCSAN instrumentation

[patch 014/102] llist: introduce llist_entry_safe()
 2019-10-17 12:56 UTC  (10+ messages)
            ` [PATCH] [RFC, EXPERIMENTAL] allow building with --std=gnu99

[PATCH 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-10-17  7:49 UTC  (48+ messages)
` [PATCH 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH 2/8] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH 3/8] build, kcsan: Add KCSAN build exceptions
` [PATCH 4/8] seqlock, kcsan: Add annotations for KCSAN
` [PATCH 5/8] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH 6/8] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH 7/8] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH 8/8] x86, kcsan: Enable KCSAN for x86

[PATCH v5 0/5] Add NUMA-awareness to qspinlock
 2019-10-16 20:57 UTC  (14+ messages)
` [PATCH v5 1/5] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v5 2/5] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v5 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v5 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v5 5/5] locking/qspinlock: Introduce the shuffle reduction optimization "

[PATCH v3 0/5] elide extraneous generated code for folded p4d/pud/pmd
 2019-10-16 16:24 UTC  (12+ messages)
` [PATCH v3 1/5] ARC: mm: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v3 2/5] asm-generic/tlb: stub out pud_free_tlb() if nopud
` [PATCH v3 3/5] asm-generic/tlb: stub out p4d_free_tlb() if nop4d
` [PATCH v3 4/5] asm-generic/tlb: stub out pmd_free_tlb() if nopmd
` [PATCH v3 5/5] asm-generic/mm: stub out p{4, u}d_clear_bad() if __PAGETABLE_P{4, U}D_FOLDED
  ` [PATCH v3 5/5] asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDED

[PATCH] Convert filldir[64]() from __put_user() to unsafe_put_user()
 2019-10-16 12:24 UTC  (12+ messages)
                    ` [RFC] change of calling conventions for arch_futex_atomic_op_inuser()

[PATCH v2 0/5] eldie generated code for folded p4d/pud
 2019-10-16 10:35 UTC  (22+ messages)
` [PATCH v2 1/5] ARC: mm: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 2/5] asm-generic/tlb: stub out pud_free_tlb() if nopud
` [PATCH v2 3/5] asm-generic/tlb: stub out p4d_free_tlb() if nop4d
` [PATCH v2 4/5] asm-generic/tlb: stub out pmd_free_tlb() if nopmd
` [PATCH v2 5/5] asm-generic/mm: stub out p{4, d}d_clear_bad() if __PAGETABLE_P{4, u}D_FOLDED
  ` [PATCH v2 5/5] asm-generic/mm: stub out p{4,d}d_clear_bad() if __PAGETABLE_P{4,u}D_FOLDED

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-16  8:28 UTC  (22+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH v2 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH v2 23/29] parisc: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH v2 25/29] xtensa: "

[PATCH v9 00/28] New macros for assembler symbols
 2019-10-16  7:12 UTC  (27+ messages)
` [PATCH v9 01/28] linkage: Introduce new "
` [PATCH v9 03/28] x86/asm: Annotate relocate_kernel_{32,64}.c
` [PATCH v9 04/28] x86/asm/entry: Annotate THUNKs
` [PATCH v9 07/28] x86/boot: Annotate local functions
` [PATCH v9 13/28] um: Annotate data appropriately
` [PATCH v9 15/28] x86/asm/purgatory: Start using annotations
` [PATCH v9 17/28] x86/asm: Use SYM_INNER_LABEL instead of GLOBAL
` [PATCH v9 24/28] x86_64/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*

[PATCH 1/6] sh: Move cmpxchg-xchg.h to asm-generic
 2019-10-15 22:31 UTC  (6+ messages)
    ` [PATCH 1/6 v2] "

[PATCH v2 00/12] arm64: ARMv8.5-A: Branch Target Identification support
 2019-10-15 16:49 UTC  (20+ messages)
` [PATCH v2 05/12] arm64: Basic "
` [PATCH v2 09/12] arm64: traps: Fix inconsistent faulting instruction skipping

[PATCH 0/3] eldie generated code for folded p4d/pud
 2019-10-14 21:48 UTC  (15+ messages)
` [RFC] asm-generic/tlb: stub out pmd_free_tlb() if __PAGETABLE_PMD_FOLDED

[PATCH] compiler: enable CONFIG_OPTIMIZE_INLINING forcibly
 2019-10-12 14:45 UTC  (17+ messages)

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-12  4:15 UTC  (7+ messages)
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution


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