Sean Christopherson ([email protected])

Number of posts: 9557 (7.67 per day)
First post: 2020-11-24 18:56:33
Last post: 2024-04-24 16:20:02

Date List Subject
2024-04-24 16:20:02 linux-kernel Re: [PATCH v2 25/25] KVM: selftests: Add fred exception tests
2024-04-24 16:17:10 linux-kernel Re: [PATCH] KVM: fix documentation for KVM_CREATE_GUEST_MEMFD
2024-04-24 16:13:40 linux-kernel Re: [PATCH V4 0/4] KVM: x86: Make bus clock frequency for vAPIC timer configurable
2024-04-24 16:08:00 linux-kernel Re: [PATCH 3/3] KVM: x86: Explicitly zero kvm_caps during vendor module load
2024-04-24 15:48:49 linux-kernel Re: [PATCH v2 2/2] cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n
2024-04-24 15:33:33 linux-kernel Re: [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
2024-04-24 14:53:48 linux-kernel Re: [PATCH] KVM: selftests: Add 'malloc' failure check in test_vmx_nested_state
2024-04-24 14:48:25 linux-kernel Re: [PATCH] KVM: selftests: Add 'malloc' failure check in test_vmx_nested_state
2024-04-24 00:58:52 linux-kernel Re: [PATCH 4/6] Add GHCB allocations and helpers
2024-04-23 23:50:48 linux-kernel Re: [PATCH 6/6] Add ability for SEV-ES guests to use ucalls via GHCB
2024-04-23 23:13:34 linux-kernel Re: [PATCH 5/6] Add is_sev_enabled() helpers
2024-04-23 23:08:39 linux-kernel Re: [PATCH 1/6] Add GHCB with setters and getters
2024-04-23 22:16:51 linux-kernel [PATCH 4/4] KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr"
2024-04-23 22:16:22 linux-kernel [PATCH 3/4] KVM: x86/mmu: Snapshot shadow_phys_bits when kvm.ko is loaded
2024-04-23 22:16:03 linux-kernel [PATCH 2/4] KVM: SVM: Use KVM's snapshot of the host's XCR0 for SEV-ES host state
2024-04-23 22:15:55 linux-kernel [PATCH 1/4] KVM: x86: Add a struct to consolidate host values, e.g. EFER, XCR0, etc...
2024-04-23 22:15:36 linux-kernel [PATCH 0/4] KVM: x86: Collect host state snapshots into a struct
2024-04-23 19:31:30 linux-kernel [PATCH v3] KVM: x86/mmu: Fix a largely theoretical race in kvm_mmu_track_write()
2024-04-23 19:17:15 linux-kernel [PATCH] Revert "KVM: async_pf: avoid recursive flushing of work items"
2024-04-23 19:15:58 linux-kernel Re: [PATCH] KVM: selftests: Add 'malloc' failure check in test_vmx_nested_state
2024-04-23 19:03:33 linux-kernel [PATCH] KVM: selftest: Define _GNU_SOURCE for all selftests code
2024-04-23 16:57:30 linux-kernel [PATCH 2/3] KVM: x86: Fully re-initialize supported_mce_cap on vendor module load
2024-04-23 16:54:33 linux-kernel [PATCH 3/3] KVM: x86: Explicitly zero kvm_caps during vendor module load
2024-04-23 16:53:57 linux-kernel [PATCH 1/3] KVM: x86: Fully re-initialize supported_vm_types on vendor module load
2024-04-23 16:53:41 linux-kernel [PATCH 0/3] KVM: x86: Fix supported VM_TYPES caps
2024-04-23 15:15:59 linux-kernel Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2024-04-23 14:56:29 linux-kernel Re: [PATCH] KVM: selftests: Add 'malloc' failure check in test_vmx_nested_state
2024-04-23 14:38:25 linux-kernel Re: [PATCH v1] KVM: x86: Validate values set to guest's MSR_IA32_ARCH_CAPABILITIES
2024-04-23 14:10:57 linux-kernel Re: [PATCH v4 2/5] cpu/speculation: Fix CPU mitigation defaults for !x86
2024-04-23 14:06:11 linux-kernel Re: [PATCH] arch/Kconfig: Move SPECULATION_MITIGATIONS to arch/Kconfig
2024-04-23 00:25:42 linux-kernel Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2024-04-22 21:24:11 linux-kernel Re: [RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
2024-04-22 19:52:00 linux-kernel Re: [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
2024-04-22 19:43:47 linux-kernel Re: [PATCH v1] KVM: x86: Validate values set to guest's MSR_IA32_ARCH_CAPABILITIES
2024-04-22 18:23:48 linux-kernel Re: [PATCH] selftests: kvm: fix undeclared function error
2024-04-22 16:58:20 linux-kernel Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2024-04-22 16:45:46 linux-kernel Re: [PATCH v2 2/5] KVM: x86: Introduce KVM_X86_CALL() to simplify static calls of kvm_x86_ops
2024-04-20 00:09:43 linux-kernel Re: [PATCH v4 2/5] cpu/speculation: Fix CPU mitigation defaults for !x86
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