summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini11 days1-17/+11
|\
| * KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabledAlejandro Jimenez2024-05-021-7/+4
| * KVM: x86: Allow, don't ignore, same-value writes to immutable MSRsSean Christopherson2024-05-021-7/+4
| * KVM: Use vfree for memory allocated by vcalloc()/__vcalloc()Li RongQing2024-04-091-3/+3
* | Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini13 days1-2/+2
|\ \
| * \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-04-201-1/+1
| |\ \
| | * | KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson2024-04-111-1/+1
| | |/
| * / KVM: x86: Add BHI_NODaniel Sneddon2024-04-081-1/+1
| |/
* | KVM: x86: Explicitly zero kvm_caps during vendor module loadSean Christopherson2024-05-071-0/+7
* | KVM: x86: Fully re-initialize supported_mce_cap on vendor module loadSean Christopherson2024-05-071-3/+2
* | KVM: x86: Fully re-initialize supported_vm_types on vendor module loadSean Christopherson2024-05-071-1/+2
* | KVM: x86: Split core of hypercall emulation to helper functionSean Christopherson2024-04-121-18/+38
* | KVM: x86: Add supported_vm_types to kvm_capsPaolo Bonzini2024-04-111-6/+6
* | KVM: x86: add fields to struct kvm_arch for CoCo featuresPaolo Bonzini2024-04-111-19/+74
* | KVM: introduce new vendor op for KVM_GET_DEVICE_ATTRPaolo Bonzini2024-04-111-14/+24
* | KVM: x86: use u64_to_user_ptr()Paolo Bonzini2024-04-111-21/+3
|/
* 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