summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-228-57/+224
|\
| * KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-171-0/+4
| * KVM: s390: detect some program check loopsChristian Borntraeger2017-02-061-0/+21
| * 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: guestdbg: filter PER i-fetch on EXECUTE properlyDavid Hildenbrand2017-01-303-11/+93
| * | KVM: s390: prepare to read random guest instructionsDavid Hildenbrand2017-01-302-5/+6
| * | KVM: s390: guestdbg: filter i-fetch events on icptsDavid Hildenbrand2017-01-301-5/+19
| * | 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 ar_tChristian Borntraeger2017-01-304-33/+31
| * | KVM: s390: get rid of bogus cc initializationHeiko Carstens2017-01-301-1/+1
| * | KVM: s390: instruction-execution-protection supportJanosch Frank2017-01-302-0/+5
| * | KVM: s390: gaccess: add ESOP2 handlingChristian Borntraeger2017-01-301-3/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-223-2/+3
|\ \ \ | |_|/ |/| |
| * | s390: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker2017-02-171-0/+1
| * | s390: remove couple of unneeded semicolonsHeiko Carstens2017-01-162-2/+2
| |/
* / KVM: s390: do not expose random data via facility bitmapChristian Borntraeger2017-01-201-2/+2
|/
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* 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-222-8/+6
* KVM: s390: Fix STHYI buffer alignment for diag224Janosch Frank2016-10-261-2/+2
* KVM: s390: reject invalid modes for runtime instrumentationChristian Borntraeger2016-10-201-2/+7
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-067-109/+196
|\
| * 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: Use memdup_user() rather than duplicating codeMarkus Elfring2016-09-081-14/+4
| * | KVM: s390: Improve determination of sizes in kvm_s390_import_bp_data()Markus Elfring2016-09-081-10/+15
| * | KVM: s390: allow 255 VCPUs when sca entries aren't usedDavid Hildenbrand2016-09-083-1/+31
| * | KVM: s390: lazy enable RIFan Zhang2016-09-084-2/+36
| * | KVM: s390: gaccess: simplify translation exception handlingJanosch Frank2016-09-081-19/+18
| * | KVM: s390: guestdbg: separate defines for per codeDavid Hildenbrand2016-09-081-11/+17
| * | KVM: s390: write external damage code on machine checksDavid Hildenbrand2016-09-081-0/+2
| * | KVM: s390: fix delivery of vector regs during machine checksDavid Hildenbrand2016-09-083-37/+13
| * | KVM: s390: split store status and machine check handlingDavid Hildenbrand2016-09-081-1/+28
| * | KVM: s390: factor out actual delivery of machine checksDavid Hildenbrand2016-09-081-23/+31
* | | 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: vsie: fix riccbdDavid Hildenbrand2016-09-051-1/+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-0214-183/+2573
|\
| * KVM: s390: let ptff intercepts result in cc=3David Hildenbrand2016-07-181-0/+8
| * KVM: s390: allow user space to handle instr 0x0000David Hildenbrand2016-07-182-2/+27
| * KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář2016-07-141-1/+2