summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
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
2020-03-16KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson
2020-03-16KVM: x86: Shrink the usercopy region of the emulation contextSean Christopherson
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson
2020-03-16KVM: x86: Dynamically allocate per-vCPU emulation contextSean Christopherson
2020-03-16KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson
2020-03-16KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variantSean Christopherson
2020-03-16KVM: x86: Fix warning due to implicit truncation on 32-bit KVMSean Christopherson
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson
2020-03-16KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-03-16KVM: X86: trigger kvmclock sync request just once on VM creationWanpeng Li
2020-03-16KVM: LAPIC: Recalculate apic map in batchWanpeng Li