aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-1/+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 Hildenbrand1-2/+0
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 Hildenbrand1-2/+2
2014-07-21KVM: s390: cleanup handle_wait by reusing kvm_vcpu_blockDavid Hildenbrand1-0/+3
2014-07-10KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state controlDavid Hildenbrand1-4/+33
2014-07-10KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stoppedDavid Hildenbrand1-6/+1
2014-07-10KVM: s390: move finalization of SIGP STOP orders to kvm_s390_vcpu_stopDavid Hildenbrand1-0/+8
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds1-107/+447
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: check the given debug flags, not the set onesDavid Hildenbrand1-1/+1
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 Mueller1-4/+6
2014-05-16KVM: s390: interpretive execution of SIGP EXTERNAL CALLDavid Hildenbrand1-1/+1
2014-05-16KVM: s390: Introduce helper function for faulting-in a guest pageThomas Huth1-7/+25
2014-05-15KVM: s390: announce irqfd capabilityCornelia Huck1-0/+1
2014-04-29KVM: s390: enable IBS for single running VCPUsDavid Hildenbrand1-2/+121
2014-04-29KVM: s390: introduce kvm_s390_vcpu_{start,stop}David Hildenbrand1-2/+14
2014-04-22KVM: s390: Drop pending interrupts on guest exitChristian Borntraeger1-0/+2
2014-04-22KVM: s390: hardware support for guest debuggingDavid Hildenbrand1-2/+51
2014-04-22KVM: s390: emulate stctl and stctgDavid Hildenbrand1-0/+2
2014-04-22KVM: s390: convert kvm_s390_store_status_unloaded()Heiko Carstens1-64/+31
2014-04-22KVM: s390: convert pfault codeHeiko Carstens1-2/+3
2014-04-22KVM: s390: make use of ipte lockHeiko Carstens1-0/+2
2014-04-22KVM: s390/sclp: correctly set eca siif bitHeiko Carstens1-1/+3
2014-04-22KVM: s390: export test_vfacility()Heiko Carstens1-1/+1
2014-04-22KVM: s390: Exploiting generic userspace interface for cmmaDominik Dingel1-0/+43
2014-04-22KVM: s390: make cmma usage conditionallyDominik Dingel1-22/+37
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 Dingel1-0/+1
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-11/+201
2014-03-25Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-nextPaolo Bonzini1-0/+6
2014-03-25KVM: s390: clear local interrupts at cpu initial resetJens Freimann1-0/+1
2014-03-25KVM: s390: randomize sca addressChristian Borntraeger1-0/+5
2014-03-21KVM: s390: irq routing for adapter interrupts.Cornelia Huck1-0/+17
2014-03-21KVM: s390: adapter interrupt sourcesCornelia Huck1-0/+1
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 Dingel1-2/+0
2014-03-04KVM: s390: get rid of local_int arrayJens Freimann1-4/+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: implementation of kvm_arch_vcpu_runnable()Michael Mueller1-3/+1
2014-02-21s390/kvm: support collaborative memory managementKonstantin Weitz1-0/+25
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 Dingel1-1/+88