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