summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-02-052-37/+61
|\
| * KVM: s390: Add new reset vcpu APIJanosch Frank2020-01-311-27/+57
| * KVM: s390: Cleanup initial cpu resetJanosch Frank2020-01-311-11/+7
| * KVM: s390: do not clobber registers during guest reset/store statusChristian Borntraeger2020-01-311-4/+2
| * KVM: s390: ENOTSUPP -> EOPNOTSUPP fixupsChristian Borntraeger2020-01-311-3/+3
* | KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-5/+0
* | KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-5/+0
* | KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()Sean Christopherson2020-01-271-0/+11
* | KVM: Move vcpu alloc and init invocation to common codeSean Christopherson2020-01-271-31/+10
* | KVM: Introduce kvm_vcpu_destroy()Sean Christopherson2020-01-241-1/+1
* | KVM: s390: Invoke kvm_vcpu_init() before allocating sie_pageSean Christopherson2020-01-241-8/+10
* | KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()Sean Christopherson2020-01-241-28/+34
* | KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson2020-01-241-4/+8
|/
* Merge tag 'kvm-s390-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-11-183-18/+28
|\
| * KVM: s390: Do not yield when target is already runningChristian Borntraeger2019-10-101-0/+4
| * KVM: s390: count invalid yieldsChristian Borntraeger2019-10-102-4/+15
| * KVM: s390: Cleanup kvm_arch_init error pathJanosch Frank2019-10-041-11/+7
| * KVM: s390: Remove unused parameter from __inject_sigp_restart()Thomas Huth2019-10-041-3/+2
* | KVM: s390: mark __insn32_query() as __always_inlineHeiko Carstens2019-10-051-1/+1
* | KVM: s390: fix __insn32_query() inline assemblyHeiko Carstens2019-10-051-3/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-181-1/+5
|\
| * Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-09-111-1/+5
| |\
| | * KVM: s390: Disallow invalid bits in kvm_valid_regs and kvm_dirty_regsThomas Huth2019-09-041-0/+4
| | * KVM: s390: Test for bad access register and size at the start of S390_MEM_OPThomas Huth2019-08-291-1/+1
* | | Merge tag 'kvm-s390-master-5.3-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2019-09-142-1/+13
|\ \ \ | |/ / |/| |
| * | KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth2019-09-122-1/+11
| * | KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as...Igor Mammedov2019-09-121-0/+2
| |/
* / KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-10/+0
|/
* KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeupWanpeng Li2019-07-201-20/+3
* KVM: Boost vCPUs that are delivering interruptsWanpeng Li2019-07-201-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-121-2/+7
|\
| * kvm: Convert kvm_lock to a mutexJunaid Shahid2019-06-051-2/+2
| * KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-041-0/+5
* | s390: ap: kvm: Enable PQAP/AQIC facility for the guestPierre Morel2019-07-021-0/+3
* | s390: ap: kvm: add PQAP interception for AQICPierre Morel2019-07-021-0/+86
|/
* KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-05-281-0/+1
* KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger2019-05-241-14/+21
* KVM: s390: fix typo in parameter descriptionWei Yongjun2019-05-201-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-174-10/+135
|\
| * Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-04-304-7/+135
| |\
| | * KVM: s390: vsie: Return correct values for Invalid CRYCB formatPierre Morel2019-04-291-1/+1
| | * KVM: s390: vsie: Do not shadow CRYCB when no AP and no keysPierre Morel2019-04-291-2/+4
| | * KVM: s390: provide kvm_arch_no_poll functionChristian Borntraeger2019-04-262-0/+18
| | * KVM: s390: enable MSA9 keywrapping functions depending on cpu modelChristian Borntraeger2019-04-252-2/+30
| | * KVM: s390: add deflate conversion facilty to cpu modelChristian Borntraeger2019-04-251-0/+19
| | * KVM: s390: add enhanced sort facilty to cpu modelChristian Borntraeger2019-04-181-0/+20
| | * KVM: s390: provide query function for instructions returning 32 byteChristian Borntraeger2019-04-181-0/+13
| | * KVM: s390: add MSA9 to cpumodelChristian Borntraeger2019-04-181-0/+13
| | * KVM: s390: add vector BCD enhancements facility to cpumodelChristian Borntraeger2019-04-181-0/+4
| | * KVM: s390: add vector enhancements facility 2 to cpumodelChristian Borntraeger2019-04-181-0/+4