aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-25KVM: s390: Fix user triggerable bug in dead codeChristian Borntraeger1-13/+0
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras1-0/+1
2014-08-05KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras1-2/+1
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-1/+1
2014-07-31KVM: s390: rework broken SIGP STOP interrupt handlingDavid Hildenbrand1-0/+3
2014-07-30KVM: s390: Fix memory leak on busy SIGP stopChristian Borntraeger1-0/+1
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf1-1/+1
2014-07-21KVM: s390: advertise KVM_CAP_S390_IRQCHIPCornelia Huck1-0/+1
2014-07-21KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand3-15/+1
2014-07-21KVM: s390: move vcpu wakeup code to a central pointDavid Hildenbrand3-23/+22
2014-07-21KVM: s390: remove _bh locking from start_stop_lockDavid Hildenbrand1-4/+4
2014-07-21KVM: s390: remove _bh locking from local_int.lockDavid Hildenbrand3-28/+28
2014-07-21KVM: s390: cleanup handle_wait by reusing kvm_vcpu_blockDavid Hildenbrand2-36/+8
2014-07-10KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand4-6/+43
2014-07-10KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stoppedDavid Hildenbrand2-8/+3
2014-07-10KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stopDavid Hildenbrand2-19/+20
2014-07-10KVM: s390: allow only one SIGP STOP (AND STORE STATUS) at a timeDavid Hildenbrand1-1/+6
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds13-498/+2963
2014-06-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux into nextLinus Torvalds1-1/+1
2014-05-30KVM: s390: Intercept the tprot instructionMatthew Rosato1-1/+3
2014-05-30KVM: s390: a VCPU is already started when delivering interruptsDavid Hildenbrand1-1/+0
2014-05-30KVM: s390: check the given debug flags, not the set onesDavid Hildenbrand1-1/+1
2014-05-30KVM: s390: clean up interrupt injection in sigp codeJens Freimann1-38/+18
2014-05-30KVM: s390: Enable DAT support for TPROT handlerThomas Huth3-25/+37
2014-05-30KVM: s390: Add a generic function for translating guest addressesThomas Huth2-0/+56
2014-05-20s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky1-1/+1
2014-05-16KVM: s390: split SIE state guest prefix fieldMichael Mueller5-12/+19
2014-05-16KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand6-5/+91
2014-05-16KVM: s390: Use intercept_insn decoder in trace eventAlexander Yarygin1-5/+2
2014-05-16KVM: s390: Use trace tables from sie.h.Alexander Yarygin1-31/+1
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-15KVM: s390: announce irqfd capabilityCornelia Huck1-0/+1
2014-05-06KVM: s390: Fix external interrupt interceptionThomas Huth1-4/+45
2014-05-06KVM: s390: Add clock comparator and CPU timer IRQ injectionThomas Huth1-0/+32
2014-05-06KVM: s390: return -EFAULT if copy_from_user() failsDan Carpenter1-2/+3
2014-04-29KVM: s390: enable IBS for single running VCPUsDavid Hildenbrand2-2/+143
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-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
2014-04-22KVM: s390: Drop pending interrupts on guest exitChristian Borntraeger3-2/+5
2014-04-22KVM: s390: no timer interrupts when single-stepping a guestDavid Hildenbrand2-0/+5
2014-04-22KVM: s390: move timer interrupt checks into own functionsDavid Hildenbrand1-18/+20
2014-04-22KVM: s390: hardware support for guest debuggingDavid Hildenbrand6-4/+557