summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* kthread: kthread worker API cleanupPetr Mladek2016-10-111-7/+7
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-0611-199/+853
|\
| * KVM: nVMX: Fix the NMI IDT-vectoring handlingWanpeng Li2016-09-231-15/+16
| * KVM: VMX: Enable MSR-BASED TPR shadow even if APICv is inactiveWanpeng Li2016-09-231-38/+94
| * KVM: nVMX: Fix reload apic access page warningWanpeng Li2016-09-231-1/+1
| * kvm: svm: fix unsigned compare less than zero comparisonColin Ian King2016-09-201-4/+5
| * KVM: x86: Hyper-V tsc page setupPaolo Bonzini2016-09-203-20/+148
| * KVM: x86: introduce get_kvmclock_nsPaolo Bonzini2016-09-203-18/+38
| * KVM: x86: initialize kvmclock_offsetPaolo Bonzini2016-09-201-0/+1
| * KVM: x86: always fill in vcpu->arch.hv_clockPaolo Bonzini2016-09-201-50/+59
| * kvm: x86: export TSC information to user-spaceLuiz Capitulino2016-09-161-1/+50
| * kvm: add stubs for arch specific debugfs supportLuiz Capitulino2016-09-162-1/+21
| * 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
* | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-09-202-5/+7
|\ \
| * \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-09-181-2/+2
| |\ \
| | * | perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2Matt Fleming2016-09-161-2/+2
| * | | kvm: x86: correctly reset dest_map->vector when restoring LAPIC statePaolo Bonzini2016-09-151-3/+5
| |/ /
* | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-152-71/+73
|\ \ \ | |/ /
| * | KVM: lapic: adjust preemption timer correctly when goes TSC backwardWanpeng Li2016-09-051-4/+4
| |/
| * 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
* | x86: Apply more __ro_after_init and constKees Cook2016-08-102-2/+2
|/
* 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
OpenPOWER on IntegriCloud