summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand2014-05-167-6/+94
* KVM: s390: Use intercept_insn decoder in trace eventAlexander Yarygin2014-05-161-5/+2
* KVM: s390: decoder of SIE intercepted instructionsAlexander Yarygin2014-05-161-0/+33
* KVM: s390: Use trace tables from sie.h.Alexander Yarygin2014-05-161-31/+1
* KVM: s390: add sie exit reasons tablesAlexander Yarygin2014-05-161-0/+212
* KVM: s390: Improved MVPG partial execution handlerThomas Huth2014-05-161-16/+9
* KVM: s390: Introduce helper function for faulting-in a guest pageThomas Huth2014-05-162-7/+26
* KVM: s390: Avoid endless loops of specification exceptionsThomas Huth2014-05-161-1/+9
* KVM: s390: Improve is_valid_psw()Thomas Huth2014-05-162-1/+5
* KVM: s390: correct locking for s390_enable_skeyMartin Schwidefsky2014-05-161-15/+7
* KVM: x86: Fix CR3 reserved bits check in long modeJan Kiszka2014-05-121-4/+5
* kvm: x86: emulate monitor and mwait instructions as nopGabriel L. Somlo2014-05-083-12/+38
* kvm/x86: implement hv EOI assistMichael S. Tsirkin2014-05-071-0/+4
* KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages supportNadav Amit2014-05-072-2/+13
* KVM: vmx: handle_dr does not handle RSP correctlyNadav Amit2014-05-071-1/+1
* KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptrBandan Das2014-05-061-46/+37
* KVM: nVMX: fail on invalid vmclear/vmptrld pointerBandan Das2014-05-061-0/+12
* KVM: nVMX: additional checks on vmxon regionBandan Das2014-05-062-0/+68
* KVM: nVMX: rearrange get_vmx_mem_addressBandan Das2014-05-061-53/+53
* Merge tag 'kvm-s390-20140506' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-05-066-7/+88
|\
| * KVM: s390: Fix external interrupt interceptionThomas Huth2014-05-062-5/+49
| * KVM: s390: Add clock comparator and CPU timer IRQ injectionThomas Huth2014-05-063-0/+36
| * KVM: s390: return -EFAULT if copy_from_user() failsDan Carpenter2014-05-061-2/+3
* | KVM: x86: improve the usability of the 'kvm_pio' tracepointUlrich Obergfell2014-05-052-6/+18
* | kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger2014-05-055-39/+51
|/
* Merge tag 'kvm-s390-20140429' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-04-3011-13/+287
|\
| * KVM: s390: enable IBS for single running VCPUsDavid Hildenbrand2014-04-294-2/+147
| * KVM: s390: introduce kvm_s390_vcpu_{start,stop}David Hildenbrand2014-04-296-6/+40
| * KVM: s390: Add low-address protection to TEST BLOCKThomas Huth2014-04-291-0/+3
| * KVM: s390: Fixes for PFMFThomas Huth2014-04-291-4/+14
| * KVM: s390: Add a function for checking the low-address protectionThomas Huth2014-04-292-0/+29
| * KVM: s390: Handle MVPG partial execution interceptionThomas Huth2014-04-291-1/+54
* | KVM: x86: expose invariant tsc cpuid bit (v2)Marcelo Tosatti2014-04-291-1/+7
* | KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)Oleg Nesterov2014-04-281-1/+1
* | KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()Oleg Nesterov2014-04-281-2/+0
|/
* KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong2014-04-233-6/+64
* KVM: MMU: flush tlb if the spte can be locklessly modifiedXiao Guangrong2014-04-231-1/+2
* KVM: MMU: lazily drop large spteXiao Guangrong2014-04-232-18/+24
* KVM: MMU: properly check last spte in fast_page_fault()Xiao Guangrong2014-04-231-4/+6
* Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong2014-04-233-8/+8
* KVM: x86: Processor mode may be determined incorrectlyNadav Amit2014-04-231-1/+1
* KVM: x86: IN instruction emulation should ignore REP-prefixNadav Amit2014-04-231-1/+2
* KVM: x86: Fix CR3 reserved bitsNadav Amit2014-04-233-29/+6
* KVM: x86: Fix wrong/stuck PMU when guest does not use PMINadav Amit2014-04-231-2/+5
* KVM: nVMX: Advertise support for interrupt acknowledgementBandan Das2014-04-221-2/+3
* KVM: nVMX: Ack and write vector info to intr_info if L1 asks us toBandan Das2014-04-222-0/+19
* KVM: nVMX: Don't advertise single context invalidation for inveptBandan Das2014-04-221-10/+5
* KVM: VMX: Advance rip to after an ICEBP instructionHuw Davies2014-04-221-0/+3
* Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...Marcelo Tosatti2014-04-2233-501/+2831
|\
| * KVM: s390: Factor out handle_itdb to handle TX abortsMichael Mueller2014-04-221-12/+26