summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-16KVM: s390: Use intercept_insn decoder in trace eventAlexander Yarygin1-5/+2
2014-05-16KVM: s390: decoder of SIE intercepted instructionsAlexander Yarygin1-0/+33
2014-05-16KVM: s390: Use trace tables from sie.h.Alexander Yarygin1-31/+1
2014-05-16KVM: s390: add sie exit reasons tablesAlexander Yarygin1-0/+212
2014-05-16KVM: s390: Improved MVPG partial execution handlerThomas Huth1-16/+9
2014-05-16KVM: s390: Introduce helper function for faulting-in a guest pageThomas Huth2-7/+26
2014-05-16KVM: s390: Avoid endless loops of specification exceptionsThomas Huth1-1/+9
2014-05-16KVM: s390: Improve is_valid_psw()Thomas Huth2-1/+5
2014-05-16KVM: s390: correct locking for s390_enable_skeyMartin Schwidefsky1-15/+7
2014-05-12KVM: x86: Fix CR3 reserved bits check in long modeJan Kiszka1-4/+5
2014-05-08kvm: x86: emulate monitor and mwait instructions as nopGabriel L. Somlo3-12/+38
2014-05-07kvm/x86: implement hv EOI assistMichael S. Tsirkin1-0/+4
2014-05-07KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages supportNadav Amit2-2/+13
2014-05-07KVM: vmx: handle_dr does not handle RSP correctlyNadav Amit1-1/+1
2014-05-06KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptrBandan Das1-46/+37
2014-05-06KVM: nVMX: fail on invalid vmclear/vmptrld pointerBandan Das1-0/+12
2014-05-06KVM: nVMX: additional checks on vmxon regionBandan Das2-0/+68
2014-05-06KVM: nVMX: rearrange get_vmx_mem_addressBandan Das1-53/+53
2014-05-06Merge tag 'kvm-s390-20140506' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini6-7/+88
2014-05-06KVM: s390: Fix external interrupt interceptionThomas Huth2-5/+49
2014-05-06KVM: s390: Add clock comparator and CPU timer IRQ injectionThomas Huth3-0/+36
2014-05-06KVM: s390: return -EFAULT if copy_from_user() failsDan Carpenter1-2/+3
2014-05-05KVM: x86: improve the usability of the 'kvm_pio' tracepointUlrich Obergfell2-6/+18
2014-05-05kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger5-39/+51
2014-04-30Merge tag 'kvm-s390-20140429' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini11-13/+287
2014-04-29KVM: x86: expose invariant tsc cpuid bit (v2)Marcelo Tosatti1-1/+7
2014-04-29KVM: s390: enable IBS for single running VCPUsDavid Hildenbrand4-2/+147
2014-04-29KVM: s390: introduce kvm_s390_vcpu_{start,stop}David Hildenbrand6-6/+40
2014-04-29KVM: s390: Add low-address protection to TEST BLOCKThomas Huth1-0/+3
2014-04-29KVM: s390: Fixes for PFMFThomas Huth1-4/+14
2014-04-29KVM: s390: Add a function for checking the low-address protectionThomas Huth2-0/+29
2014-04-29KVM: s390: Handle MVPG partial execution interceptionThomas Huth1-1/+54
2014-04-28KVM: async_pf: change async_pf_execute() to use get_user_pages(tsk => NULL)Oleg Nesterov1-1/+1
2014-04-28KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()Oleg Nesterov1-2/+0
2014-04-23KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong3-6/+64
2014-04-23KVM: MMU: flush tlb if the spte can be locklessly modifiedXiao Guangrong1-1/+2
2014-04-23KVM: MMU: lazily drop large spteXiao Guangrong2-18/+24
2014-04-23KVM: MMU: properly check last spte in fast_page_fault()Xiao Guangrong1-4/+6
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong3-8/+8
2014-04-23KVM: x86: Processor mode may be determined incorrectlyNadav Amit1-1/+1
2014-04-23KVM: x86: IN instruction emulation should ignore REP-prefixNadav Amit1-1/+2
2014-04-23KVM: x86: Fix CR3 reserved bitsNadav Amit3-29/+6
2014-04-23KVM: x86: Fix wrong/stuck PMU when guest does not use PMINadav Amit1-2/+5
2014-04-22KVM: nVMX: Advertise support for interrupt acknowledgementBandan Das1-2/+3
2014-04-22KVM: nVMX: Ack and write vector info to intr_info if L1 asks us toBandan Das2-0/+19
2014-04-22KVM: nVMX: Don't advertise single context invalidation for inveptBandan Das1-10/+5
2014-04-22KVM: VMX: Advance rip to after an ICEBP instructionHuw Davies1-0/+3
2014-04-22Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...Marcelo Tosatti33-501/+2831
2014-04-22KVM: s390: Factor out handle_itdb to handle TX abortsMichael Mueller1-12/+26
2014-04-22KVM: s390: replace TDB_ADDR by __LC_PGM_TDBMichael Mueller2-2/+2