summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* KVM: x86: Remove redundant definitionsNadav Amit2015-03-302-12/+12
* KVM: x86: removing redundant eflags bits definitionsNadav Amit2015-03-301-59/+46
* 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/+1
* kvm: x86: i8259: return initialized data on invalid-size readPetr Matousek2015-03-301-0/+1
* KVM: nVMX: Add support for rdtscpJan Kiszka2015-03-261-2/+7
* KVM: x86: inline kvm_ioapic_handles_vector()Radim Krčmář2015-03-232-8/+7
* KVM: SVM: Fix confusing message if no exit handlers are installedBandan Das2015-03-181-1/+1
* KVM: x86: For the symbols used locally only should be static typeXiubo Li2015-03-173-6/+10
* KVM: x86: Avoid using plain integer as NULL pointer warningXiubo Li2015-03-171-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/+3
* x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITEDavid Kaplan2015-03-131-2/+5
* kvm: svm: make wbinvd fasterDavid Kaplan2015-03-101-1/+7
* kvm: x86: make kvm_emulate_* consistantJoel Schopp2015-03-103-11/+23
* KVM: Get rid of kvm_kvfree()Thomas Huth2015-03-101-4/+4
* KVM: ioapic: Record edge-triggered interrupts delivery statusWincy Van2015-03-102-1/+7
* KVM: SVM: use kvm_register_write()/read()David Kaplan2015-03-101-10/+9
* KVM: SVM: fix interrupt injection (apic->isr_count always 0)Radim Krčmář2015-03-022-8/+2
* KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini2015-02-231-1/+2
* KVM: VMX: fix build without CONFIG_SMPRadim Krčmář2015-02-231-9/+14
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-162-6/+6
|\
| * x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-042-4/+4
| * x86: Clean up cr4 manipulationAndy Lutomirski2015-02-041-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-1313-425/+1673
|\ \
| * | KVM: x86: fix build with !CONFIG_SMPRadim Krčmář2015-02-101-0/+1
| * | KVM: x86: emulate: correct page fault error code for NoWrite instructionsPaolo Bonzini2015-02-091-1/+2
| * | kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-061-0/+1
| * | KVM: nVMX: Enable nested posted interrupt processingWincy Van2015-02-033-7/+161
| * | KVM: nVMX: Enable nested virtual interrupt deliveryWincy Van2015-02-031-2/+65
| * | KVM: nVMX: Enable nested apic register virtualizationWincy Van2015-02-031-4/+35
| * | KVM: nVMX: Make nested control MSRs per-cpuWincy Van2015-02-031-86/+129
| * | KVM: nVMX: Enable nested virtualize x2apic modeWincy Van2015-02-031-2/+112
| * | KVM: nVMX: Prepare for using hardware MSR bitmapWincy Van2015-02-031-11/+66
| * | KVM: x86: revert "add method to test PIR bitmap vector"Marcelo Tosatti2015-02-021-14/+0
| * | KVM: x86: fix lapic_timer_int_injected with APIC-vMarcelo Tosatti2015-02-021-6/+6
| * | kvm: vmx: fix oops with explicit flexpriority=0 optionPaolo Bonzini2015-01-301-7/+7
| * | KVM: x86: fix x2apic logical address matchingRadim Krčmář2015-01-301-1/+2
| * | KVM: x86: replace 0 with APIC_DEST_PHYSICALRadim Krčmář2015-01-301-4/+2
| * | KVM: x86: cleanup kvm_apic_match_*()Radim Krčmář2015-01-301-30/+16
| * | KVM: x86: return bool from kvm_apic_match*()Radim Krčmář2015-01-303-7/+5
| * | KVM: VMX: Add PML support in VMXKai Huang2015-01-303-1/+213
| * | KVM: x86: Add new dirty logging kvm_x86_ops for PMLKai Huang2015-01-292-9/+68
| * | KVM: x86: Change parameter of kvm_mmu_slot_remove_write_accessKai Huang2015-01-292-6/+9
| * | KVM: MMU: Explicitly set D-bit for writable spte.Kai Huang2015-01-291-1/+15
| * | KVM: MMU: Add mmu help functions to support PMLKai Huang2015-01-291-0/+195
| * | KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang2015-01-291-2/+19