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-06-27 22:36:12 linux-kernel [PATCH v7 064/102] KVM: TDX: Implement TDX vcpu enter/exit path
2022-06-27 22:35:53 linux-kernel [PATCH v7 028/102] KVM: TDX: allocate/free TDX vcpu structure
2022-06-27 22:35:25 linux-kernel [PATCH v7 068/102] KVM: TDX: restore user ret MSRs
2022-06-27 22:35:25 linux-kernel [PATCH v7 020/102] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
2022-06-27 22:35:11 linux-kernel [PATCH v7 069/102] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
2022-06-27 22:35:01 linux-kernel [PATCH v7 057/102] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
2022-06-27 22:34:49 linux-kernel [PATCH v7 066/102] KVM: TDX: restore host xsave state when exit from the guest TD
2022-06-27 22:34:43 linux-kernel [PATCH v7 086/102] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
2022-06-27 22:34:42 linux-kernel [PATCH v7 074/102] KVM: TDX: Add support for find pending IRQ in a protected local APIC
2022-06-27 22:34:16 linux-kernel [PATCH v7 094/102] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
2022-06-27 22:34:12 linux-kernel [PATCH v7 042/102] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
2022-06-27 22:34:12 linux-kernel [PATCH v7 022/102] KVM: TDX: create/destroy VM structure
2022-06-27 22:32:52 linux-kernel [PATCH v7 026/102] KVM: TDX: Make pmu_intel.c ignore guest TD case
2022-06-27 22:32:52 linux-kernel [PATCH v7 092/102] KVM: TDX: Handle TDX PV MMIO hypercall
2022-06-27 22:31:54 linux-kernel [PATCH v7 002/102] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
2022-06-27 22:31:46 linux-kernel [PATCH v7 051/102] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
2022-06-27 22:31:04 linux-kernel [PATCH v7 073/102] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
2022-06-27 22:29:31 linux-kernel [PATCH v7 013/102] KVM: TDX: Make TDX VM type supported
2022-06-27 22:28:39 linux-kernel [PATCH v7 077/102] KVM: TDX: Implement interrupt injection
2022-06-27 22:27:56 linux-kernel [PATCH v7 018/102] KVM: TDX: Add helper functions to print TDX SEAMCALL error
2022-06-27 22:26:34 linux-kernel [PATCH v7 070/102] KVM: TDX: complete interrupts after tdexit
2022-06-27 22:26:34 linux-kernel [PATCH v7 053/102] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
2022-06-27 22:24:26 linux-kernel [PATCH v7 078/102] KVM: TDX: Implements vcpu request_immediate_exit
2022-06-27 22:24:26 linux-kernel [PATCH v7 050/102] KVM: VMX: Split out guts of EPT violation to common/exposed function
2022-06-27 22:21:08 linux-kernel [PATCH v7 046/102] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
2022-06-27 22:19:48 linux-kernel [PATCH v7 031/102] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
2022-06-27 22:17:52 linux-kernel [PATCH v7 084/102] KVM: TDX: handle EXIT_REASON_OTHER_SMI
2022-06-27 22:17:36 linux-kernel [PATCH v7 001/102] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
2022-06-27 22:17:10 linux-kernel [PATCH v7 065/102] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
2022-06-27 22:16:56 linux-kernel [PATCH v7 035/102] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
2022-06-27 22:16:18 linux-kernel [PATCH v7 088/102] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
2022-06-27 22:16:03 linux-kernel [PATCH v7 093/102] KVM: TDX: Implement callbacks for MSR operations for TDX
2022-06-27 22:16:03 linux-kernel [PATCH v7 038/102] KVM: x86/mmu: Disallow fast page fault on private GPA
2022-06-27 22:16:03 linux-kernel [PATCH v7 006/102] KVM: TDX: Detect CPU feature on kernel module initialization
2022-06-27 21:59:00 linux-kernel [PATCH v7 039/102] KVM: x86/mmu: Allow per-VM override of the TDP max page level
2022-06-27 21:58:44 linux-kernel [PATCH v7 027/102] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
2022-06-27 21:58:33 linux-kernel [PATCH v7 033/102] KVM: x86/mmu: Add address conversion functions for TDX shared bits
2022-06-27 21:58:33 linux-kernel [PATCH v7 034/102] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
2022-06-27 21:58:32 linux-kernel [PATCH v7 030/102] KVM: TDX: Do TDX specific vcpu initialization
2022-06-27 21:58:31 linux-kernel [PATCH v7 058/102] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
2022-06-27 21:57:27 linux-kernel [PATCH v7 021/102] x86/cpu: Add helper functions to allocate/free TDX private host key id
2022-06-27 21:56:30 linux-kernel [PATCH v7 003/102] KVM: Refactor CPU compatibility check on module initialiization
2022-06-27 21:56:29 linux-kernel [PATCH v7 005/102] x86/virt/vmx/tdx: export platform_tdx_enabled()
2022-06-27 21:56:25 linux-kernel [PATCH v7 010/102] x86/virt/tdx: Add a helper function to return system wide info about TDX module
2022-06-27 21:56:18 linux-kernel [PATCH v7 007/102] KVM: Enable hardware before doing arch VM initialization
2022-05-09 11:26:10 linux-kernel [RFC PATCH v6 066/104] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
2022-05-09 11:25:06 linux-kernel [RFC PATCH v6 012/104] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
2022-05-09 11:12:50 linux-kernel [RFC PATCH v6 095/104] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
2022-05-09 09:44:06 linux-kernel [RFC PATCH v6 064/104] KVM: TDX: Add helper assembly function to TDX vcpu
2022-05-09 09:17:00 linux-kernel [RFC PATCH v6 093/104] KVM: TDX: Handle TDX PV MMIO hypercall
2022-05-09 09:10:09 linux-kernel [RFC PATCH v6 017/104] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module