summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-vmx-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-27/+9
|\
| * KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()Sean Christopherson2024-06-281-20/+0
| * KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked()Sean Christopherson2024-06-281-3/+8
| * KVM: VMX: Switch __vmx_exit() and kvm_x86_vendor_exit() in vmx_exit()Kai Huang2024-06-281-1/+1
| * KVM: VMX: Remove unnecessary INVEPT[GLOBAL] from hardware enable pathSean Christopherson2024-06-281-3/+0
* | Merge tag 'kvm-x86-pmu-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-11/+9
|\ \
| * | KVM: VMX: Switch to new Intel CPU model infrastructureTony Luck2024-06-031-11/+9
* | | Merge tag 'kvm-x86-mtrrs-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-27/+13
|\ \ \
| * | | KVM: VMX: Always honor guest PAT on CPUs that support self-snoopSean Christopherson2024-06-071-4/+6
| * | | KVM: VMX: Drop support for forcing UC memory when guest CR0.CD=1Sean Christopherson2024-06-051-4/+0
| * | | KVM: x86: Remove VMX support for virtualizing guest MTRR memtypesSean Christopherson2024-06-051-25/+13
| |/ /
* | | Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-15/+14
|\ \ \
| * | | KVM: x86: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-281-0/+1
| * | | KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr"Sean Christopherson2024-06-031-8/+6
| * | | KVM: x86: Add a struct to consolidate host values, e.g. EFER, XCR0, etc...Sean Christopherson2024-06-031-7/+7
| |/ /
* | | Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-41/+39
|\ \ \ | |_|/ |/| |
| * | KVM: x86: Drop now-superflous setting of l1tf_flush_l1d in vcpu_run()Sean Christopherson2024-06-111-3/+4
| * | KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()Sean Christopherson2024-06-111-6/+3
| * | KVM: VMX: Move PLE grow/shrink helpers above vmx_vcpu_load()Sean Christopherson2024-06-111-32/+32
| |/
* | Merge branch 'kvm-fixes-6.10-1' into HEADPaolo Bonzini2024-06-031-2/+9
|\ \ | |/ |/|
| * KVM: x86/mmu: Print SPTEs on unexpected #VESean Christopherson2024-05-231-0/+5
| * KVM: VMX: Dump VMCS on unexpected #VESean Christopherson2024-05-231-1/+3
| * KVM: VMX: Don't kill the VM on an unexpected #VESean Christopherson2024-05-231-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-05-151-281/+159
|\|
| * Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-121-2/+0
| |\
| | * KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exceptionSean Christopherson2024-04-091-2/+0
| * | Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-05-101-6/+35
| |\ \
| * | | KVM: VMX: Introduce test mode related to EPT violation VEIsaku Yamahata2024-04-191-3/+50
| * | | KVM, x86: add architectural support code for #VEPaolo Bonzini2024-04-191-0/+4
| * | | KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argumentSean Christopherson2024-04-121-9/+7
| * | | KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDXPaolo Bonzini2024-04-121-269/+100
| | |/ | |/|
* | | x86/irq: Remove bitfields in posted interrupt descriptorJacob Pan2024-04-301-1/+1
* | | KVM: VMX: Move posted interrupt descriptor out of VMX codeJacob Pan2024-04-301-0/+1
| |/ |/|
* | KVM: VMX: Disable LBR virtualization if the CPU doesn't support LBR callstacksSean Christopherson2024-04-111-1/+9
* | KVM: VMX: Snapshot LBR capabilities during module initializationSean Christopherson2024-04-111-4/+5
* | KVM: x86/pmu: Disable support for adaptive PEBSSean Christopherson2024-04-081-2/+22
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-73/+84
|\
| * Merge tag 'kvm-x86-vmx-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-41/+31
| |\
| | * KVM: VMX: Combine "check" and "get" APIs for passthrough MSR lookupsSean Christopherson2024-02-271-39/+26
| | * KVM: VMX: return early if msr_bitmap is not supportedDongli Zhang2024-02-271-0/+3
| | * KVM: VMX: fix comment to add LBR to passthrough MSRsDongli Zhang2024-02-271-1/+1
| | * KVM: VMX: Report up-to-date exit qualification to userspaceChao Gao2024-02-071-1/+1
| * | Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-32/+53
| |\ \
| | * | KVM: x86: Fully defer to vendor code to decide how to force immediate exitSean Christopherson2024-02-231-18/+14
| | * | KVM: VMX: Handle KVM-induced preemption timer exits in fastpath for L2Sean Christopherson2024-02-231-2/+20
| | * | KVM: x86: Move handling of is_guest_mode() into fastpath exit handlersSean Christopherson2024-02-231-3/+3
| | * | KVM: VMX: Handle forced exit due to preemption timer in fastpathSean Christopherson2024-02-231-5/+8
| | * | KVM: VMX: Re-enter guest in fastpath for "spurious" preemption timer exitsSean Christopherson2024-02-231-2/+9
| | * | KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepointSean Christopherson2024-02-231-2/+2
| | * | KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson2024-02-231-4/+1
| | |/