summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-1/+1
|\
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* | kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
* | KVM: s390: generalize kvm_s390_get_tod_clock_ext()David Hildenbrand2018-05-171-12/+9
* | KVM: s390: no need to inititalize kvm->arch members to 0David Hildenbrand2018-05-171-7/+1
* | KVM: s390: introduce defines for control registersDavid Hildenbrand2018-05-171-3/+7
* | KVM: s390: reset crypto attributes for all vcpusTony Krowiak2018-05-171-5/+12
* | KVM: s390: Add storage key facility interpretation controlJanosch Frank2018-05-171-1/+2
|/
* KVM: s390: provide counters for all interrupt injects/deliveryChristian Borntraeger2018-03-141-3/+21
* KVM: add machine check counter to kvm_statQingFeng Hao2018-03-141-0/+1
* KVM: s390: add exit io request stats and simplify codeChristian Borntraeger2018-03-141-0/+1
* KVM: s390: Refactor host cmma and pfmfi interpretation controlsJanosch Frank2018-03-091-11/+12
* KVM: s390: implement CPU model only facilitiesChristian Borntraeger2018-03-091-19/+34
* KVM: s390: fix memory overwrites when not using SCA entriesDavid Hildenbrand2018-03-061-0/+1
* KVM: s390: provide io interrupt kvm_statChristian Borntraeger2018-03-011-0/+1
* KVM: s390: provide only a single function for setting the tod (fix SCK)David Hildenbrand2018-02-201-31/+15
* KVM: s390: consider epoch index on TOD clock syncsDavid Hildenbrand2018-02-201-3/+29
* KVM: s390: consider epoch index on hotplugged CPUsDavid Hildenbrand2018-02-201-0/+1
* Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-011-11/+28
|\
| * 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-201-0/+12
| * | Merge tag 'kvm-s390-master-4.15-2' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2018-01-061-4/+5
| |\ \ | | |/
| | * 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-301-26/+48
|\ \ \
| * | | KVM: s390: introduce the format-1 GISAMichael Mueller2018-01-261-0/+2
| * | | KVM: s390: exploit GISA and AIV for emulated interruptsMichael Mueller2018-01-261-0/+8
| * | | KVM: s390: define GISA format-0 data structureMichael Mueller2018-01-261-0/+1
| * | | KVM: s390: introduce and use kvm_s390_test_cpuflags()David Hildenbrand2018-01-241-1/+1
| * | | KVM: s390: introduce and use kvm_s390_clear_cpuflags()David Hildenbrand2018-01-241-6/+5
| * | | KVM: s390: reuse kvm_s390_set_cpuflags()David Hildenbrand2018-01-241-9/+8
| * | | KVM: s390: add vcpu stat counters for many instructionChristian Borntraeger2018-01-241-4/+17
| * | | KVM: s390: diagnoses are instructions as wellChristian Borntraeger2018-01-241-6/+6
* | | | Merge tag 'kvm-s390-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-01-161-10/+19
|\ \ \ \ | |/ / /
| * | | KVM: s390: cleanup struct kvm_s390_float_interruptDavid Hildenbrand2018-01-161-3/+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-141-4/+12
* | | 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-061-6/+5
|\ \ | |/
OpenPOWER on IntegriCloud