linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-22 11:37:09 to 2020-06-24 17:53:05 UTC [more...]

[PATCH v5 00/25] arm64: Memory Tagging Extension user-space support
 2020-06-24 17:52 UTC  (8+ messages)
` [PATCH v5 01/25] arm64: mte: system register definitions
` [PATCH v5 02/25] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v5 03/25] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v5 04/25] arm64: mte: Add specific SIGSEGV codes
` [PATCH v5 05/25] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v5 06/25] mm: Add PG_ARCH_2 page flag
` [PATCH v5 07/25] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE

[PATCH v3 0/2] prctl.2 man page updates for Linux 5.6
 2020-06-24 17:36 UTC  (6+ messages)
  ` [PATCH v3 1/2] prctl.2: Add SVE prctls (arm64)
  ` [PATCH v3 2/2] prctl.2: Add tagged address ABI control "

[PATCH v3 0/9] Warn on orphan section placement
 2020-06-24 17:35 UTC  (52+ messages)
` [PATCH v3 1/9] vmlinux.lds.h: Add .gnu.version* to DISCARDS
` [PATCH v3 2/9] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to STABS_DEBUG
` [PATCH v3 3/9] efi/libstub: Remove .note.gnu.property
` [PATCH v3 4/9] x86/build: Warn on orphan section placement
` [PATCH v3 5/9] x86/boot: "
` [PATCH v3 6/9] arm/build: "
` [PATCH v3 7/9] arm/boot: "
` [PATCH v3 8/9] arm64/build: Use common DISCARDS in linker script
` [PATCH v3 9/9] arm64/build: Warn on orphan section placement

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-24 14:40 UTC  (9+ messages)

[PATCH v2 0/6] prctl.2 man page updates for Linux 5.6
 2020-06-24 10:29 UTC  (12+ messages)
` [RFC PATCH v2 6/6] prctl.2: Add tagged address ABI control prctls (arm64)

[PATCH v3 04/10] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
 2020-06-24  4:52 UTC  (4+ messages)
` [PATCH v3 05/10] x86: Make sure _etext includes function sections

[PATCH memory-model 0/14] LKMM updates for v5.9
 2020-06-24  4:05 UTC  (25+ messages)
` [PATCH tip/core/rcu 01/14] tools/memory-model: Add recent references
` [PATCH tip/core/rcu 02/14] tools/memory-model: Fix "conflict" definition
` [PATCH tip/core/rcu 03/14] Documentation: LKMM: Add litmus test for RCU GP guarantee where updater frees object
` [PATCH tip/core/rcu 04/14] Documentation: LKMM: Add litmus test for RCU GP guarantee where reader stores
` [PATCH tip/core/rcu 05/14] MAINTAINERS: Update maintainers for new Documentation/litmus-tests
` [PATCH tip/core/rcu 06/14] tools/memory-model: Add an exception for limitations on _unless() family
` [PATCH tip/core/rcu 07/14] Documentation/litmus-tests: Introduce atomic directory
` [PATCH tip/core/rcu 08/14] Documentation/litmus-tests/atomic: Add a test for atomic_set()
` [PATCH tip/core/rcu 09/14] Documentation/litmus-tests/atomic: Add a test for smp_mb__after_atomic()
` [PATCH tip/core/rcu 10/14] tools/memory-model: Fix reference to litmus test in recipes.txt
` [PATCH tip/core/rcu 11/14] Documentation/litmus-tests: Merge atomic's README into top-level one
` [PATCH tip/core/rcu 12/14] Documentation/litmus-tests: Cite an RCU litmus test
` [PATCH tip/core/rcu 13/14] tools/memory-model/README: Expand dependency of klitmus7
      ` [PATCH 1/2] tools/memory-model/README: Mention herdtools7 7.56 in compatibility table
        ` [PATCH 2/2] Documentation/litmus-tests: Add note on herd7 7.56 in atomic litmus test
` [PATCH tip/core/rcu 14/14] docs: fix references for DMA*.txt files

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

[PATCH 00/22] arm64: Memory Tagging Extension user-space support
 2020-06-23 16:42 UTC  (7+ messages)
` [PATCH 20/22] arm64: mte: Allow user control of the excluded tags via prctl()

Hello
 2020-06-23 12:03 UTC 

Greetings From Mrs. Sarah Koffi
 2020-06-23 11:14 UTC 

[PATCH] make asm-generic/cacheflush.h more standalone
 2020-06-23  6:56 UTC  (3+ messages)

[PATCH 0/2] Small fixes around cacheflush.h
 2020-06-23  6:20 UTC  (9+ messages)
` [PATCH 1/2] media: omap3isp: Remove cacheflush.h
` [PATCH 2/2] asm-generic: Make cacheflush.h self-contained

[PATCH v2 0/3] x86: Warn on orphan section placement
 2020-06-22 23:30 UTC  (23+ messages)
` [PATCH v2 1/3] vmlinux.lds.h: Add .gnu.version* to DISCARDS
` [PATCH v2 2/3] x86/build: Warn on orphan section placement
` [PATCH v2 3/3] x86/boot: "

[PATCH] vmlinux.lds: consider .text.{hot|unlikely}.* part of .text too
 2020-06-22 23:15 UTC  (6+ messages)

Good idea to rename files in include/uapi/ ?
 2020-06-22 18:06 UTC  (10+ messages)

URGENT REPLY
 2020-06-22 16:02 UTC 


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