linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-11 11:51:20 to 2019-10-16 11:18:56 UTC [more...]

[PATCH 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-10-16 11:18 UTC  (24+ 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 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  (26+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH v2 02/29] powerpc: Remove PT_NOTE workaround
` [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  (63+ 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 06/28] x86/asm/crypto: Annotate local functions
` [PATCH v9 07/28] x86/boot: "
` [PATCH v9 10/28] x86/asm/entry: Annotate interrupt symbols properly
` [PATCH v9 11/28] x86/asm/head: Annotate data appropriately
` [PATCH v9 12/28] x86/boot: "
` [PATCH v9 13/28] um: "
` [PATCH v9 14/28] xen/pvh: "
` [PATCH v9 15/28] x86/asm/purgatory: Start using annotations
` [PATCH v9 16/28] x86/asm: Do not annotate functions by GLOBAL
` [PATCH v9 17/28] x86/asm: Use SYM_INNER_LABEL instead of GLOBAL
` [PATCH v9 18/28] x86/asm/realmode: Use SYM_DATA_* "
` [PATCH v9 19/28] x86/asm: Kill the last GLOBAL user and remove the macro
` [PATCH v9 20/28] x86/asm: Make some functions local
` [PATCH v9 21/28] x86/asm/ftrace: Mark function_hook as function
` [PATCH v9 22/28] x86_64/asm: Add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH v9 23/28] x86_64/asm: Change all ENTRY+END to SYM_CODE_*
` [PATCH v9 24/28] x86_64/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v9 25/28] x86_32/asm: Add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH v9 26/28] x86_32/asm: Change all ENTRY+END to SYM_CODE_*
` [PATCH v9 27/28] x86_32/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v9 28/28] x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGN

[PATCH v5 0/5] Add NUMA-awareness to qspinlock
 2019-10-16  4:29 UTC  (12+ 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 1/6] sh: Move cmpxchg-xchg.h to asm-generic
 2019-10-15 22:31 UTC  (6+ messages)
    ` [PATCH 1/6 v2] "

[PATCH] Convert filldir[64]() from __put_user() to unsafe_put_user()
 2019-10-15 20:18 UTC  (8+ messages)

[PATCH v2 00/12] arm64: ARMv8.5-A: Branch Target Identification support
 2019-10-15 16:49 UTC  (53+ messages)
` [PATCH v2 04/12] arm64: docs: cpu-feature-registers: Document ID_AA64PFR1_EL1
` [PATCH v2 05/12] arm64: Basic Branch Target Identification support
  ` [FIXUP 0/2] Fixups to patch 5
    ` [FIXUP 1/2] squash! arm64: Basic Branch Target Identification support
    ` [FIXUP 2/2] "
` [PATCH v2 08/12] arm64: BTI: Decode BYTPE bits when printing PSTATE
` [PATCH v2 09/12] arm64: traps: Fix inconsistent faulting instruction skipping
` [PATCH v2 11/12] arm64: BTI: Reset BTYPE when skipping emulated instructions
` [PATCH v2 12/12] KVM: "

[PATCH 0/3] eldie generated code for folded p4d/pud
 2019-10-14 21:48 UTC  (19+ 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).