summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 's390forkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Martin Schwidefsky2016-08-261-4/+1Star
|\
| * KVM: s390: generate facility mask from readable listHeiko Carstens2016-08-251-4/+1Star
* | 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
| * KVM: s390: inject PER i-fetch events on applicable icptsDavid Hildenbrand2016-07-053-3/+34
| * KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-012-4/+4
| * 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-212-0/+11
| * KVM: s390: vsie: speed up VCPU external callsDavid Hildenbrand2016-06-211-0/+6
| * KVM: s390: don't use CPUSTAT_WAIT to detect if a VCPU is idleDavid Hildenbrand2016-06-212-6/+6
| * KVM: s390: vsie: speed up VCPU irq delivery when handling vsieDavid Hildenbrand2016-06-213-0/+41
| * KVM: s390: vsie: try to refault after a reported fault to g2David Hildenbrand2016-06-211-1/+23
| * KVM: s390: vsie: support IBS interpretationDavid Hildenbrand2016-06-212-0/+4
| * KVM: s390: vsie: support conditional-external-interceptionDavid Hildenbrand2016-06-212-0/+4
| * KVM: s390: vsie: support intervention-bypassDavid Hildenbrand2016-06-212-0/+4
| * KVM: s390: vsie: support guest-storage-limit-suppressionDavid Hildenbrand2016-06-212-2/+7
| * KVM: s390: vsie: support guest-PER-enhancementDavid Hildenbrand2016-06-212-0/+4
| * KVM: s390: vsie: support shared IPTE-interlock facilityDavid Hildenbrand2016-06-212-0/+4
| * KVM: s390: vsie: support 64-bit-SCAODavid Hildenbrand2016-06-212-0/+6
| * KVM: s390: vsie: support run-time-instrumentationDavid Hildenbrand2016-06-211-0/+26
| * KVM: s390: vsie: support vectory facility (SIMD)David Hildenbrand2016-06-211-0/+31
| * KVM: s390: vsie: support transactional executionDavid Hildenbrand2016-06-211-2/+35
| * KVM: s390: vsie: support aes dea wrapping keysDavid Hildenbrand2016-06-211-1/+55
| * KVM: s390: vsie: support STFLE interpretationDavid Hildenbrand2016-06-211-2/+47
| * KVM: s390: vsie: support host-protection-interruptionDavid Hildenbrand2016-06-211-0/+3
| * KVM: s390: vsie: support edat1 / edat2David Hildenbrand2016-06-211-0/+7
| * KVM: s390: vsie: support setting the ibcDavid Hildenbrand2016-06-211-0/+21
| * KVM: s390: vsie: optimize gmap prefix mappingDavid Hildenbrand2016-06-211-2/+29
| * KVM: s390: vsie: initial support for nested virtualizationDavid Hildenbrand2016-06-215-1/+779
| * 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: support real-space for gmap shadowsDavid Hildenbrand2016-06-201-5/+29
| * s390/mm: push rte protection down to shadow pteDavid Hildenbrand2016-06-201-7/+12
| * s390/mm: support EDAT2 for gmap shadowsDavid Hildenbrand2016-06-201-2/+20
| * s390/mm: support EDAT1 for gmap shadowsDavid Hildenbrand2016-06-201-7/+27
| * s390/mm: push ste protection down to shadow pteDavid Hildenbrand2016-06-201-0/+1
| * s390/mm: take ipte_lock during shadow faultsDavid Hildenbrand2016-06-202-2/+12
| * s390/mm: protection exceptions are corrrectly shadowedDavid Hildenbrand2016-06-202-6/+2Star
| * s390/mm: take the mmap_sem in kvm_s390_shadow_fault()David Hildenbrand2016-06-201-17/+15Star
| * s390/mm: shadow pages with real guest requested protectionDavid Hildenbrand2016-06-201-1/+1
| * s390/mm: add kvm shadow fault functionMartin Schwidefsky2016-06-202-0/+170
| * 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