summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-362/+425
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson1-178/+178
2020-03-31KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completesSean Christopherson1-2/+2
2020-03-31KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson1-4/+6
2020-03-31KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson1-2/+2
2020-03-31Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-7/+7
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+11
2020-03-26KVM: X86: Micro-optimize IPI fastpath delayWanpeng Li1-1/+5
2020-03-26KVM: X86: Delay read msr data iff writes ICR MSRWanpeng Li1-1/+2
2020-03-26KVM: X86: Narrow down the IPI fastpath to single target IPIWanpeng Li1-1/+4
2020-03-20KVM: x86: remove bogus user-triggerable WARN_ONPaolo Bonzini1-1/+0
2020-03-18KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()Xiaoyao Li1-2/+2
2020-03-16KVM: X86: correct meaningless kvm_apicv_activated() checkPaolo Bonzini1-9/+16
2020-03-16kvm: svm: Introduce GA Log tracepoint for AVICSuravee Suthikulpanit1-0/+1
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini1-2/+2
2020-03-16KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logicSean Christopherson1-2/+3
2020-03-16KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUsSean Christopherson1-1/+1
2020-03-16KVM: CPUID: add support for supervisor statesPaolo Bonzini1-4/+9
2020-03-16KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson1-0/+5
2020-03-16KVM: Drop largepages_enabled and its accessor/mutatorSean Christopherson1-4/+2
2020-03-16KVM: VMX: Directly query Intel PT mode when refreshing PMUsSean Christopherson1-4/+3
2020-03-16KVM: x86: Check for Intel PT MSR virtualization using KVM cpu capsSean Christopherson1-4/+4
2020-03-16KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt supportSean Christopherson1-1/+1
2020-03-16KVM: x86: Use KVM cpu caps to track UMIP emulationSean Christopherson1-1/+1
2020-03-16KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reservedSean Christopherson1-1/+1
2020-03-16KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson1-3/+11
2020-03-16KVM: x86: Shrink the usercopy region of the emulation contextSean Christopherson1-6/+6
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson1-0/+1
2020-03-16KVM: x86: Dynamically allocate per-vCPU emulation contextSean Christopherson1-11/+54
2020-03-16KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson1-1/+2
2020-03-16KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variantSean Christopherson1-15/+24
2020-03-16KVM: x86: Fix warning due to implicit truncation on 32-bit KVMSean Christopherson1-2/+6
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson1-1/+1
2020-03-16KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson1-5/+5
2020-03-16KVM: X86: trigger kvmclock sync request just once on VM creationWanpeng Li1-5/+3
2020-03-16KVM: LAPIC: Recalculate apic map in batchWanpeng Li1-0/+1
2020-03-16KVM: x86: enable dirty log gradually in small chunksJay Zhou1-4/+17
2020-03-16KVM: x86: Consolidate VM allocation and free for VMX and SVMSean Christopherson1-0/+7
2020-03-16KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.cSean Christopherson1-11/+0
2020-03-16KVM: Terminate memslot walks via used_slotsSean Christopherson1-7/+8
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson1-57/+4
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson1-13/+8
2020-03-16KVM: x86: Free arrays for old memslot when moving memslot's base gfnSean Christopherson1-0/+4
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson1-1/+1
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson1-6/+0
2020-03-16KVM: x86: Allocate memslot resources during prepare_memory_region()Sean Christopherson1-4/+9
2020-03-16KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson1-0/+11
2020-03-16KVM: x86: Move gpa_val and gpa_available into the emulator contextSean Christopherson1-7/+6
2020-03-16KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page faultSean Christopherson1-6/+19
2020-03-16KVM: x86: eliminate some unreachable codeMiaohe Lin1-3/+0