summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-08KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUSDavid Hildenbrand1-1/+1
2016-01-26KVM: s390: fix memory overwrites when vx is disabledDavid Hildenbrand1-83/+43
2016-01-26KVM: s390: fix guest fprs memory leakDavid Hildenbrand1-1/+4
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-15/+15
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 Borntraeger1-4/+5
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: Enable up to 248 VCPUs per VMEugene (jno) Dvurechenski1-1/+2
2015-11-30KVM: s390: Introduce switching codeEugene (jno) Dvurechenski1-2/+73
2015-11-30KVM: s390: Make provisions for ESCA utilizationEugene (jno) Dvurechenski1-12/+42
2015-11-30KVM: s390: Introduce new structuresEugene (jno) Dvurechenski1-7/+7
2015-11-30KVM: s390: Provide SCA-aware helpers for VCPU add/delEugene (jno) Dvurechenski1-13/+31
2015-11-30KVM: s390: rewrite vcpu_post_run and drop out earlyDavid Hildenbrand1-38/+21
2015-11-27s390/kvm: remove dependency on struct save_area definitionMartin Schwidefsky1-15/+15
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 Torvalds1-31/+27
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 Hildenbrand1-3/+1
2015-10-13KVM: s390: factor out and fix setting of guest TOD clockDavid Hildenbrand1-11/+17
2015-10-13KVM: s390: switch to get_tod_clock() and fix STP sync racesDavid Hildenbrand1-14/+4
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 Torvalds1-16/+16
2015-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-33/+97
2015-08-31Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-19/+95
2015-08-07KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfullyNicholas Krause1-2/+1
2015-08-04KVM: s390: host STP toleration for VMsFan Zhang1-0/+38
2015-08-03s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner1-5/+5
2015-07-30KVM: s390: Fix hang VCPU hang/loop regressionChristian Borntraeger1-2/+2
2015-07-29KVM: s390: log capability enablement and vm attribute changesChristian Borntraeger1-0/+19
2015-07-29KVM: s390: Provide global debug logChristian Borntraeger1-1/+19
2015-07-29KVM: s390: improve debug feature usageChristian Borntraeger1-1/+1
2015-07-29KVM: s390: add kvm stat counter for all diagnosesChristian Borntraeger1-0/+3
2015-07-29KVM: s390: only reset CMMA state if it was enabled beforeDominik Dingel1-0/+4
2015-07-29KVM: s390: clean up cmma_enable checkDominik Dingel1-14/+7
2015-07-29KVM: s390: propagate error from enable storage keyDominik Dingel1-1/+3
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra1-16/+16