summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
3 daysKVM: nVMX: Fold requested virtual interrupt check into has_nested_events()Sean Christopherson1-9/+1
3 daysKVM: nVMX: Request immediate exit iff pending nested event needs injectionSean Christopherson1-2/+2
2024-06-20KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routesSean Christopherson1-5/+4
2024-06-03KVM: x86: Drop support for hand tuning APIC timer advancement from userspaceSean Christopherson1-10/+1
2024-05-12Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-17/+11
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-2/+2
2024-05-07KVM: x86: Explicitly zero kvm_caps during vendor module loadSean Christopherson1-0/+7
2024-05-07KVM: x86: Fully re-initialize supported_mce_cap on vendor module loadSean Christopherson1-3/+2
2024-05-07KVM: x86: Fully re-initialize supported_vm_types on vendor module loadSean Christopherson1-1/+2
2024-05-02KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabledAlejandro Jimenez1-7/+4
2024-05-02KVM: x86: Allow, don't ignore, same-value writes to immutable MSRsSean Christopherson1-7/+4
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2024-04-12KVM: x86: Split core of hypercall emulation to helper functionSean Christopherson1-18/+38
2024-04-11KVM: x86: Add supported_vm_types to kvm_capsPaolo Bonzini1-6/+6
2024-04-11KVM: x86: add fields to struct kvm_arch for CoCo featuresPaolo Bonzini1-19/+74
2024-04-11KVM: introduce new vendor op for KVM_GET_DEVICE_ATTRPaolo Bonzini1-14/+24
2024-04-11KVM: x86: use u64_to_user_ptr()Paolo Bonzini1-21/+3
2024-04-11KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson1-1/+1
2024-04-09KVM: Use vfree for memory allocated by vcalloc()/__vcalloc()Li RongQing1-3/+3
2024-04-08KVM: x86: Add BHI_NODaniel Sneddon1-1/+1
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-114/+114
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+4
2024-03-11KVM/x86: Export RFDS_NO and RFDS_CLEAR to guestsPawan Gupta1-1/+4
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-8/+60
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-9/+6
2024-03-11Merge tag 'kvm-x86-mmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-23/+16
2024-03-11Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-76/+34
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini1-1/+1
2024-03-05KVM: x86/xen: improve accuracy of Xen timersDavid Woodhouse1-5/+56
2024-02-23KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMUSean Christopherson1-1/+1
2024-02-23KVM: x86: Clean up directed yield API for "has pending interrupt"Sean Christopherson1-5/+2
2024-02-23KVM: x86: Rely solely on preempted_in_kernel flag for directed yieldSean Christopherson1-6/+2
2024-02-23KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernelSean Christopherson1-0/+5
2024-02-23KVM: x86: Sanity check that kvm_has_noapic_vcpu is zero at module_exit()Sean Christopherson1-4/+1
2024-02-23KVM: x86: Move "KVM no-APIC vCPU" key management into local APIC codeSean Christopherson1-26/+3
2024-02-23KVM: x86: Fully defer to vendor code to decide how to force immediate exitSean Christopherson1-9/+1
2024-02-23KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepointSean Christopherson1-1/+1
2024-02-23KVM: x86: Drop superfluous check on direct MMU vs. WRITE_PF_TO_SP flagSean Christopherson1-2/+1
2024-02-23KVM: x86: Drop dedicated logic for direct MMUs in reexecute_instruction()Sean Christopherson1-16/+16
2024-02-23KVM: x86/mmu: Don't acquire mmu_lock when using indirect_shadow_pages as a he...Mingwei Zhang1-7/+1
2024-02-23KVM: x86: Open code all direct reads to guest DR6 and DR7Sean Christopherson1-1/+1
2024-02-23KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson1-13/+7
2024-02-22KVM: x86/xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capabilityPaul Durrant1-1/+2
2024-02-20KVM: pfncache: remove KVM_GUEST_USES_PFN usagePaul Durrant1-1/+1
2024-02-20KVM: pfncache: add a mark-dirty helperPaul Durrant1-1/+1
2024-02-17KVM: x86: Mark target gfn of emulated atomic instruction as dirtySean Christopherson1-0/+10
2024-02-14Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini1-1/+1
2024-02-14Merge tag 'kvm-x86-fixes-6.8-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-11/+7
2024-02-06KVM: x86: Fix broken debugregs ABI for 32 bit kernelsMathias Krause1-2/+11
2024-02-05KVM: x86: Fix KVM_GET_MSRS stack info leakMathias Krause1-10/+5