summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-041-107/+447
|\
| * KVM: s390: Intercept the tprot instructionMatthew Rosato2014-05-301-1/+3
| * KVM: s390: check the given debug flags, not the set onesDavid Hildenbrand2014-05-301-1/+1
| * KVM: s390: split SIE state guest prefix fieldMichael Mueller2014-05-161-4/+6
| * KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand2014-05-161-1/+1
| * KVM: s390: Introduce helper function for faulting-in a guest pageThomas Huth2014-05-161-7/+25
| * KVM: s390: enable IBS for single running VCPUsDavid Hildenbrand2014-04-291-2/+121
| * KVM: s390: introduce kvm_s390_vcpu_{start,stop}David Hildenbrand2014-04-291-2/+14
| * KVM: s390: Drop pending interrupts on guest exitChristian Borntraeger2014-04-221-0/+2
| * KVM: s390: hardware support for guest debuggingDavid Hildenbrand2014-04-221-2/+51
| * KVM: s390: emulate stctl and stctgDavid Hildenbrand2014-04-221-0/+2
| * KVM: s390: convert kvm_s390_store_status_unloaded()Heiko Carstens2014-04-221-64/+31
| * KVM: s390: convert pfault codeHeiko Carstens2014-04-221-2/+3
| * KVM: s390: make use of ipte lockHeiko Carstens2014-04-221-0/+2
| * KVM: s390/sclp: correctly set eca siif bitHeiko Carstens2014-04-221-1/+3
| * KVM: s390: export test_vfacility()Heiko Carstens2014-04-221-1/+1
| * KVM: s390: Exploiting generic userspace interface for cmmaDominik Dingel2014-04-221-0/+43
| * KVM: s390: make cmma usage conditionallyDominik Dingel2014-04-221-22/+37
| * KVM: s390: Per-vm kvm device controlsDominik Dingel2014-04-221-0/+54
| * KVM: s390: Add proper dirty bitmap support to S390 kvm.Jason J. Herne2014-04-221-1/+50
| * KVM: s390: Don't enable skeys by defaultDominik Dingel2014-04-221-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-06-031-1/+1
|\ \
| * | s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky2014-05-201-1/+1
| |/
* / KVM: s390: announce irqfd capabilityCornelia Huck2014-05-151-0/+1
|/
* Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-021-11/+201
|\
| * Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-03-251-0/+6
| |\
| | * KVM: s390: clear local interrupts at cpu initial resetJens Freimann2014-03-251-0/+1
| | * KVM: s390: randomize sca addressChristian Borntraeger2014-03-251-0/+5
| * | KVM: s390: irq routing for adapter interrupts.Cornelia Huck2014-03-211-0/+17
| * | KVM: s390: adapter interrupt sourcesCornelia Huck2014-03-211-0/+1
| * | KVM: Add per-vm capability enablement.Cornelia Huck2014-03-211-0/+24
| |/
| * KVM: s390: Optimize ucontrol pathChristian Borntraeger2014-03-171-1/+2
| * KVM: s390: Removing untriggerable BUG_ONsDominik Dingel2014-03-171-2/+0
| * KVM: s390: get rid of local_int arrayJens Freimann2014-03-041-4/+1
| * KVM: s390: expose gbea register to userspaceChristian Borntraeger2014-03-041-0/+8
| * KVM: s390: Provide access to program parameterChristian Borntraeger2014-03-041-0/+9
| * KVM: s390: implementation of kvm_arch_vcpu_runnable()Michael Mueller2014-02-261-3/+1
| * KVM: async_pf: Exploit one reg interface for pfaultDominik Dingel2014-01-301-0/+24
| * KVM: async_pf: Async page fault support on s390Dominik Dingel2014-01-301-1/+88
| * KVM: s390: Add FAULT_FLAG_RETRY_NOWAIT for guest faultDominik Dingel2014-01-301-2/+21
| * KVM: s390: add floating irq controllerJens Freimann2014-01-301-0/+1
* | s390/kvm: support collaborative memory managementKonstantin Weitz2014-02-211-0/+25
|/
* Merge tag 'kvm-s390-20140117' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-01-231-6/+11
|\
| * KVM: s390: Enable the LPP facility for guestsThomas Huth2014-01-171-1/+1
| * KVM: s390: enable Transactional ExecutionMichael Mueller2014-01-171-6/+11
* | KVM: s390: Fix memory access error detectionChristian Borntraeger2014-01-201-0/+4
|/
* KVM: s390: Fix clock comparator field for STORE STATUSThomas Huth2013-11-281-1/+3
* KVM: s390: Always store status during SIGP STOP_AND_STORE_STATUSThomas Huth2013-11-281-10/+15
* KVM: s390: Removed SIE_INTERCEPT_UCONTROLThomas Huth2013-11-281-18/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-151-33/+63
|\