linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 04:52:04 to 2020-10-01 14:40:56 UTC [more...]

[PATCH v4 00/13] "Task_isolation" mode
 2020-10-01 14:40 UTC  (4+ messages)
` [PATCH v4 03/13] task_isolation: userspace hard isolation from kernel

[PATCH RFC v1 12/18] asm-generic/hyperv: update hv_interrupt_entry
 2020-10-01 14:33 UTC  (2+ messages)

[PATCH v3 00/10] ARM: remove set_fs callers and implementation
 2020-10-01 14:12 UTC  (11+ messages)
` [PATCH v3 01/10] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
` [PATCH v3 02/10] ARM: traps: use get_kernel_nofault instead of set_fs()
` [PATCH v3 03/10] ARM: oabi-compat: add epoll_pwait handler
` [PATCH v3 04/10] ARM: syscall: always store thread_info->syscall
` [PATCH v3 05/10] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation
` [PATCH v3 06/10] ARM: oabi-compat: rework sys_semtimedop emulation
` [PATCH v3 07/10] ARM: oabi-compat: rework fcntl64() emulation
` [PATCH v3 08/10] ARM: uaccess: add __{get,put}_kernel_nofault
` [PATCH v3 09/10] ARM: provide a TASK_SIZE_MAX definition
` [PATCH v3 10/10] ARM: uaccess: remove set_fs() implementation

[PATCH v4 00/29] Add support for Clang LTO
 2020-10-01 13:36 UTC  (40+ messages)
` [PATCH v4 01/29] RAS/CEC: Fix cec_init() prototype
` [PATCH v4 02/29] x86/asm: Replace __force_order with memory clobber
` [PATCH v4 03/29] kbuild: preprocess module linker script
` [PATCH v4 04/29] objtool: Add a pass for generating __mcount_loc
` [PATCH v4 05/29] objtool: Don't autodetect vmlinux.o
` [PATCH v4 06/29] tracing: move function tracer options to Kconfig
` [PATCH v4 07/29] tracing: add support for objtool mcount
` [PATCH v4 08/29] x86, build: use "
` [PATCH v4 09/29] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v4 10/29] treewide: remove DISABLE_LTO
` [PATCH v4 11/29] kbuild: add support for Clang LTO
` [PATCH v4 12/29] kbuild: lto: fix module versioning
` [PATCH v4 13/29] kbuild: lto: postpone objtool
` [PATCH v4 14/29] kbuild: lto: limit inlining
` [PATCH v4 15/29] kbuild: lto: merge module sections
` [PATCH v4 16/29] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v4 17/29] init: lto: ensure initcall ordering
` [PATCH v4 18/29] init: lto: fix PREL32 relocations
` [PATCH v4 19/29] PCI: Fix PREL32 relocations for LTO
` [PATCH v4 20/29] modpost: lto: strip .lto from module names
` [PATCH v4 21/29] scripts/mod: disable LTO for empty.c
` [PATCH v4 22/29] efi/libstub: disable LTO
` [PATCH v4 23/29] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v4 24/29] arm64: vdso: disable LTO
` [PATCH v4 25/29] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v4 26/29] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH v4 27/29] x86, vdso: disable LTO only for vDSO
` [PATCH v4 28/29] x86, cpu: disable LTO for cpu.c
` [PATCH v4 29/29] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-01  8:14 UTC  (33+ messages)
` [PATCH v6 3/6] "
` [PATCH v6 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation

Litmus test for question from Al Viro
 2020-10-01  4:51 UTC 

[PATCH v13 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-10-01  1:21 UTC  (25+ 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] locking/atomic/bitops: Fix some wrong param names in comments
 2020-09-30  9:57 UTC 

[PATCH v9 0/4] Introduce the for_each_set_clump macro
 2020-09-30  9:29 UTC  (7+ messages)

clean up the DMA mapping headers
 2020-09-30  8:55 UTC  (10+ messages)
` [PATCH 1/9] dma-mapping: split <linux/dma-mapping.h>
` [PATCH 2/9] dma-contiguous: remove dma_declare_contiguous
` [PATCH 3/9] dma-contiguous: remove dev_set_cma_area
` [PATCH 4/9] dma-contiguous: remove dma_contiguous_set_default
` [PATCH 5/9] dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>
` [PATCH 6/9] dma-mapping: remove <asm/dma-contiguous.h>
` [PATCH 7/9] dma-mapping: move dma-debug.h to kernel/dma/
` [PATCH 8/9] dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dma
` [PATCH 9/9] dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>

[RFC PATCH 0/4] x86: Improve Minimum Alternate Stack Size
 2020-09-29 20:57 UTC  (5+ messages)
` [RFC PATCH 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [RFC PATCH 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [RFC PATCH 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery
` [RFC PATCH 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

remove set_fs for riscv v2
 2020-09-29 18:03 UTC  (6+ messages)

[patch 00/13] preempt: Make preempt count unconditional
 2020-09-29 14:54 UTC  (14+ messages)

[PATCH v12 0/5] powerpc: switch VDSO to C implementation
 2020-09-29  7:58 UTC  (6+ messages)
` [PATCH v12 1/5] powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
` [PATCH v12 2/5] powerpc/vdso: Prepare for switching VDSO to generic C implementation
` [PATCH v12 3/5] powerpc/vdso: Save and restore TOC pointer on PPC64
` [PATCH v12 4/5] powerpc/vdso: Switch VDSO to generic C implementation
` [PATCH v12 5/5] powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32

[PATCH 0/9] ARM: remove set_fs callers and implementation
 2020-09-28 15:08 UTC  (7+ messages)
` [PATCH 1/9] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
` [PATCH 4/9] ARM: syscall: always store thread_info->syscall

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-09-28 15:08 UTC  (11+ messages)
` [PATCH v8 2/8] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()

[PATCH 0/2] Fix pci_iounmap() on !CONFIG_GENERIC_IOMAP
 2020-09-28  9:31 UTC  (5+ messages)
` [PATCH v2 0/3] "

[PATCH V3] MIPS: make userspace mapping young by default
 2020-09-28  6:39 UTC  (2+ messages)

[PATCH 0/4] syscalls: remove compat_alloc_user_space callers
 2020-09-26 21:10 UTC  (10+ messages)
` [PATCH 2/4] kexec: remove compat_sys_kexec_load syscall
` [PATCH 3/4] mm: remove compat_sys_move_pages
` [PATCH 4/4] mm: remove compat numa syscalls

[PATCH v2 0/9] ARM: remove set_fs callers and implementation
 2020-09-26 18:30 UTC  (10+ messages)
` [PATCH v2 5/9] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation

remove set_fs for riscv v2
 2020-09-26  6:58 UTC  (2+ messages)

[PATCH v13 01/26] Documentation/x86: Add CET description
 2020-09-25 14:56 UTC  (25+ 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 04/26] x86/cet: Add control-protection fault handler
` [PATCH v13 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v13 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [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 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [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 19/26] mm: Re-introduce do_mmap_pgoff()
` [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 v13 26/26] mm: Introduce PROT_SHSTK "

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


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