summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/kvm-s390.c
AgeCommit message (Expand)Author
2016-01-26KVM: s390: fix memory overwrites when vx is disabledDavid Hildenbrand
2016-01-26KVM: s390: fix guest fprs memory leakDavid Hildenbrand
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-01-07KVM: s390: implement the RI support of guestFan Zhang
2016-01-07kvm/s390: drop unpaired smp_mbMichael S. Tsirkin
2015-12-15KVM: s390: consider system MHA for guest storageGuenther Hutzl
2015-12-15KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel
2015-12-15KVM: s390: obey kptr_restrict in tracesChristian Borntraeger
2015-12-15KVM: s390: use assignment instead of memcpyChristian Borntraeger
2015-11-30KVM: s390: remove redudant assigment of error codeChristian Borntraeger
2015-11-30KVM: s390: remove pointless test_facility(2) checkHeiko Carstens
2015-11-30KVM: s390: don't load kvm without virtualization supportDavid Hildenbrand
2015-11-30KVM: s390: don't switch to ESCA for ucontrolDavid Hildenbrand
2015-11-30KVM: s390: cleanup sca_add_vcpuDavid Hildenbrand
2015-11-30KVM: s390: always set/clear the SCA sda fieldDavid Hildenbrand
2015-11-30KVM: s390: fix SCA related races and double useDavid Hildenbrand
2015-11-30KVM: s390: we always have a SCADavid Hildenbrand
2015-11-30KVM: s390: Enable up to 248 VCPUs per VMEugene (jno) Dvurechenski
2015-11-30KVM: s390: Introduce switching codeEugene (jno) Dvurechenski
2015-11-30KVM: s390: Make provisions for ESCA utilizationEugene (jno) Dvurechenski
2015-11-30KVM: s390: Introduce new structuresEugene (jno) Dvurechenski
2015-11-30KVM: s390: Provide SCA-aware helpers for VCPU add/delEugene (jno) Dvurechenski
2015-11-30KVM: s390: rewrite vcpu_post_run and drop out earlyDavid Hildenbrand
2015-11-27s390/kvm: remove dependency on struct save_area definitionMartin Schwidefsky
2015-11-19KVM: s390: enable SIMD only when no VCPUs were createdDavid Hildenbrand
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-10-29KVM: s390: drop useless newline in debugging dataChristian Borntraeger
2015-10-29KVM: s390: SCA must not cross page boundariesDavid Hildenbrand
2015-10-14s390/fpu: always enable the vector facility if it is availableHendrik Brueckner
2015-10-13KVM: s390: factor out reading of the guest TOD clockDavid Hildenbrand
2015-10-13KVM: s390: factor out and fix setting of guest TOD clockDavid Hildenbrand
2015-10-13KVM: s390: switch to get_tod_clock() and fix STP sync racesDavid Hildenbrand
2015-09-16KVM: s390: Replace incorrect atomic_or with atomic_andnotJason J. Herne
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-08-31Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-08-07KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfullyNicholas Krause
2015-08-04KVM: s390: host STP toleration for VMsFan Zhang
2015-08-03s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner
2015-07-30KVM: s390: Fix hang VCPU hang/loop regressionChristian Borntraeger
2015-07-29KVM: s390: log capability enablement and vm attribute changesChristian Borntraeger
2015-07-29KVM: s390: Provide global debug logChristian Borntraeger
2015-07-29KVM: s390: improve debug feature usageChristian Borntraeger
2015-07-29KVM: s390: add kvm stat counter for all diagnosesChristian Borntraeger
2015-07-29KVM: s390: only reset CMMA state if it was enabled beforeDominik Dingel
2015-07-29KVM: s390: clean up cmma_enable checkDominik Dingel
2015-07-29KVM: s390: propagate error from enable storage keyDominik Dingel
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra
2015-07-22s390/kernel: lazy restore fpu registersHendrik Brueckner