summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: Also reset registers in sync regs for initial cpu resetChristian Borntraeger2020-03-111-1/+17
* Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-02-051-34/+58
|\
| * 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: 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-181-11/+8
|\
| * KVM: s390: count invalid yieldsChristian Borntraeger2019-10-101-0/+1
| * KVM: s390: Cleanup kvm_arch_init error pathJanosch Frank2019-10-041-11/+7
* | 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-141-1/+3
|\ \ \ | |/ / |/| |
| * | KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth2019-09-121-1/+1
| * | 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
|/
* 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
|/
* 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 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-04-301-1/+116
|\
| * KVM: s390: provide kvm_arch_no_poll functionChristian Borntraeger2019-04-261-0/+17
| * KVM: s390: enable MSA9 keywrapping functions depending on cpu modelChristian Borntraeger2019-04-251-1/+26
| * 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
* | kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-161-3/+0
|/
* KVM: s390: add debug logging for cpu model subfunctionsChristian Borntraeger2019-02-221-0/+136
* KVM: s390: implement subfunction processor callsChristian Borntraeger2019-02-221-13/+22
* KVM: s390: start using the GIBMichael Mueller2019-02-051-0/+7
* KVM: s390: add gib_alert_irq_handler()Michael Mueller2019-02-051-0/+2
* KVM: s390: add kvm reference to struct sie_page2Michael Mueller2019-02-051-0/+1
* KVM: s390: add the GIB and its related life-cyle functionsMichael Mueller2019-02-051-0/+1
* KVM: s390: introduce struct kvm_s390_gisa_interruptMichael Mueller2019-02-051-1/+1