summaryrefslogtreecommitdiff
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorFilesLines
2014-04-22KVM: s390: convert handle_prog()Heiko Carstens1-9/+13
2014-04-22KVM: s390: convert pfault codeHeiko Carstens2-7/+7
2014-04-22KVM: s390: convert handle_stfl()Heiko Carstens1-3/+3
2014-04-22KVM: s390: convert local irqs in __do_deliver_interrupt()Jens Freimann1-38/+43
2014-04-22KVM: s390: convert __do_deliver_interrupt()Heiko Carstens1-38/+44
2014-04-22KVM: s390: make use of ipte lockHeiko Carstens4-0/+131
2014-04-22KVM: s390/sclp: correctly set eca siif bitHeiko Carstens1-1/+3
2014-04-22KVM: s390: add architecture compliant guest access functionsHeiko Carstens3-1/+709
2014-04-22KVM: s390: add lowcore access functionsHeiko Carstens1-2/+93
2014-04-22KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper functionHeiko Carstens1-0/+33
2014-04-22KVM: s390: add kvm_s390_logical_to_effective() helperHeiko Carstens1-0/+25
2014-04-22KVM: s390: export test_vfacility()Heiko Carstens2-1/+2
2014-04-22KVM: s390: allow injecting every kind of interruptJens Freimann2-0/+28
2014-04-22KVM: s390: Exploiting generic userspace interface for cmmaDominik Dingel1-0/+43
2014-04-22KVM: s390: make cmma usage conditionallyDominik Dingel4-31/+43
2014-04-22KVM: s390: Per-vm kvm device controlsDominik Dingel1-0/+54
2014-04-22KVM: s390: Add proper dirty bitmap support to S390 kvm.Jason J. Herne1-1/+50
2014-04-22KVM: s390: Don't enable skeys by defaultDominik Dingel3-0/+29
2014-04-22KVM: s390: Clear storage keysDominik Dingel1-3/+3
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+4
2014-04-03Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-172/+1073
2014-04-01kvm/s390: also set guest pages back to stable on kexec/kdumpChristian Borntraeger1-0/+4
2014-03-25Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini4-8/+27
2014-03-25KVM: s390: clear local interrupts at cpu initial resetJens Freimann3-0/+16
2014-03-25KVM: s390: Fix possible memory leak in SIGP functionsThomas Huth1-8/+6
2014-03-25KVM: s390: randomize sca addressChristian Borntraeger1-0/+5
2014-03-21KVM: s390: irq routing for adapter interrupts.Cornelia Huck5-1/+163
2014-03-21KVM: s390: adapter interrupt sourcesCornelia Huck3-1/+175
2014-03-21KVM: Add per-vm capability enablement.Cornelia Huck1-0/+24
2014-03-17KVM: s390: Optimize ucontrol pathChristian Borntraeger1-1/+2
2014-03-17KVM: s390: Removing untriggerable BUG_ONsDominik Dingel2-4/+0
2014-03-04KVM: s390: get rid of local_int arrayJens Freimann3-79/+56
2014-03-04KVM: s390: Fixed CC of SIGP SET_PREFIX handlerThomas Huth1-16/+8
2014-03-04KVM: s390: Simplify online vcpus counting for stsiJens Freimann1-6/+1
2014-03-04KVM: s390: expose gbea register to userspaceChristian Borntraeger1-0/+8
2014-03-04KVM: s390: Provide access to program parameterChristian Borntraeger1-0/+9
2014-02-26KVM/s390: Set preempted flag during vcpu wakeup and interrupt deliveryMichael Mueller1-0/+3
2014-02-26KVM: s390: implementation of kvm_arch_vcpu_runnable()Michael Mueller1-3/+1
2014-02-21s390/kvm: set guest page states to stable on re-iplMartin Schwidefsky1-0/+3
2014-02-21s390/kvm: support collaborative memory managementKonstantin Weitz3-0/+68
2014-01-30KVM: async_pf: Exploit one reg interface for pfaultDominik Dingel1-0/+24
2014-01-30KVM: async_pf: Async page fault support on s390Dominik Dingel8-9/+290
2014-01-30KVM: s390: Add FAULT_FLAG_RETRY_NOWAIT for guest faultDominik Dingel1-2/+21
2014-01-30KVM: s390: limit floating irqsJens Freimann1-5/+21
2014-01-30KVM: s390: add floating irq controllerJens Freimann2-51/+254
2014-01-23Merge tag 'kvm-s390-20140117' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini3-6/+28
2014-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-59/+135
2014-01-20KVM: s390: Fix memory access error detectionChristian Borntraeger1-0/+4
2014-01-17KVM: s390: Enable the LPP facility for guestsThomas Huth1-1/+1
2014-01-17KVM: s390: enable Transactional ExecutionMichael Mueller3-6/+28