summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-17KVM: x86: Avoid using plain integer as NULL pointer warningXiubo Li1-1/+1
2015-03-17KVM: nVMX: mask unrestricted_guest if disabled on L0Radim Krčmář1-2/+5
2015-03-13KVM: nVMX: Do not emulate #UD while in guest modeJan Kiszka1-0/+4
2015-03-13KVM: x86: Fix re-execution of patched vmmcallJan Kiszka1-14/+3
2015-03-13x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITEDavid Kaplan1-2/+5
2015-03-13KVM: VMX: Set msr bitmap correctly if vcpu is in guest modeWincy Van1-4/+7
2015-03-12kvm: x86: i8259: return initialized data on invalid-size readPetr Matousek1-0/+1
2015-03-10kvm: move advertising of KVM_CAP_IRQFD to common codePaolo Bonzini1-1/+0
2015-03-10kvm: svm: make wbinvd fasterDavid Kaplan1-1/+7
2015-03-10kvm: x86: make kvm_emulate_* consistantJoel Schopp3-11/+23
2015-03-10KVM: Get rid of kvm_kvfree()Thomas Huth1-4/+4
2015-03-10KVM: ioapic: Record edge-triggered interrupts delivery statusWincy Van2-1/+7
2015-03-10KVM: SVM: use kvm_register_write()/read()David Kaplan1-10/+9
2015-03-02KVM: SVM: fix interrupt injection (apic->isr_count always 0)Radim Krčmář2-8/+2
2015-02-23KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini1-1/+2
2015-02-23KVM: VMX: fix build without CONFIG_SMPRadim Krčmář1-9/+14
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-6/+6
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-425/+1673
2015-02-10KVM: x86: fix build with !CONFIG_SMPRadim Krčmář1-0/+1
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2015-02-09KVM: x86: emulate: correct page fault error code for NoWrite instructionsPaolo Bonzini1-1/+2
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini1-0/+1
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2-4/+4
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-2/+2
2015-02-03KVM: nVMX: Enable nested posted interrupt processingWincy Van3-7/+161
2015-02-03KVM: nVMX: Enable nested virtual interrupt deliveryWincy Van1-2/+65
2015-02-03KVM: nVMX: Enable nested apic register virtualizationWincy Van1-4/+35
2015-02-03KVM: nVMX: Make nested control MSRs per-cpuWincy Van1-86/+129
2015-02-03KVM: nVMX: Enable nested virtualize x2apic modeWincy Van1-2/+112
2015-02-03KVM: nVMX: Prepare for using hardware MSR bitmapWincy Van1-11/+66
2015-02-02KVM: x86: revert "add method to test PIR bitmap vector"Marcelo Tosatti1-14/+0
2015-02-02KVM: x86: fix lapic_timer_int_injected with APIC-vMarcelo Tosatti1-6/+6