Yu-cheng Yu ([email protected])

Number of posts: 1689 (0.84 per day)
First post: 2016-03-02 00:37:21
Last post: 2021-08-30 19:30:07

Date List Subject
2021-08-20 18:26:37 linux-kernel [PATCH v29 08/10] x86/vdso: Introduce ENDBR macro
2021-08-20 18:26:31 linux-kernel [PATCH v29 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
2021-08-20 18:25:47 linux-kernel [PATCH v29 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
2021-08-20 18:25:32 linux-kernel [PATCH v29 06/10] x86/cet/ibt: Update arch_prctl functions for Indirect Branch Tracking
2021-08-20 18:25:31 linux-kernel [PATCH v29 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
2021-08-20 18:25:31 linux-kernel [PATCH v29 04/10] x86/cet/ibt: Disable IBT for ia32
2021-08-20 18:24:55 linux-kernel [PATCH v29 19/32] mm/mmap: Add shadow stack pages to memory accounting
2021-08-20 18:24:47 linux-kernel [PATCH v29 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
2021-08-20 18:24:44 linux-kernel [PATCH v29 00/10] Control-flow Enforcement: Indirect Branch Tracking
2021-08-20 18:23:49 linux-kernel [PATCH v29 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack
2021-08-20 18:23:48 linux-kernel [PATCH v29 25/32] x86/cet/shstk: Handle thread shadow stack
2021-08-20 18:23:45 linux-kernel [PATCH v29 31/32] mm: Update arch_validate_flags() to test vma anonymous
2021-08-20 18:23:31 linux-kernel [PATCH v29 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
2021-08-20 18:23:31 linux-kernel [PATCH v29 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack
2021-08-20 18:23:28 linux-kernel [PATCH v29 15/32] x86/mm: Shadow Stack page fault error checking
2021-08-20 18:23:26 linux-kernel [PATCH v29 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
2021-08-20 18:23:14 linux-kernel [PATCH v29 28/32] ELF: Introduce arch_setup_elf_property()
2021-08-20 18:22:59 linux-kernel [PATCH v29 17/32] mm: Fixup places that call pte_mkwrite() directly
2021-08-20 18:22:57 linux-kernel [PATCH v29 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines
2021-08-20 18:22:57 linux-kernel [PATCH v29 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
2021-08-20 18:22:57 linux-kernel [PATCH v29 27/32] x86/cet/shstk: Handle signals for shadow stack
2021-08-20 18:22:43 linux-kernel [PATCH v29 23/32] x86/cet/shstk: Add user-mode shadow stack support
2021-08-20 18:22:29 linux-kernel [PATCH v29 21/32] mm/mprotect: Exclude shadow stack from preserve_write
2021-08-20 18:22:27 linux-kernel [PATCH v29 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
2021-08-20 18:22:26 linux-kernel [PATCH v29 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
2021-08-20 18:22:16 linux-kernel [PATCH v29 22/32] mm: Re-introduce vm_flags to do_mmap()
2021-08-20 18:22:03 linux-kernel [PATCH v29 20/32] mm: Update can_follow_write_pte() for shadow stack
2021-08-20 18:21:56 linux-kernel [PATCH v29 18/32] mm: Add guard pages around a shadow stack.
2021-08-20 18:21:42 linux-kernel [PATCH v29 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
2021-08-20 18:21:14 linux-kernel [PATCH v29 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
2021-08-20 18:21:08 linux-kernel [PATCH v29 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
2021-08-20 18:21:04 linux-kernel [PATCH v29 11/32] x86/mm: Update pte_modify for _PAGE_COW
2021-08-20 18:21:01 linux-kernel [PATCH v29 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
2021-08-20 18:20:57 linux-kernel [PATCH v29 09/32] x86/mm: Introduce _PAGE_COW
2021-08-20 18:20:45 linux-kernel [PATCH v29 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
2021-08-20 18:20:34 linux-kernel [PATCH v29 08/32] x86/mm: Move pmd_write(), pud_write() up in the file
2021-08-20 18:20:31 linux-kernel [PATCH v29 06/32] x86/cet: Add control-protection fault handler
2021-08-20 18:20:27 linux-kernel [PATCH v29 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
2021-08-20 18:20:23 linux-kernel [PATCH v29 01/32] Documentation/x86: Add CET description
2021-08-20 18:19:53 linux-kernel [PATCH v29 00/32] Control-flow Enforcement: Shadow Stack
2021-08-20 18:19:52 linux-kernel [PATCH v29 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack
2021-08-18 16:40:09 linux-kernel Re: [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
2021-08-17 18:41:16 linux-kernel Re: [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
2021-08-17 18:36:57 linux-kernel Re: [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
2021-08-17 18:35:59 linux-kernel Re: [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
2021-08-17 18:26:54 linux-kernel Re: [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
2021-08-10 16:48:08 linux-kernel Re: [PATCH v28 06/32] x86/cet: Add control-protection fault handler
2021-08-10 16:47:27 linux-kernel Re: [PATCH v28 04/10] x86/cet/ibt: Disable IBT for ia32
2021-08-10 16:44:55 linux-kernel Re: [PATCH v28 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
2021-08-10 16:44:01 linux-kernel Re: [PATCH v28 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
2021-07-23 18:06:02 linux-kernel Re: [PATCH v28 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines