aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-10/+135
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+0
2019-04-30Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini4-7/+135
2019-04-29s390/airq: recognize directed interruptsSebastian Ott1-1/+1
2019-04-29KVM: s390: vsie: Return correct values for Invalid CRYCB formatPierre Morel1-1/+1
2019-04-29KVM: s390: vsie: Do not shadow CRYCB when no AP and no keysPierre Morel1-2/+4
2019-04-26KVM: s390: provide kvm_arch_no_poll functionChristian Borntraeger2-0/+18
2019-04-25KVM: s390: enable MSA9 keywrapping functions depending on cpu modelChristian Borntraeger2-2/+30
2019-04-25KVM: s390: add deflate conversion facilty to cpu modelChristian Borntraeger1-0/+19
2019-04-19Make anon_inodes unconditionalDavid Howells1-1/+0
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-18KVM: s390: Fix potential spectre warningsEric Farman1-2/+9
2019-04-16kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini1-3/+0
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-59/+566
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-11s390: vsie: Use effective CRYCBD.31 to check CRYCBD validityPierre Morel1-1/+1
2019-02-05KVM: s390: fix possible null pointer dereference in pending_irqs()Michael Mueller1-3/+7
2019-02-05KVM: s390: start using the GIBMichael Mueller1-0/+7
2019-02-05KVM: s390: add gib_alert_irq_handler()Michael Mueller2-2/+169
2019-02-05KVM: s390: kvm_s390_gisa_clear() now clears the IPM onlyMichael Mueller1-3/+22
2019-02-05KVM: s390: add functions to (un)register GISC with GISAMichael Mueller1-0/+112
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 Mueller3-0/+46
2019-02-05KVM: s390: introduce struct kvm_s390_gisa_interruptMichael Mueller2-23/+31
2019-02-05KVM: s390: remove kvm_s390_ from gisa static inline functionsMichael Mueller1-14/+13
2019-02-05KVM: s390: use pending_irqs_no_gisa() where appropriateMichael Mueller1-2/+2
2019-02-05KVM: s390: coding style kvm_s390_gisa_init/clear()Michael Mueller1-10/+10
2019-02-05KVM: s390: move bitmap idle_mask into arch struct top levelMichael Mueller2-7/+6
2019-02-05KVM: s390: make bitmap declaration consistentMichael Mueller1-1/+1
2019-02-05KVM: s390: drop obsolete else pathMichael Mueller1-1/+1
2019-02-05KVM: s390: clarify kvm related kernel messageMichael Mueller1-3/+3
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-1/+1
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