linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-21 15:07:52 to 2020-09-25 16:51:22 UTC [more...]

[PATCH v13 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-25 16:51 UTC  (14+ messages)
` [PATCH v13 1/8] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v13 2/8] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v13 3/8] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v13 4/8] x86/cet/ibt: ELF header parsing "
` [PATCH v13 5/8] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v13 6/8] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v13 7/8] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation

[PATCH v13 01/26] Documentation/x86: Add CET description
 2020-09-25 14:56 UTC  (20+ messages)
` [PATCH v13 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v13 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v13 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v13 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v13 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v13 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v13 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v13 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v13 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v13 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v13 16/26] mm: Add guard pages around a shadow stack
` [PATCH v13 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v13 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v13 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v13 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v13 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v13 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v13 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v13 25/26] x86/cet/shstk: Add arch_prctl functions for "

[PATCH v2 0/9] ARM: remove set_fs callers and implementation
 2020-09-25 15:30 UTC  (6+ messages)

let import_iovec deal with compat_iovecs as well v4
 2020-09-25 15:23 UTC  (11+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-25 14:57 UTC  (16+ messages)
` [PATCH v6 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v6 2/6] mmap: make mlock_future_check() global
` [PATCH v6 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v6 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v6 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v6 6/6] secretmem: test: add basic selftest for memfd_secret(2)
` [PATCH] man2: new page describing memfd_secret() system call

[patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-24 19:36 UTC  (31+ messages)
` [patch RFC 06/15] csky/mm/highmem: Switch to generic kmap atomic

[PATCH v2 0/4] more mm switching vs TLB shootdown and lazy tlb fixes
 2020-09-24 12:28 UTC  (2+ messages)

[RFC v5 00/21] Unifying LKL into UML
 2020-09-24  8:37 UTC  (31+ messages)
` [RFC v5 01/21] um: split build in kernel and host parts
` [RFC v6 00/21] Unifying LKL into UML
  ` [RFC v6 01/21] um: split build in kernel and host parts
  ` [RFC v6 02/21] um: add os init and exit calls
  ` [RFC v6 03/21] um: move arch/um/os-Linux dir to tools/um/uml
  ` [RFC v6 04/21] um: host: implement os_initcalls and os_exitcalls
  ` [RFC v6 05/21] um: move arch/x86/um/os-Linux to tools/um/uml/
  ` [RFC v6 06/21] scritps: um: suppress warnings if SRCARCH=um
  ` [RFC v6 07/21] um: extend arch_switch_to for alternate SUBARCH
  ` [RFC v6 08/21] um: add nommu mode for UML library mode
  ` [RFC v6 09/21] um: nommu: host interface
  ` [RFC v6 10/21] um: nommu: memory handling
  ` [RFC v6 11/21] um: nommu: kernel thread support
  ` [RFC v6 12/21] um: nommu: system call interface and application API
  ` [RFC v6 13/21] um: nommu: basic console support
  ` [RFC v6 14/21] um: nommu: initialization and cleanup
  ` [RFC v6 15/21] um: nommu: integrate with irq infrastructure of UML
  ` [RFC v6 16/21] um: nommu: plug in the build system
  ` [RFC v6 17/21] um: host: add nommu build for ARCH=um
  ` [RFC v6 18/21] um: host: add utilities functions
  ` [RFC v6 19/21] um: host: posix host operations
  ` [RFC v6 20/21] um: host: add test programs
  ` [RFC v6 21/21] um: nommu: add block device support of UML

[PATCH v12 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-23 22:53 UTC  (22+ messages)
` [PATCH v12 1/8] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v12 8/8] x86: Disallow vsyscall emulation when CET is enabled

let import_iovec deal with compat_iovecs as well v3
 2020-09-23 21:30 UTC  (25+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH v5 03/10] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
 2020-09-23 17:38 UTC  (2+ messages)
` [PATCH v5 04/10] x86: Make sure _etext includes function sections

[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
 2020-09-23 13:22 UTC  (14+ messages)

[PATCH v9 00/29] arm64: Memory Tagging Extension user-space support
 2020-09-23  9:10 UTC  (10+ messages)
` [PATCH v9 29/29] arm64: mte: Add Memory Tagging Extension documentation

[RFT PATCH v3 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-09-22 21:04 UTC  (8+ messages)
` [RFT PATCH v3 2/5] arm64, numa: Change the numa init functions name to be generic

remove set_fs for riscv v2
 2020-09-22  4:37 UTC  (4+ messages)

[PATCH bpf v1 0/3] fix BTF usage on embedded systems
 2020-09-21 20:52 UTC  (10+ messages)
` [PATCH bpf v1 1/3] bpf: fix sysfs export of empty BTF section
` [PATCH bpf v1 2/3] bpf: prevent .BTF section elimination
` [PATCH bpf v1 3/3] libbpf: fix native endian assumption when parsing BTF

[PATCH v3 00/30] Add support for Clang LTO
 2020-09-21 18:58 UTC  (6+ messages)
` [PATCH v3 03/30] x86/boot/compressed: Disable relocation relaxation
` [PATCH v3 13/30] kbuild: lto: postpone objtool

let import_iovec deal with compat_iovecs as well
 2020-09-21 16:31 UTC  (14+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 16:27 UTC  (17+ messages)
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec


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