summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86: fix kvmclock update protocolRadim Krčmář2015-04-271-5/+28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-1/+1
|\
| * VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-151-1/+1
* | KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin2015-04-211-2/+10
* | KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spteXiao Guangrong2015-04-151-3/+5
* | kvm: mmu: don't do memslot overflow checkWanpeng Li2015-04-151-10/+2Star
* | KVM: x86: cleanup kvm_irq_delivery_to_apic_fastPaolo Bonzini2015-04-141-5/+6
* | KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_saveNadav Amit2015-04-141-2/+8
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-131-7/+7
|\ \
| * | Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar2015-03-317-28/+35
| |\|
| * | time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-271-7/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-1317-356/+528
|\ \ \ | |_|/ |/| |
| * | kvm: mmu: lazy collapse small sptes into large sptesWanpeng Li2015-04-082-0/+90
| * | KVM: x86: Clear CR2 on VCPU resetNadav Amit2015-04-081-0/+2
| * | KVM: x86: DR0-DR3 are not clear on resetNadav Amit2015-04-081-0/+14
| * | KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit2015-04-084-5/+3Star
| * | KVM: x86: simplify kvm_apic_mapRadim Krčmář2015-04-082-65/+28Star
| * | KVM: x86: avoid logical_map when it is invalidRadim Krčmář2015-04-081-1/+23
| * | KVM: x86: fix mixed APIC mode broadcastRadim Krčmář2015-04-081-5/+4Star
| * | KVM: x86: use MDA for interrupt matchingRadim Krčmář2015-04-081-7/+33
| * | KVM: nVMX: remove unnecessary double caching of MAXPHYADDREugene Korenevsky2015-04-081-8/+6Star
| * | KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entryEugene Korenevsky2015-04-081-6/+7
| * | KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpuEugene Korenevsky2015-04-083-15/+26
| * | KVM: vmx: pass error code with internal error #2Radim Krčmář2015-04-081-1/+2
| * | KVM: x86: optimize delivery of TSC deadline timer interruptPaolo Bonzini2015-04-081-6/+7
| * | KVM: x86: extract blocking logic from __vcpu_runPaolo Bonzini2015-04-081-28/+34
| * | kvm: x86: fix x86 eflags fixed bitWanpeng Li2015-04-081-3/+3
| * | Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-0711-29/+34
| |\ \
| | * | KVM: x86: remove now unneeded include directory from MakefileAndre Przywara2015-03-261-1/+1
| | * | KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara2015-03-264-4/+4
| | * | KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2015-03-266-24/+29
| * | | x86: Use bool function return values of true/false not 1/0Joe Perches2015-03-312-37/+37
| * | | KVM: remove useless check of "ret" variable prior to returning the same valueEugene Korenevsky2015-03-301-3/+1Star
| * | | KVM: x86: Remove redundant definitionsNadav Amit2015-03-302-12/+12
| * | | KVM: x86: removing redundant eflags bits definitionsNadav Amit2015-03-301-59/+46Star
| * | | KVM: x86: BSF and BSR emulation change register unnecassarilyNadav Amit2015-03-301-1/+18
| * | | KVM: x86: POPA emulation may not clear bits [63:32]Nadav Amit2015-03-301-16/+23
| * | | KVM: x86: CMOV emulation on legacy mode is wrongNadav Amit2015-03-301-2/+1Star
| * | | kvm: x86: i8259: return initialized data on invalid-size readPetr Matousek2015-03-301-0/+1
| * | | KVM: nVMX: Add support for rdtscpJan Kiszka2015-03-271-2/+7
| * | | KVM: x86: inline kvm_ioapic_handles_vector()Radim Krčmář2015-03-242-8/+7Star
| * | | KVM: SVM: Fix confusing message if no exit handlers are installedBandan Das2015-03-191-1/+1
| * | | KVM: x86: For the symbols used locally only should be static typeXiubo Li2015-03-183-6/+10
| * | | KVM: x86: Avoid using plain integer as NULL pointer warningXiubo Li2015-03-181-1/+1
| * | | KVM: nVMX: Do not emulate #UD while in guest modeJan Kiszka2015-03-131-0/+4
| * | | KVM: x86: Fix re-execution of patched vmmcallJan Kiszka2015-03-131-14/+3Star
| * | | x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITEDavid Kaplan2015-03-131-2/+5
| * | | kvm: svm: make wbinvd fasterDavid Kaplan2015-03-111-1/+7
| * | | kvm: x86: make kvm_emulate_* consistantJoel Schopp2015-03-113-11/+23
| * | | KVM: Get rid of kvm_kvfree()Thomas Huth2015-03-101-4/+4