linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-19 10:31:53 to 2019-02-22 12:53:23 UTC [more...]

[PATCH v10 00/12] arm64: untag user pointers passed to the kernel
 2019-02-22 12:53 UTC  (12+ messages)
` [PATCH v10 01/12] uaccess: add untagged_addr definition for other arches
` [PATCH v10 02/12] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v10 03/12] lib, arm64: untag user pointers in strn*_user
` [PATCH v10 04/12] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v10 05/12] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v10 06/12] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v10 07/12] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v10 08/12] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v10 09/12] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v10 10/12] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v10 11/12] arm64: update Documentation/arm64/tagged-pointers.txt

[PATCH v5 00/23] Unify vDSOs across more architectures
 2019-02-22 12:24 UTC  (48+ messages)
` [PATCH v5 01/23] kernel: Standardize vdso_datapage
` [PATCH v5 02/23] kernel: Define gettimeofday vdso common code
` [PATCH v5 03/23] arm64: Build vDSO with -ffixed-x18
` [PATCH v5 04/23] arm64: Substitute gettimeofday with C implementation
` [PATCH v5 05/23] arm64: compat: Alloc separate pages for vectors and sigpage
` [PATCH v5 06/23] arm64: compat: Split kuser32
` [PATCH v5 07/23] arm64: compat: Refactor aarch32_alloc_vdso_pages()
` [PATCH v5 08/23] arm64: compat: Add KUSER_HELPERS config option
` [PATCH v5 09/23] arm64: compat: Add missing syscall numbers
` [PATCH v5 10/23] arm64: compat: Expose signal related structures
` [PATCH v5 11/23] arm64: compat: Generate asm offsets for signals
` [PATCH v5 12/23] lib: vdso: Add compat support
` [PATCH v5 13/23] arm64: compat: Add vDSO
` [PATCH v5 14/23] arm64: Refactor vDSO code
` [PATCH v5 15/23] arm64: compat: vDSO setup for compat layer
` [PATCH v5 16/23] arm64: elf: vDSO code page discovery
` [PATCH v5 17/23] arm64: compat: Get sigreturn trampolines from vDSO
` [PATCH v5 18/23] arm64: Add vDSO compat support
` [PATCH v5 19/23] arm64: Enable compat vDSO support
` [PATCH v5 20/23] arm: Add support for generic vDSO
` [PATCH v5 21/23] mips: "
` [PATCH v5 22/23] x86: "
` [PATCH v5 23/23] kselftest: Extend vDSO selftest

[RFC PATCH] tools/memory-model: Remove (dep ; rfi) from ppo
 2019-02-22 11:21 UTC  (22+ messages)

[PATCH v4 0/3] locking/rwsem: Rwsem rearchitecture part 0
 2019-02-22  3:28 UTC  (12+ messages)
` [PATCH v4 1/3] locking/rwsem: Remove arch specific rwsem files
` [PATCH v4 2/3] locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
` [PATCH v4 3/3] locking/rwsem: Optimize down_read_trylock()

[PATCH] csky: Add perf callchin support
 2019-02-21 13:41 UTC  (2+ messages)

[PATCH] asm-generic/page.h: fix typo in #error text requiring a real asm/page.h
 2019-02-21 11:36 UTC  (2+ messages)

[PATCH v3 1/7] dump_stack: Support adding to the dump stack arch description
 2019-02-21  8:38 UTC  (11+ messages)

[RFC PATCH] docs/memory-barriers.txt: Rewrite "KERNEL I/O BARRIER EFFECTS" section
 2019-02-21  6:22 UTC  (27+ messages)

[PATCH v6 00/18] generic mmu_gather patches
 2019-02-21  2:52 UTC  (56+ messages)
` [PATCH v6 01/18] asm-generic/tlb: Provide a comment
` [PATCH v6 02/18] asm-generic/tlb: Provide HAVE_MMU_GATHER_PAGE_SIZE
` [PATCH v6 03/18] asm-generic/tlb: Provide generic VIPT cache flush
` [PATCH v6 04/18] asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_range()
` [PATCH v6 05/18] asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_mm()
` [PATCH v6 06/18] asm-generic/tlb: Conditionally provide tlb_migrate_finish()
` [PATCH v6 07/18] asm-generic/tlb: Invert HAVE_RCU_TABLE_INVALIDATE
` [PATCH v6 08/18] arm/tlb: Convert to generic mmu_gather
` [PATCH v6 09/18] ia64/tlb: Conver "
` [PATCH v6 10/18] sh/tlb: Convert SH "
` [PATCH v6 11/18] um/tlb: Convert "
` [PATCH v6 12/18] arch/tlb: Clean up simple architectures
` [PATCH v6 13/18] asm-generic/tlb: Introduce HAVE_MMU_GATHER_NO_GATHER
` [PATCH v6 14/18] s390/tlb: convert to generic mmu_gather
` [PATCH v6 15/18] asm-generic/tlb: Remove arch_tlb*_mmu()
` [PATCH v6 16/18] asm-generic/tlb: Remove HAVE_GENERIC_MMU_GATHER
` [PATCH v6 17/18] asm-generic/tlb: Remove tlb_flush_mmu_free()
` [PATCH v6 18/18] asm-generic/tlb: Remove tlb_table_flush()

[PATCH] arm64: mm: enable per pmd page table lock
 2019-02-20 21:03 UTC  (21+ messages)
` [PATCH v2 1/3] arm64: mm: use appropriate ctors for page tables

[PATCH 0/2] tools/memory-model: Trivialities
 2019-02-20  2:00 UTC  (8+ messages)
` [PATCH 1/2] tools/memory-model: Fix comment in MP+poonceonces.litmus
` [PATCH 2/2] tools/memory-model: Do not use "herd" to refer to "herd7"

[PATCH 0/8] y2038: remove time32 ABI on rv32 and csky
 2019-02-19 20:29 UTC  (6+ messages)
` [PATCH 4/8] asm-generic: Make time32 syscall numbers optional

[PATCH v9 0/8] arm64: untag user pointers passed to the kernel
 2019-02-19 18:38 UTC  (12+ messages)
` [RFC][PATCH 0/3] arm64 relaxed ABI

[asm-generic:asm-generic 3/6] drivers/uio/uio_aec.c:62:49: sparse: expected void [noderef] <asn:2> *addr
 2019-02-19 12:48 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).