summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-8/+2
|\
| * treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-8/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-089-73/+421
|\ \ | |/ |/|
| * KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář2017-04-271-1/+1
| * s390: kvm: Cpu model support for msa6, msa7 and msa8Jason J. Herne2017-04-261-0/+4
| * KVM: s390: Support keyless subset guest modeFarhan Ali2017-04-215-8/+29
| * KVM: s390: fix stale machine check data for guarded storageChristian Borntraeger2017-04-121-0/+2
| * KVM: s390: Fix sdnxo setting for nested guestsChristian Borntraeger2017-04-121-1/+1
| * KVM: s390: introduce AIS capabilityYi Min Zhao2017-04-071-0/+15
| * KVM: s390: introduce adapter interrupt inject functionYi Min Zhao2017-04-062-6/+68
| * KVM: s390: introduce ais mode modify functionFei Li2017-04-063-0/+78
| * KVM: s390: interface for suppressible I/O adaptersFei Li2017-04-061-0/+2
| * KVM: s390: gs support for kvm guestsFan Zhang2017-03-226-2/+161
| * Merge remote-tracking branch 's390/guarded-storage' into kvms390/nextChristian Borntraeger2017-03-221-2/+2
| |\
| * | KVM: s390: Use defines for intercept codeFarhan Ali2017-03-211-10/+10
| * | KVM: s390: use defines for execution controlsDavid Hildenbrand2017-03-165-40/+39
| * | KVM: s390: Handle sthyi also for instruction interceptChristian Borntraeger2017-03-163-2/+5
| * | KVM: s390: log runtime instrumentation enablementChristian Borntraeger2017-03-162-6/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-05-022-5/+5
|\ \ \
| * | | s390/crypto: Renaming PPNO to PRNO.Harald Freudenberger2017-04-261-1/+1
| * | | s390/mm: make TASK_SIZE independent from the number of page table levelsMartin Schwidefsky2017-04-251-2/+2
| | |/ | |/|
| * | s390: add a system call for guarded storageMartin Schwidefsky2017-03-221-2/+2
| |/
* | KVM: s390: remove change-recording override supportHeiko Carstens2017-04-031-5/+2
|/
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-022-0/+4
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-0/+4
* 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
OpenPOWER on IntegriCloud