linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-24 01:25:53 to 2020-07-28 03:34:01 UTC [more...]

[PATCH 00/24] Use asm-generic for mmu_context no-op functions
 2020-07-28  3:34 UTC  (32+ messages)
` [PATCH 02/24] alpha: use asm-generic/mmu_context.h for no-op implementations
` [PATCH 03/24] arc: "
` [PATCH 04/24] arm: "
` [PATCH 05/24] arm64: "
` [PATCH 06/24] csky: "
` [PATCH 07/24] hexagon: "
` [PATCH 08/24] ia64: "
` [PATCH 10/24] microblaze: "
` [PATCH 11/24] mips: "
` [PATCH 13/24] nios2: "
` [PATCH 15/24] parisc: "
` [PATCH 16/24] powerpc: "
` [PATCH 17/24] riscv: "
` [PATCH 18/24] s390: "
` [PATCH 19/24] sh: "
` [PATCH 20/24] sparc: "

improve compat handling for the i386 u64 alignment quirk
 2020-07-28  1:49 UTC  (19+ 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 01/15] mm/memory.c: avoid access flag update TLB flush for retried page fault
 2020-07-28  0:38 UTC  (5+ messages)

[patch V4 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-27 22:39 UTC  (8+ messages)
` [patch V4 03/15] entry: Provide generic syscall exit function
` [patch V4 04/15] entry: Provide generic interrupt entry/exit code
` [patch V4 06/15] x86/entry: Consolidate check_user_regs()

[patch V3 00/13] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-27 22:28 UTC  (4+ messages)
` [patch V3 01/13] entry: Provide generic syscall entry functionality

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

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2020-07-27 18:00 UTC  (14+ messages)
` [RFC PATCH 1/5] elf: reintroduce using MAP_FIXED_NOREPLACE for elf executable mappings
` [RFC PATCH 2/5] mm: do not assume only the stack vma exists in setup_arg_pages()
` [RFC PATCH 3/5] mm: introduce VM_EXEC_KEEP
` [RFC PATCH 4/5] exec, elf: require opt-in for accepting preserved mem
` [RFC PATCH 5/5] mm: introduce MADV_DOEXEC

[PATCH v2 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-07-27 17:25 UTC  (11+ messages)
  ` [PATCH v2 1/7] mm: add definition of PMD_PAGE_ORDER
  ` [PATCH v2 4/7] arch, mm: wire up memfd_secret system call were relevant
  ` [PATCH v2 5/7] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v2 2/7] mmap: make mlock_future_check() global
` [PATCH v2 3/7] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v2 6/7] mm: secretmem: add ability to reserve memory at boot
` [PATCH v2 7/7] "

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

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-27 16:36 UTC  (3+ messages)
` [PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation

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)

[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 v2] saner calling conventions for csum-and-copy primitives
 2020-07-27  3:58 UTC  (22+ messages)
` [PATCH v2 01/20] xtensa: fix access check in csum_and_copy_from_user
  ` [PATCH v2 04/20] unify generic instances of csum_partial_copy_nocheck()
  ` [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  (16+ messages)

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

[RFC][CFT][PATCHSET] saner calling conventions for csum-and-copy primitives
 2020-07-25 17:54 UTC  (7+ 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

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-25 17:36 UTC  (15+ messages)
` [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  (8+ messages)
` [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  (9+ 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  (11+ messages)

[PATCH 2/2] lockdep: warn on redundant or incorrect irq state changes
 2020-07-24  2:57 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).