summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/vmx.c
AgeCommit message (Expand)Author
2023-03-14KVM: VMX: Fix indentation coding style issueRong Tao
2023-02-21Merge tag 'kvm-x86-apic-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-02-15Merge tag 'kvm-x86-vmx-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-02-15Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-02-07KVM: VMX: Fix crash due to uninitialized current_vmcsAlexandru Matei
2023-02-07KVM: VMX: Do not trap VMFUNC instructions for L1 guests.Yu Zhang
2023-01-26KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrsSean Christopherson
2023-01-24KVM: VMX: Handle NMI VM-Exits in noinstr regionSean Christopherson
2023-01-24KVM: VMX: Provide separate subroutines for invoking NMI vs. IRQ handlersSean Christopherson
2023-01-24x86/entry: KVM: Use dedicated VMX NMI entry for 32-bit kernels tooSean Christopherson
2023-01-24KVM: VMX: Always inline to_vmx() and to_kvm_vmx()Sean Christopherson
2023-01-24KVM: VMX: don't use "unsigned long" in vmx_vcpu_enter_exit()Alexey Dobriyan
2023-01-24KVM: x86: Replace cpu_dirty_logging_count with nr_memslots_dirty_loggingDavid Matlack
2023-01-24KVM: VMX: Intercept reads to invalid and write-only x2APIC registersSean Christopherson
2023-01-24KVM: VMX: Always intercept accesses to unsupported "extended" x2APIC regsSean Christopherson
2023-01-24Merge branch 'kvm-lapic-fix-and-cleanup' into HEADPaolo Bonzini
2023-01-22KVM: x86/vmx: Do not skip segment attributes if unusable bit is setHendrik Borghorst
2023-01-13KVM: x86: Track required APICv inhibits with variable, not callbackSean Christopherson
2023-01-13KVM: x86: Inhibit APICv/AVIC if the optimized physical map is disabledSean Christopherson
2023-01-13KVM: x86: Move APIC access page helper to common x86 codeSean Christopherson
2022-12-29KVM: x86: Do compatibility checks when onlining CPUChao Gao
2022-12-29KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)Sean Christopherson
2022-12-29KVM: VMX: Shuffle support checks and hardware enabling code aroundSean Christopherson
2022-12-29KVM: x86: Do VMX/SVM support checks directly in vendor codeSean Christopherson
2022-12-29KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checksSean Christopherson
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson
2022-12-29KVM: x86: Use KBUILD_MODNAME to specify vendor module nameSean Christopherson
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson
2022-12-29KVM: x86: Do CPU compatibility checks in x86 codeSean Christopherson
2022-12-29KVM: VMX: Make VMCS configuration/capabilities structs read-only after initSean Christopherson
2022-12-29KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspaceSean Christopherson
2022-12-29KVM: x86: Move guts of kvm_arch_init() to standalone helperSean Christopherson
2022-12-29KVM: VMX: Move Hyper-V eVMCS initialization to helperSean Christopherson
2022-12-29KVM: VMX: Don't bother disabling eVMCS static key on module exitSean Christopherson
2022-12-29KVM: VMX: Reset eVMCS controls in VP assist page during hardware disablingSean Christopherson
2022-12-29KVM: VMX: Resurrect vmcs_conf sanitization for KVM-on-Hyper-VVitaly Kuznetsov
2022-12-27KVM: VMX: Resurrect vmcs_conf sanitization for KVM-on-Hyper-VVitaly Kuznetsov
2022-12-23KVM: nVMX: Don't stuff secondary execution control if it's not supportedSean Christopherson
2022-11-30KVM: VMX: Move MSR_IA32_FEAT_CTL.LOCKED check into "is valid" helperSean Christopherson
2022-11-30KVM: VMX: Allow userspace to set all supported FEATURE_CONTROL bitsSean Christopherson
2022-11-30KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRSJim Mattson
2022-11-30KVM: VMX: Guest usage of IA32_SPEC_CTRL is likelyJim Mattson
2022-11-18KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"Vitaly Kuznetsov
2022-11-18KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'Vitaly Kuznetsov
2022-11-09KVM: x86: smm: use smram structs in the common codeMaxim Levitsky
2022-11-09KVM: x86: compile out vendor-specific code if SMM is disabledPaolo Bonzini
2022-11-09KVM: allow compiling out SMM supportPaolo Bonzini
2022-11-09KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini
2022-11-09KVM: x86: Handle PERF_CAPABILITIES in common x86's kvm_get_msr_feature()Sean Christopherson