summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/kvm-s390.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: fix memory overwrites when vx is disabledDavid Hildenbrand2016-01-261-83/+43
* KVM: s390: fix guest fprs memory leakDavid Hildenbrand2016-01-261-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-131-15/+15
|\
| * s390/kvm: remove dependency on struct save_area definitionMartin Schwidefsky2015-11-271-15/+15
* | KVM: s390: implement the RI support of guestFan Zhang2016-01-071-0/+22
* | kvm/s390: drop unpaired smp_mbMichael S. Tsirkin2016-01-071-1/+0
* | KVM: s390: consider system MHA for guest storageGuenther Hutzl2015-12-151-1/+5
* | KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel2015-12-151-5/+20
* | KVM: s390: obey kptr_restrict in tracesChristian Borntraeger2015-12-151-4/+5
* | KVM: s390: use assignment instead of memcpyChristian Borntraeger2015-12-151-2/+4
* | KVM: s390: remove redudant assigment of error codeChristian Borntraeger2015-11-301-3/+1
* | KVM: s390: remove pointless test_facility(2) checkHeiko Carstens2015-11-301-1/+1
* | KVM: s390: don't load kvm without virtualization supportDavid Hildenbrand2015-11-301-0/+5
* | KVM: s390: don't switch to ESCA for ucontrolDavid Hildenbrand2015-11-301-1/+1
* | KVM: s390: cleanup sca_add_vcpuDavid Hildenbrand2015-11-301-12/+11
* | KVM: s390: always set/clear the SCA sda fieldDavid Hildenbrand2015-11-301-8/+4
* | KVM: s390: fix SCA related races and double useDavid Hildenbrand2015-11-301-6/+5
* | KVM: s390: we always have a SCADavid Hildenbrand2015-11-301-6/+1
* | KVM: s390: Enable up to 248 VCPUs per VMEugene (jno) Dvurechenski2015-11-301-1/+2
* | KVM: s390: Introduce switching codeEugene (jno) Dvurechenski2015-11-301-2/+73
* | KVM: s390: Make provisions for ESCA utilizationEugene (jno) Dvurechenski2015-11-301-12/+42
* | KVM: s390: Introduce new structuresEugene (jno) Dvurechenski2015-11-301-7/+7
* | KVM: s390: Provide SCA-aware helpers for VCPU add/delEugene (jno) Dvurechenski2015-11-301-13/+31
* | KVM: s390: rewrite vcpu_post_run and drop out earlyDavid Hildenbrand2015-11-301-38/+21
|/
* KVM: s390: enable SIMD only when no VCPUs were createdDavid Hildenbrand2015-11-191-1/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-051-31/+27
|\
| * KVM: s390: drop useless newline in debugging dataChristian Borntraeger2015-10-291-4/+4
| * KVM: s390: SCA must not cross page boundariesDavid Hildenbrand2015-10-291-1/+3
| * KVM: s390: factor out reading of the guest TOD clockDavid Hildenbrand2015-10-131-3/+1
| * KVM: s390: factor out and fix setting of guest TOD clockDavid Hildenbrand2015-10-131-11/+17
| * KVM: s390: switch to get_tod_clock() and fix STP sync racesDavid Hildenbrand2015-10-131-14/+4
* | s390/fpu: always enable the vector facility if it is availableHendrik Brueckner2015-10-141-6/+0
|/
* KVM: s390: Replace incorrect atomic_or with atomic_andnotJason J. Herne2015-09-161-1/+1
* KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-161-0/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-031-16/+16
|\
| * atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra2015-07-271-16/+16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-08-311-33/+97
|\ \
| * | s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner2015-08-031-5/+5
| * | s390/kernel: lazy restore fpu registersHendrik Brueckner2015-07-221-37/+95
| * | s390/kvm: validate the floating-point control before restoring itHendrik Brueckner2015-07-221-2/+8
| |/
* | Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-08-311-19/+95
|\ \
| * | KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfullyNicholas Krause2015-08-071-2/+1
| * | KVM: s390: host STP toleration for VMsFan Zhang2015-08-041-0/+38
| * | KVM: s390: log capability enablement and vm attribute changesChristian Borntraeger2015-07-291-0/+19
| * | KVM: s390: Provide global debug logChristian Borntraeger2015-07-291-1/+19
| * | KVM: s390: improve debug feature usageChristian Borntraeger2015-07-291-1/+1
| * | KVM: s390: add kvm stat counter for all diagnosesChristian Borntraeger2015-07-291-0/+3
| * | KVM: s390: only reset CMMA state if it was enabled beforeDominik Dingel2015-07-291-0/+4
| * | KVM: s390: clean up cmma_enable checkDominik Dingel2015-07-291-14/+7
| * | KVM: s390: propagate error from enable storage keyDominik Dingel2015-07-291-1/+3
| |/