summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx
Commit message (Expand)AuthorAgeFilesLines
* KVM: Use gfn instead of hva for mmu_notifier_retryChao Peng2023-11-131-6/+5
* Merge tag 'kvm-x86-svm-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-6/+6
|\
| * KVM: x86: Refactor can_emulate_instruction() return to be more expressiveSean Christopherson2023-10-041-6/+6
* | Merge tag 'kvm-x86-mmu-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-6/+3
|\ \
| * | KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEAREDYan Zhao2023-10-101-6/+3
| |/
* | Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-10/+10
|\ \
| * | KVM: x86: Use octal for file permissionPeng Hao2023-10-171-10/+10
| |/
* | Merge tag 'kvm-x86-apic-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-2/+2
|\ \
| * | KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.Haitao Shan2023-09-281-2/+2
| |/
* / KVM: x86/pmu: Truncate counter value to allowed width on writeRoman Kagan2023-09-251-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-077-149/+182
|\
| * Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-316-102/+110
| |\
| | * KVM: nVMX: Use KVM-governed feature framework to track "nested VMX enabled"Sean Christopherson2023-08-173-19/+10
| | * KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"Sean Christopherson2023-08-171-18/+18
| | * KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ"Sean Christopherson2023-08-176-8/+8
| | * KVM: VMX: Check KVM CPU caps, not just VMX MSR support, for XSAVE enablingSean Christopherson2023-08-171-1/+1
| | * KVM: VMX: Recompute "XSAVES enabled" only after CPUID updateSean Christopherson2023-08-171-13/+11
| | * KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooksSean Christopherson2023-08-031-4/+4
| | * KVM: VMX: Skip VMCLEAR logic during emergency reboots if CR4.VMXE=0Sean Christopherson2023-08-031-2/+10
| | * KVM: x86: Force kvm_rebooting=true during emergency reboot/crashSean Christopherson2023-08-031-0/+2
| | * KVM: VMX: Ensure CPU is stable when probing basic VMX supportSean Christopherson2023-08-031-3/+14
| | * x86/virt: KVM: Move VMXOFF helpers into KVM VMXSean Christopherson2023-08-031-3/+26
| | * x86/virt: KVM: Open code cpu_has_vmx() in KVM VMXSean Christopherson2023-08-031-1/+1
| | * x86/reboot: KVM: Handle VMXOFF in KVM's reboot callbackSean Christopherson2023-08-031-3/+5
| | * x86/reboot: Harden virtualization hooks for emergency rebootSean Christopherson2023-08-031-4/+2
| | * x86/reboot: VMCLEAR active VMCSes before emergency rebootSean Christopherson2023-08-031-7/+3
| | * KVM: VMX: Drop unnecessary vmx_fb_clear_ctrl_available "cache"Sean Christopherson2023-08-021-14/+3
| | * KVM: x86: Snapshot host's MSR_IA32_ARCH_CAPABILITIESSean Christopherson2023-08-021-16/+6
| | * KVM: x86: Use sysfs_emit() instead of sprintf()Like Xu2023-07-311-2/+2
| * | Merge tag 'kvm-x86-vmx-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-311-21/+17
| |\ \
| | * | KVM: VMX: Refresh available regs and IDT vectoring info before NMI handlingSean Christopherson2023-08-281-10/+11
| | * | KVM: VMX: Delete ancient pr_warn() about KVM_SET_TSS_ADDR not being setSean Christopherson2023-08-251-7/+0
| | * | KVM: VMX: Rename vmx_get_max_tdp_level() to vmx_get_max_ept_level()Shiyuan Gao2023-08-171-2/+2
| | * | KVM: VMX: Drop manual TLB flush when migrating vmcs.APIC_ACCESS_ADDRSean Christopherson2023-08-021-2/+4
| | |/
| * | Merge tag 'kvm-x86-pmu-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-311-26/+55
| |\ \
| | * | KVM: x86/pmu: Require nr fixed_pmc_events to match nr max fixed countersSean Christopherson2023-08-021-10/+9
| | * | KVM: x86/pmu: Simplify intel_hw_event_available()Sean Christopherson2023-08-021-7/+6
| | * | KVM: x86/pmu: Use enums instead of hardcoded magic for arch event indicesSean Christopherson2023-08-021-12/+43
| | |/
* | / x86/apic: Wrap IPI calls into helper functionsDave Hansen2023-08-092-2/+2
|/ /
* | KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson2023-07-291-4/+9
* | KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson2023-07-291-7/+21
* | KVM: VMX: Use vmread_error() to report VM-Fail in "goto" pathSean Christopherson2023-07-291-2/+1
* | KVM: VMX: Make VMREAD error path play nice with noinstrSean Christopherson2023-07-293-9/+26
* | KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipivPeng Hao2023-07-291-1/+2
|/
* Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-016-23/+69
|\
| * KVM: VMX: Retry APIC-access page reload if invalidation is in-progressSean Christopherson2023-06-061-5/+45
| * KVM: VMX: Inject #GP, not #UD, if SGX2 ENCLS leafs are unsupportedSean Christopherson2023-06-021-6/+9
| * KVM: VMX: Inject #GP on ENCLS if vCPU has paging disabled (CR0.PG==0)Sean Christopherson2023-06-021-1/+1
| * KVM: VMX: restore vmx_vmexit alignmentJon Kohler2023-06-011-1/+1
| * KVM: x86/pmu: Remove redundant check for MSR_IA32_DS_AREA set handlerJinrong Liang2023-06-011-2/+0