aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-s390-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-08-031-1/+3
|\
| * s390/kvm: diagnose 0x318 sync and resetCollin Walling2020-06-231-1/+3
* | KVM: s390: reduce number of IO pins to 1Christian Borntraeger2020-06-181-4/+4
|/
* KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2020-06-111-1/+1
* KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov2020-06-011-0/+2
* KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov2020-06-011-1/+1
* kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
* Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-261-1/+1
|\
| * KVM: s390: mark sie block as 512 byte alignedChristian Borntraeger2020-03-231-1/+1
* | Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-161-19/+94
|\|
| * KVM: s390: protvirt: handle secure guest prefix pagesJanosch Frank2020-02-271-0/+1
| * KVM: S390: protvirt: Introduce instruction data area bounce bufferJanosch Frank2020-02-271-1/+10
| * KVM: s390: protvirt: Add new gprs location handlingJanosch Frank2020-02-271-1/+3
| * KVM: s390: protvirt: Add SCLP interrupt handlingChristian Borntraeger2020-02-271-1/+5
| * KVM: s390: protvirt: Implement interrupt injectionMichael Mueller2020-02-271-12/+50
| * KVM: s390: protvirt: Instruction emulationJanosch Frank2020-02-271-0/+2
| * KVM: s390: protvirt: Handle SE notification interceptionsJanosch Frank2020-02-271-0/+2
| * KVM: s390: protvirt: Add initial vm and cpu lifecycle handlingJanosch Frank2020-02-271-2/+22
| * KVM: s390/interrupt: do not pin adapter interrupt pagesUlrich Weigand2020-02-271-3/+0
* | KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-161-1/+1
|/
* Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-02-051-0/+5
|\
| * KVM: s390: Cleanup initial cpu resetJanosch Frank2020-01-311-0/+5
* | KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-1/+0
|/
* KVM: s390: count invalid yieldsChristian Borntraeger2019-10-101-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-121-1/+0
|\
| * KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-041-1/+0
* | s390: ap: kvm: add PQAP interception for AQICPierre Morel2019-07-021-0/+7
|/
* KVM: s390: change default halt poll time to 50usChristian Borntraeger2019-05-201-1/+1
* KVM: s390: provide kvm_arch_no_poll functionChristian Borntraeger2019-04-261-0/+1
* KVM: s390: enable MSA9 keywrapping functions depending on cpu modelChristian Borntraeger2019-04-251-0/+1
* Merge tag 'kvm-s390-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-02-221-3/+34
|\
| * KVM: s390: implement subfunction processor callsChristian Borntraeger2019-02-221-0/+1
| * KVM: s390: add gib_alert_irq_handler()Michael Mueller2019-02-051-0/+3
| * KVM: s390: add functions to (un)register GISC with GISAMichael Mueller2019-02-051-0/+13
| * KVM: s390: add kvm reference to struct sie_page2Michael Mueller2019-02-051-1/+2
| * KVM: s390: add the GIB and its related life-cyle functionsMichael Mueller2019-02-051-0/+9
| * KVM: s390: introduce struct kvm_s390_gisa_interruptMichael Mueller2019-02-051-1/+5
| * KVM: s390: move bitmap idle_mask into arch struct top levelMichael Mueller2019-02-051-1/+1
| * KVM: s390: make bitmap declaration consistentMichael Mueller2019-02-051-1/+1
* | KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-1/+1
|/
* Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390...Christian Borntraeger2018-10-081-0/+2
|\
| * KVM: s390: Tracing APCB changesPierre Morel2018-10-051-0/+2
* | Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390...Christian Borntraeger2018-10-011-0/+7
|\|
| * s390: vfio-ap: implement mediated device open callbackTony Krowiak2018-09-281-0/+1
| * KVM: s390: interface to clear CRYCB masksTony Krowiak2018-09-261-0/+2
| * KVM: s390: refactor crypto initializationTony Krowiak2018-09-261-0/+3
| * KVM: s390: introduce and use KVM_REQ_VSIE_RESTARTDavid Hildenbrand2018-09-261-0/+1
* | KVM: s390: set host program identifierCollin Walling2018-10-011-1/+5
|/
* KVM: s390: Beautify skey enable checkJanosch Frank2018-07-301-0/+1
* KVM: s390: add etoken support for guestsChristian Borntraeger2018-07-191-0/+1