summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-10/+0Star
* KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeupWanpeng Li2019-07-201-20/+3Star
* 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-131-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
| | * KVM: s390: Fix potential spectre warningsEric Farman2019-04-181-2/+9
| * | kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-161-3/+0Star
| |/
* | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
* | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-071-1/+0Star
|\ \
| * | Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0Star
| |/
* / s390/airq: recognize directed interruptsSebastian Ott2019-04-291-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-153-59/+566
|\
| * 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: fix possible null pointer dereference in pending_irqs()Michael Mueller2019-02-051-3/+7
| * KVM: s390: start using the GIBMichael Mueller2019-02-051-0/+7
| * KVM: s390: add gib_alert_irq_handler()Michael Mueller2019-02-052-2/+169
| * KVM: s390: kvm_s390_gisa_clear() now clears the IPM onlyMichael Mueller2019-02-051-3/+22
| * KVM: s390: add functions to (un)register GISC with GISAMichael Mueller2019-02-051-0/+112
| * 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-053-0/+46
| * KVM: s390: introduce struct kvm_s390_gisa_interruptMichael Mueller2019-02-052-23/+31
| * KVM: s390: remove kvm_s390_ from gisa static inline functionsMichael Mueller2019-02-051-14/+13Star
| * KVM: s390: use pending_irqs_no_gisa() where appropriateMichael Mueller2019-02-051-2/+2
| * KVM: s390: coding style kvm_s390_gisa_init/clear()Michael Mueller2019-02-051-10/+10
| * KVM: s390: move bitmap idle_mask into arch struct top levelMichael Mueller2019-02-052-7/+6Star
| * KVM: s390: make bitmap declaration consistentMichael Mueller2019-02-051-1/+1
| * KVM: s390: drop obsolete else pathMichael Mueller2019-02-051-1/+1
| * KVM: s390: clarify kvm related kernel messageMichael Mueller2019-02-051-3/+3
* | s390: vsie: Use effective CRYCBD.31 to check CRYCBD validityPierre Morel2019-02-111-1/+1
|/
* Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
|\
| * treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-211-1/+1