linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-29 20:29:50 to 2020-07-03 15:37:43 UTC [more...]

[PATCH v6 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-03 15:37 UTC  (10+ messages)
` [PATCH v6 01/26] arm64: mte: system register definitions
` [PATCH v6 02/26] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v6 03/26] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v6 04/26] arm64: mte: Add specific SIGSEGV codes
` [PATCH v6 05/26] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v6 06/26] mm: Add PG_arch_2 page flag
` [PATCH v6 07/26] mm: Preserve the PG_arch_* flags in __split_huge_page_tail()
` [PATCH v6 08/26] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE

[PATCH 00/22] add support for Clang LTO
 2020-07-03 14:51 UTC  (43+ messages)

[PATCH 1/5] selftests/powerpc: Add test of stack expansion logic
 2020-07-03 14:13 UTC  (8+ messages)
` [PATCH 2/5] powerpc: Allow 4096 bytes of stack expansion for the signal frame
` [PATCH 3/5] selftests/powerpc: Update the stack expansion test
` [RFC PATCH 4/5] powerpc/mm: Remove custom stack expansion checking
` [RFC PATCH 5/5] selftests/powerpc: Remove powerpc special cases from stack expansion test

[PATCH v5 00/25] arm64: Memory Tagging Extension user-space support
 2020-07-03 13:18 UTC  (11+ messages)
` [PATCH v5 06/25] mm: Add PG_ARCH_2 page flag
` [PATCH v5 19/25] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support

[PATCH 0/8] powerpc: queued spinlocks and rwlocks
 2020-07-03 10:52 UTC  (30+ messages)
` [PATCH 1/8] powerpc/powernv: must include hvcall.h to get PAPR defines
` [PATCH 2/8] powerpc/pseries: use smp_rmb() in H_CONFER spin yield
` [PATCH 3/8] powerpc/pseries: move some PAPR paravirt functions to their own file
` [PATCH 4/8] powerpc: move spinlock implementation to simple_spinlock
` [PATCH 5/8] powerpc/64s: implement queued spinlocks and rwlocks
` [PATCH 6/8] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
` [PATCH 7/8] powerpc/qspinlock: optimised atomic_try_cmpxchg_lock that adds the lock hint
` [PATCH 8/8] powerpc/64s: remove paravirt from simple spinlocks (RFC only)

[PATCH v2 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-03  7:35 UTC  (12+ messages)
` [PATCH v2 1/6] powerpc/powernv: must include hvcall.h to get PAPR defines
` [PATCH v2 2/6] powerpc/pseries: move some PAPR paravirt functions to their own file
` [PATCH v2 3/6] powerpc: move spinlock implementation to simple_spinlock
` [PATCH v2 4/6] powerpc/64s: implement queued spinlocks and rwlocks
` [PATCH v2 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
` [PATCH v2 6/6] powerpc/qspinlock: optimised atomic_try_cmpxchg_lock that adds the lock hint

[PATCH v3 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-07-03  2:35 UTC  (42+ messages)
` [PATCH v3 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH v3 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH v3 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH v3 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH v3 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH v3 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH v3 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH v3 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH v3 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH v3 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH v3 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH v3 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH v3 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH v3 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH v3 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH v3 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH v3 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH v3 18/21] KVM: arm64: Use common KVM implementation of MMU "
` [PATCH v3 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH v3 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH v3 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[PATCH v2 0/4] huge vmalloc mappings
 2020-07-03  0:15 UTC  (4+ messages)
` [PATCH v2 4/4] mm/vmalloc: Hugepage "

[PATCH] vmlinux.lds.h: Coalesce transient LLVM dead code elimination sections
 2020-07-02 23:27 UTC  (8+ messages)
      ` [PATCH v2] "

[PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
 2020-07-02 21:46 UTC  (3+ messages)

(unknown)
 2020-07-02 19:43 UTC 

[PATCH] vmlinux.lds: consider .text.{hot|unlikely}.* part of .text too
 2020-07-02 15:57 UTC  (5+ messages)
` [PATCH v2] vmlinux.lds: add PGO and AutoFDO input sections

[RFC v4 00/25] Unifying LKL into UML
 2020-07-02 14:07 UTC  (23+ messages)
` [RFC v5 00/21] "
  ` [RFC v5 01/21] um: split build in kernel and host parts
  ` [RFC v5 02/21] um: add os init and exit calls
  ` [RFC v5 03/21] um: move arch/um/os-Linux dir to tools/um/uml
  ` [RFC v5 04/21] um: host: implement os_initcalls and os_exitcalls
  ` [RFC v5 05/21] um: move arch/x86/um/os-Linux to tools/um/uml/
  ` [RFC v5 06/21] scritps: um: suppress warnings if SRCARCH=um
  ` [RFC v5 07/21] um: extend arch_switch_to for alternate SUBARCH
  ` [RFC v5 08/21] um: add nommu mode for UML library mode
  ` [RFC v5 09/21] um: nommu: host interface
  ` [RFC v5 10/21] um: nommu: memory handling
  ` [RFC v5 11/21] um: nommu: kernel thread support
  ` [RFC v5 12/21] um: nommu: system call interface and application API
  ` [RFC v5 13/21] um: nommu: basic console support
  ` [RFC v5 14/21] um: nommu: initialization and cleanup
  ` [RFC v5 15/21] um: nommu: integrate with irq infrastructure of UML
  ` [RFC v5 16/21] um: nommu: plug in the build system
  ` [RFC v5 17/21] um: host: add nommu build for ARCH=um
  ` [RFC v5 18/21] um: host: add utilities functions
  ` [RFC v5 19/21] um: host: posix host operations
  ` [RFC v5 20/21] um: host: add test programs
  ` [RFC v5 21/21] um: nommu: add block device support of UML

[RFC][PATCHSET] regset ->get() rework
 2020-06-30 19:40 UTC  (12+ messages)
` [PATCH 01/41] introduction of regset ->get() wrappers, switching ELF coredumps to those
  ` [PATCH 18/41] regset: new method and helpers for it
  ` [PATCH 22/41] sparc: switch to ->get2()

[Possible Spam] Covid 19 Wohltätigkeitsfonds
 2020-06-30  8:15 UTC 

[RFC Patch 0/2] fix up includes of linux/major.h
 2020-06-30  8:45 UTC  (5+ messages)
` [RFC PATCH 1/2] Explicitly include linux/major.h where it is needed

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-30  3:53 UTC  (4+ messages)

[PATCH v4 00/17] Warn on orphan section placement
 2020-06-29 21:06 UTC  (11+ messages)
` [PATCH v4 08/17] arm64/mm: Remove needless section quotes


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