Show patches with: Submitter = Isaku Yamahata       |   2253 patches
« 1 2 ... 20 21 22 23 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v5,015/104] KVM: TDX: add a helper function for KVM to issue SEAMCALL KVM TDX basic feature support - - - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,014/104] KVM: TDX: Add a function for KVM to invoke SEAMCALL KVM TDX basic feature support - - - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,013/104] KVM: TDX: Add TDX "architectural" error codes KVM TDX basic feature support - 1 - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,012/104] KVM: TDX: Define TDX architectural definitions KVM TDX basic feature support - 1 - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,011/104,MARKER] The start of TDX KVM patch series: TDX architectural definitions KVM TDX basic feature support - - - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,010/104] KVM: TDX: Make TDX VM type supported KVM TDX basic feature support - - - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,009/104] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs KVM TDX basic feature support - 1 - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,008/104] KVM: TDX: Add a function to initialize TDX module KVM TDX basic feature support - - - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,007/104] x86/virt/tdx: Add a helper function to return system wide info about TDX module KVM TDX basic feature support - 1 - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,006/104] KVM: TDX: Add placeholders for TDX VM/vcpu structure KVM TDX basic feature support - - - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,005/104] KVM: x86: Refactor KVM VMX module init/exit functions KVM TDX basic feature support - - - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,004/104] KVM: Enable hardware before doing arch VM initialization KVM TDX basic feature support - 1 - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,003/104] KVM: TDX: Detect CPU feature on kernel module initialization KVM TDX basic feature support - - - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,002/104] x86/virt/tdx: export platform_has_tdx KVM TDX basic feature support - - - --- 2022-03-04 Isaku Yamahata New
[RFC,v5,001/104] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX KVM TDX basic feature support - 1 - --- 2022-03-04 Isaku Yamahata New
[v4,8/8] KVM: TDX: Make TDX VM type supported KVM TDX: preparation for coexistence of VMX and TDX - - - --- 2022-02-19 Isaku Yamahata New
[v4,7/8] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs KVM TDX: preparation for coexistence of VMX and TDX - - - --- 2022-02-19 Isaku Yamahata New
[v4,6/8] KVM: TDX: Add a function to initialize TDX module KVM TDX: preparation for coexistence of VMX and TDX - - - --- 2022-02-19 Isaku Yamahata New
[v4,5/8] KVM: TDX: Add placeholders for TDX VM/vcpu structure KVM TDX: preparation for coexistence of VMX and TDX - - - --- 2022-02-19 Isaku Yamahata New
[v4,4/8] KVM: x86: Refactor KVM VMX module init/exit functions KVM TDX: preparation for coexistence of VMX and TDX - - - --- 2022-02-19 Isaku Yamahata New
[v4,3/8] KVM: Enable hardware before doing arch VM initialization KVM TDX: preparation for coexistence of VMX and TDX - - - --- 2022-02-19 Isaku Yamahata New
[v4,2/8] KVM: TDX: Detect CPU feature on kernel module initialization KVM TDX: preparation for coexistence of VMX and TDX - - - --- 2022-02-19 Isaku Yamahata New
[v4,1/8] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX KVM TDX: preparation for coexistence of VMX and TDX - - - --- 2022-02-19 Isaku Yamahata New
[RFC,v3,59/59] Documentation/virtual/kvm: Add Trust Domain Extensions(TDX) KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,58/59] KVM: TDX: exit to user space on GET_QUOTE, SETUP_EVENT_NOTIFY_INTERRUPT KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,57/59] KVM, x86/mmu: Support TDX private mapping for TDP MMU KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,56/59] KVM: TDX: Protect private mapping related SEAMCALLs with spinlock KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,55/59] KVM: TDX: Add "basic" support for building and running Trust Domains KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,54/59] KVM: X86: Introduce initial_tsc_khz in struct kvm_arch KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,53/59] KVM: x86: Add a helper function to restore 4 host MSRs on exit to user space KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,52/59] KVM: VMX: Move .get_interrupt_shadow() implementation to common VMX code KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,51/59] KVM: VMX: MOVE GDT and IDT accessors to common code KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,50/59] KVM: VMX: Move AR_BYTES encoder/decoder helpers to common.h KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,49/59] KVM: VMX: Add macro framework to read/write VMCS for VMs and TDs KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,48/59] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,47/59] KVM: TDX: Define TDCALL exit reason KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,46/59] KVM: VMX: Move register caching logic to common code KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,45/59] KVM: VMX: Move setting of EPT MMU masks to common VT-x code KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,44/59] KVM: VMX: Add 'main.c' to wrap VMX and TDX KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,43/59] KVM: VMX: Define VMCS encodings for shared EPT pointer KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,42/59] KVM: VMX: Define EPT Violation architectural bits KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,41/59] KVM: VMX: Split out guts of EPT violation to common/exposed function KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,40/59] KVM: VMX: Move NMI/exception handler to common helper KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,39/59] KVM: VMX: Modify NMI and INTR handlers to take intr_info as param KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,38/59] KVM: x86/mmu: Allow per-VM override of the TDP max page level KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,37/59] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,36/59] KVM: x86/mmu: Frame in support for private/inaccessible shadow pages KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,35/59] KVM: x86/mmu: Return old SPTE from mmu_spte_clear_track_bits() KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,34/59] KVM: x86/mmu: Allow non-zero init value for shadow PTE KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,33/59] KVM: x86/mmu: Ignore bits 63 and 62 when checking for "present" SPTEs KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,32/59] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,31/59] KVM: x86: Add infrastructure for stolen GPA bits KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,30/59] KVM: x86: Add guest_supported_xss placholder KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,29/59] KVM: x86: Add option to force LAPIC expiration wait KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,28/59] KVM: x86: Check for pending APICv interrupt in kvm_vcpu_has_events() KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,27/59] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,26/59] KVM: x86: Introduce vm_teardown() hook in kvm_arch_vm_destroy() KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,25/59] KVM: x86: Add support for vCPU and device-scoped KVM_MEMORY_ENCRYPT_OP KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,24/59] KVM: x86: Add kvm_x86_ops .cache_gprs() and .flush_gprs() KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,23/59] KVM: x86: Allow host-initiated WRMSR to set X2APIC regardless of CPUID KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,22/59] KVM: x86: add per-VM flags to disable SMI/INIT/SIPI KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,21/59] KVM: x86: Add per-VM flag to disable in-kernel I/O APIC and level routes KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,20/59] KVM: Add per-VM flag to disable dirty logging of memslots for TDs KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,19/59] KVM: Add per-VM flag to mark read-only memory as unsupported KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,18/59] KVM: x86: Add flag to mark TSC as immutable (for TDX) KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,17/59] KVM: x86: Add flag to disallow #MC injection / KVM_X86_SETUP_MCE KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,16/59] KVM: x86: Add per-VM flag to disable direct IRQ injection KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,15/59] KVM: x86: Introduce "protected guest" concept and block disallowed ioctls KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,14/59] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,13/59] KVM: Add max_vcpus field in common 'struct kvm' KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,12/59] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot by default KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,11/59] KVM: x86: Export kvm_mmio tracepoint for use by TDX for PV MMIO KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,10/59] KVM: x86: Split core of hypercall emulation to helper function KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,09/59] KVM: Enable hardware before doing arch VM initialization KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,08/59] KVM: Export kvm_io_bus_read for use by TDX for PV MMIO KVM: X86: TDX support - 1 - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,07/59] KVM: TDX: Add helper functions to print TDX SEAMCALL error KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,06/59] KVM: TDX: Add C wrapper functions for TDX SEAMCALLs KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,05/59] KVM: TDX: add a helper function for kvm to call seamcall KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,04/59] KVM: TDX: Add TDX "architectural" error codes KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,03/59] KVM: TDX: Define TDX architectural definitions KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,02/59] x86/mtrr: mask out keyid bits from variable mtrr mask register KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v3,01/59] x86/mktme: move out MKTME related constatnts/macro to msr-index.h KVM: X86: TDX support - - - --- 2021-11-25 Isaku Yamahata New
[RFC,v2,69/69] Documentation/virtual/kvm: Add Trust Domain Extensions(TDX) KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,68/69] KVM: TDX: add document on TDX MODULE KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,67/69] KVM: TDX: add trace point for TDVMCALL and SEPT operation KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,66/69] KVM: TDX: Add "basic" support for building and running Trust Domains KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,65/69] KVM: X86: Introduce initial_tsc_khz in struct kvm_arch KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,64/69] cpu/hotplug: Document that TDX also depends on booting CPUs once KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,63/69] KVM: VMX: Move .get_interrupt_shadow() implementation to common VMX code KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,62/69] KVM: VMX: MOVE GDT and IDT accessors to common code KVM: X86: TDX support - 1 - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,61/69] KVM: VMX: Move AR_BYTES encoder/decoder helpers to common.h KVM: X86: TDX support - 1 - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,60/69] KVM: VMX: Add macro framework to read/write VMCS for VMs and TDs KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,59/69] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,58/69] KVM: TDX: Define TDCALL exit reason KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,57/69] KVM: VMX: Move register caching logic to common code KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,56/69] KVM: VMX: Move setting of EPT MMU masks to common VT-x code KVM: X86: TDX support - 1 - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,55/69] KVM: VMX: Add 'main.c' to wrap VMX and TDX KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,54/69] KVM: VMX: Define VMCS encodings for shared EPT pointer KVM: X86: TDX support - 1 - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,53/69] KVM: VMX: Define EPT Violation architectural bits KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
[RFC,v2,52/69] KVM: VMX: Split out guts of EPT violation to common/exposed function KVM: X86: TDX support - - - --- 2021-07-02 Isaku Yamahata New
« 1 2 ... 20 21 22 23 »