summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm/kvm-s390.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-221-2/+44
|\
| * KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-171-0/+4
| * KVM: s390: Disable dirty log retrieval for UCONTROL guestsJanosch Frank2017-02-061-0/+3
| * KVM: s390: Add debug logging to basic cpu model interfaceChristian Borntraeger2017-01-301-0/+25
| * Merge tag 'kvm-s390-master-4.10-1' of git://git.kernel.org/pub/scm/linux/kern...Christian Borntraeger2017-01-301-2/+2
| |\
| * | KVM: s390: prepare to read random guest instructionsDavid Hildenbrand2017-01-301-1/+1
| * | KVM: s390: Introduce BCD Vector Instructions to the guestGuenther Hutzl2017-01-301-0/+4
| * | KVM: s390: Introduce Vector Enhancements facility 1 to the guestMaxim Samoylov2017-01-301-0/+4
| * | KVM: s390: get rid of bogus cc initializationHeiko Carstens2017-01-301-1/+1
| * | KVM: s390: instruction-execution-protection supportJanosch Frank2017-01-301-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-221-0/+1
|\ \ \ | |_|/ |/| |
| * | s390: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker2017-02-171-0/+1
| |/
* | KVM: s390: do not expose random data via facility bitmapChristian Borntraeger2017-01-201-2/+2
|/
* KVM: s390: handle floating point registers in the run ioctl not in vcpu_put/loadChristian Borntraeger2016-11-221-24/+21
* KVM: s390: handle access registers in the run ioctl not in vcpu_put/loadChristian Borntraeger2016-11-221-7/+5
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-061-35/+40
|\
| * kvm: add stubs for arch specific debugfs supportLuiz Capitulino2016-09-161-0/+10
| * Merge remote-tracking branch 'kvms390/s390forkvm' into kvms390nextChristian Borntraeger2016-09-081-4/+1
| |\
| * | KVM: s390: allow 255 VCPUs when sca entries aren't usedDavid Hildenbrand2016-09-081-1/+17
| * | KVM: s390: lazy enable RIFan Zhang2016-09-081-2/+13
| * | KVM: s390: fix delivery of vector regs during machine checksDavid Hildenbrand2016-09-081-32/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-10-041-15/+23
|\ \ \
| * | | s390/crypto: cpacf function detectionMartin Schwidefsky2016-08-291-11/+22
| * | | Merge branch 's390forkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Martin Schwidefsky2016-08-261-4/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * KVM: s390: generate facility mask from readable listHeiko Carstens2016-08-251-4/+1
* | | KVM: s390: don't use current->thread.fpu.* when accessing registersDavid Hildenbrand2016-08-251-4/+6
|/ /
* | KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failedJulius Niedworok2016-08-121-1/+3
* | KVM: s390: set the prefix initially properlyJulius Niedworok2016-08-121-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-58/+346
|\
| * KVM: s390: allow user space to handle instr 0x0000David Hildenbrand2016-07-181-2/+24
| * KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-011-2/+2
| * KVM: s390: vsie: add module parameter "nested"David Hildenbrand2016-06-211-1/+6
| * KVM: s390: vsie: add indication for future featuresDavid Hildenbrand2016-06-211-0/+18
| * KVM: s390: vsie: correctly set and handle guest TODDavid Hildenbrand2016-06-211-0/+2
| * KVM: s390: vsie: support IBS interpretationDavid Hildenbrand2016-06-211-0/+2
| * KVM: s390: vsie: support conditional-external-interceptionDavid Hildenbrand2016-06-211-0/+2
| * KVM: s390: vsie: support intervention-bypassDavid Hildenbrand2016-06-211-0/+2
| * KVM: s390: vsie: support guest-storage-limit-suppressionDavid Hildenbrand2016-06-211-0/+2
| * KVM: s390: vsie: support guest-PER-enhancementDavid Hildenbrand2016-06-211-0/+2
| * KVM: s390: vsie: support shared IPTE-interlock facilityDavid Hildenbrand2016-06-211-0/+2
| * KVM: s390: vsie: support 64-bit-SCAODavid Hildenbrand2016-06-211-0/+2
| * KVM: s390: vsie: initial support for nested virtualizationDavid Hildenbrand2016-06-211-0/+15
| * KVM: s390: backup the currently enabled gmap when scheduled outDavid Hildenbrand2016-06-201-3/+5
| * KVM: s390: fast path for shadow gmaps in gmap notifierDavid Hildenbrand2016-06-201-0/+2
| * s390/mm: add reference counter to gmap structureMartin Schwidefsky2016-06-201-8/+8
| * s390/mm: extended gmap pte notifierMartin Schwidefsky2016-06-201-6/+7
| * s390/kvm: page table invalidation notifierMartin Schwidefsky2016-06-201-5/+13
| * KVM: s390: use kvm->created_vcpusPaolo Bonzini2016-06-161-5/+5
| * KVM: s390: storage keys fit into a charDavid Hildenbrand2016-06-101-2/+1
OpenPOWER on IntegriCloud