aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-05KVM: x86: support XSAVES usage in the hostPaolo Bonzini1-7/+83
2014-11-24kvm: x86: avoid warning about potential shift wrapping bugPaolo Bonzini1-1/+1
2014-11-24KVM: x86: move device assignment out of kvm_host.hPaolo Bonzini1-0/+1
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář1-1/+1
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini1-0/+1
2014-11-13kvm: svm: move WARN_ON in svm_adjust_tsc_offsetChris J Arges1-1/+1
2014-11-10KVM: x86: fix warning on 32-bit compilationPaolo Bonzini1-0/+2
2014-11-08kvm: x86: add trace event for pvclock updatesDavid Matlack1-0/+2
2014-11-08kvm: x86: Fix kvm clock versioning.Owen Hofmann1-5/+5
2014-11-08KVM: x86: update masterclock values on TSC writesMarcelo Tosatti1-9/+10
2014-11-07KVM: x86: Do not update EFLAGS on faulting emulationNadav Amit1-1/+3
2014-11-07KVM: x86: MOV to CR3 can set bit 63Nadav Amit1-0/+2
2014-11-07KVM: x86: Breakpoints do not consider CS.baseNadav Amit1-13/+16
2014-11-07KVM: x86: No error-code on real-mode exceptionsNadav Amit1-0/+2
2014-11-03KVM: x86: Enable Intel AVX-512 for guestChao Peng1-0/+6
2014-11-03KVM: vmx: Unavailable DR4/5 is checked before CPLNadav Amit1-29/+17
2014-11-03KVM: x86: DR7.GD should be cleared upon any #DB exceptionNadav Amit1-0/+6
2014-10-24KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig1-3/+8
2014-10-24KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit1-1/+26
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-10-02kvm: do not handle APIC access page if in-kernel irqchip is not in usePaolo Bonzini1-0/+3
2014-09-24kvm: x86: Unpin and remove kvm_arch->apic_access_pageTang Chen1-6/+16
2014-09-24kvm: x86: Add request bit to reload APIC access page addressTang Chen1-0/+14
2014-09-24kvm: Add arch specific mmu notifier for page invalidationTang Chen1-0/+5
2014-09-24kvm: x86: use macros to compute bank MSRsChen Yucong1-4/+4
2014-09-24KVM: vmx: Inject #GP on invalid PAT CRNadav Amit1-2/+3
2014-09-24KVM: x86: directly use kvm_make_request againLiang Chen1-1/+1
2014-09-24KVM: x86: count actual tlb flushesRadim Krčmář1-1/+7
2014-09-24KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit1-1/+1
2014-09-17kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen1-2/+0
2014-09-16KVM: x86: Use kvm_make_request when applicableGuo Hui Liu1-8/+7
2014-09-05KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini1-4/+5
2014-09-05KVM: x86: skip writeback on injection of nested exceptionPaolo Bonzini1-5/+10
2014-09-03KVM: mmio: cleanup kvm_set_mmio_spte_maskTiejun Chen1-1/+1
2014-08-29KVM: x86: use guest maxphyaddr to check MTRR valuesPaolo Bonzini1-3/+2
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-6/+6
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-08-21KVM: trace kvm_ple_window grow/shrinkRadim Krčmář1-0/+1
2014-08-21KVM: x86: introduce sched_in to kvm_x86_opsRadim Krčmář1-0/+1
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář1-0/+4
2014-08-20KVM: emulate: warn on invalid or uninitialized exception numbersPaolo Bonzini1-0/+1
2014-08-19KVM: x86: #GP when attempts to write reserved bits of Variable Range MTRRsWanpeng Li1-3/+15
2014-08-19KVM: x86: fix check legal type of Variable Range MTRRsWanpeng Li1-1/+7
2014-08-19KVM: SVM: add rdmsr support for AMD event registersWei Huang1-0/+6
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-41/+21
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-1/+1
2014-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-48/+123
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf1-1/+1
2014-07-24KVM: x86: Assertions to check no overrun in MSR listsNadav Amit1-0/+1