summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann2016-11-021-1/+1
* kvm: nVMX: VMCLEAR an active shadow VMCS after last useJim Mattson2016-11-021-7/+15
* KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCKPaolo Bonzini2016-11-023-62/+6Star
* KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv2016-10-281-1/+3
* kvm/x86: Show WRMSR data is in hexBorislav Petkov2016-10-271-3/+3
* kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID typesJim Mattson2016-10-271-2/+2
* kvm: x86: memset whole irq_eoiJiri Slaby2016-10-201-1/+1
* kvm/x86: Fix unused variable warning in kvm_timer_init()Borislav Petkov2016-10-201-2/+2
* kthread: kthread worker API cleanupPetr Mladek2016-10-121-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/+1Star
| * 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/+0Star
| * 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/+44Star
* | 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/+0Star
* 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