linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-23 14:30:14 to 2020-07-27 15:17:47 UTC [more...]

[PATCH] tools/memory-model: document the "one-time init" pattern
 2020-07-27 15:17 UTC  (10+ messages)

[RESEND RFC PATCH v1] arm64: kvm: flush tlbs by range in unmap_stage2_range function
 2020-07-27 14:51 UTC  (5+ messages)

Spende von 2.000.000,00 Euro
 2020-07-27 14:36 UTC 

[PATCH] lockdep: Fix TRACE_IRQFLAGS vs NMIs
 2020-07-27 13:17 UTC  (2+ messages)

improve compat handling for the i386 u64 alignment quirk
 2020-07-27 12:41 UTC  (16+ messages)
` [PATCH 1/4] arm64: stop using <asm/compat.h> directly
` [PATCH 2/4] compat: lift compat_s64 and compat_u64 to <linux/compat.h>
` [PATCH 3/4] compat: add a compat_need_64bit_alignment_fixup() helper
  ` [PATCH 4/4] quota: simplify the quotactl compat handling

[PATCH] io: Fix return type of _inb and _inl
 2020-07-27  8:41 UTC  (7+ messages)

from the Hospital
 2020-07-27  0:15 UTC 

[RFC][CFT][PATCHSET] saner calling conventions for csum-and-copy primitives
 2020-07-27  3:58 UTC  (59+ messages)
` [PATCH 01/18] skb_copy_and_csum_bits(): don't bother with the last argument
  ` [PATCH 04/18] csum_and_copy_..._user(): pass 0xffffffff instead of 0 as initial sum
` [RFC][CFT][PATCHSET v2] saner calling conventions for csum-and-copy primitives
  ` [PATCH v2 01/20] xtensa: fix access check in csum_and_copy_from_user
    ` [PATCH v2 02/20] skb_copy_and_csum_bits(): don't bother with the last argument
    ` [PATCH v2 03/20] icmp_push_reply(): reorder adding the checksum up
    ` [PATCH v2 04/20] unify generic instances of csum_partial_copy_nocheck()
    ` [PATCH v2 05/20] csum_partial_copy_nocheck(): drop the last argument
    ` [PATCH v2 06/20] csum_and_copy_..._user(): pass 0xffffffff instead of 0 as initial sum
    ` [PATCH v2 07/20] saner calling conventions for csum_and_copy_..._user()
    ` [PATCH v2 08/20] alpha: propagate the calling convention changes down to csum_partial_copy.c helpers
    ` [PATCH v2 09/20] arm: propagate the calling convention changes down to csum_partial_copy_from_user()
    ` [PATCH v2 10/20] m68k: get rid of zeroing destination on error in csum_and_copy_from_user()
    ` [PATCH v2 11/20] sh: propage the calling conventions change down to csum_partial_copy_generic()
    ` [PATCH v2 12/20] i386: propagate "
    ` [PATCH v2 13/20] sparc32: propagate the calling conventions change down to __csum_partial_copy_sparc_generic()
    ` [PATCH v2 14/20] mips: csum_and_copy_{to,from}_user() are never called under KERNEL_DS
    ` [PATCH v2 15/20] mips: __csum_partial_copy_kernel() has no users left
    ` [PATCH v2 16/20] mips: propagate the calling convention change down into __csum_partial_copy_..._user()
    ` [PATCH v2 17/20] xtensa: propagate the calling conventions change down into csum_partial_copy_generic()
    ` [PATCH v2 18/20] sparc64: propagate the calling convention changes down to __csum_partial_copy_...()
    ` [PATCH v2 19/20] amd64: switch csum_partial_copy_generic() to new calling conventions
    ` [PATCH v2 20/20] ppc: propagate the calling conventions change down to csum_partial_copy_generic()

[PATCH 4/6] arch, mm: wire up secretmemfd system call were relevant
 2020-07-26 17:44 UTC  (2+ messages)

[PATCH 1/2] lockdep: improve current->(hard|soft)irqs_enabled synchronisation with actual irq state
 2020-07-26 12:11 UTC  (18+ messages)

[PATCH v2 1/2] MIPS: Set page access bit with pgprot on platforms with RIXI
 2020-07-26  8:32 UTC  (3+ messages)

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-25 17:36 UTC  (32+ messages)
` [PATCH v3 4/6] powerpc/64s: implement "
` [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR

[PATCH v2 0/8] kcsan: Compound read-write instrumentation
 2020-07-24 22:40 UTC  (16+ messages)
` [PATCH v2 1/8] kcsan: Support compounded "
` [PATCH v2 2/8] objtool, kcsan: Add __tsan_read_write to uaccess whitelist
` [PATCH v2 3/8] kcsan: Skew delay to be longer for certain access types
` [PATCH v2 4/8] kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checks
` [PATCH v2 5/8] kcsan: Test support for compound instrumentation
` [PATCH v2 6/8] instrumented.h: Introduce read-write instrumentation hooks
` [PATCH v2 7/8] asm-generic/bitops: Use instrument_read_write() where appropriate
` [PATCH v2 8/8] locking/atomics: Use read-write instrumentation for atomic RMWs

[PATCH v4 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-24 21:11 UTC  (15+ messages)
` [PATCH v4 1/6] powerpc/pseries: move some PAPR paravirt functions to their own file
` [PATCH v4 2/6] powerpc: move spinlock implementation to simple_spinlock
` [PATCH v4 3/6] powerpc/64s: implement queued spinlocks and rwlocks
` [PATCH v4 4/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
` [PATCH v4 5/6] powerpc/qspinlock: optimised atomic_try_cmpxchg_lock that adds the lock hint
` [PATCH v4 6/6] powerpc: implement smp_cond_load_relaxed

[patch V5 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-24 20:51 UTC  (13+ messages)
` [patch V5 08/15] x86/entry: Move user return notifier out of loop
` [patch V5 13/15] x86/entry: Use generic interrupt entry/exit code
` [patch V5 15/15] x86/kvm: Use generic xfer to guest work function

[PATCH v4 00/13] "Task_isolation" mode
 2020-07-24 16:08 UTC  (20+ messages)
    ` [EXT] "

INVESTMENT
 2020-07-24 15:23 UTC 

[PATCH v3] powerpc: select ARCH_HAS_MEMBARRIER_SYNC_CORE
 2020-07-24 13:25 UTC  (2+ messages)

[PATCH v5 0/6] arch/x86: kprobes: Remove MODULES dependency
 2020-07-24 10:26 UTC 

[PATCH 1/5] selftests/powerpc: Add test of stack expansion logic
 2020-07-24  9:20 UTC  (4+ messages)
` [PATCH 2/5] powerpc: Allow 4096 bytes of stack expansion for the signal frame

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-07-24  4:59 UTC  (20+ messages)
` [PATCH v10 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states

[PATCH 2/2] lockdep: warn on redundant or incorrect irq state changes
 2020-07-24  2:57 UTC  (3+ messages)

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-23 19:33 UTC  (5+ messages)
` [PATCH v7 18/29] arm64: mte: Allow user control of the tag check mode via prctl()

[RFC][PATCHSET] regset ->get() rework
 2020-07-23 17:27 UTC  (3+ 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).