Isaku Yamahata ([email protected])

Number of posts: 2369 (1.82 per day)
First post: 2020-11-16 18:31:02
Last post: 2024-06-12 23:36:46

Date List Subject
2023-01-12 17:18:20 linux-kernel [PATCH v11 047/113] [MARKER] The start of TDX KVM patch series: TDX EPT violation
2023-01-12 17:18:19 linux-kernel [PATCH v11 060/113] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
2023-01-12 17:18:13 linux-kernel [PATCH v11 093/113] KVM: TDX: Handle TDX PV HLT hypercall
2023-01-12 17:18:13 linux-kernel [PATCH v11 098/113] KVM: TDX: Handle TDX PV report fatal error hypercall
2023-01-12 17:18:12 linux-kernel [PATCH v11 092/113] KVM: TDX: Handle TDX PV CPUID hypercall
2023-01-12 17:18:11 linux-kernel [PATCH v11 026/113] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
2023-01-12 17:17:53 linux-kernel [PATCH v11 051/113] KVM: VMX: Split out guts of EPT violation to common/exposed function
2023-01-12 17:17:48 linux-kernel [PATCH v11 072/113] KVM: TDX: restore debug store when TD exit
2023-01-12 17:17:47 linux-kernel [PATCH v11 048/113] KVM: x86/mmu: Disallow dirty logging for x86 TDX
2023-01-12 17:17:45 linux-kernel [PATCH v11 027/113] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
2023-01-12 17:17:42 linux-kernel [PATCH v11 002/113] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
2023-01-12 17:17:42 linux-kernel [PATCH v11 020/113] KVM: TDX: Make pmu_intel.c ignore guest TD case
2023-01-12 17:17:19 linux-kernel [PATCH v11 091/113] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL
2023-01-12 17:17:18 linux-kernel [PATCH v11 077/113] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
2023-01-12 17:17:12 linux-kernel [PATCH v11 063/113] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
2023-01-12 17:17:03 linux-kernel [PATCH v11 057/113] KVM: TDX: TDP MMU TDX support
2023-01-12 17:17:02 linux-kernel [PATCH v11 061/113] KVM: TDX: Create initial guest memory
2023-01-12 17:17:01 linux-kernel [PATCH v11 104/113] KVM: TDX: Add methods to ignore guest instruction emulation
2023-01-12 17:16:58 linux-kernel [PATCH v11 014/113] x86/virt/tdx: Add a helper function to return system wide info about TDX module
2023-01-12 17:16:58 linux-kernel [PATCH v11 038/113] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
2023-01-12 17:16:57 linux-kernel [PATCH v11 009/113] KVM: TDX: Add TDX "architectural" error codes
2023-01-12 17:16:53 linux-kernel [PATCH v11 059/113] [MARKER] The start of TDX KVM patch series: TD finalization
2023-01-12 17:16:52 linux-kernel [PATCH v11 105/113] KVM: TDX: Add a method to ignore dirty logging
2023-01-12 17:16:46 linux-kernel [PATCH v11 068/113] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
2023-01-12 17:16:34 linux-kernel [PATCH v11 066/113] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
2023-01-12 17:16:28 linux-kernel [PATCH v11 082/113] KVM: VMX: Move NMI/exception handler to common helper
2023-01-12 17:16:17 linux-kernel [PATCH v11 044/113] KVM: x86/tdp_mmu: Make handle_changed_spte() return value
2023-01-12 17:16:16 linux-kernel [PATCH v11 049/113] KVM: x86/mmu: TDX: Do not enable page track for TD guest
2023-01-12 17:16:09 linux-kernel [PATCH v11 008/113] KVM: TDX: Define TDX architectural definitions
2023-01-12 17:16:08 linux-kernel [PATCH v11 012/113] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
2023-01-12 17:16:03 linux-kernel [PATCH v11 011/113] KVM: TDX: Add helper functions to print TDX SEAMCALL error
2023-01-12 17:16:00 linux-kernel [PATCH v11 111/113] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
2023-01-12 17:15:58 linux-kernel [PATCH v11 074/113] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
2023-01-12 17:15:55 linux-kernel [PATCH v11 023/113] KVM: TDX: allocate/free TDX vcpu structure
2023-01-12 17:15:48 linux-kernel [PATCH v11 095/113] KVM: TDX: Handle TDX PV MMIO hypercall
2023-01-12 17:15:24 linux-kernel [PATCH v11 055/113] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
2023-01-12 17:15:19 linux-kernel [PATCH v11 028/113] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
2023-01-12 17:15:16 linux-kernel [PATCH v11 089/113] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
2023-01-12 17:15:03 linux-kernel [PATCH v11 065/113] KVM: TDX: Implement TDX vcpu enter/exit path
2023-01-12 17:14:45 linux-kernel [PATCH v11 067/113] KVM: TDX: restore host xsave state when exit from the guest TD
2023-01-12 17:14:39 linux-kernel [PATCH v11 046/113] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
2023-01-12 17:14:39 linux-kernel [PATCH v11 019/113] KVM: TDX: initialize VM with TDX specific parameters
2023-01-12 17:14:32 linux-kernel [PATCH v11 052/113] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
2023-01-12 17:14:22 linux-kernel [PATCH v11 110/113] KVM: TDX: Add methods to ignore virtual apic related operation
2023-01-12 17:14:13 linux-kernel [PATCH v11 096/113] KVM: TDX: Implement callbacks for MSR operations for TDX
2023-01-12 17:14:07 linux-kernel [PATCH v11 071/113] KVM: TDX: complete interrupts after tdexit
2023-01-12 17:14:04 linux-kernel [PATCH v11 073/113] KVM: TDX: handle vcpu migration over logical processor
2023-01-12 17:13:51 linux-kernel [PATCH v11 080/113] KVM: TDX: Implement methods to inject NMI
2023-01-12 17:13:00 linux-kernel [PATCH v11 094/113] KVM: TDX: Handle TDX PV port io hypercall
2023-01-12 17:12:34 linux-kernel [PATCH v11 069/113] KVM: TDX: restore user ret MSRs
2023-01-12 17:12:16 linux-kernel [PATCH v11 106/113] KVM: TDX: Add methods to ignore VMX preemption timer