summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: vsie: store guest addresses of satellite blocks in vsie_pageDavid Hildenbrand2018-01-241-15/+22
* KVM: s390: vsie: use READ_ONCE to access some SCB fieldsDavid Hildenbrand2018-01-241-19/+31
* KVM: s390: cleanup struct kvm_s390_float_interruptDavid Hildenbrand2018-01-164-26/+16
* KVM: s390: drop use of spin lock in __floating_irq_kickMichael Mueller2018-01-161-2/+0
* KVM: s390: add debug tracing for cpu features of CPU modelChristian Borntraeger2018-01-161-6/+18
* KVM: s390: use created_vcpus in more placesChristian Borntraeger2018-01-161-2/+2
* Merge tag 'kvm-s390-master-4.15-1' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2017-12-0612-52/+25
|\
| * KVM: s390: Fix skey emulation permission checkJanosch Frank2017-12-061-2/+9
| * KVM: s390: mark irq_state.flags as non-usableChristian Borntraeger2017-12-061-2/+4
| * KVM: s390: Remove redundant license textGreg Kroah-Hartman2017-12-0612-48/+0
| * KVM: s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-12-0612-0/+12
* | KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-271-5/+2
|/
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-163-36/+41
|\
| * KVM: s390: provide a capability for AIS state migrationChristian Borntraeger2017-11-091-0/+1
| * KVM: s390: clear_io_irq() requests are not expected for adapter interruptsMichael Mueller2017-11-091-0/+2
| * KVM: s390: abstract conversion between isc and enum irq_typesMichael Mueller2017-11-091-4/+14
| * KVM: s390: vsie: use common code functions for pinningDavid Hildenbrand2017-11-091-32/+18
| * KVM: s390: document memory ordering for kvm_s390_vcpu_wakeupChristian Borntraeger2017-11-091-0/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-136-479/+63
|\ \
| * | s390/ctl_reg: move control register definitions to ctl_reg.hMartin Schwidefsky2017-10-191-3/+3
| * | Merge branch 'sthyi' into featuresMartin Schwidefsky2017-10-095-475/+59
| |\ \ | | |/
| | * s390/sthyi: add cache to store hypervisor infoQingFeng Hao2017-10-092-12/+0
| | * s390/sthyi: reorganize sthyi implementationQingFeng Hao2017-10-094-473/+69
| * | s390/runtime_instrumentation: clean up struct runtime_instr_cbAlice Frosi2017-09-281-1/+1
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-089-39/+157
|\
| * Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-09-078-39/+155
| |\
| | * KVM: s390: vsie: cleanup mcck reinjectionDavid Hildenbrand2017-08-311-5/+1
| | * KVM: s390: use WARN_ON_ONCE only for checkingDavid Hildenbrand2017-08-311-2/+4
| | * KVM: s390: guestdbg: fix range checkDavid Hildenbrand2017-08-311-1/+1
| | * KVM: s390: we are always in czam modeDavid Hildenbrand2017-08-291-0/+4
| | * KVM: s390: expose no-DAT to guest and migration supportClaudio Imbrenda2017-08-292-3/+11
| | * KVM: s390: sthyi: remove invalid guest write accessHeiko Carstens2017-08-291-8/+0
| | * KVM: s390: Multiple Epoch Facility supportCollin L. Walling2017-08-293-0/+113
| | * KVM: s390: Support Configuration z/Architecture ModeJason J. Herne2017-08-281-19/+17
| * | KVM: s390: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)2017-08-082-2/+2
| * | KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-082-1/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-054-27/+26
|\ \ \ | |_|/ |/| |
| * | KVM: s390: use new mm defines instead of magic valuesHeiko Carstens2017-07-264-27/+26
* | | KVM: s390: sthyi: fix specification exception detectionHeiko Carstens2017-08-211-1/+4
* | | KVM: s390: sthyi: fix sthyi inline assemblyHeiko Carstens2017-08-211-1/+1
| |/ |/|
* | KVM: s390: take srcu lock when getting/setting storage keysChristian Borntraeger2017-07-251-2/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-066-25/+612
|\
| * Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-301-1/+1
| |\
| | * KVM: add kvm_request_pendingRadim Krčmář2017-06-041-1/+1
| * | KVM: s390: Inject machine check into the nested guestQingFeng Hao2017-06-281-4/+19
| * | KVM: s390: Inject machine check into the guestQingFeng Hao2017-06-283-1/+56
| * | Merge tag 'nmiforkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...Christian Borntraeger2017-06-281-0/+1
| |\ \
| * | | KVM: s390: avoid packed attributeMartin Schwidefsky2017-06-222-3/+3
| * | | KVM: S390: add new group for flicYi Min Zhao2017-06-221-0/+48
OpenPOWER on IntegriCloud