linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-02 21:57:43 to 2020-09-05 07:16:19 UTC [more...]

remove the last set_fs() in common code, and remove it for x86 and powerpc v3
 2020-09-05  7:16 UTC  (36+ messages)
` [PATCH 01/14] proc: remove a level of indentation in proc_get_inode
` [PATCH 02/14] proc: cleanup the compat vs no compat file ops
` [PATCH 03/14] proc: add a read_iter method to proc proc_ops
` [PATCH 04/14] sysctl: Convert to iter interfaces
` [PATCH 05/14] fs: don't allow kernel reads and writes without iter ops
` [PATCH 06/14] fs: don't allow splice read/write without explicit ops
` [PATCH 07/14] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 08/14] test_bitmap: remove user bitmap tests
` [PATCH 09/14] lkdtm: remove set_fs-based tests
` [PATCH 10/14] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h
` [PATCH 11/14] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 12/14] x86: remove address space overrides using set_fs()
` [PATCH 13/14] powerpc: use non-set_fs based maccess routines
` [PATCH 14/14] powerpc: remove address space overrides using set_fs()

remove set_fs for riscv
 2020-09-05  7:14 UTC  (14+ messages)
` [PATCH 1/8] maccess: add a generic __{get,put}_kernel_nofault for nommu
` [PATCH 2/8] uaccess: provide a generic TASK_SIZE_MAX definition
` [PATCH 3/8] asm-generic: fix unaligned access hamdling in raw_copy_{from,to}_user
` [PATCH 4/8] asm-generic: prepare uaccess.h for a set_fs-less world
` [PATCH 5/8] riscv: use memcpy based uaccess for nommu again
` [PATCH 6/8] riscv: refactor __get_user and __put_user
` [PATCH 7/8] riscv: implement __get_kernel_nofault and __put_user_nofault
` [PATCH 8/8] riscv: remove address space overrides using set_fs()

[PATCH memory-model 0/9] LKMM updates for v5.10
 2020-09-04 19:56 UTC  (18+ messages)
` [PATCH kcsan 6/9] tools/memory-model: Expand the cheatsheet.txt notion of relaxed
` [PATCH kcsan 9/9] tools/memory-model: Document locking corner cases

[PATCH v7 0/5] Warn on orphan section placement
 2020-09-04 18:20 UTC  (4+ messages)

[PATCH v20 00/12] Landlock LSM
 2020-09-04 14:06 UTC  (6+ messages)
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock

[PATCH] kbuild: preprocess module linker script
 2020-09-04 13:31 UTC 

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

[PATCH v8 00/28] arm64: Memory Tagging Extension user-space support
 2020-09-04 10:10 UTC  (7+ messages)
` [PATCH v8 03/28] arm64: mte: CPU feature detection and initial sysreg configuration

[PATCH 00/22] add support for Clang LTO
 2020-09-04  9:31 UTC  (68+ messages)
` [PATCH v2 00/28] Add "
  ` [PATCH v2 01/28] x86/boot/compressed: Disable relocation relaxation
  ` [PATCH v2 02/28] x86/asm: Replace __force_order with memory clobber
  ` [PATCH v2 03/28] lib/string.c: implement stpcpy
  ` [PATCH v2 04/28] RAS/CEC: Fix cec_init() prototype
  ` [PATCH v2 05/28] objtool: Add a pass for generating __mcount_loc
  ` [PATCH v2 06/28] objtool: Don't autodetect vmlinux.o
  ` [PATCH v2 07/28] kbuild: add support for objtool mcount
  ` [PATCH v2 08/28] x86, build: use "
  ` [PATCH v2 09/28] kbuild: add support for Clang LTO
  ` [PATCH v2 10/28] kbuild: lto: fix module versioning
  ` [PATCH v2 11/28] kbuild: lto: postpone objtool
  ` [PATCH v2 12/28] kbuild: lto: limit inlining
  ` [PATCH v2 13/28] kbuild: lto: merge module sections
  ` [PATCH v2 14/28] kbuild: lto: remove duplicate dependencies from .mod files
  ` [PATCH v2 15/28] init: lto: ensure initcall ordering
  ` [PATCH v2 16/28] init: lto: fix PREL32 relocations
  ` [PATCH v2 17/28] PCI: Fix PREL32 relocations for LTO
  ` [PATCH v2 18/28] modpost: lto: strip .lto from module names
  ` [PATCH v2 19/28] scripts/mod: disable LTO for empty.c
  ` [PATCH v2 20/28] efi/libstub: disable LTO
  ` [PATCH v2 21/28] drivers/misc/lkdtm: disable LTO for rodata.o
  ` [PATCH v2 22/28] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
  ` [PATCH v2 23/28] arm64: vdso: disable LTO
  ` [PATCH v2 24/28] KVM: arm64: disable LTO for the nVHE directory
  ` [PATCH v2 25/28] arm64: allow LTO_CLANG and THINLTO to be selected
  ` [PATCH v2 26/28] x86, vdso: disable LTO only for vDSO
  ` [PATCH v2 27/28] x86, relocs: Ignore L4_PAGE_OFFSET relocations
  ` [PATCH v2 28/28] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH] MIPS: make userspace mapping young by default
 2020-09-04  8:49 UTC 

[PATCH v2 00/11] Introduce kernel_clone(), kill _do_fork()
 2020-09-04  7:28 UTC  (3+ messages)
` [PATCH v2 10/11] tracing: switch to kernel_clone()

[PATCH kcsan 18/19] bitops, kcsan: Partially revert instrumentation for non-atomic bitops
 2020-09-04  1:24 UTC  (4+ messages)

[PATCH v11 0/9] Control-flow Enforcement: Indirect Branch Tracking, PTRACE
 2020-09-03 17:59 UTC  (20+ messages)
` [PATCH v11 6/9] x86/cet: Add PTRACE interface for CET

[PATCH v2 00/10] Independent per-CPU data section for nVHE
 2020-09-03  9:17 UTC  (11+ messages)
` [PATCH v2 01/10] Macros to override naming of percpu symbols and sections
` [PATCH v2 02/10] kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY
` [PATCH v2 03/10] kvm: arm64: Remove __hyp_this_cpu_read
` [PATCH v2 04/10] kvm: arm64: Remove hyp_adr/ldr_this_cpu
` [PATCH v2 05/10] kvm: arm64: Add helpers for accessing nVHE hyp per-cpu vars
` [PATCH v2 06/10] kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
` [PATCH v2 07/10] kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
` [PATCH v2 08/10] kvm: arm64: Mark hyp stack pages reserved
` [PATCH v2 09/10] kvm: arm64: Set up hyp percpu data for nVHE
` [PATCH v2 10/10] kvm: arm64: Remove unnecessary hyp mappings

remove the last set_fs() in common code, and remove it for x86 and powerpc v2
 2020-09-03  8:55 UTC  (10+ messages)
` [PATCH 10/10] powerpc: remove address space overrides using set_fs()

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-03  7:46 UTC  (2+ messages)

[PATCH v3 00/23] Use asm-generic for mmu_context no-op functions
 2020-09-03  5:57 UTC  (3+ messages)
` [PATCH v3 19/23] sh: use asm-generic/mmu_context.h for no-op implementations

[PATCH v5 00/21] kprobes: Unify kretprobe trampoline handlers and make kretprobe lockless
 2020-09-03  2:02 UTC  (10+ messages)

[asm-generic:asm-generic] BUILD SUCCESS 6886f9d49aaae6855e830ec35d69c114d121e4a9
 2020-09-02 21:56 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).