summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Tosatti2-15/+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: 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 Huang5-1/+218
2015-01-29KVM: x86: Add new dirty logging kvm_x86_ops for PMLKai Huang3-9/+93
2015-01-29KVM: x86: Change parameter of kvm_mmu_slot_remove_write_accessKai Huang3-7/+11
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 Huang2-0/+204
2015-01-29KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang4-6/+37
2015-01-27kvm: update_memslots: clean flags for invalid memslotsTiejun Chen1-0/+1
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 Amit3-0/+8
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 Bonzini18-198/+656
2015-01-23Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini50-996/+3152
2015-01-23KVM: s390: remove redundant setting of interrupt typeJens Freimann1-1/+0
2015-01-23KVM: s390: fix bug in interrupt parameter checkJens Freimann1-2/+2
2015-01-23KVM: s390: avoid memory leaks if __inject_vm() failsDavid Hildenbrand1-1/+5
2015-01-23KVM: s390/cpacf: Enable/disable protected key functions for kvm guestTony Krowiak3-2/+90
2015-01-23KVM: s390: Provide guest TOD Clock Get/Set ControlsJason J. Herne3-0/+134
2015-01-23KVM: s390: trace correct values for set prefix and machine checksJens Freimann1-4/+4
2015-01-23KVM: s390: fix bug in sigp emergency signal injectionJens Freimann1-3/+2
2015-01-23KVM: s390: Take addressing mode into account for MVPG interceptionThomas Huth1-6/+8
2015-01-23KVM: s390: no need to hold the kvm->mutex for floating interruptsChristian Borntraeger1-8/+0
2015-01-23KVM: s390: forward most SIGP orders to user spaceDavid Hildenbrand5-0/+76
2015-01-23KVM: s390: clear the pfault queue if user space sets the invalid tokenDavid Hildenbrand3-1/+7
2015-01-23KVM: s390: only one external call may be pending at a timeDavid Hildenbrand6-28/+68
2015-01-23s390/sclp: introduce check for the SIGP Interpretation FacilityDavid Hildenbrand2-1/+11
2015-01-23KVM: s390: SIGP SET PREFIX cleanupDavid Hildenbrand2-19/+14
2015-01-23KVM: s390: a VCPU may only stop when no interrupts are left pendingDavid Hildenbrand4-5/+9
2015-01-23KVM: s390: handle stop irqs without action_bitsDavid Hildenbrand7-92/+88
2015-01-23KVM: s390: new parameter for SIGP STOP irqsDavid Hildenbrand4-2/+26
2015-01-23KVM: s390: forward hrtimer if guest ckc not pending yetDavid Hildenbrand1-2/+12
2015-01-23KVM: s390: base hrtimer on a monotonic clockDavid Hildenbrand1-1/+1
2015-01-23KVM: s390: prevent sleep duration underflows in handle_wait()David Hildenbrand1-1/+7
2015-01-23KVM: s390: Allow userspace to limit guest memory sizeDominik Dingel3-3/+77