summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: Add a generic function for translating guest addressesThomas Huth2014-05-302-0/+56
* KVM: vmx: DR7 masking on task switch emulation is wrongNadav Amit2014-05-221-1/+1
* x86: fix page fault tracing when KVM guest support enabledDave Hansen2014-05-222-1/+6
* KVM: x86: get CPL from SS.DPLPaolo Bonzini2014-05-223-42/+18
* KVM: x86: check CS.DPL against RPL during task switchPaolo Bonzini2014-05-221-14/+17
* KVM: x86: drop set_rflags callbackPaolo Bonzini2014-05-222-7/+0
* KVM: x86: use new CS.RPL as CPL during task switchPaolo Bonzini2014-05-221-27/+33
* KVM: s390: split SIE state guest prefix fieldMichael Mueller2014-05-166-13/+22
* s390/sclp: add sclp_get_ibc functionMichael Mueller2014-05-161-0/+1
* 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-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/+3
* 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