linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-31 09:41:21 to 2019-06-06 20:15:44 UTC [more...]

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-06-06 20:06 UTC  (56+ messages)
` [PATCH v7 01/27] Documentation/x86: Add CET description
` [PATCH v7 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v7 03/27] x86/fpu/xstate: Change names to separate XSAVES system and user states
` [PATCH v7 04/27] x86/fpu/xstate: Introduce XSAVES system states
` [PATCH v7 05/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [PATCH v7 06/27] x86/cet: Add control protection exception handler
` [PATCH v7 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [PATCH v7 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v7 09/27] mm/mmap: Prevent Shadow Stack VMA merges
` [PATCH v7 10/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v7 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [PATCH v7 12/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v7 13/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [PATCH v7 14/27] x86/mm: Shadow stack page fault error checking
` [PATCH v7 15/27] mm: Handle shadow stack page fault
` [PATCH v7 16/27] mm: Handle THP/HugeTLB "
` [PATCH v7 17/27] mm: Update can_follow_write_pte/pmd for shadow stack
` [PATCH v7 18/27] mm: Introduce do_mmap_locked()
` [PATCH v7 19/27] x86/cet/shstk: User-mode shadow stack support
` [PATCH v7 20/27] x86/cet/shstk: Introduce WRUSS instruction
` [PATCH v7 21/27] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v7 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file
` [PATCH v7 23/27] x86/cet/shstk: ELF header parsing of Shadow Stack
` [PATCH v7 24/27] x86/cet/shstk: Handle thread shadow stack
` [PATCH v7 25/27] mm/mmap: Add Shadow stack pages to memory accounting
` [PATCH v7 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [PATCH v7 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH v7 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-06-06 20:09 UTC  (15+ messages)
` [PATCH v7 01/14] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [PATCH v7 02/14] x86/cet/ibt: User-mode indirect branch tracking support
` [PATCH v7 03/14] x86/cet/ibt: Add IBT legacy code bitmap setup function
` [PATCH v7 04/14] x86/cet/ibt: Handle signals for IBT
` [PATCH v7 05/14] mm/mmap: Add IBT bitmap size to address space limit check
` [PATCH v7 06/14] x86/cet/ibt: ELF header parsing for IBT
` [PATCH v7 07/14] x86/cet/ibt: Add arch_prctl functions "
` [PATCH v7 08/14] x86/cet/ibt: Add ENDBR to op-code-map
` [PATCH v7 09/14] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v7 10/14] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v7 11/14] x86/vsyscall/64: Add ENDBR64 to vsyscall entry points
` [PATCH v7 12/14] x86/vsyscall/64: Fixup shadow stack and branch tracking for vsyscall
` [PATCH v7 13/14] x86/cet: Add PTRACE interface for CET
` [PATCH v7 14/14] x86: Discard .note.gnu.property sections

[PATCH 0/8] arm64: ARMv8.5-A: Branch Target Identification support
 2019-06-06 17:56 UTC  (12+ messages)
` [PATCH 4/8] arm64: Basic "

single copy atomicity for double load/stores on 32-bit systems
 2019-06-06 16:34 UTC  (24+ messages)

[PATCH v2 0/5] Add NUMA-awareness to qspinlock
 2019-06-06 15:42 UTC  (16+ messages)
` [PATCH v2 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-05 14:32 UTC  (31+ messages)
` [PATCH v6 01/19] kernel: Standardize vdso_datapage
` [PATCH v6 02/19] kernel: Define gettimeofday vdso common code
` [PATCH v6 15/19] arm64: Add vDSO compat support
` [PATCH v6 17/19] mips: Add support for generic vDSO
` [PATCH v6 18/19] x86: "

[PATCH] bpf: fix uapi bpf_prog_info fields alignment
 2019-06-05  4:13 UTC  (4+ messages)

[PATCH v3 2/2] arch: wire-up clone3() syscall
 2019-06-04 21:29 UTC  (6+ messages)

[PATCH v4 0/3] Fix vDSO clock_getres()
 2019-06-04 14:21 UTC  (16+ messages)
` [PATCH v4 3/3] kselftest: Extend vDSO selftest to clock_getres

[PATCH v5 1/3] powerpc: Fix vDSO clock_getres()
 2019-06-04 12:50 UTC  (3+ messages)

remove asm-generic/ptrace.h v2
 2019-06-04  7:02 UTC  (3+ messages)

[PATCH v2 2/2] arch: wire-up clone3() syscall on x86
 2019-06-03 14:43 UTC  (2+ messages)

[PATCH v2 0/3] Bitops instrumentation for KASAN
 2019-06-03  9:03 UTC  (11+ messages)
` [PATCH 2/3] x86: Move CPU feature test out of uaccess region

[PATCH 1/4] mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdist
 2019-06-03  2:22 UTC  (3+ messages)

Add a new fchmodat4() syscall
 2019-05-31 23:57 UTC  (20+ messages)
` [PATCH 1/5] Non-functional cleanup of a "__user * filename"
` [PATCH 2/5] Add fchmodat4(), a new syscall
` [PATCH 3/5] asm-generic: Register fchmodat4 as syscall 428
` [PATCH 4/5] x86: Add fchmodat4 to syscall_64.tbl
` [PATCH 5/5] x86: Add fchmod4 to syscall_32.tbl

[PATCH v3 0/3] Bitops instrumentation for KASAN
 2019-05-31 16:01 UTC  (12+ messages)
` [PATCH v3 1/3] lib/test_kasan: Add bitops tests
` [PATCH v3 2/3] x86: Use static_cpu_has in uaccess region to avoid instrumentation
` [PATCH v3 3/3] asm-generic, x86: Add bitops instrumentation for KASAN


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