linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-09 20:08:14 to 2020-07-15 07:20:07 UTC [more...]

[PATCH v3 0/3] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-15  7:19 UTC  (7+ messages)
` [PATCH v3 1/3] arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature
` [PATCH v3 2/3] arm64: enable tlbi range instructions
` [PATCH v3 3/3] arm64: tlb: Use the TLBI RANGE feature in arm64

[PATCH] asm-generic/mmiowb: Get cpu in mmiowb_set_pending
 2020-07-15  6:45 UTC  (2+ messages)

clean up address limit helpers v2
 2020-07-15  6:06 UTC  (12+ messages)
` [PATCH 1/6] syscalls: use uaccess_kernel in addr_limit_user_check
` [PATCH 2/6] nds32: use uaccess_kernel in show_regs
` [PATCH 3/6] riscv: include <asm/pgtable.h> in <asm/uaccess.h>
` [PATCH 4/6] uaccess: remove segment_eq
` [PATCH 5/6] uaccess: add force_uaccess_{begin,end} helpers
` [PATCH 6/6] exec: use force_uaccess_begin during exec and exit

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-07-15  1:04 UTC  (4+ messages)
` [PATCH v8 5/8] powerpc/vdso: Prepare for switching VDSO to generic "

Add and use a generic version of devmem_is_allowed()
 2020-07-14 18:14 UTC  (16+ messages)
` [PATCH v2 1/5] lib: Add "
` [PATCH v2 2/5] RISC-V: Use the new generic devmem_is_allowed()
` [PATCH v2 3/5] arm: Use the "
` [PATCH v2 4/5] arm64: "
` [PATCH v2 5/5] unicore32: "

[PATCH 00/22] add support for Clang LTO
 2020-07-14 17:54 UTC  (16+ messages)

[PATCH v2 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-14 15:58 UTC  (29+ messages)
` [PATCH v2 1/2] arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature
` [PATCH v2 2/2] arm64: tlb: Use the TLBI RANGE feature in arm64

clean up address limit helpers
 2020-07-14 15:33 UTC  (25+ messages)
` [PATCH 1/6] syscalls: use uaccess_kernel in addr_limit_user_check
` [PATCH 2/6] nds32: use uaccess_kernel in show_regs
` [PATCH 3/6] riscv: include <asm/pgtable.h> in <asm/uaccess.h>
` [PATCH 4/6] uaccess: remove segment_eq
` [PATCH 5/6] uaccess: add force_uaccess_{begin,end} helpers
` [PATCH 6/6] exec: use force_uaccess_begin during exec and exit

[RFC PATCH 0/7] mmu context cleanup, lazy tlb cleanup,
 2020-07-14 13:23 UTC  (41+ messages)
` [RFC PATCH 1/7] asm-generic: add generic MMU versions of mmu context functions
` [RFC PATCH 2/7] arch: use asm-generic mmu context for no-op implementations
` [RFC PATCH 3/7] mm: introduce exit_lazy_tlb
` [RFC PATCH 4/7] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
` [RFC PATCH 5/7] lazy tlb: introduce lazy mm refcount helper functions
` [RFC PATCH 6/7] lazy tlb: allow lazy tlb mm switching to be configurable
` [RFC PATCH 7/7] lazy tlb: shoot lazies, a non-refcounting lazy tlb option

[PATCH 0/2] locking/qspinlock: Allow lock to store lock holder cpu number
 2020-07-14  9:01 UTC  (12+ messages)
` [PATCH 1/2] locking/qspinlock: Store lock holder cpu in lock if feasible
` [PATCH 2/2] locking/pvqspinlock: Optionally store lock holder cpu into lock

[PATCH v6 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-13 17:45 UTC  (4+ messages)
` [PATCH v6 02/26] arm64: mte: CPU feature detection and initial sysreg configuration

[PATCH] asm-generic/sembuf: Update architecture related information in comment
 2020-07-13  9:45 UTC  (2+ messages)

[PATCH V5 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-07-13  3:23 UTC  (5+ messages)
` [PATCH V5 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features
` [PATCH V5 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers
` [PATCH V5 3/4] mm/debug_vm_pgtable: Add debug prints for individual tests
` [PATCH V5 4/4] Documentation/mm: Add descriptions for arch page table helpers

[PATCH] mm/sparse: cleanup the code surrounding memory_present()
 2020-07-12  8:31 UTC 

[PATCH v1] arm64: tlb: don't set the ttl value in flush_tlb_page_nosync
 2020-07-10 15:29 UTC  (2+ messages)

[PATCH v19 00/12] Landlock LSM
 2020-07-10 12:57 UTC  (10+ messages)
` [PATCH v19 08/12] landlock: Add syscall implementation

[RESEND PATCH v5 0/6] arm64: tlb: add support for TTL feature
 2020-07-10  8:53 UTC  (6+ messages)
` [RESEND PATCH v5 3/6] arm64: Add tlbi_user_level TLB invalidation helper

[PATCH v9 0/4] Introduce the for_each_set_clump macro
 2020-07-10  8:04 UTC  (3+ messages)

Add and use a generic version of devmem_is_allowed()
 2020-07-10  5:51 UTC  (21+ messages)
` [PATCH 1/5] lib: Add "
` [PATCH 2/5] RISC-V: Use the new generic devmem_is_allowed()
` [PATCH 3/5] arm: Use the "
` [PATCH 4/5] arm64: "
` [PATCH 5/5] unicore32: "

[mm/debug_vm_pgtable] a97a171093: BUG:unable_to_handle_page_fault_for_address
 2020-07-10  6:47 UTC  (3+ messages)

[PATCH v4 1/2] linux/bits.h: fix unsigned less than zero warnings
 2020-07-10  6:38 UTC  (4+ messages)

[PATCH v1 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-10  6:07 UTC  (4+ messages)
` [PATCH v1 2/2] arm64: tlb: Use the TLBI RANGE feature in arm64

[RFC][PATCH] avoid refcounting the lazy tlb mm struct
 2020-07-10  0:45 UTC  (2+ 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).