linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-13 14:44:16 to 2020-07-17 06:06:22 UTC [more...]

clean up address limit helpers v2
 2020-07-17  6:06 UTC  (14+ 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] tools/memory-model: document the "one-time init" pattern
 2020-07-17  5:49 UTC  (3+ messages)

[PATCH V5 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-07-17  3:20 UTC  (4+ messages)
` [PATCH V5 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features

[RFC PATCH 0/7] mmu context cleanup, lazy tlb cleanup,
 2020-07-17  0:00 UTC  (40+ messages)
` [RFC PATCH 4/7] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
` [RFC PATCH 7/7] lazy tlb: shoot lazies, a non-refcounting lazy tlb option

[PATCH] linux: arm: vdso: nullpatch vdso_clock_gettime64 for non-virtual timers
 2020-07-16 23:25 UTC  (3+ messages)

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-07-16 23:18 UTC  (9+ messages)
` [PATCH v8 2/8] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()
` [PATCH v8 5/8] powerpc/vdso: Prepare for switching VDSO to generic C implementation

[patch V3 00/13] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-16 21:55 UTC  (35+ messages)
` [patch V3 01/13] entry: Provide generic syscall entry functionality
` [patch V3 02/13] entry: Provide generic syscall exit function
` [patch V3 03/13] entry: Provide generic interrupt entry/exit code
` [patch V3 04/13] entry: Provide infrastructure for work before exiting to guest mode
` [patch V3 05/13] x86/entry: Consolidate check_user_regs()
` [patch V3 06/13] x86/entry: Consolidate 32/64 bit syscall entry
` [patch V3 07/13] x86/ptrace: Provide pt_regs helpers for entry/exit
` [patch V3 08/13] x86/entry: Use generic syscall entry function
` [patch V3 09/13] x86/entry: Use generic syscall exit functionality
` [patch V3 10/13] x86/entry: Cleanup idtentry_entry/exit_user
` [patch V3 11/13] x86/entry: Use generic interrupt entry/exit code
` [patch V3 12/13] x86/entry: Cleanup idtentry_enter/exit
` [patch V3 13/13] x86/kvm: Use generic exit to guest work function

[PATCH v2 0/5] x86, locking/qspinlock: Allow lock to store lock holder cpu number
 2020-07-16 19:29 UTC  (12+ messages)
` [PATCH v2 1/5] x86/smp: Add saturated +1/+2 1-byte cpu numbers
` [PATCH v2 2/5] locking/pvqspinlock: Make pvqsinlock code easier to read
` [PATCH v2 3/5] locking/qspinlock: Pass lock value as function argument
` [PATCH v2 4/5] locking/qspinlock: Make qspinhlock store lock holder cpu number
` [PATCH v2 5/5] locking/qrwlock: Make qrwlock store writer "

[PATCH] asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()
 2020-07-16 19:00 UTC  (4+ messages)

[PATCH v9 0/4] Introduce the for_each_set_clump macro
 2020-07-16 12:49 UTC  (2+ messages)

[PATCH v3] powerpc: select ARCH_HAS_MEMBARRIER_SYNC_CORE
 2020-07-16  1:35 UTC 

[PATCH v2] powerpc: select ARCH_HAS_MEMBARRIER_SYNC_CORE
 2020-07-16  0:57 UTC  (5+ messages)

[PATCH v6 00/18] generic mmu_gather patches
 2020-07-15 19:49 UTC  (9+ messages)
` [PATCH v6 10/18] sh/tlb: Convert SH to generic mmu_gather

[PATCH] asm-generic/mmiowb: Get cpu in mmiowb_set_pending
 2020-07-15 19:28 UTC  (7+ messages)

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-15 17:08 UTC  (32+ messages)
` [PATCH v7 01/29] arm64: mte: system register definitions
` [PATCH v7 02/29] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v7 03/29] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v7 04/29] arm64: mte: Add specific SIGSEGV codes
` [PATCH v7 05/29] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v7 06/29] mm: Add PG_arch_2 page flag
` [PATCH v7 07/29] mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()
` [PATCH v7 08/29] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v7 09/29] arm64: mte: Tags-aware copy_{user_,}highpage() implementations
` [PATCH v7 10/29] arm64: Avoid unnecessary clear_user_page() indirection
` [PATCH v7 11/29] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v7 12/29] arm64: mte: Handle the MAIR_EL1 changes for late CPU bring-up
` [PATCH v7 13/29] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v7 14/29] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v7 15/29] mm: Introduce arch_validate_flags()
` [PATCH v7 16/29] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v7 17/29] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v7 18/29] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v7 19/29] arm64: mte: Allow user control of the generated random tags "
` [PATCH v7 20/29] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v7 21/29] arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
` [PATCH v7 22/29] arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v7 23/29] arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regset
` [PATCH v7 24/29] fs: Handle intra-page faults in copy_mount_options()
` [PATCH v7 25/29] mm: Add arch hooks for saving/restoring tags
` [PATCH v7 26/29] arm64: mte: Enable swap of tagged pages
` [PATCH v7 27/29] arm64: mte: Save tags when hibernating
` [PATCH v7 28/29] arm64: mte: Kconfig entry
` [PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation

[PATCH v3 0/3] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-15 17:05 UTC  (10+ 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 0/2] locking/qspinlock: Allow lock to store lock holder cpu number
 2020-07-15 16:33 UTC  (9+ messages)
` [PATCH 2/2] locking/pvqspinlock: Optionally store lock holder cpu into lock

[ANNOUNCE] linux/arch/* Microconference Accepted into 2020 Linux Plumbers Conference
 2020-07-15  8:46 UTC  (2+ messages)

Add and use a generic version of devmem_is_allowed()
 2020-07-14 18:14 UTC  (4+ messages)
` [PATCH v2 4/5] arm64: Use the generic devmem_is_allowed()

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

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

clean up address limit helpers
 2020-07-14 15:33 UTC  (9+ messages)
` [PATCH 5/6] uaccess: add force_uaccess_{begin,end} helpers

[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


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