aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-26KVM: s390: introduce and use KVM_REQ_VSIE_RESTARTDavid Hildenbrand1-1/+6
2018-09-26KVM: s390: vsie: simulate VCPU SIE entry/exitDavid Hildenbrand1-1/+8
2018-09-12KVM: s390: Make huge pages unavailable in ucontrol VMsJanosch Frank1-2/+2
2018-09-04KVM: s390: Properly lock mm context allow_gmap_hpage_1m settingJanosch Frank1-0/+2
2018-07-30Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvms390/nextJanosch Frank1-12/+70
2018-07-30KVM: s390: Add huge page enablement controlJanosch Frank1-2/+40
2018-07-30KVM: s390: Add skey emulation fault handlingJanosch Frank1-3/+12
2018-07-30s390/mm: Add huge page dirty sync supportJanosch Frank1-7/+18
2018-07-19KVM: s390: add etoken support for guestsChristian Borntraeger1-2/+6
2018-07-13KVM: s390: Fix storage attributes migration with memory slotsClaudio Imbrenda1-119/+174
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-05-17KVM: s390: generalize kvm_s390_get_tod_clock_ext()David Hildenbrand1-12/+9
2018-05-17KVM: s390: no need to inititalize kvm->arch members to 0David Hildenbrand1-7/+1
2018-05-17KVM: s390: introduce defines for control registersDavid Hildenbrand1-3/+7
2018-05-17KVM: s390: reset crypto attributes for all vcpusTony Krowiak1-5/+12
2018-05-17KVM: s390: Add storage key facility interpretation controlJanosch Frank1-1/+2
2018-03-14KVM: s390: provide counters for all interrupt injects/deliveryChristian Borntraeger1-3/+21
2018-03-14KVM: add machine check counter to kvm_statQingFeng Hao1-0/+1
2018-03-14KVM: s390: add exit io request stats and simplify codeChristian Borntraeger1-0/+1
2018-03-09KVM: s390: Refactor host cmma and pfmfi interpretation controlsJanosch Frank1-11/+12
2018-03-09KVM: s390: implement CPU model only facilitiesChristian Borntraeger1-19/+34
2018-03-06KVM: s390: fix memory overwrites when not using SCA entriesDavid Hildenbrand1-0/+1
2018-03-01KVM: s390: provide io interrupt kvm_statChristian Borntraeger1-0/+1
2018-02-20KVM: s390: provide only a single function for setting the tod (fix SCK)David Hildenbrand1-31/+15
2018-02-20KVM: s390: consider epoch index on TOD clock syncsDavid Hildenbrand1-3/+29