aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-20kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li3-2/+26
2015-05-20Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini2-0/+2
2015-05-20kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli1-0/+2
2015-05-11KVM: MMU: fix SMAP virtualizationXiao Guangrong3-11/+15
2015-05-11KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini1-1/+1
2015-05-11KVM: MMU: fix smap permission checkXiao Guangrong2-0/+9
2015-04-27kvm: x86: fix kvmclock update protocolRadim Krčmář1-5/+28
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-21KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin1-2/+10
2015-04-15VFS: assorted d_backing_inode() annotationsDavid Howells1-1/+1
2015-04-15KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spteXiao Guangrong1-3/+5
2015-04-15kvm: mmu: don't do memslot overflow checkWanpeng Li1-10/+2
2015-04-14KVM: x86: cleanup kvm_irq_delivery_to_apic_fastPaolo Bonzini1-5/+6
2015-04-14KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_saveNadav Amit1-2/+8
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-356/+528
2015-04-08kvm: mmu: lazy collapse small sptes into large sptesWanpeng Li2-0/+90
2015-04-08KVM: x86: Clear CR2 on VCPU resetNadav Amit1-0/+2
2015-04-08KVM: x86: DR0-DR3 are not clear on resetNadav Amit1-0/+14
2015-04-08KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit4-5/+3
2015-04-08KVM: x86: simplify kvm_apic_mapRadim Krčmář2-65/+28
2015-04-08KVM: x86: avoid logical_map when it is invalidRadim Krčmář1-1/+23
2015-04-08KVM: x86: fix mixed APIC mode broadcastRadim Krčmář1-5/+4
2015-04-08KVM: x86: use MDA for interrupt matchingRadim Krčmář1-7/+33
2015-04-08KVM: nVMX: remove unnecessary double caching of MAXPHYADDREugene Korenevsky1-8/+6
2015-04-08KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entryEugene Korenevsky1-6/+7
2015-04-08KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpuEugene Korenevsky3-15/+26
2015-04-08KVM: vmx: pass error code with internal error #2Radim Krčmář1-1/+2
2015-04-08KVM: x86: optimize delivery of TSC deadline timer interruptPaolo Bonzini1-6/+7
2015-04-08KVM: x86: extract blocking logic from __vcpu_runPaolo Bonzini1-28/+34
2015-04-08kvm: x86: fix x86 eflags fixed bitWanpeng Li1-3/+3
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next'Paolo Bonzini11-29/+34
2015-03-31x86: Use bool function return values of true/false not 1/0Joe Perches2-37/+37
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar7-28/+35
2015-03-30KVM: remove useless check of "ret" variable prior to returning the same valueEugene Korenevsky1-3/+1
2015-03-30KVM: x86: Remove redundant definitionsNadav Amit2-12/+12
2015-03-30KVM: x86: removing redundant eflags bits definitionsNadav Amit1-59/+46
2015-03-30KVM: x86: BSF and BSR emulation change register unnecassarilyNadav Amit1-1/+18
2015-03-30KVM: x86: POPA emulation may not clear bits [63:32]Nadav Amit1-16/+23
2015-03-30KVM: x86: CMOV emulation on legacy mode is wrongNadav Amit1-2/+1
2015-03-30kvm: x86: i8259: return initialized data on invalid-size readPetr Matousek1-0/+1
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra1-7/+7
2015-03-26KVM: nVMX: Add support for rdtscpJan Kiszka1-2/+7
2015-03-26KVM: x86: remove now unneeded include directory from MakefileAndre Przywara1-1/+1
2015-03-26KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara4-4/+4
2015-03-26KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev6-24/+29
2015-03-23KVM: x86: inline kvm_ioapic_handles_vector()Radim Krčmář2-8/+7
2015-03-23KVM: x86: call irq notifiers with directed EOIRadim Krčmář2-3/+4
2015-03-18KVM: SVM: Fix confusing message if no exit handlers are installedBandan Das1-1/+1
2015-03-17KVM: x86: For the symbols used locally only should be static typeXiubo Li3-6/+10