summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorFilesLines
2016-01-13Merge 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
2015-11-27s390/kvm: remove dependency on struct save_area definitionMartin Schwidefsky1-15/+15
2015-11-19KVM: s390: fix wrong lookup of VCPUs by array indexDavid Hildenbrand2-8/+3
2015-11-19KVM: s390: avoid memory overwrites on emergency signal injectionDavid Hildenbrand1-0/+4
2015-11-19KVM: s390: fix pfmf intercept handlerHeiko Carstens1-1/+1
2015-11-19KVM: s390: enable SIMD only when no VCPUs were createdDavid Hildenbrand1-1/+5
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-145/+125
2015-10-29KVM: s390: use simple switch statement as multiplexerChristian Borntraeger1-21/+21
2015-10-29KVM: s390: drop useless newline in debugging dataChristian Borntraeger1-4/+4
2015-10-29KVM: s390: SCA must not cross page boundariesDavid Hildenbrand1-1/+3
2015-10-14s390/fpu: always enable the vector facility if it is availableHendrik Brueckner1-6/+0
2015-10-13KVM: s390: factor out reading of the guest TOD clockDavid Hildenbrand3-15/+14
2015-10-13KVM: s390: factor out and fix setting of guest TOD clockDavid Hildenbrand3-23/+21
2015-10-13KVM: s390: switch to get_tod_clock() and fix STP sync racesDavid Hildenbrand2-20/+6
2015-10-13KVM: s390: correctly handle injection of pgm irqs and per eventsDavid Hildenbrand1-1/+20
2015-10-13KVM: s390: simplify in-kernel program irq injectionDavid Hildenbrand2-32/+20
2015-10-13KVM: s390: drop out early in kvm_s390_has_irq()David Hildenbrand1-11/+9
2015-10-13KVM: s390: kvm_arch_vcpu_runnable already cares about timer interruptsDavid Hildenbrand1-1/+1
2015-10-13KVM: s390: set interception requests for all floating irqsDavid Hildenbrand1-12/+7
2015-10-13KVM: s390: disabled wait cares about machine checks, not PERDavid Hildenbrand1-5/+3
2015-10-13KVM: s390: remove unused variable in __inject_vmChristian Borntraeger1-3/+0
2015-09-16KVM: s390: Replace incorrect atomic_or with atomic_andnotJason J. Herne1-1/+1
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini1-0/+1
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-31/+31
2015-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-33/+97