Linux KVM
[Prev Page][Next Page]
- Re: [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails, (continued)
- [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit(),
Sean Christopherson
- [PATCH 14/44] KVM: arm64: Simplify the CPUHP logic,
Sean Christopherson
- [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks,
Sean Christopherson
- [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit,
Sean Christopherson
- [PATCH 11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper,
Sean Christopherson
- [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit,
Sean Christopherson
- [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails,
Sean Christopherson
- [PATCH 12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace,
Sean Christopherson
- [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init(),
Sean Christopherson
- [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init,
Sean Christopherson
- [PATCH 15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails,
Sean Christopherson
- [PATCH 16/44] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails,
Sean Christopherson
- [PATCH 19/44] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions,
Sean Christopherson
- [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init,
Sean Christopherson
- [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init(),
Sean Christopherson
- [PATCH 18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init,
Sean Christopherson
- [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init(),
Sean Christopherson
- [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init(),
Sean Christopherson
- [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks,
Sean Christopherson
- [PATCH 28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init,
Sean Christopherson
- [PATCH 29/44] KVM: x86: Do CPU compatibility checks in x86 code,
Sean Christopherson
- [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init(),
Sean Christopherson
- [PATCH 24/44] KVM: PPC: Move processor compatibility check to module init,
Sean Christopherson
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code,
Sean Christopherson
- [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules,
Sean Christopherson
- [PATCH 34/44] KVM: VMX: Shuffle support checks and hardware enabling code around,
Sean Christopherson
- [PATCH 31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name,
Sean Christopherson
- [PATCH 42/44] KVM: Make hardware_enable_failed a local variable in the "enable all" path,
Sean Christopherson
- [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook,
Sean Christopherson
- [PATCH 35/44] KVM: SVM: Check for SVM support in CPU compatibility checks,
Sean Christopherson
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling,
Sean Christopherson
- [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section,
Sean Christopherson
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU,
Sean Christopherson
- [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock,
Sean Christopherson
- [PATCH 41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization,
Sean Christopherson
- [PATCH 40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit(),
Sean Christopherson
- [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC,
Sean Christopherson
- [PATCH 43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init(),
Sean Christopherson
- Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling,
Christian Borntraeger
- Re: [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling,
Isaku Yamahata
- [kvm-unit-tests PATCH v5 00/27] x86/pmu: Test case optimization, fixes and additions,
Sean Christopherson
- [kvm-unit-tests PATCH v5 01/27] x86/pmu: Add PDCM check before accessing PERF_CAP register,
Sean Christopherson
- [kvm-unit-tests PATCH v5 02/27] x86/pmu: Test emulation instructions on full-width counters,
Sean Christopherson
- [kvm-unit-tests PATCH v5 03/27] x86/pmu: Pop up FW prefix to avoid out-of-context propagation,
Sean Christopherson
- [kvm-unit-tests PATCH v5 04/27] x86/pmu: Report SKIP when testing Intel LBR on AMD platforms,
Sean Christopherson
- [kvm-unit-tests PATCH v5 05/27] x86/pmu: Fix printed messages for emulated instruction test,
Sean Christopherson
- [kvm-unit-tests PATCH v5 06/27] x86/pmu: Introduce __start_event() to drop all of the manual zeroing,
Sean Christopherson
- [kvm-unit-tests PATCH v5 07/27] x86/pmu: Introduce multiple_{one, many}() to improve readability,
Sean Christopherson
- [kvm-unit-tests PATCH v5 08/27] x86/pmu: Reset the expected count of the fixed counter 0 when i386,
Sean Christopherson
- [kvm-unit-tests PATCH v5 09/27] x86: create pmu group for quick pmu-scope testing,
Sean Christopherson
- [kvm-unit-tests PATCH v5 10/27] x86/pmu: Refine info to clarify the current support,
Sean Christopherson
- [kvm-unit-tests PATCH v5 11/27] x86/pmu: Update rdpmc testcase to cover #GP path,
Sean Christopherson
- [kvm-unit-tests PATCH v5 12/27] x86/pmu: Rename PC_VECTOR to PMI_VECTOR for better readability,
Sean Christopherson
- [kvm-unit-tests PATCH v5 13/27] x86/pmu: Add lib/x86/pmu.[c.h] and move common code to header files,
Sean Christopherson
- [kvm-unit-tests PATCH v5 18/27] x86/pmu: Track GP counter and event select base MSRs in pmu_caps,
Sean Christopherson
- [kvm-unit-tests PATCH v5 14/27] x86: Add a helper for the BSP's final init sequence common to all flavors,
Sean Christopherson
- [kvm-unit-tests PATCH v5 15/27] x86/pmu: Snapshot PMU perf_capabilities during BSP initialization,
Sean Christopherson
- [kvm-unit-tests PATCH v5 20/27] x86/pmu: Reset GP and Fixed counters during pmu_init().,
Sean Christopherson
- [kvm-unit-tests PATCH v5 16/27] x86/pmu: Snapshot CPUID.0xA PMU capabilities during BSP initialization,
Sean Christopherson
- [kvm-unit-tests PATCH v5 17/27] x86/pmu: Drop wrappers that just passthrough pmu_caps fields,
Sean Christopherson
- [kvm-unit-tests PATCH v5 19/27] x86/pmu: Add helper to get fixed counter MSR index,
Sean Christopherson
- [kvm-unit-tests PATCH v5 21/27] x86/pmu: Track global status/control/clear MSRs in pmu_caps,
Sean Christopherson
- [kvm-unit-tests PATCH v5 22/27] x86: Add tests for Guest Processor Event Based Sampling (PEBS),
Sean Christopherson
- [kvm-unit-tests PATCH v5 25/27] x86/pmu: Add pmu_caps flag to track if CPU is Intel (versus AMD),
Sean Christopherson
- [kvm-unit-tests PATCH v5 24/27] x86/pmu: Add gp_events pointer to route different event tables,
Sean Christopherson
- [kvm-unit-tests PATCH v5 23/27] x86/pmu: Add global helpers to cover Intel Arch PMU Version 1,
Sean Christopherson
- [kvm-unit-tests PATCH v5 26/27] x86/pmu: Update testcases to cover AMD PMU,
Sean Christopherson
- [kvm-unit-tests PATCH v5 27/27] x86/pmu: Add AMD Guest PerfMonV2 testcases,
Sean Christopherson
- Re: [kvm-unit-tests PATCH v5 00/27] x86/pmu: Test case optimization, fixes and additions,
Like Xu
- Re: [kvm-unit-tests PATCH v5 00/27] x86/pmu: Test case optimization, fixes and additions,
Paolo Bonzini
- [PATCH v2] KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit(),
Ben Gardon
- [PATCH] KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit,
Ben Gardon
- [PATCH v4 00/10] KVM: selftests: Fix and clean up emulator_error_test,
David Matlack
- [PATCH v4 01/10] KVM: selftests: Rename emulator_error_test to smaller_maxphyaddr_emulation_test,
David Matlack
- [PATCH v4 02/10] KVM: selftests: Explicitly require instructions bytes,
David Matlack
- [PATCH v4 05/10] KVM: x86/mmu: Use BIT{,_ULL}() for PFERR masks,
David Matlack
- [PATCH v4 04/10] KVM: selftests: Move flds instruction emulation failure handling to header,
David Matlack
- [PATCH v4 03/10] KVM: selftests: Delete dead ucall code,
David Matlack
- [PATCH v4 06/10] KVM: selftests: Copy KVM PFERR masks into selftests,
David Matlack
- [PATCH v4 08/10] KVM: selftests: Provide error code as a KVM_ASM_SAFE() output,
David Matlack
- [PATCH v4 07/10] KVM: selftests: Avoid JMP in non-faulting path of KVM_ASM_SAFE(),
David Matlack
- [PATCH v4 09/10] KVM: selftests: Expect #PF(RSVD) when TDP is disabled,
David Matlack
- [PATCH v4 10/10] KVM: selftests: Add a test for KVM_CAP_EXIT_ON_EMULATION_FAILURE,
David Matlack
- [syzbot] BUG: unable to handle kernel paging request in vmx_handle_exit_irqoff,
syzbot
- [RFC 0/6] KVM: arm64: implement vcpu_is_preempted check,
Usama Arif
- [PATCH v9 0/4] randomize memory access of dirty_log_perf_test,
Colton Lewis
- [PATCH v2 0/7] vfio-ccw parent rework,
Eric Farman
- [GIT PULL] KVM/arm64 fixes for 6.1, take #3,
Marc Zyngier
- [PATCH kvmtool] hw/i8042: Fix value uninitialized in kbd_io(),
hbuxiaofei
[PATCH] hw/i8042: Fix value uninitialized in kbd_io(),
hbuxiaofei
[PATCH 0/4] KVM: simplify hardware initialization,
isaku . yamahata
[PATCH v3] vfio/pci: Accept a non-zero open_count on reset,
Anthony DeRossi
[RFC 0/1] KVM: selftests: rseq_test: use vdso_getcpu() instead of syscall(),
Robert Hoo
[PATCH 27/30] KVM: x86/mmu: Use kstrtobool() instead of strtobool(),
Christophe JAILLET
[linux-next:master] BUILD REGRESSION e9d267f752f8ff62f0111cea90e3ced4fc595b4f,
kernel test robot
[PATCH v13 00/48] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features,
Vitaly Kuznetsov
- [PATCH v13 01/48] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h,
Vitaly Kuznetsov
- [PATCH v13 06/48] KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}",
Vitaly Kuznetsov
- [PATCH v13 02/48] KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h,
Vitaly Kuznetsov
- [PATCH v13 09/48] KVM: x86: hyper-v: Introduce TLB flush fifo,
Vitaly Kuznetsov
- [PATCH v13 11/48] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently,
Vitaly Kuznetsov
- [PATCH v13 05/48] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush',
Vitaly Kuznetsov
- [PATCH v13 08/48] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag,
Vitaly Kuznetsov
- [PATCH v13 07/48] KVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcpu_flush_tlb_all(),
Vitaly Kuznetsov
- [PATCH v13 03/48] KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments,
Vitaly Kuznetsov
- [PATCH v13 04/48] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments",
Vitaly Kuznetsov
- [PATCH v13 10/48] KVM: x86: hyper-v: Add helper to read hypercall data for array,
Vitaly Kuznetsov
- [PATCH v13 13/48] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs,
Vitaly Kuznetsov
- [PATCH v13 12/48] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls,
Vitaly Kuznetsov
- [PATCH v13 15/48] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64',
Vitaly Kuznetsov
- [PATCH v13 16/48] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi(),
Vitaly Kuznetsov
- [PATCH v13 17/48] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v13 14/48] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants,
Vitaly Kuznetsov
- [PATCH v13 19/48] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use,
Vitaly Kuznetsov
- [PATCH v13 24/48] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check,
Vitaly Kuznetsov
- [PATCH v13 21/48] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook,
Vitaly Kuznetsov
- [PATCH v13 18/48] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks',
Vitaly Kuznetsov
- [PATCH v13 20/48] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id,
Vitaly Kuznetsov
- [PATCH v13 22/48] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall(),
Vitaly Kuznetsov
- [PATCH v13 23/48] KVM: x86: hyper-v: L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v13 25/48] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv',
Vitaly Kuznetsov
- [PATCH v13 28/48] KVM: nSVM: hyper-v: Enable L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v13 30/48] KVM: selftests: Better XMM read/write helpers,
Vitaly Kuznetsov
- [PATCH v13 31/48] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header,
Vitaly Kuznetsov
- [PATCH v13 33/48] KVM: selftests: Hyper-V PV IPI selftest,
Vitaly Kuznetsov
- [PATCH v13 27/48] KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno,
Vitaly Kuznetsov
- [PATCH v13 26/48] KVM: nVMX: hyper-v: Enable L2 TLB flush,
Vitaly Kuznetsov
- [PATCH v13 29/48] KVM: x86: Expose Hyper-V L2 TLB flush feature,
Vitaly Kuznetsov
- [PATCH v13 32/48] KVM: selftests: Move the function doing Hyper-V hypercall to a common header,
Vitaly Kuznetsov
- [PATCH v13 38/48] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h,
Vitaly Kuznetsov
- [PATCH v13 34/48] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too,
Vitaly Kuznetsov
- [PATCH v13 35/48] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges,
Vitaly Kuznetsov
- [PATCH v13 36/48] KVM: selftests: Drop helpers to read/write page table entries,
Vitaly Kuznetsov
- [PATCH v13 39/48] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h,
Vitaly Kuznetsov
- [PATCH v13 42/48] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages,
Vitaly Kuznetsov
- [PATCH v13 41/48] KVM: selftests: Split off load_evmcs() from load_vmcs(),
Vitaly Kuznetsov
- [PATCH v13 37/48] KVM: selftests: Hyper-V PV TLB flush selftest,
Vitaly Kuznetsov
- [PATCH v13 40/48] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h,
Vitaly Kuznetsov
- [PATCH v13 43/48] KVM: selftests: Allocate Hyper-V partition assist page,
Vitaly Kuznetsov
- [PATCH v13 46/48] KVM: selftests: evmcs_test: Introduce L2 TLB flush test,
Vitaly Kuznetsov
- [PATCH v13 45/48] KVM: selftests: Introduce rdmsr_from_l2() and use it for MSR-Bitmap tests,
Vitaly Kuznetsov
- [PATCH v13 48/48] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs',
Vitaly Kuznetsov
- [PATCH v13 44/48] KVM: selftests: Stuff RAX/RCX with 'safe' values in vmmcall()/vmcall(),
Vitaly Kuznetsov
- [PATCH v13 47/48] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test,
Vitaly Kuznetsov
- Re: [PATCH v13 00/48] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features,
Sean Christopherson
[GIT PULL] KVM changes for 6.1-rc4,
Paolo Bonzini
[PATCH] KVM: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE,
Bo Liu
[PATCH] KVM: replace ternary operator with min(),
Bo Liu
[PATCH] RISC-V: KVM: use vma_lookup() instead of find_vma_intersection(),
Bo Liu
[PATCH v2] KVM: x86: fix undefined behavior in bit shift for __feature_bit,
Gaosheng Cui
[RESEND PATCH v3] KVM: VMX: Allow exposing EDECCSSA user leaf function to KVM guest,
Kai Huang
iommufd branch into linux-next,
Jason Gunthorpe
KVM: x86: snapshotted TSC frequency causing time drifts in vms,
Jayaramappa, Srilakshmi
[PATCH v3 00/10] KVM: selftests: Fix and clean up emulator_error_test,
David Matlack
- [PATCH v3 01/10] KVM: selftests: Rename emulator_error_test to smaller_maxphyaddr_emulation_test,
David Matlack
- [PATCH v3 03/10] KVM: selftests: Delete dead ucall code,
David Matlack
- [PATCH v3 02/10] KVM: selftests: Explicitly require instructions bytes,
David Matlack
- [PATCH v3 06/10] KVM: selftests: Copy KVM PFERR masks into selftests,
David Matlack
- [PATCH v3 05/10] KVM: x86/mmu: Use BIT{,_ULL}() for PFERR masks,
David Matlack
- [PATCH v3 07/10] KVM: selftests: Avoid JMP in non-faulting path of KVM_ASM_SAFE(),
David Matlack
- [PATCH v3 04/10] KVM: selftests: Move flds instruction emulation failure handling to header,
David Matlack
- [PATCH v3 09/10] KVM: selftests: Expect #PF(RSVD) when TDP is disabled,
David Matlack
- [PATCH v3 08/10] KVM: selftests: Provide error code as a KVM_ASM_SAFE() output,
David Matlack
- [PATCH v3 10/10] KVM: selftests: Add a test for KVM_CAP_EXIT_ON_EMULATION_FAILURE,
David Matlack
[PATCH v7 0/5] dirty_log_perf_test vCPU pinning,
Vipin Sharma
[PATCH] KVM: x86: fix undefined behavior in bit shift for __feature_bit,
Gaosheng Cui
[PATCH kernel v2] swiotlb: Half the size if allocation failed,
Alexey Kardashevskiy
[RESEND PATCH v2] kvm: x86: Keep the lock order consistent,
Hao Peng
[PATCH v7 0/9] KVM: arm64: Enable ring-based dirty memory tracking,
Gavin Shan
- [PATCH v7 1/9] KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL,
Gavin Shan
- [PATCH v7 6/9] KVM: arm64: Enable ring-based dirty memory tracking,
Gavin Shan
- [PATCH v7 5/9] KVM: arm64: Improve no-running-vcpu report for dirty ring,
Gavin Shan
- [PATCH v7 2/9] KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h,
Gavin Shan
- [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap,
Gavin Shan
- [PATCH v7 7/9] KVM: selftests: Use host page size to map ring buffer in dirty_log_test,
Gavin Shan
- [PATCH v7 8/9] KVM: selftests: Clear dirty ring states between two modes in dirty_log_test,
Gavin Shan
- [PATCH v7 9/9] KVM: selftests: Automate choosing dirty ring size in dirty_log_test,
Gavin Shan
- [PATCH v7 3/9] KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling them,
Gavin Shan
- Re: (subset) [PATCH v7 0/9] KVM: arm64: Enable ring-based dirty memory tracking,
Marc Zyngier
[PATCH v10 000/108] KVM TDX basic feature support,
isaku . yamahata
- [PATCH v10 004/108] x86/virt/tdx: Add a helper function to return system wide info about TDX module,
isaku . yamahata
- [PATCH v10 001/108] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX,
isaku . yamahata
- [PATCH v10 002/108] KVM: x86: Refactor KVM VMX module init/exit functions,
isaku . yamahata
- [PATCH v10 003/108] KVM: TDX: Add placeholders for TDX VM/vcpu structure,
isaku . yamahata
- [PATCH v10 005/108] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
isaku . yamahata
- [PATCH v10 006/108] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs,
isaku . yamahata
- [PATCH v10 007/108] KVM: TDX: Make TDX VM type supported,
isaku . yamahata
- [PATCH v10 009/108] KVM: TDX: Define TDX architectural definitions,
isaku . yamahata
- [PATCH v10 013/108] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction,
isaku . yamahata
- [PATCH v10 020/108] KVM: Support KVM_CAP_MAX_VCPUS for KVM_ENABLE_CAP,
isaku . yamahata
- [PATCH v10 010/108] KVM: TDX: Add TDX "architectural" error codes,
isaku . yamahata
- [PATCH v10 012/108] KVM: TDX: Add helper functions to print TDX SEAMCALL error,
isaku . yamahata
- [PATCH v10 008/108] [MARKER] The start of TDX KVM patch series: TDX architectural definitions,
isaku . yamahata
- [PATCH v10 028/108] KVM: x86/mmu: introduce config for PRIVATE KVM MMU,
isaku . yamahata
- [PATCH v10 019/108] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl,
isaku . yamahata
- [PATCH v10 021/108] KVM: TDX: initialize VM with TDX specific parameters,
isaku . yamahata
- [PATCH v10 026/108] KVM: TDX: Use private memory for TDX,
isaku . yamahata
- [PATCH v10 024/108] KVM: TDX: allocate/free TDX vcpu structure,
isaku . yamahata
- [PATCH v10 016/108] KVM: TDX: create/destroy VM structure,
isaku . yamahata
- [PATCH v10 014/108] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers,
isaku . yamahata
- [PATCH v10 017/108] KVM: TDX: Refuse to unplug the last cpu on the package,
isaku . yamahata
- [PATCH v10 018/108] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters,
isaku . yamahata
- [PATCH v10 011/108] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module,
isaku . yamahata
- [PATCH v10 029/108] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA,
isaku . yamahata
- [PATCH v10 032/108] KVM: x86/mmu: Make sync_page not use hard-coded 0 as the initial SPTE value,
isaku . yamahata
- [PATCH v10 030/108] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX,
isaku . yamahata
- [PATCH v10 015/108] x86/cpu: Add helper functions to allocate/free TDX private host key id,
isaku . yamahata
- [PATCH v10 041/108] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map(),
isaku . yamahata
- [PATCH v10 031/108] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE,
isaku . yamahata
- [PATCH v10 036/108] KVM: TDX: Enable mmio spte caching always for TDX,
isaku . yamahata
- [PATCH v10 048/108] KVM: x86/tdp_mmu: Make handle_changed_spte() return value,
isaku . yamahata
- [PATCH v10 043/108] KVM: x86/mmu: Require TDP MMU for TDX,
isaku . yamahata
- [PATCH v10 047/108] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases,
isaku . yamahata
- [PATCH v10 022/108] KVM: TDX: Make pmu_intel.c ignore guest TD case,
isaku . yamahata
- [PATCH v10 042/108] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation,
isaku . yamahata
- [PATCH v10 046/108] KVM: Add flags to struct kvm_gfn_range,
isaku . yamahata
- [PATCH v10 044/108] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role,
isaku . yamahata
- [PATCH v10 049/108] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
isaku . yamahata
- [PATCH v10 051/108] KVM: x86/mmu: Disallow dirty logging for x86 TDX,
isaku . yamahata
- [PATCH v10 045/108] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page,
isaku . yamahata
- [PATCH v10 039/108] KVM: VMX: Introduce test mode related to EPT violation VE,
isaku . yamahata
- [PATCH v10 034/108] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_{value, mask},
isaku . yamahata
- [PATCH v10 038/108] KVM: x86/mmu: Allow per-VM override of the TDP max page level,
isaku . yamahata
- [PATCH v10 027/108] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits,
isaku . yamahata
- [PATCH v10 037/108] KVM: x86/mmu: Disallow fast page fault on private GPA,
isaku . yamahata
- [PATCH v10 052/108] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs,
isaku . yamahata
- [PATCH v10 050/108] [MARKER] The start of TDX KVM patch series: TDX EPT violation,
isaku . yamahata
- [PATCH v10 023/108] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction,
isaku . yamahata
- [PATCH v10 025/108] KVM: TDX: Do TDX specific vcpu initialization,
isaku . yamahata
- [PATCH v10 033/108] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE,
isaku . yamahata
- [PATCH v10 035/108] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis,
isaku . yamahata
- [PATCH v10 040/108] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks,
isaku . yamahata
- [PATCH v10 053/108] KVM: VMX: Split out guts of EPT violation to common/exposed function,
isaku . yamahata
- [PATCH v10 054/108] KVM: VMX: Move setting of EPT MMU masks to common VT-x code,
isaku . yamahata
- [PATCH v10 055/108] KVM: TDX: Add load_mmu_pgd method for TDX,
isaku . yamahata
- [PATCH v10 056/108] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD,
isaku . yamahata
- [PATCH v10 057/108] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range,
isaku . yamahata
- [PATCH v10 061/108] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX,
isaku . yamahata
- [PATCH v10 058/108] KVM: TDX: TDP MMU TDX support,
isaku . yamahata
- [PATCH v10 101/108] KVM: TDX: Handle TDX PV map_gpa hypercall,
isaku . yamahata
- [PATCH v10 100/108] KVM: TDX: Handle TDX PV report fatal error hypercall,
isaku . yamahata
- [PATCH v10 060/108] KVM: Add functions to set GFN to private or shared,
isaku . yamahata
- [PATCH v10 059/108] [MARKER] The start of TDX KVM patch series: KVM TDP MMU MapGPA,
isaku . yamahata
- [PATCH v10 063/108] [MARKER] The start of TDX KVM patch series: TD finalization,
isaku . yamahata
- [PATCH v10 067/108] KVM: TDX: Add helper assembly function to TDX vcpu,
isaku . yamahata
- [PATCH v10 066/108] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit,
isaku . yamahata
- [PATCH v10 062/108] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX,
isaku . yamahata
- [PATCH v10 102/108] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall,
isaku . yamahata
- [PATCH v10 065/108] KVM: TDX: Finalize VM initialization,
isaku . yamahata
- [PATCH v10 064/108] KVM: TDX: Create initial guest memory,
isaku . yamahata
- [PATCH v10 068/108] KVM: TDX: Implement TDX vcpu enter/exit path,
isaku . yamahata
- [PATCH v10 103/108] KVM: TDX: Silently discard SMI request,
isaku . yamahata
- [PATCH v10 069/108] KVM: TDX: vcpu_run: save/restore host state(host kernel gs),
isaku . yamahata
- [PATCH v10 074/108] KVM: TDX: complete interrupts after tdexit,
isaku . yamahata
- [PATCH v10 073/108] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls,
isaku . yamahata
- [PATCH v10 071/108] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr,
isaku . yamahata
- [PATCH v10 072/108] KVM: TDX: restore user ret MSRs,
isaku . yamahata
- [PATCH v10 070/108] KVM: TDX: restore host xsave state when exit from the guest TD,
isaku . yamahata
- [PATCH v10 075/108] KVM: TDX: restore debug store when TD exit,
isaku . yamahata
- [PATCH v10 104/108] KVM: TDX: Silently ignore INIT/SIPI,
isaku . yamahata
- [PATCH v10 076/108] KVM: TDX: handle vcpu migration over logical processor,
isaku . yamahata
- [PATCH v10 077/108] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior,
isaku . yamahata
- [PATCH v10 105/108] KVM: TDX: Add methods to ignore accesses to CPU state,
isaku . yamahata
- [PATCH v10 078/108] KVM: TDX: Add support for find pending IRQ in a protected local APIC,
isaku . yamahata
- [PATCH v10 079/108] KVM: x86: Assume timer IRQ was injected if APIC state is proteced,
isaku . yamahata
- [PATCH v10 106/108] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX),
isaku . yamahata
- [PATCH v10 086/108] KVM: x86: Split core of hypercall emulation to helper function,
isaku . yamahata
- [PATCH v10 107/108] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU,
isaku . yamahata
- [PATCH v10 081/108] KVM: TDX: Implement interrupt injection,
isaku . yamahata
- [PATCH v10 083/108] KVM: TDX: Implement methods to inject NMI,
isaku . yamahata
- [PATCH v10 084/108] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument,
isaku . yamahata
- [PATCH v10 080/108] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c,
isaku . yamahata
- [PATCH v10 085/108] KVM: VMX: Move NMI/exception handler to common helper,
isaku . yamahata
- [PATCH v10 082/108] KVM: TDX: Implements vcpu request_immediate_exit,
isaku . yamahata
- [PATCH v10 088/108] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT,
isaku . yamahata
- [PATCH v10 089/108] KVM: TDX: handle EXIT_REASON_OTHER_SMI,
isaku . yamahata
- [PATCH v10 091/108] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT,
isaku . yamahata
- [PATCH v10 108/108] [MARKER] the end of (the first phase of) TDX KVM patch series,
isaku . yamahata
- [PATCH v10 094/108] KVM: TDX: Handle TDX PV CPUID hypercall,
isaku . yamahata
- [PATCH v10 095/108] KVM: TDX: Handle TDX PV HLT hypercall,
isaku . yamahata
- [PATCH v10 092/108] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL),
isaku . yamahata
- [PATCH v10 099/108] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall,
isaku . yamahata
- [PATCH v10 093/108] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL,
isaku . yamahata
- [PATCH v10 087/108] KVM: TDX: Add a place holder to handle TDX VM exit,
isaku . yamahata
- [PATCH v10 098/108] KVM: TDX: Implement callbacks for MSR operations for TDX,
isaku . yamahata
- [PATCH v10 096/108] KVM: TDX: Handle TDX PV port io hypercall,
isaku . yamahata
- [PATCH v10 097/108] KVM: TDX: Handle TDX PV MMIO hypercall,
isaku . yamahata
- [PATCH v10 090/108] KVM: TDX: handle ept violation/misconfig exit,
isaku . yamahata
- Re: [PATCH v10 000/108] KVM TDX basic feature support,
Wang, Lei
[RFC PATCH 0/7] KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly,
Paolo Bonzini
KVM call for agenda for 2022-11-01,
Juan Quintela
[PATCH] KVM: x86: Fix a stall when KVM_SET_MSRS is called on the pmu counters,
Aaron Lewis
[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support,
Marc Zyngier
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]