summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2020-05-07KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUGPeter Xu
2020-05-07KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini
2020-05-07KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu
2020-05-06kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bitsPaolo Bonzini
2020-04-23KVM: x86: move nested-related kvm_x86_ops to a separate structPaolo Bonzini
2020-04-23KVM: x86: check_nested_events is never NULLPaolo Bonzini
2020-04-21Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2020-04-21KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang
2020-04-21KVM: X86: Improve latency for single target IPI fastpathWanpeng Li
2020-04-21kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito
2020-04-21KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related codeSean Christopherson
2020-04-21KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switchSean Christopherson
2020-04-21KVM: VMX: Retrieve APIC access page HPA only when necessarySean Christopherson
2020-04-21KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASIDSean Christopherson
2020-04-21KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()Sean Christopherson
2020-04-21KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()Sean Christopherson
2020-04-21KVM: x86: make Hyper-V PV TLB flush use tlb_flush_guest()Vitaly Kuznetsov
2020-04-20KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hookSean Christopherson
2020-04-20KVM: x86: Sync SPTEs when injecting page/EPT fault into L1Junaid Shahid
2020-04-20KVM: x86: cleanup kvm_inject_emulated_page_faultPaolo Bonzini
2020-04-17kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GPVenkatesh Srinivas
2020-04-17KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford
2020-04-15KVM: x86: Export kvm_propagate_fault() (as kvm_inject_emulated_page_fault)Sean Christopherson
2020-04-11KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li
2020-04-07KVM: X86: Filter out the broadcast dest for IPI fastpathWanpeng Li
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson
2020-03-31KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completesSean Christopherson
2020-03-31KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson
2020-03-31KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson
2020-03-31Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-03-26KVM: X86: Micro-optimize IPI fastpath delayWanpeng Li
2020-03-26KVM: X86: Delay read msr data iff writes ICR MSRWanpeng Li
2020-03-26KVM: X86: Narrow down the IPI fastpath to single target IPIWanpeng Li
2020-03-20KVM: x86: remove bogus user-triggerable WARN_ONPaolo Bonzini
2020-03-18KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()Xiaoyao Li
2020-03-16KVM: X86: correct meaningless kvm_apicv_activated() checkPaolo Bonzini
2020-03-16kvm: svm: Introduce GA Log tracepoint for AVICSuravee Suthikulpanit
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini
2020-03-16KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson
2020-03-16KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUsSean Christopherson
2020-03-16KVM: CPUID: add support for supervisor statesPaolo Bonzini
2020-03-16KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson
2020-03-16KVM: Drop largepages_enabled and its accessor/mutatorSean Christopherson
2020-03-16KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson
2020-03-16KVM: x86: Check for Intel PT MSR virtualization using KVM cpu capsSean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt supportSean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson
2020-03-16KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reservedSean Christopherson