linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-11 23:11:33 to 2019-03-18 17:18:30 UTC [more...]

[PATCH v12 00/13] arm64: untag user pointers passed to the kernel
 2019-03-18 17:17 UTC  (27+ messages)
` [PATCH v12 01/13] uaccess: add untagged_addr definition for other arches
` [PATCH v12 02/13] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v12 03/13] lib, arm64: untag user pointers in strn*_user
` [PATCH v12 04/13] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v12 05/13] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v12 06/13] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v12 07/13] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v12 08/13] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v12 09/13] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v12 10/13] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v12 11/13] uprobes, arm64: untag user pointers in find_active_uprobe
` [PATCH v12 12/13] bpf, arm64: untag user pointers in stack_map_get_build_id_offset
` [PATCH v12 13/13] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH v12 00/13] arm64: untag user pointers passed to the kernel
 2019-03-18 17:17 UTC 

[PATCH v11 00/14] arm64: untag user pointers passed to the kernel
 2019-03-18 16:59 UTC  (66+ messages)
` [PATCH v11 01/14] uaccess: add untagged_addr definition for other arches
` [PATCH v11 02/14] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v11 03/14] lib, arm64: untag user pointers in strn*_user
` [PATCH v11 04/14] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v11 05/14] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v11 06/14] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v11 07/14] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v11 08/14] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v11 09/14] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v11 10/14] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v11 11/14] uprobes, arm64: untag user pointers in find_active_uprobe
` [PATCH v11 12/14] bpf, arm64: untag user pointers in stack_map_get_build_id_offset
` [PATCH v11 13/14] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v11 14/14] selftests, arm64: add a selftest for passing tagged pointers to kernel
` [PATCH v2 0/4] arm64 relaxed ABI
  ` [PATCH v2 1/4] elf: Make AT_FLAGS arch configurable
  ` [PATCH v2 2/4] arm64: Define Documentation/arm64/elf_at_flags.txt
  ` [PATCH v2 3/4] arm64: Relax Documentation/arm64/tagged-pointers.txt
  ` [PATCH v2 4/4] arm64: elf: Advertise relaxed ABI

[PATCH] y2038: fix socket.h header inclusion
 2019-03-18 14:37 UTC  (21+ messages)

[PATCH v2] KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported
 2019-03-18  9:08 UTC 

[PATCH v2 13/13] syscall_get_arch: add "struct task_struct *" argument
 2019-03-17 23:30 UTC  (2+ messages)

[PATCH 1/2] kbuild: warn redundant generic-y
 2019-03-17  2:01 UTC  (2+ messages)
` [PATCH 2/2] kbuild: force all architectures except um to include mandatory-y

[PATCH] csky/ftrace: Add dynamic function tracer (include graph tracer)
 2019-03-16  6:16 UTC  (2+ messages)

[PATCH] MIPS: Remove custom MIPS32 __kernel_fsid_t type
 2019-03-15 22:39 UTC  (4+ messages)

[PATCH v11 00/14] arm64: untag user pointers passed to the kernel
 2019-03-15 19:51 UTC 

[PATCH] KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported
 2019-03-15 17:42 UTC  (3+ messages)

[PATCH v10 00/10] Introduce the for_each_set_clump8 macro
 2019-03-14 14:39 UTC  (28+ messages)
` [PATCH v10 01/10] bitops: "
` [PATCH v10 02/10] lib/test_bitmap.c: Add for_each_set_clump8 test cases
` [PATCH v10 03/10] gpio: 104-dio-48e: Utilize for_each_set_clump8 macro
` [PATCH v10 04/10] gpio: 104-idi-48: "
` [PATCH v10 05/10] gpio: gpio-mm: "
` [PATCH v10 06/10] gpio: ws16c48: "
` [PATCH v10 07/10] gpio: pci-idio-16: "
` [PATCH v10 08/10] gpio: pcie-idio-24: "
` [PATCH v10 09/10] gpio: uniphier: "
` [PATCH v10 10/10] thermal: intel: intel_soc_dts_iosf: "

[PATCH] m68k/mm: Implement set_pte_at() as an inline function
 2019-03-12 19:30 UTC  (2+ messages)

[PATCH v9 0/9] Introduce the for_each_set_clump8 macro
 2019-03-12 14:54 UTC  (31+ messages)
` [PATCH v9 1/9] bitops: "
` [PATCH v9 9/9] gpio: uniphier: Utilize "

New syscalls (was: Re: linux-next: manual merge of the pidfd tree with the y2038 tree (now block and tip trees))
 2019-03-12  8:48 UTC  (7+ messages)

[PATCH v2 1/3] arm64: mm: use appropriate ctors for page tables
 2019-03-12  0:57 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] arm64: mm: enable per pmd page table lock
  ` [PATCH v4 1/4] arm64: mm: use appropriate ctors for page tables
    ` [PATCH v4 2/4] arm64: mm: don't call page table ctors for init_mm
    ` [PATCH v4 3/4] arm64: mm: call ctor for stage2 pmd page
    ` [PATCH v4 4/4] arm64: mm: enable per pmd page table lock


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