aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky1-2/+2
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar2-0/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar2-0/+4
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-57/+224
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-2/+3
2017-02-17KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini1-0/+4
2017-02-17s390: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker1-0/+1
2017-02-06KVM: s390: detect some program check loopsChristian Borntraeger1-0/+21
2017-02-06KVM: s390: Disable dirty log retrieval for UCONTROL guestsJanosch Frank1-0/+3
2017-01-30KVM: s390: Add debug logging to basic cpu model interfaceChristian Borntraeger1-0/+25
2017-01-30Merge tag 'kvm-s390-master-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kernelorgnextChristian Borntraeger1-2/+2
2017-01-30KVM: s390: guestdbg: filter PER i-fetch on EXECUTE properlyDavid Hildenbrand3-11/+93
2017-01-30KVM: s390: prepare to read random guest instructionsDavid Hildenbrand2-5/+6
2017-01-30KVM: s390: guestdbg: filter i-fetch events on icptsDavid Hildenbrand1-5/+19
2017-01-30KVM: s390: Introduce BCD Vector Instructions to the guestGuenther Hutzl1-0/+4
2017-01-30KVM: s390: Introduce Vector Enhancements facility 1 to the guestMaxim Samoylov1-0/+4
2017-01-30KVM: s390: Get rid of ar_tChristian Borntraeger4-33/+31
2017-01-30KVM: s390: get rid of bogus cc initializationHeiko Carstens1-1/+1
2017-01-30KVM: s390: instruction-execution-protection supportJanosch Frank2-0/+5
2017-01-30KVM: s390: gaccess: add ESOP2 handlingChristian Borntraeger1-3/+9
2017-01-20KVM: s390: do not expose random data via facility bitmapChristian Borntraeger1-2/+2
2017-01-16s390: remove couple of unneeded semicolonsHeiko Carstens2-2/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-22KVM: s390: handle floating point registers in the run ioctl not in vcpu_put/loadChristian Borntraeger1-24/+21
2016-11-22KVM: s390: handle access registers in the run ioctl not in vcpu_put/loadChristian Borntraeger2-8/+6
2016-10-26KVM: s390: Fix STHYI buffer alignment for diag224Janosch Frank1-2/+2
2016-10-20KVM: s390: reject invalid modes for runtime instrumentationChristian Borntraeger1-2/+7
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-109/+196
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-15/+23
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino1-0/+10
2016-09-08Merge remote-tracking branch 'kvms390/s390forkvm' into kvms390nextChristian Borntraeger1-4/+1
2016-09-08KVM: s390: Use memdup_user() rather than duplicating codeMarkus Elfring1-14/+4
2016-09-08KVM: s390: Improve determination of sizes in kvm_s390_import_bp_data()Markus Elfring1-10/+15
2016-09-08KVM: s390: allow 255 VCPUs when sca entries aren't usedDavid Hildenbrand3-1/+31
2016-09-08KVM: s390: lazy enable RIFan Zhang4-2/+36
2016-09-08KVM: s390: gaccess: simplify translation exception handlingJanosch Frank1-19/+18
2016-09-08KVM: s390: guestdbg: separate defines for per codeDavid Hildenbrand1-11/+17
2016-09-08KVM: s390: write external damage code on machine checksDavid Hildenbrand1-0/+2
2016-09-08KVM: s390: fix delivery of vector regs during machine checksDavid Hildenbrand3-37/+13
2016-09-08KVM: s390: split store status and machine check handlingDavid Hildenbrand1-1/+28
2016-09-08KVM: s390: factor out actual delivery of machine checksDavid Hildenbrand1-23/+31
2016-09-05KVM: s390: vsie: fix riccbdDavid Hildenbrand1-1/+1
2016-08-29s390/crypto: cpacf function detectionMartin Schwidefsky1-11/+22
2016-08-26Merge branch 's390forkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxMartin Schwidefsky1-4/+1
2016-08-25KVM: s390: generate facility mask from readable listHeiko Carstens1-4/+1
2016-08-25KVM: s390: don't use current->thread.fpu.* when accessing registersDavid Hildenbrand1-4/+6
2016-08-12KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failedJulius Niedworok1-1/+3
2016-08-12KVM: s390: set the prefix initially properlyJulius Niedworok1-0/+1
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-183/+2573