summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-114/+114
|\
| * Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-8/+60
| |\
| | * KVM: x86/xen: improve accuracy of Xen timersDavid Woodhouse2024-03-041-5/+56
| | * KVM: x86/xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capabilityPaul Durrant2024-02-221-1/+2
| | * KVM: pfncache: remove KVM_GUEST_USES_PFN usagePaul Durrant2024-02-201-1/+1
| | * KVM: pfncache: add a mark-dirty helperPaul Durrant2024-02-201-1/+1
| * | Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-9/+6
| |\ \
| | * | KVM: x86/pmu: Snapshot event selectors that KVM emulates in softwareSean Christopherson2024-02-011-3/+3
| | * | KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad indexSean Christopherson2024-01-301-6/+3
| * | | Merge tag 'kvm-x86-mmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-23/+16
| |\ \ \
| | * | | KVM: x86: Drop superfluous check on direct MMU vs. WRITE_PF_TO_SP flagSean Christopherson2024-02-221-2/+1
| | * | | KVM: x86: Drop dedicated logic for direct MMUs in reexecute_instruction()Sean Christopherson2024-02-221-16/+16
| | * | | KVM: x86/mmu: Don't acquire mmu_lock when using indirect_shadow_pages as a he...Mingwei Zhang2024-02-221-7/+1
| | |/ /
| * | | Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-76/+34
| |\ \ \
| | * | | KVM: x86: Clean up directed yield API for "has pending interrupt"Sean Christopherson2024-02-221-5/+2
| | * | | KVM: x86: Rely solely on preempted_in_kernel flag for directed yieldSean Christopherson2024-02-221-6/+2
| | * | | KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernelSean Christopherson2024-02-221-0/+5
| | * | | KVM: x86: Sanity check that kvm_has_noapic_vcpu is zero at module_exit()Sean Christopherson2024-02-221-4/+1
| | * | | KVM: x86: Move "KVM no-APIC vCPU" key management into local APIC codeSean Christopherson2024-02-221-26/+3
| | * | | KVM: x86: Fully defer to vendor code to decide how to force immediate exitSean Christopherson2024-02-221-9/+1
| | * | | KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepointSean Christopherson2024-02-221-1/+1
| | * | | KVM: x86: Open code all direct reads to guest DR6 and DR7Sean Christopherson2024-02-221-1/+1
| | * | | KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson2024-02-221-13/+7
| | * | | KVM: x86: Fix broken debugregs ABI for 32 bit kernelsMathias Krause2024-02-051-2/+11
| | * | | KVM: x86: Use mutex guards to eliminate __kvm_x86_vendor_init()Nikolay Borisov2024-01-291-12/+3
| | |/ /
* | | | Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-03-121-1/+4
|\ \ \ \
| * | | | KVM/x86: Export RFDS_NO and RFDS_CLEAR to guestsPawan Gupta2024-03-111-1/+4
* | | | | Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-091-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMUSean Christopherson2024-02-221-1/+1
| |/ / /
* / / / KVM: x86: Mark target gfn of emulated atomic instruction as dirtySean Christopherson2024-02-161-0/+10
|/ / /
* | | Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini2024-02-141-1/+1
|\ \ \
| * | | KVM: x86: Make gtod_is_based_on_tsc() return 'bool'Vitaly Kuznetsov2024-02-011-1/+1
| |/ /
* | | Merge tag 'kvm-x86-fixes-6.8-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-02-141-11/+7
|\ \ \ | |_|/ |/| |
| * | KVM: x86: Fix KVM_GET_MSRS stack info leakMathias Krause2024-02-051-10/+5
| * | KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpuPrasad Pandit2024-01-311-1/+2
| |/
* | KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratumMaciej S. Szmigiero2024-01-311-0/+4
* | KVM: x86: Check irqchip mode before create PITTengfei Yu2024-01-311-0/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-42/+126
|\
| * Merge tag 'kvm-x86-xen-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-5/+23
| |\
| | * KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BITPaul Durrant2023-12-071-5/+23
| * | Merge tag 'kvm-x86-lam-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-2/+16
| |\ \
| | * | KVM: x86: Untag addresses for LAM emulation where applicableBinbin Wu2023-11-281-0/+4
| | * | KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulatorBinbin Wu2023-11-281-0/+10
| | * | KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legalityBinbin Wu2023-11-281-2/+2
| | |/
| * | Merge tag 'kvm-x86-pmu-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-1/+0
| |\ \
| | * | KVM: x86/pmu: Stop calling kvm_pmu_reset() at RESET (it's redundant)Sean Christopherson2023-11-301-1/+0
| | |/
| * | Merge tag 'kvm-x86-misc-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-13/+16
| |\ \
| | * | KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplugSean Christopherson2023-11-301-13/+16
| | |/
| * | Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-18/+48
| |\ \
| | * | KVM: x86: Make Hyper-V emulation optionalVitaly Kuznetsov2023-12-071-17/+45