summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: check for pic and ioapic presence before useRadim Krčmář2016-11-241-0/+13
* KVM: x86: fix out-of-bounds accesses of rtc_eoi mapRadim Krčmář2016-11-242-3/+3
* KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář2016-11-241-25/+11
* KVM: x86: fix out-of-bounds access in lapicRadim Krčmář2016-11-241-1/+1
* kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomicPaolo Bonzini2016-11-191-31/+27
* KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addrPaolo Bonzini2016-11-191-0/+3
* kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in usePaolo Bonzini2016-11-191-3/+7
* KVM: Disable irq while unregistering user notifierIgnacio Alvarado2016-11-191-2/+11
* KVM: x86: do not go through vcpu in __get_kvmclock_nsPaolo Bonzini2016-11-191-8/+13
* 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/+6
* 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-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
| |/
OpenPOWER on IntegriCloud