linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-15 18:12:52 to 2021-07-24 12:35:57 UTC [more...]

[PATCH RFC 1/2] arch: Introduce ARCH_HAS_HW_XCHG_SMALL
 2021-07-24 12:36 UTC 

[PATCH v4 0/3] m68k: Improved switch stack handling
 2021-07-24 12:05 UTC  (18+ messages)

[PATCH v3 0/6] asm-generic: strncpy_from_user/strnlen_user cleanup
 2021-07-24  9:44 UTC  (27+ messages)
` [PATCH v3 1/9] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
` [PATCH v3 2/9] h8300: remove stale strncpy_from_user
` [PATCH v3 3/9] hexagon: use generic strncpy/strnlen from_user
` [PATCH v3 4/9] arc: "
` [PATCH v3 5/9] csky: "
` [PATCH v3 6/9] microblaze: "
` [PATCH v3 7/9] asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user
` [PATCH v3 8/9] asm-generic: remove extra strn{cpy_from,len}_user declarations
` [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols
  ` [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM, STRNLEN}_USER symbols

[PATCH net-next v6 0/6] remove compat_alloc_user_space()
 2021-07-23 23:50 UTC  (13+ messages)
` [PATCH net-next v6 1/6] compat: make linux/compat.h available everywhere
` [PATCH net-next v6 2/6] ethtool: improve compat ioctl handling
` [PATCH net-next v6 3/6] net: socket: rework SIOC?IFMAP ioctls
` [PATCH net-next v6 4/6] net: socket: remove register_gifconf
` [PATCH net-next v6 5/6] net: socket: simplify dev_ifconf handling
` [PATCH net-next v6 6/6] net: socket: rework compat_ifreq_ioctl()

[PATCH memory-model 1/4] tools/memory-model: Make read_foo_diagnostic() more clearly diagnostic
 2021-07-23 22:29 UTC  (18+ messages)
` [PATCH memory-model 2/4] tools/memory-model: Add example for heuristic lockless reads
` [PATCH memory-model 3/4] tools/memory-model: Heuristics using data_race() must handle all values
` [PATCH memory-model 4/4] tools/memory-model: Document data_race(READ_ONCE())

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-07-23 18:01 UTC  (39+ messages)
` [PATCH v28 01/32] Documentation/x86: Add CET description
` [PATCH v28 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v28 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v28 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v28 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v28 06/32] x86/cet: Add control-protection fault handler
` [PATCH v28 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v28 08/32] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v28 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v28 11/32] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v28 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v28 15/32] x86/mm: Shadow Stack page fault error checking
` [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v28 17/32] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v28 18/32] mm: Add guard pages around a shadow stack
` [PATCH v28 19/32] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v28 20/32] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v28 21/32] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v28 22/32] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v28 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v28 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH v28 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v28 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v28 27/32] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v28 28/32] ELF: Introduce arch_setup_elf_property()
` [PATCH v28 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v28 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v28 31/32] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v28 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack

[PATCH 00/19] arch: Add basic LoongArch support
 2021-07-23 11:43 UTC  (12+ messages)
` [PATCH 03/19] LoongArch: Add build infrastructure
` [PATCH 12/19] LoongArch: Add misc common routines

[asm-generic:asm-generic-uaccess-5] BUILD REGRESSION 115d15104a1e07ef402962ce88e06d52537e5a02
 2021-07-23  4:35 UTC 

[PATCH v28 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-07-22 20:57 UTC  (11+ messages)
` [PATCH v28 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v28 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v28 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v28 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v28 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v28 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v28 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v28 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v28 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v28 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[asm-generic:network-ioctl-v6] BUILD SUCCESS 53ee412663f70832b994bdeeb5f72a928764ffe3
 2021-07-22 20:22 UTC 

[PATCH v2 0/9] ARM: remove set_fs callers and implementation
 2021-07-22 17:27 UTC  (5+ messages)

[asm-generic:asm-generic-uaccess-5 1/8] arch/um/kernel/skas/uaccess.c:246:17: error: 'src' undeclared
 2021-07-22 13:27 UTC  (2+ messages)

[asm-generic:asm-generic-uaccess-5 1/9] arch/csky/lib/usercopy.c:221:17: error: 'src' undeclared
 2021-07-22 13:26 UTC 

[PATCH v4 0/4] compat: remove compat_alloc_user_space callers
 2021-07-21 21:22 UTC  (7+ messages)
` [PATCH v4 1/4] kexec: avoid compat_alloc_user_space
` [PATCH v4 2/4] mm: simplify compat_sys_move_pages
` [PATCH v4 3/4] mm: simplify compat numa syscalls
` [PATCH v4 4/4] compat: remove some compat entry points

[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-07-21 20:14 UTC  (10+ messages)
` [PATCH v27 23/31] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v27 24/31] x86/cet/shstk: Handle thread shadow stack

[Resend RFC PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-21 15:11 UTC  (7+ messages)
` [Resend RFC PATCH V4 09/13] x86/Swiotlb/HV: Add Swiotlb bounce buffer remap function for HV IVM

[PATCH v27 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-07-20 19:45 UTC  (5+ messages)
` [PATCH v27 06/10] x86/cet/ibt: Update arch_prctl functions for "

[PATCH] Decouple build from userspace headers
 2021-07-20 16:13 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH -mm] fixup "Decouple build from userspace headers"

[PATCH v3] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-07-20 15:01 UTC 

[PATCH v2] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-07-20 13:59 UTC  (3+ messages)

[PATCH] arch: Move page table config macros out of `#ifndef __ASSEMBLY__` condition
 2021-07-20 11:42 UTC  (2+ messages)

[PATCH] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-07-20  9:32 UTC  (3+ messages)

[PATCH v5 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-07-19 16:45 UTC  (5+ messages)
` [PATCH v5 1/4] elf: Allow architectures to parse properties on the main executable
` [PATCH v5 2/4] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v5 3/4] elf: Remove has_interp property from arch_adjust_elf_prot()
` [PATCH v5 4/4] elf: Remove has_interp property from arch_parse_elf_property()

[PATCH] riscv: use the generic string routines
 2021-07-19 11:43 UTC 

[PATCH v4 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-07-19 10:05 UTC  (9+ messages)
` [PATCH v4 1/4] elf: Allow architectures to parse properties on the main executable
` [PATCH v4 2/4] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v4 3/4] elf: Remove has_interp property from arch_adjust_elf_prot()
` [PATCH v4 4/4] elf: Remove has_interp property from arch_parse_elf_property()

[PATCH 1/1] drivers: hv: Decouple Hyper-V clock/timer code from VMbus drivers
 2021-07-19  9:24 UTC  (2+ messages)

siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago
 2021-07-16 17:15 UTC  (18+ messages)
        ` [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union
          ` [PATCH 0/6] Final si_trapno bits
            ` [PATCH 4/6] signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRP
            ` [PATCH 5/6] signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNK
            ` [PATCH 6/6] signal: Remove the generic __ARCH_SI_TRAPNO support
            ` [PATCH 7/7] signal: Verify the alignment and size of siginfo_t
            ` [PATCH 8/6] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency

[PATCH 0/3] Make PMD_ORDER generically available
 2021-07-15 19:16 UTC  (6+ messages)
` [PATCH 1/3] arm: Rename PMD_ORDER to PMD_TABLE_ORDER


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