Li, Xin3 ([email protected])

Number of posts: 791 (1.28 per day)
First post: 2022-10-06 16:11:16
Last post: 2024-06-14 00:53:09

Date List Subject
2023-09-25 18:58:49 linux-kernel RE: [PATCH v11 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
2023-09-24 16:22:06 linux-kernel [PATCH v11 09/37] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
2023-09-24 05:12:52 linux-kernel [PATCH v11 33/37] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
2023-09-24 04:07:28 linux-kernel [PATCH v11 30/37] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
2023-09-24 03:45:44 linux-kernel [PATCH v11 18/37] x86/fred: Reserve space for the FRED stack frame
2023-09-24 02:39:06 linux-kernel [PATCH v11 34/37] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
2023-09-24 02:14:38 linux-kernel [PATCH v11 26/37] x86/fred: Add a NMI entry stub for FRED
2023-09-24 02:10:45 linux-kernel [PATCH v11 29/37] x86/traps: Add sysvec_install() to install a system interrupt handler
2023-09-24 01:47:46 linux-kernel [PATCH v11 04/37] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
2023-09-24 01:02:10 linux-kernel [PATCH v11 11/37] x86/opcode: Add ERET[US] instructions to the x86 opcode map
2023-09-24 00:52:30 linux-kernel [PATCH v11 31/37] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
2023-09-23 23:56:01 linux-kernel [PATCH v11 14/37] x86/cpu: Add MSR numbers for FRED configuration
2023-09-23 23:46:19 linux-kernel [PATCH v11 25/37] x86/fred: Add a debug fault entry stub for FRED
2023-09-23 23:31:56 linux-kernel [PATCH v11 22/37] x86/fred: Allow single-step trap and NMI when starting a new task
2023-09-23 22:30:11 linux-kernel [PATCH v11 32/37] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
2023-09-23 21:21:53 linux-kernel [PATCH v11 15/37] x86/ptrace: Cleanup the definition of the pt_regs structure
2023-09-23 21:07:53 linux-kernel [PATCH v11 00/37] x86: enable FRED for x86-64
2023-09-23 21:00:53 linux-kernel [PATCH v11 36/37] x86/fred: Add FRED initialization functions
2023-09-23 19:45:55 linux-kernel [PATCH v11 03/37] x86/msr: Add the WRMSRNS instruction support
2023-09-23 19:18:31 linux-kernel [PATCH v11 16/37] x86/ptrace: Add FRED additional information to the pt_regs structure
2023-09-23 19:15:43 linux-kernel [PATCH v11 19/37] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
2023-09-23 17:18:45 linux-kernel [PATCH v11 12/37] x86/objtool: Teach objtool about ERET[US]
2023-09-23 16:54:34 linux-kernel [PATCH v11 20/37] x86/fred: Disallow the swapgs instruction when FRED is enabled
2023-09-23 16:39:31 linux-kernel [PATCH v11 37/37] x86/fred: Invoke FRED initialization code to enable FRED
2023-09-23 16:19:24 linux-kernel [PATCH v11 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
2023-09-23 16:12:18 linux-kernel [PATCH v11 24/37] x86/idtentry: Incorporate definitions/declarations of the FRED entries
2023-09-23 15:28:10 linux-kernel RE: [PATCH] x86/cpu/intel: Fix MTRR verification for TME enabled platforms
2023-09-23 15:20:57 linux-kernel [PATCH v11 08/37] x86/cpufeatures: Add the cpu feature bit for FRED
2023-09-23 14:27:00 linux-kernel [PATCH v11 07/37] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
2023-09-23 14:16:24 linux-kernel [PATCH v11 10/37] x86/fred: Disable FRED by default in its early stage
2023-09-23 14:12:46 linux-kernel [PATCH v11 17/37] x86/fred: Add a new header file for FRED definitions
2023-09-23 13:29:26 linux-kernel [PATCH v11 06/37] Documentation/x86/64: Add a documentation for FRED
2023-09-23 13:15:52 linux-kernel [PATCH v11 13/37] x86/cpu: Add X86_CR4_FRED macro
2023-09-23 13:15:42 linux-kernel [PATCH v11 05/37] x86/trapnr: Add event type macros to <asm/trapnr.h>
2023-09-23 13:05:08 linux-kernel [PATCH v11 21/37] x86/fred: No ESPFIX needed when FRED is enabled
2023-09-23 12:33:14 linux-kernel [PATCH v11 23/37] x86/fred: Make exc_page_fault() work for FRED
2023-09-23 11:17:05 linux-kernel [PATCH v11 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
2023-09-23 11:15:46 linux-kernel [PATCH v11 27/37] x86/fred: Add a machine check entry stub for FRED
2023-09-23 11:15:22 linux-kernel [PATCH v11 28/37] x86/fred: FRED entry/exit and dispatch code
2023-09-23 11:13:35 linux-kernel [PATCH v11 02/37] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
2023-09-23 05:45:16 linux-kernel RE: [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
2023-09-22 13:30:57 linux-kernel RE: [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
2023-09-22 11:58:21 linux-kernel RE: [PATCH v10 28/38] x86/fred: FRED entry/exit and dispatch code
2023-09-22 02:18:50 linux-kernel RE: [PATCH v10 16/38] x86/ptrace: Add FRED additional information to the pt_regs structure
2023-09-21 06:41:48 linux-kernel RE: [PATCH v10 13/38] x86/cpu: Add X86_CR4_FRED macro
2023-09-21 04:31:04 linux-kernel RE: [PATCH v10 33/38] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
2023-09-21 04:09:38 linux-kernel RE: [PATCH v10 16/38] x86/ptrace: Add FRED additional information to the pt_regs structure
2023-09-20 15:24:31 linux-kernel RE: [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
2023-09-20 12:41:19 linux-kernel RE: [PATCH v10 36/38] x86/fred: Add fred_syscall_init()
2023-09-15 04:44:12 linux-kernel [PATCH v10 17/38] x86/fred: Add a new header file for FRED definitions
2023-09-14 22:25:48 linux-kernel [PATCH v10 23/38] x86/fred: Make exc_page_fault() work for FRED