summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2015-03-27KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara4-4/+4
2015-03-27KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev6-24/+29
2015-02-24KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini1-1/+2
2015-02-24KVM: VMX: fix build without CONFIG_SMPRadim Krčmář1-9/+14
2015-02-17Merge 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-10Merge 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
2015-01-30kvm: vmx: fix oops with explicit flexpriority=0 optionPaolo Bonzini1-7/+7
2015-01-30KVM: x86: check LAPIC presence when building apic_mapRadim Krčmář1-0/+3
2015-01-30KVM: x86: fix x2apic logical address matchingRadim Krčmář1-1/+2
2015-01-30KVM: x86: replace 0 with APIC_DEST_PHYSICALRadim Krčmář1-4/+2
2015-01-30KVM: x86: cleanup kvm_apic_match_*()Radim Krčmář1-30/+16
2015-01-30KVM: x86: return bool from kvm_apic_match*()Radim Krčmář3-7/+5
2015-01-30KVM: VMX: Add PML support in VMXKai Huang3-1/+213
2015-01-29KVM: x86: Add new dirty logging kvm_x86_ops for PMLKai Huang2-9/+68
2015-01-29KVM: x86: Change parameter of kvm_mmu_slot_remove_write_accessKai Huang2-6/+9
2015-01-29KVM: MMU: Explicitly set D-bit for writable spte.Kai Huang1-1/+15
2015-01-29KVM: MMU: Add mmu help functions to support PMLKai Huang1-0/+195
2015-01-29KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang1-2/+19
2015-01-27kvm: iommu: Add cond_resched to legacy device assignment codeJoerg Roedel1-1/+3
2015-01-26KVM: x86: Emulation of call may use incorrect stack sizeNadav Amit1-7/+18
2015-01-26KVM: x86: 32-bit wraparound read/write not emulated correctlyNadav Amit2-3/+9
2015-01-26KVM: x86: Fix defines in emulator.cNadav Amit1-1/+1
2015-01-26KVM: x86: ARPL emulation can cause spurious exceptionsNadav Amit1-6/+26
2015-01-26KVM: x86: IRET emulation does not clear NMI maskingNadav Amit2-0/+7
2015-01-26KVM: x86: Wrong operand size for far retNadav Amit1-2/+2
2015-01-26KVM: x86: Dirty the dest op page on cmpxchg emulationNadav Amit1-4/+7
2015-01-23Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-7/+3
2015-01-23KVM: x86: SYSENTER emulation is brokenNadav Amit1-19/+8
2015-01-23KVM: x86: Fix of previously incomplete fix for CVE-2014-8480Nadav Amit1-2/+2
2015-01-23Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini3-61/+16
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel1-7/+3
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+1
2015-01-20KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issueMarcelo Tosatti1-1/+14
2015-01-20KVM: fix "Should it be static?" warnings from sparseFengguang Wu1-4/+4
2015-01-19Optimize TLB flush in kvm_mmu_slot_remove_write_access.Kai Huang1-2/+5
2015-01-19x86: kvm: vmx: Remove some unused functionsRickard Strandqvist1-10/+0