summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86: drop read_tsc_offset()Luiz Capitulino2016-09-163-15/+1
* kvm: x86: add tsc_offset field to struct kvm_vcpu_archLuiz Capitulino2016-09-161-2/+8
* svm: Implements update_pi_irte hook to setup posted interruptSuravee Suthikulpanit2016-09-081-19/+266
* svm: Introduce AMD IOMMU avic_ga_log_notifierSuravee Suthikulpanit2016-09-081-2/+68
* svm: Introduces AVIC per-VM IDSuravee Suthikulpanit2016-09-081-0/+51
* KVM: nVMX: expose INS/OUTS information supportJan Dakinevich2016-09-071-0/+9
* KVM: VMX: not use vmcs_config in setup_vmcs_configPaolo Bonzini2016-09-071-1/+1
* KVM: x86: remove stale commentsPaolo Bonzini2016-09-071-1/+0
* KVM: x86: ratelimit and decrease severity for guest-triggered printkPaolo Bonzini2016-09-071-9/+9
* KVM: nVMX: pass valid guest linear-address to the L1Jan Dakinevich2016-09-071-0/+3
* KVM: nVMX: make emulated nested preemption timer pinnedWanpeng Li2016-09-071-1/+1
* vmx: refine validity check for guest linear addressLiang Li2016-09-071-1/+1
* KVM: x86: Expose more Intel AVX512 feature to guestLuwei Kang2016-08-191-1/+2
* mmu: don't pass *kvm to spte_write_protect and spte_*_dirtyBandan Das2016-08-191-6/+6
* KVM: lapic: don't recalculate apic map table twice when enabling LAPICWanpeng Li2016-08-191-2/+3
* kvm: nVMX: fix nested tsc scalingPeter Feiner2016-08-181-4/+12
* KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář2016-08-181-0/+13
* KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APICRadim Krčmář2016-08-181-63/+44
* nvmx: mark ept single context invalidation as supportedBandan Das2016-08-041-7/+7
* nvmx: remove comment about missing nested vpid supportBandan Das2016-08-041-1/+0
* KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=offWanpeng Li2016-08-041-0/+3
* Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-08-041-0/+3
|\
| * KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he...Eric Auger2016-07-221-0/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-0214-376/+868
|\ \
| * | KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLDJim Mattson2016-08-011-11/+15
| * | kvm: x86: nVMX: maintain internal copy of current VMCSDavid Matlack2016-08-011-3/+28
| * | KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář2016-07-142-4/+11
| * | KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář2016-07-142-14/+44
| * | KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-144-10/+49
| * | KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář2016-07-141-1/+2
| * | KVM: x86: reset lapic base in kvm_lapic_resetRadim Krčmář2016-07-141-4/+4
| * | KVM: VMX: optimize APIC ID read with APICvRadim Krčmář2016-07-141-3/+0
| * | KVM: x86: reset APIC ID when enabling LAPICRadim Krčmář2016-07-141-2/+3
| * | KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář2016-07-143-22/+52
| * | KVM: x86: use generic function for MSI parsingRadim Krčmář2016-07-141-12/+7
| * | KVM: x86: dynamic kvm_apic_mapRadim Krčmář2016-07-142-6/+14
| * | KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář2016-07-141-36/+37
| * | KVM: x86: add kvm_apic_map_get_dest_lapicRadim Krčmář2016-07-141-132/+98
| * | kvm: vmx: advertise support for ept execute onlyBandan Das2016-07-141-0/+3
| * | kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das2016-07-143-10/+23
| * | kvm: mmu: don't set the present bit unconditionallyBandan Das2016-07-143-8/+10
| * | kvm: mmu: remove is_present_gpte()Bandan Das2016-07-144-8/+3
| * | kvm: mmu: extend the is_present check to 32 bitsBandan Das2016-07-141-1/+1
| * | KVM: VMX: introduce vm_{entry,exit}_control_reset_shadowPaolo Bonzini2016-07-111-2/+12
| * | KVM: nVMX: keep preemption timer enabled during L2 executionPaolo Bonzini2016-07-111-2/+13
| * | KVM: nVMX: avoid incorrect preemption timer vmexit in nested guestWanpeng Li2016-07-111-0/+2
| * | KVM: VMX: reflect broken preemption timer in vmcs_configPaolo Bonzini2016-07-111-3/+2
| * | KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an elementWei Yongjun2016-07-051-1/+1
| * | KVM: vmx: fix missed cancellation of TSC deadline timerWanpeng Li2016-07-011-24/+24
| * | KVM: x86: introduce cancel_hv_tscdeadlineWanpeng Li2016-07-011-8/+10