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
2022-09-30 11:10:31 linux-kernel [PATCH v9 092/105] KVM: TDX: Handle TDX PV HLT hypercall
2022-09-30 11:10:21 linux-kernel [PATCH v9 078/105] KVM: TDX: Implement interrupt injection
2022-09-30 11:10:12 linux-kernel [PATCH v9 032/105] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
2022-09-30 11:10:07 linux-kernel [PATCH v9 076/105] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
2022-09-30 11:09:42 linux-kernel [PATCH v9 082/105] KVM: VMX: Move NMI/exception handler to common helper
2022-09-30 11:09:36 linux-kernel [PATCH v9 047/105] [MARKER] The start of TDX KVM patch series: TDX EPT violation
2022-09-30 11:09:01 linux-kernel [PATCH v9 029/105] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
2022-09-30 11:08:38 linux-kernel [PATCH v9 001/105] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
2022-09-30 11:08:35 linux-kernel [PATCH v9 054/105] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
2022-09-30 11:08:32 linux-kernel [PATCH v9 044/105] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
2022-09-30 11:08:30 linux-kernel [PATCH v9 089/105] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
2022-09-30 11:08:30 linux-kernel [PATCH v9 060/105] [MARKER] The start of TDX KVM patch series: TD finalization
2022-09-30 11:08:18 linux-kernel [PATCH v9 012/105] KVM: TDX: Add helper functions to print TDX SEAMCALL error
2022-09-30 11:07:53 linux-kernel [PATCH v9 034/105] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
2022-09-30 11:07:45 linux-kernel [PATCH v9 023/105] KVM: TDX: allocate/free TDX vcpu structure
2022-09-30 11:07:27 linux-kernel [PATCH v9 057/105] KVM: Add functions to set GFN to private or shared
2022-09-30 11:06:52 linux-kernel [PATCH v9 062/105] KVM: TDX: Finalize VM initialization
2022-09-30 11:06:47 linux-kernel [PATCH v9 105/105] [MARKER] the end of (the first phase of) TDX KVM patch series
2022-09-30 11:06:33 linux-kernel [PATCH v9 011/105] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
2022-09-30 11:06:29 linux-kernel [PATCH v9 040/105] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
2022-09-30 11:06:25 linux-kernel [PATCH v9 079/105] KVM: TDX: Implements vcpu request_immediate_exit
2022-09-30 11:06:10 linux-kernel [PATCH v9 083/105] KVM: x86: Split core of hypercall emulation to helper function
2022-09-30 11:05:59 linux-kernel [PATCH v9 019/105] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
2022-09-30 11:05:24 linux-kernel [PATCH v9 088/105] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
2022-09-30 11:04:34 linux-kernel [PATCH v9 007/105] KVM: TDX: Make TDX VM type supported
2022-09-30 11:04:07 linux-kernel [PATCH v9 093/105] KVM: TDX: Handle TDX PV port io hypercall
2022-09-30 11:04:07 linux-kernel [PATCH v9 069/105] KVM: TDX: restore user ret MSRs
2022-09-30 11:03:21 linux-kernel [PATCH v9 065/105] KVM: TDX: Implement TDX vcpu enter/exit path
2022-09-30 11:02:34 linux-kernel [PATCH v9 096/105] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
2022-09-30 11:02:29 linux-kernel [PATCH v9 068/105] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
2022-09-30 11:01:55 linux-kernel [PATCH v9 085/105] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
2022-09-30 11:00:57 linux-kernel [PATCH v9 033/105] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_{value, mask}
2022-09-30 11:00:39 linux-kernel [PATCH v9 026/105] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
2022-09-30 11:00:34 linux-kernel [PATCH v9 045/105] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
2022-09-30 11:00:09 linux-kernel [PATCH v9 081/105] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
2022-09-30 10:59:45 linux-kernel [PATCH v9 021/105] KVM: TDX: Make pmu_intel.c ignore guest TD case
2022-09-30 10:59:15 linux-kernel [PATCH v9 028/105] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
2022-09-30 10:57:34 linux-kernel [PATCH v9 041/105] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
2022-09-30 10:56:56 linux-kernel [PATCH v9 074/105] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
2022-09-30 10:56:55 linux-kernel [PATCH v9 051/105] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
2022-09-30 10:56:40 linux-kernel [PATCH v9 042/105] KVM: x86/mmu: Require TDP MMU for TDX
2022-09-30 10:56:10 linux-kernel [PATCH v9 027/105] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
2022-09-30 10:55:57 linux-kernel [PATCH v9 018/105] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
2022-09-30 10:55:21 linux-kernel [PATCH v9 005/105] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2022-09-30 10:53:32 linux-kernel [PATCH v9 036/105] KVM: x86/mmu: Disallow fast page fault on private GPA
2022-09-30 10:53:00 linux-kernel [PATCH v9 058/105] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
2022-09-30 10:52:35 linux-kernel [PATCH v9 063/105] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
2022-09-30 10:52:35 linux-kernel [PATCH v9 066/105] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
2022-09-30 10:52:19 linux-kernel [PATCH v9 050/105] KVM: VMX: Split out guts of EPT violation to common/exposed function
2022-09-30 10:47:23 linux-kernel [PATCH v9 059/105] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
2022-09-30 10:34:15 linux-kernel [PATCH v9 101/105] KVM: TDX: Silently ignore INIT/SIPI