summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-013-12/+39
|\
| * Merge tag 'kvm-s390-master-4.15-3' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2018-01-241-7/+11
| |\
| | * KVM: s390: add proper locking for CMMA migration bitmapChristian Borntraeger2018-01-241-7/+11
| * | KVM: s390: wire up bpb featureChristian Borntraeger2018-01-202-0/+22
| * | Merge tag 'kvm-s390-master-4.15-2' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2018-01-062-5/+6
| |\ \ | | |/
| | * KVM: s390: prevent buffer overrun on memory hotplug during migrationChristian Borntraeger2017-12-221-1/+1
| | * KVM: s390: fix cmma migration for multiple memory slotsChristian Borntraeger2017-12-221-4/+5
* | | Merge tag 'kvm-s390-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-01-307-130/+387
|\ \ \
| * | | KVM: s390: introduce the format-1 GISAMichael Mueller2018-01-262-3/+3
| * | | KVM: s390: activate GISA for emulated interruptsMichael Mueller2018-01-261-1/+7
| * | | KVM: s390: make kvm_s390_get_io_int() aware of GISAMichael Mueller2018-01-261-4/+70
| * | | KVM: s390: add GISA interrupts to FLIC ioctl interfaceMichael Mueller2018-01-261-0/+18
| * | | KVM: s390: abstract adapter interruption word generation from ISCMichael Mueller2018-01-261-2/+7
| * | | KVM: s390: exploit GISA and AIV for emulated interruptsMichael Mueller2018-01-263-18/+86
| * | | KVM: s390: implement GISA IPM related primitivesMichael Mueller2018-01-261-0/+28
| * | | KVM: s390: define GISA format-0 data structureMichael Mueller2018-01-261-0/+1
| * | | KVM: s390: reverse bit ordering of irqs in pending maskMichael Mueller2018-01-261-6/+6
| * | | KVM: s390: introduce and use kvm_s390_test_cpuflags()David Hildenbrand2018-01-245-14/+15
| * | | KVM: s390: introduce and use kvm_s390_clear_cpuflags()David Hildenbrand2018-01-245-12/+16
| * | | KVM: s390: reuse kvm_s390_set_cpuflags()David Hildenbrand2018-01-243-12/+11
| * | | KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()David Hildenbrand2018-01-242-17/+17
| * | | KVM: s390: add vcpu stat counters for many instructionChristian Borntraeger2018-01-243-6/+48
| * | | KVM: s390: diagnoses are instructions as wellChristian Borntraeger2018-01-241-6/+6
| * | | 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
* | | | Merge tag 'kvm-s390-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-01-164-35/+35
|\ \ \ \ | |/ / /
| * | | 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
| |/ /
* | | KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini2017-12-142-4/+13
* | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall2017-12-141-8/+11
* | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpuChristoffer Dall2017-12-141-3/+12
* | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpuChristoffer Dall2017-12-141-0/+4
* | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall2017-12-141-4/+12
* | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstateChristoffer Dall2017-12-141-0/+3
* | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstateChristoffer Dall2017-12-141-2/+9
* | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall2017-12-141-0/+4
* | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall2017-12-141-0/+4
* | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall2017-12-141-0/+2
* | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall2017-12-141-0/+2
* | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall2017-12-141-2/+8
|/ /
* | 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
OpenPOWER on IntegriCloud