summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: Use intercept_insn decoder in trace eventAlexander Yarygin2014-05-161-5/+2Star
* 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/+1Star
* KVM: s390: add sie exit reasons tablesAlexander Yarygin2014-05-161-0/+212
* KVM: s390: Improved MVPG partial execution handlerThomas Huth2014-05-161-16/+9Star
* 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/+7Star
* 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/+37Star
* 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-064-7/+84
|\
| * KVM: s390: Fix external interrupt interceptionThomas Huth2014-05-062-5/+49
| * KVM: s390: Add clock comparator and CPU timer IRQ injectionThomas Huth2014-05-061-0/+32
| * 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
|/
* Merge tag 'kvm-s390-20140429' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-04-3010-13/+285
|\
| * KVM: s390: enable IBS for single running VCPUsDavid Hildenbrand2014-04-293-2/+145
| * 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: 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-231-4/+3Star
* 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/+6Star
* 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/+5Star
* 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-2226-494/+2770
|\
| * KVM: s390: Factor out handle_itdb to handle TX abortsMichael Mueller2014-04-221-12/+26
| * KVM: s390: replace TDB_ADDR by __LC_PGM_TDBMichael Mueller2014-04-222-2/+2
| * KVM: s390: Drop pending interrupts on guest exitChristian Borntraeger2014-04-223-2/+5
| * KVM: s390: no timer interrupts when single-stepping a guestDavid Hildenbrand2014-04-222-0/+5
| * KVM: s390: move timer interrupt checks into own functionsDavid Hildenbrand2014-04-221-18/+20