aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-05KVM: s390: mark __insn32_query() as __always_inlineHeiko Carstens1-1/+1
2019-10-05KVM: s390: fix __insn32_query() inline assemblyHeiko Carstens1-3/+3
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+5
2019-09-14Merge tag 'kvm-s390-master-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-masterPaolo Bonzini1-1/+3
2019-09-12KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth1-1/+1
2019-09-12KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as target for memset()Igor Mammedov1-0/+2
2019-09-11Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-1/+5
2019-09-04KVM: s390: Disallow invalid bits in kvm_valid_regs and kvm_dirty_regsThomas Huth1-0/+4
2019-08-29KVM: s390: Test for bad access register and size at the start of S390_MEM_OPThomas Huth1-1/+1
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini1-10/+0
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+7
2019-07-02s390: ap: kvm: Enable PQAP/AQIC facility for the guestPierre Morel1-0/+3
2019-06-05kvm: Convert kvm_lock to a mutexJunaid Shahid1-2/+2
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson1-0/+5
2019-05-28KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth1-0/+1
2019-05-24KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger1-14/+21
2019-05-20KVM: s390: fix typo in parameter descriptionWei Yongjun1-1/+1
2019-04-30Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-1/+116
2019-04-26KVM: s390: provide kvm_arch_no_poll functionChristian Borntraeger1-0/+17
2019-04-25KVM: s390: enable MSA9 keywrapping functions depending on cpu modelChristian Borntraeger1-1/+26
2019-04-25KVM: s390: add deflate conversion facilty to cpu modelChristian Borntraeger1-0/+19
2019-04-18KVM: s390: add enhanced sort facilty to cpu modelChristian Borntraeger1-0/+20
2019-04-18KVM: s390: provide query function for instructions returning 32 byteChristian Borntraeger1-0/+13
2019-04-18KVM: s390: add MSA9 to cpumodelChristian Borntraeger1-0/+13
2019-04-18KVM: s390: add vector BCD enhancements facility to cpumodelChristian Borntraeger1-0/+4
2019-04-18KVM: s390: add vector enhancements facility 2 to cpumodelChristian Borntraeger1-0/+4
2019-04-16kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini1-3/+0
2019-02-22KVM: s390: add debug logging for cpu model subfunctionsChristian Borntraeger1-0/+136
2019-02-22KVM: s390: implement subfunction processor callsChristian Borntraeger1-13/+22
2019-02-05KVM: s390: start using the GIBMichael Mueller1-0/+7
2019-02-05KVM: s390: add gib_alert_irq_handler()Michael Mueller1-0/+2
2019-02-05KVM: s390: add kvm reference to struct sie_page2Michael Mueller1-0/+1
2019-02-05KVM: s390: add the GIB and its related life-cyle functionsMichael Mueller1-0/+1
2019-02-05KVM: s390: introduce struct kvm_s390_gisa_interruptMichael Mueller1-1/+1
2019-02-05KVM: s390: clarify kvm related kernel messageMichael Mueller1-3/+3
2018-12-19Merge tag 'kvm-s390-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-7/+17
2018-12-18KVM: s390: fix kmsg component kvm-s390Michael Mueller1-4/+3
2018-12-18KVM: s390: unregister debug feature on failing arch initMichael Mueller1-3/+14
2018-12-14kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini1-10/+1
2018-10-13Merge tag 'kvm-s390-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-4/+53
2018-10-08Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kernelorgnextChristian Borntraeger1-4/+53
2018-10-05KVM: s390: Tracing APCB changesPierre Morel1-0/+41
2018-10-05KVM: s390: fix locking for crypto setting error pathChristian Borntraeger1-4/+12
2018-10-04Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-42/+93
2018-10-01Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kernelorgnextChristian Borntraeger1-42/+91
2018-10-01KVM: s390: set host program identifierCollin Walling1-0/+2
2018-09-28KVM: s390: device attrs to enable/disable AP interpretationTony Krowiak1-3/+27
2018-09-28KVM: s390: Clear Crypto Control Block when using vSIEPierre Morel1-0/+2
2018-09-26KVM: s390: interface to clear CRYCB masksTony Krowiak1-0/+15
2018-09-26KVM: s390: refactor crypto initializationTony Krowiak1-37/+33