summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras2014-08-051-0/+1
* KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras2014-08-051-2/+1Star
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-1/+1
|\
| * KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-1/+1
* | KVM: s390: rework broken SIGP STOP interrupt handlingDavid Hildenbrand2014-07-311-0/+3
* | KVM: s390: Fix memory leak on busy SIGP stopChristian Borntraeger2014-07-301-0/+1
* | KVM: s390: advertise KVM_CAP_S390_IRQCHIPCornelia Huck2014-07-211-0/+1
* | KVM: s390: remove the tasklet used by the hrtimerDavid Hildenbrand2014-07-213-15/+1Star
* | KVM: s390: move vcpu wakeup code to a central pointDavid Hildenbrand2014-07-213-23/+22Star
* | KVM: s390: remove _bh locking from start_stop_lockDavid Hildenbrand2014-07-211-4/+4
* | KVM: s390: remove _bh locking from local_int.lockDavid Hildenbrand2014-07-213-28/+28
* | KVM: s390: cleanup handle_wait by reusing kvm_vcpu_blockDavid Hildenbrand2014-07-212-36/+8Star
* | KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand2014-07-104-6/+43
* | KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stoppedDavid Hildenbrand2014-07-102-8/+3Star
* | KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stopDavid Hildenbrand2014-07-102-19/+20
* | KVM: s390: allow only one SIGP STOP (AND STORE STATUS) at a timeDavid Hildenbrand2014-07-101-1/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-0413-498/+2963
|\
| * KVM: s390: Intercept the tprot instructionMatthew Rosato2014-05-301-1/+3
| * KVM: s390: a VCPU is already started when delivering interruptsDavid Hildenbrand2014-05-301-1/+0Star
| * KVM: s390: check the given debug flags, not the set onesDavid Hildenbrand2014-05-301-1/+1
| * KVM: s390: clean up interrupt injection in sigp codeJens Freimann2014-05-301-38/+18Star
| * KVM: s390: Enable DAT support for TPROT handlerThomas Huth2014-05-303-25/+37
| * KVM: s390: Add a generic function for translating guest addressesThomas Huth2014-05-302-0/+56
| * KVM: s390: split SIE state guest prefix fieldMichael Mueller2014-05-165-12/+19
| * KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand2014-05-166-5/+91
| * KVM: s390: Use intercept_insn decoder in trace eventAlexander Yarygin2014-05-161-5/+2Star
| * KVM: s390: Use trace tables from sie.h.Alexander Yarygin2014-05-161-31/+1Star
| * 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: Fix external interrupt interceptionThomas Huth2014-05-061-4/+45
| * 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: s390: enable IBS for single running VCPUsDavid Hildenbrand2014-04-292-2/+143
| * 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: 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
| * KVM: s390: hardware support for guest debuggingDavid Hildenbrand2014-04-226-4/+557
| * KVM: s390: emulate stctl and stctgDavid Hildenbrand2014-04-225-0/+102
| * KVM: s390: deliver program irq parameters and use correct ilcDavid Hildenbrand2014-04-221-9/+101
| * KVM: s390: extract irq parameters of intercepted program irqsDavid Hildenbrand2014-04-221-1/+64
| * KVM: s390: cleanup kvm_s390_real_to_abs()Heiko Carstens2014-04-221-8/+16