summaryrefslogtreecommitdiff
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorFilesLines
2016-03-08KVM: s390: step VCPU cpu timer during kvm_run ioctlDavid Hildenbrand1-2/+74
2016-03-08KVM: s390: abstract access to the VCPU cpu timerDavid Hildenbrand3-10/+28
2016-03-08KVM: s390: store cpu id in vcpu->cpu when scheduled inDavid Hildenbrand1-0/+2
2016-03-08KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUSDavid Hildenbrand1-1/+1
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti1-2/+2
2016-02-10KVM: s390: bail out early on fatal signal in dirty loggingChristian Borntraeger1-0/+2
2016-02-10KVM: s390: do not block CPU on dirty loggingChristian Borntraeger1-0/+1
2016-02-10KVM: s390: do not take mmap_sem on dirty log queryChristian Borntraeger1-2/+0
2016-02-10KVM: s390: instruction-fetching exceptions on SIE faultsDavid Hildenbrand1-2/+10
2016-02-10KVM: s390: provide prog irq ilc on SIE faultsDavid Hildenbrand1-4/+8
2016-02-10KVM: s390: irq delivery should not rely on icptcodeDavid Hildenbrand2-1/+3
2016-02-10KVM: s390: clean up prog irq injection on prog irq icptsDavid Hildenbrand1-21/+20
2016-02-10KVM: s390: read the correct opcode on SIE faultsDavid Hildenbrand1-2/+1
2016-02-10KVM: s390: gaccess: implement instruction fetching modeDavid Hildenbrand2-4/+28
2016-02-10KVM: s390: gaccess: introduce access modesDavid Hildenbrand5-35/+43
2016-02-10KVM: s390: migration / injection of prog irq ilcDavid Hildenbrand1-1/+11
2016-02-10KVM: s390: PSW forwarding / rewinding / ilc reworkDavid Hildenbrand5-36/+50
2016-02-10KVM: s390: sync of fp registers via kvm_runDavid Hildenbrand1-5/+7
2016-02-10KVM: s390: allow sync of fp registers via vregsDavid Hildenbrand1-1/+4
2016-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+2
2016-01-26KVM: s390: fix memory overwrites when vx is disabledDavid Hildenbrand1-83/+43
2016-01-26KVM: s390: Enable the KVM-VFIO deviceDong Jia Shi2-1/+2
2016-01-26KVM: s390: fix guest fprs memory leakDavid Hildenbrand1-1/+4
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens1-2/+2
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-18/+18
2016-01-11s390: rename struct _lowcore to struct lowcoreHeiko Carstens2-3/+3
2016-01-07KVM: s390: implement the RI support of guestFan Zhang1-0/+22
2016-01-07kvm/s390: drop unpaired smp_mbMichael S. Tsirkin1-1/+0
2015-12-15KVM: s390: consider system MHA for guest storageGuenther Hutzl1-1/+5
2015-12-15KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel1-5/+20
2015-12-15KVM: s390: obey kptr_restrict in tracesChristian Borntraeger2-7/+8
2015-12-15KVM: s390: use assignment instead of memcpyChristian Borntraeger1-2/+4
2015-11-30KVM: s390: remove redudant assigment of error codeChristian Borntraeger1-3/+1
2015-11-30KVM: s390: remove pointless test_facility(2) checkHeiko Carstens1-1/+1
2015-11-30KVM: s390: don't load kvm without virtualization supportDavid Hildenbrand1-0/+5
2015-11-30KVM: s390: don't switch to ESCA for ucontrolDavid Hildenbrand1-1/+1
2015-11-30KVM: s390: cleanup sca_add_vcpuDavid Hildenbrand1-12/+11
2015-11-30KVM: s390: always set/clear the SCA sda fieldDavid Hildenbrand1-8/+4
2015-11-30KVM: s390: fix SCA related races and double useDavid Hildenbrand1-6/+5
2015-11-30KVM: s390: we always have a SCADavid Hildenbrand1-6/+1
2015-11-30KVM: s390: fast path for sca_ext_call_pendingDavid Hildenbrand1-2/+4
2015-11-30KVM: s390: Enable up to 248 VCPUs per VMEugene (jno) Dvurechenski1-1/+2
2015-11-30KVM: s390: Introduce switching codeEugene (jno) Dvurechenski3-9/+102
2015-11-30KVM: s390: Make provisions for ESCA utilizationEugene (jno) Dvurechenski2-28/+104
2015-11-30KVM: s390: Introduce new structuresEugene (jno) Dvurechenski3-20/+29
2015-11-30KVM: s390: Provide SCA-aware helpers for VCPU add/delEugene (jno) Dvurechenski1-13/+31
2015-11-30KVM: s390: Generalize access to SIGP controlsEugene (jno) Dvurechenski1-27/+45
2015-11-30KVM: s390: Generalize access to IPTE controlsEugene (jno) Dvurechenski2-5/+10
2015-11-30KVM: s390: rewrite vcpu_post_run and drop out earlyDavid Hildenbrand2-42/+24
2015-11-30KVM: Use common function for VCPU lookup by idDavid Hildenbrand1-8/+3