Sean Christopherson ([email protected])

Number of posts: 9621 (7.7 per day)
First post: 2020-11-24 18:56:33
Last post: 2024-04-27 00:10:20

Date List Subject
2024-04-20 00:06:53 linux-kernel [PATCH v2 2/2] cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n
2024-04-20 00:06:37 linux-kernel [PATCH v2 1/2] cpu: Re-enable CPU mitigations by default for !X86 architectures
2024-04-20 00:06:12 linux-kernel [PATCH v2 0/2] cpu: Fix default mitigation behavior
2024-04-19 23:57:15 linux-kernel Re: [PATCH 1/2] cpu: Re-enable CPU mitigations by default for !X86 architectures
2024-04-19 19:53:38 linux-kernel Re: [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
2024-04-19 19:14:39 linux-kernel Re: [RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
2024-04-19 17:33:31 linux-kernel Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2024-04-19 16:47:09 linux-kernel Re: [PATCH 1/2] cpu: Re-enable CPU mitigations by default for !X86 architectures
2024-04-19 16:01:12 linux-kernel Re: [PATCH 2/2] cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n
2024-04-19 15:59:08 linux-kernel Re: [RFC PATCH v2 4/5] KVM: x86: Remove KVM_X86_OP_OPTIONAL
2024-04-19 14:12:05 linux-kernel Re: [PATCH 2/7] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
2024-04-19 14:10:34 linux-kernel Re: [PATCH 1/3] x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n
2024-04-19 13:58:49 linux-kernel Re: [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
2024-04-19 13:55:56 linux-kernel Re: [RFC PATCH v2 4/5] KVM: x86: Remove KVM_X86_OP_OPTIONAL
2024-04-19 13:52:56 linux-kernel Re: [PATCH v19 116/130] KVM: TDX: Silently discard SMI request
2024-04-18 20:08:38 linux-kernel Re: [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
2024-04-18 18:37:11 linux-kernel Re: [PATCH 1/2] KVM: nVMX: fix CR4_READ_SHADOW when L0 updates CR4 during a signal
2024-04-18 18:28:21 linux-kernel Re: [PATCH 1/2] KVM: nVMX: fix CR4_READ_SHADOW when L0 updates CR4 during a signal
2024-04-18 16:12:44 linux-kernel Re: [RFC PATCH 02/41] perf: Support guest enter/exit interfaces
2024-04-18 15:47:43 linux-kernel Re: [PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
2024-04-18 14:34:48 linux-kernel Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2024-04-18 13:59:32 linux-kernel Re: [RFC PATCH v1] KVM: x86: Introduce macros to simplify KVM_X86_OPS static calls
2024-04-17 23:36:05 linux-kernel Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2024-04-17 23:07:22 linux-kernel Re: [PATCH v2 09/10] KVM: x86/mmu: Use PFERR_GUEST_ENC_MASK to indicate fault is private
2024-04-17 23:02:33 linux-kernel Re: [PATCH v2 08/10] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
2024-04-17 23:00:32 linux-kernel Re: [PATCH v2 07/10] KVM: VMX: Introduce test mode related to EPT violation VE
2024-04-17 22:37:29 linux-kernel Re: [PATCH 1/2] KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled
2024-04-17 22:26:51 linux-kernel Re: [PATCH 5/7] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate guest memory
2024-04-17 21:38:01 linux-kernel Re: [PATCH 6/7] KVM: x86: Implement kvm_arch_vcpu_map_memory()
2024-04-17 21:34:55 linux-kernel Re: [PATCH 5/7] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate guest memory
2024-04-17 21:24:40 linux-kernel Re: [PATCH 5/7] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate guest memory
2024-04-17 21:07:57 linux-kernel Re: [PATCH 2/7] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
2024-04-17 20:28:22 linux-kernel Re: [PATCH 1/7] KVM: Document KVM_MAP_MEMORY ioctl
2024-04-17 19:11:40 linux-kernel Re: [PATCH 01/74] x86/cpu/vfm: Add/initialize x86_vfm field to struct cpuinfo_x86
2024-04-17 19:01:01 linux-kernel Re: [PATCH v3 31/74] x86/cpu/vfm: Update arch/x86/kvm/vmx/vmx.c
2024-04-17 19:00:06 linux-kernel Re: [PATCH v3 30/74] x86/cpu/vfm: Update arch/x86/kvm/pmu.c
2024-04-17 18:27:04 linux-kernel Re: [PATCH v8 2/2] x86/mm: Don't disable PCID if the kernel is running on a hypervisor
2024-04-17 17:43:33 linux-kernel Re: [RFC PATCH v1 0/2] Avoid rcu_core() if CPU just left guest vcpu
2024-04-17 16:33:11 linux-kernel Re: [PATCH 1/2] KVM: nVMX: fix CR4_READ_SHADOW when L0 updates CR4 during a signal
2024-04-17 16:28:47 linux-kernel Re: [PATCH 1/2] KVM: nVMX: fix CR4_READ_SHADOW when L0 updates CR4 during a signal
2024-04-17 16:27:02 linux-kernel Re: [RFC PATCH v1] KVM: x86: Introduce macros to simplify KVM_X86_OPS static calls
2024-04-17 14:40:20 linux-kernel Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2024-04-17 00:39:56 linux-kernel Re: [PATCH v2 03/13] x86/irq: Remove bitfields in posted interrupt descriptor
2024-04-17 00:34:57 linux-kernel Re: [PATCH v2 01/13] x86/irq: Move posted interrupt descriptor out of vmx code
2024-04-17 00:22:08 linux-kernel [ANNOUNCE] PUCK Agenda - 2024.04.17 - No topic
2024-04-17 00:15:43 linux-kernel [PATCH 2/2] cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n
2024-04-17 00:15:28 linux-kernel [PATCH 1/2] cpu: Re-enable CPU mitigations by default for !X86 architectures
2024-04-17 00:15:19 linux-kernel [PATCH 0/2] cpu: Fix default mitigation behavior
2024-04-16 23:49:54 linux-kernel Re: [PATCH v8 2/2] x86/mm: Don't disable PCID if the kernel is running on a hypervisor
2024-04-16 23:22:07 linux-kernel Re: [PATCH v7 2/2] x86/mm: Don't disable INVLPG if the kernel is running on a hypervisor
2024-04-16 23:17:25 linux-kernel Re: [PATCH] KVM/x86: Do not clear SIPI while in SMM