aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2016-07-18KVM: s390: let ptff intercepts result in cc=3David Hildenbrand1-0/+8
2016-07-18KVM: s390: allow user space to handle instr 0x0000David Hildenbrand2-2/+27
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář1-1/+2
2016-07-05KVM: s390: inject PER i-fetch events on applicable icptsDavid Hildenbrand3-3/+34
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2-4/+4
2016-06-21KVM: s390: vsie: add module parameter "nested"David Hildenbrand1-1/+6
2016-06-21KVM: s390: vsie: add indication for future featuresDavid Hildenbrand1-0/+18
2016-06-21KVM: s390: vsie: correctly set and handle guest TODDavid Hildenbrand2-0/+11
2016-06-21KVM: s390: vsie: speed up VCPU external callsDavid Hildenbrand1-0/+6
2016-06-21KVM: s390: don't use CPUSTAT_WAIT to detect if a VCPU is idleDavid Hildenbrand2-6/+6
2016-06-21KVM: s390: vsie: speed up VCPU irq delivery when handling vsieDavid Hildenbrand3-0/+41
2016-06-21KVM: s390: vsie: try to refault after a reported fault to g2David Hildenbrand1-1/+23
2016-06-21KVM: s390: vsie: support IBS interpretationDavid Hildenbrand2-0/+4
2016-06-21KVM: s390: vsie: support conditional-external-interceptionDavid Hildenbrand2-0/+4
2016-06-21KVM: s390: vsie: support intervention-bypassDavid Hildenbrand2-0/+4
2016-06-21KVM: s390: vsie: support guest-storage-limit-suppressionDavid Hildenbrand2-2/+7
2016-06-21KVM: s390: vsie: support guest-PER-enhancementDavid Hildenbrand2-0/+4
2016-06-21KVM: s390: vsie: support shared IPTE-interlock facilityDavid Hildenbrand2-0/+4
2016-06-21KVM: s390: vsie: support 64-bit-SCAODavid Hildenbrand2-0/+6
2016-06-21KVM: s390: vsie: support run-time-instrumentationDavid Hildenbrand1-0/+26
2016-06-21KVM: s390: vsie: support vectory facility (SIMD)David Hildenbrand1-0/+31
2016-06-21KVM: s390: vsie: support transactional executionDavid Hildenbrand1-2/+35
2016-06-21KVM: s390: vsie: support aes dea wrapping keysDavid Hildenbrand1-1/+55
2016-06-21KVM: s390: vsie: support STFLE interpretationDavid Hildenbrand1-2/+47
2016-06-21KVM: s390: vsie: support host-protection-interruptionDavid Hildenbrand1-0/+3
2016-06-21KVM: s390: vsie: support edat1 / edat2David Hildenbrand1-0/+7
2016-06-21KVM: s390: vsie: support setting the ibcDavid Hildenbrand1-0/+21
2016-06-21KVM: s390: vsie: optimize gmap prefix mappingDavid Hildenbrand1-2/+29
2016-06-21KVM: s390: vsie: initial support for nested virtualizationDavid Hildenbrand5-1/+779
2016-06-20KVM: s390: backup the currently enabled gmap when scheduled outDavid Hildenbrand1-3/+5
2016-06-20KVM: s390: fast path for shadow gmaps in gmap notifierDavid Hildenbrand1-0/+2
2016-06-20s390/mm: support real-space for gmap shadowsDavid Hildenbrand1-5/+29
2016-06-20s390/mm: push rte protection down to shadow pteDavid Hildenbrand1-7/+12
2016-06-20s390/mm: support EDAT2 for gmap shadowsDavid Hildenbrand1-2/+20
2016-06-20s390/mm: support EDAT1 for gmap shadowsDavid Hildenbrand1-7/+27
2016-06-20s390/mm: push ste protection down to shadow pteDavid Hildenbrand1-0/+1
2016-06-20s390/mm: take ipte_lock during shadow faultsDavid Hildenbrand2-2/+12
2016-06-20s390/mm: protection exceptions are corrrectly shadowedDavid Hildenbrand2-6/+2
2016-06-20s390/mm: take the mmap_sem in kvm_s390_shadow_fault()David Hildenbrand1-17/+15
2016-06-20s390/mm: shadow pages with real guest requested protectionDavid Hildenbrand1-1/+1
2016-06-20s390/mm: add kvm shadow fault functionMartin Schwidefsky2-0/+170
2016-06-20s390/mm: add reference counter to gmap structureMartin Schwidefsky1-8/+8
2016-06-20s390/mm: extended gmap pte notifierMartin Schwidefsky1-6/+7
2016-06-20s390/kvm: page table invalidation notifierMartin Schwidefsky1-5/+13
2016-06-16KVM: s390: use kvm->created_vcpusPaolo Bonzini1-5/+5
2016-06-15Merge tag 'kvm-s390-next-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini10-146/+1055