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-08-07 22:33:35 linux-kernel [PATCH v8 009/103] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
2022-08-07 22:33:34 linux-kernel [PATCH v8 052/103] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
2022-08-07 22:33:32 linux-kernel [PATCH v8 038/103] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
2022-08-07 22:33:27 linux-kernel [PATCH v8 015/103] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
2022-08-07 22:33:21 linux-kernel [PATCH v8 074/103] KVM: TDX: Add support for find pending IRQ in a protected local APIC
2022-08-07 22:33:18 linux-kernel [PATCH v8 080/103] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
2022-08-07 22:33:16 linux-kernel [PATCH v8 054/103] [MARKER] The start of TDX KVM patch series: KVM TDP MMU MapGPA
2022-08-07 22:33:15 linux-kernel [PATCH v8 059/103] [MARKER] The start of TDX KVM patch series: TD finalization
2022-08-07 22:33:06 linux-kernel [PATCH v8 068/103] KVM: TDX: restore user ret MSRs
2022-08-07 22:33:04 linux-kernel [PATCH v8 072/103] KVM: TDX: handle vcpu migration over logical processor
2022-08-07 22:32:59 linux-kernel [PATCH v8 098/103] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
2022-08-07 22:32:50 linux-kernel [PATCH v8 088/103] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
2022-08-07 22:32:47 linux-kernel [PATCH v8 084/103] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
2022-08-07 22:32:46 linux-kernel [PATCH v8 041/103] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
2022-08-07 22:32:39 linux-kernel [PATCH v8 016/103] KVM: TDX: Add helper functions to print TDX SEAMCALL error
2022-08-07 22:32:38 linux-kernel [PATCH v8 032/103] KVM: x86/mmu: Allow non-zero value for non-present SPTE
2022-08-07 22:32:35 linux-kernel [PATCH v8 011/103] KVM: TDX: Make TDX VM type supported
2022-08-07 22:32:05 linux-kernel [PATCH v8 081/103] KVM: VMX: Move NMI/exception handler to common helper
2022-08-07 22:30:29 linux-kernel [PATCH v8 020/103] KVM: TDX: create/destroy VM structure
2022-08-07 22:27:51 linux-kernel [PATCH v8 094/103] KVM: TDX: Implement callbacks for MSR operations for TDX
2022-08-07 22:26:50 linux-kernel [PATCH v8 055/103] KVM: Add functions to track whether GFN is private or shared
2022-08-07 22:25:26 linux-kernel [PATCH v8 031/103] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
2022-08-07 22:24:51 linux-kernel [PATCH v8 034/103] KVM: x86/mmu: Disallow fast page fault on private GPA
2022-08-07 22:24:22 linux-kernel [PATCH v8 077/103] KVM: TDX: Implement interrupt injection
2022-08-07 22:17:27 linux-kernel [PATCH v8 095/103] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
2022-08-07 22:15:59 linux-kernel [PATCH v8 070/103] KVM: TDX: complete interrupts after tdexit
2022-08-07 22:14:35 linux-kernel [PATCH v8 089/103] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
2022-08-07 22:14:35 linux-kernel [PATCH v8 087/103] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
2022-08-07 22:14:35 linux-kernel [PATCH v8 045/103] [MARKER] The start of TDX KVM patch series: TDX EPT violation
2022-08-07 22:14:35 linux-kernel [PATCH v8 046/103] KVM: x86/mmu: Disallow dirty logging for x86 TDX
2022-08-07 22:09:57 linux-kernel [PATCH v8 050/103] KVM: TDX: Add load_mmu_pgd method for TDX
2022-08-07 22:09:55 linux-kernel [PATCH v8 073/103] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
2022-08-07 22:07:53 linux-kernel [PATCH v8 056/103] KVM: x86/mmu: Let vcpu re-try when faulting page type conflict
2022-08-07 22:07:51 linux-kernel [PATCH v8 025/103] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
2022-08-07 22:06:41 linux-kernel [PATCH v8 018/103] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
2022-08-07 22:06:02 linux-kernel [PATCH v8 014/103] KVM: TDX: Add TDX "architectural" error codes
2022-08-07 22:05:47 linux-kernel [PATCH v8 010/103] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
2022-08-07 22:05:37 linux-kernel [PATCH v8 004/103] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
2022-08-07 22:05:31 linux-kernel [PATCH v8 008/103] x86/virt/tdx: Add a helper function to return system wide info about TDX module
2022-08-07 22:05:09 linux-kernel [PATCH v8 005/103] KVM: x86: Refactor KVM VMX module init/exit functions
2022-08-07 22:05:00 linux-kernel [PATCH v8 007/103] KVM: TDX: Add placeholders for TDX VM/vcpu structure
2022-08-07 22:04:40 linux-kernel [PATCH v8 000/103] KVM TDX basic feature support
2022-08-07 22:04:26 linux-kernel [PATCH v8 003/103] KVM: Refactor CPU compatibility check on module initialization
2022-08-07 22:04:00 linux-kernel [PATCH v8 001/103] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
2022-06-27 23:17:30 linux-kernel [PATCH v7 082/102] KVM: x86: Split core of hypercall emulation to helper function
2022-06-27 23:17:16 linux-kernel [PATCH v7 045/102] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
2022-06-27 23:16:54 linux-kernel [PATCH v7 096/102] KVM: TDX: Handle TDX PV map_gpa hypercall
2022-06-27 23:16:53 linux-kernel [PATCH v7 047/102] [MARKER] The start of TDX KVM patch series: TDX EPT violation
2022-06-27 23:16:44 linux-kernel [PATCH v7 040/102] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot for private mmu
2022-06-27 23:16:13 linux-kernel [PATCH v7 099/102] KVM: TDX: Silently ignore INIT/SIPI
2022-06-27 23:15:30 linux-kernel [PATCH v7 075/102] KVM: x86: Assume timer IRQ was injected if APIC state is proteced