linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-04 10:33:40 to 2020-09-10 19:22:20 UTC [more...]

[PATCH v9 00/29] arm64: Memory Tagging Extension user-space support
 2020-09-10 12:43 UTC  (25+ 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 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 17/29] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [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 29/29] arm64: mte: Add Memory Tagging Extension documentation

[RFC PATCH v2 0/3] mm/gup: fix gup_fast with dynamic page table folding
 2020-09-10 19:10 UTC  (42+ messages)
` [RFC PATCH v2 1/3] "
` [RFC PATCH v2 2/3] mm: make pXd_addr_end() functions page-table entry aware
` [RFC PATCH v2 3/3] mm: make generic pXd_addr_end() macros inline functions

remove the last set_fs() in common code, and remove it for x86 and powerpc v3
 2020-09-10 17:15 UTC  (19+ messages)

[PATCH 00/22] add support for Clang LTO
 2020-09-10 18:29 UTC  (40+ messages)
` [PATCH v2 00/28] Add "
  ` [PATCH v2 05/28] objtool: Add a pass for generating __mcount_loc
  ` [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 13/28] kbuild: lto: merge module sections
  ` [PATCH v2 15/28] init: lto: ensure initcall ordering
  ` [PATCH v2 22/28] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
  ` [PATCH v2 27/28] x86, relocs: Ignore L4_PAGE_OFFSET relocations

[PATCH v2 00/10] Independent per-CPU data section for nVHE
 2020-09-10 14:07 UTC  (9+ messages)
` [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 10/10] kvm: arm64: Remove unnecessary hyp mappings

[PATCH] locking/atomic/bitops: Fix some wrong param names in comments
 2020-09-10  9:10 UTC 

[asm-generic:asm-generic] BUILD SUCCESS 1ed4c95761e7306f79c9c2ddbdb327d73ef2ba8e
 2020-09-09 23:53 UTC 

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2020-09-09 23:45 UTC  (23+ messages)

remove set_fs for riscv v2
 2020-09-09 20:38 UTC  (16+ messages)
` [PATCH 1/8] uaccess: provide a generic TASK_SIZE_MAX definition
` [PATCH 2/8] asm-generic: improve the nommu {get,put}_user handling
` [PATCH 3/8] asm-generic: add nommu implementations of __{get,put}_kernel_nofault
` [PATCH 4/8] asm-generic: make the set_fs implementation optional
` [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 v3 00/23] Use asm-generic for mmu_context no-op functions
 2020-09-09 11:27 UTC  (2+ messages)

Flushing transparent hugepages
 2020-09-09 10:26 UTC  (2+ messages)

[PATCH] docs/memory-barriers.txt: Fix a typo in CPU MEMORY BARRIERS section
 2020-09-09  6:53 UTC 

[PATCH v5 00/21] kprobes: Unify kretprobe trampoline handlers and make kretprobe lockless
 2020-09-09  5:28 UTC  (17+ messages)

[PATCH v2] kbuild: preprocess module linker script
 2020-09-09  4:27 UTC  (3+ messages)

[PATCH 0/9] ARM: remove set_fs callers and implementation
 2020-09-08 20:56 UTC  (15+ messages)
` [PATCH 1/9] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
` [PATCH 2/9] ARM: traps: use get_kernel_nofault instead of set_fs()
` [PATCH 3/9] ARM: oabi-compat: add epoll_pwait handler
` [PATCH 4/9] ARM: syscall: always store thread_info->syscall
` [PATCH 5/9] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation
` [PATCH 6/9] ARM: oabi-compat: rework sys_semtimedop emulation
` [PATCH 7/9] ARM: oabi-compat: rework fcntl64() emulation
` [PATCH 8/9] ARM: uaccess: add __{get,put}_kernel_nofault
` [PATCH 9/9] ARM: uaccess: remove set_fs() implementation

[PATCH v7 0/5] Warn on orphan section placement
 2020-09-08 20:17 UTC  (8+ messages)
` [PATCH v7 4/5] x86/build: "

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-08 12:31 UTC  (10+ messages)
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH v2] MIPS: make userspace mapping young by default
 2020-09-08  2:16 UTC 

remove set_fs for riscv
 2020-09-07 19:00 UTC  (22+ 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 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] kbuild: preprocess module linker script
 2020-09-07 13:30 UTC  (2+ messages)

[PATCH] MIPS: make userspace mapping young by default
 2020-09-07 13:10 UTC  (4+ messages)

Using asm_volatile_goto for get_user()
 2020-09-07  8:49 UTC 

[PATCH] dma-direct: zero out DMA_ATTR_NO_KERNEL_MAPPING buf
 2020-09-07  7:49 UTC  (3+ messages)

[PATCH v2 00/11] Introduce kernel_clone(), kill _do_fork()
 2020-09-07  1:12 UTC  (3+ messages)
` [PATCH v2 08/11] kprobes: switch to kernel_clone()

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


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