summaryrefslogtreecommitdiff
path: root/arch/s390/kvm
AgeCommit message (Expand)AuthorFilesLines
2016-06-10KVM: s390: fixup I/O interrupt tracesChristian Borntraeger1-11/+15
2016-06-10KVM: s390: provide logging for diagnose 0x500Christian Borntraeger1-0/+5
2016-06-10KVM: s390: turn on tx even without ctxDavid Hildenbrand1-1/+1
2016-06-10KVM: s390: enable host-protection-interruption only with ESOPDavid Hildenbrand1-1/+3
2016-06-10KVM: s390: enable ibs only if availableDavid Hildenbrand1-0/+2
2016-06-10KVM: s390: enable PFMFI only if availableDavid Hildenbrand1-1/+1
2016-06-10KVM: s390: enable cei only if availableDavid Hildenbrand1-1/+3
2016-06-10KVM: s390: enable ib only if availableDavid Hildenbrand1-1/+3
2016-06-10KVM: s390: handle missing guest-storage-limit-suppressionDavid Hildenbrand1-0/+4
2016-06-10KVM: s390: provide CMMA attributes only if availableDavid Hildenbrand1-1/+6
2016-06-10KVM: s390: enable CMMA if the interpration is availableDavid Hildenbrand1-2/+1
2016-06-10KVM: s390: guestdbg: signal missing hardware supportDavid Hildenbrand1-0/+2
2016-06-10KVM: s390: handle missing 64-bit-SCAO facilityDavid Hildenbrand1-4/+8
2016-06-10KVM: s390: interface to query and configure cpu subfunctionsDavid Hildenbrand1-0/+89
2016-06-10KVM: s390: gaccess: convert get_vcpu_asce()David Hildenbrand1-22/+1
2016-06-10KVM: s390: gaccess: convert guest_page_range()David Hildenbrand1-18/+9
2016-06-10KVM: s390: gaccess: convert guest_translate_address()David Hildenbrand1-15/+6
2016-06-10KVM: s390: gaccess: convert kvm_s390_check_low_addr_prot_real()David Hildenbrand1-12/+1
2016-06-10KVM: s390: gaccess: function for preparing translation exceptionsDavid Hildenbrand1-0/+62
2016-06-10KVM: s390: gaccess: store guest address on ALC prot exceptionsDavid Hildenbrand1-3/+5
2016-06-10KVM: s390: forward ESOP if availableDavid Hildenbrand1-0/+13
2016-06-10KVM: s390: interface to query and configure cpu featuresDavid Hildenbrand2-0/+69
2016-06-10KVM: s390: Add mnemonic print to kvm_s390_intercept_progAlexander Yarygin1-2/+4
2016-06-10KVM: s390: Limit sthyi executionJanosch Frank2-0/+13
2016-06-10KVM: s390: Add sthyi emulationJanosch Frank6-1/+494
2016-06-10KVM: s390: Add operation exception interception handlerJanosch Frank3-0/+33
2016-06-10KVM: s390: Add stats for PEI eventsAlexander Yarygin2-0/+3
2016-06-10KVM: s390: ignore IBC if zeroDavid Hildenbrand1-1/+1
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger3-0/+12
2016-05-09KVM: s390: Populate mask of non-hypervisor managed facility bitsAlexander Yarygin1-3/+16
2016-05-09KVM: s390: Enable all facility bits that are known good for passthroughAlexander Yarygin1-2/+2
2016-05-09KVM: s390: force ibc into valid rangeDavid Hildenbrand1-1/+11
2016-05-09KVM: s390: cleanup cpuid handlingDavid Hildenbrand2-9/+10
2016-05-09KVM: s390: enable SRS only if enabled for the guestDavid Hildenbrand2-1/+9
2016-05-09KVM: s390: enable PFMFI only if guest has EDAT1David Hildenbrand1-1/+2
2016-05-04KVM: s390: support NQ only if the facility is enabled for the guestDavid Hildenbrand1-2/+3
2016-05-04KVM: s390: cmma: don't check entry contentDavid Hildenbrand1-11/+3
2016-04-20KVM: s390: add clear I/O irq operation for FLICHalil Pasic1-0/+25
2016-04-20KVM: s390: implement has_attr for FLICHalil Pasic1-0/+17
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds5-3/+7
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-175/+369
2016-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2016-03-08s390: Fix misspellings in commentsAdam Buchbinder1-2/+2
2016-03-08s390/mm: split arch/s390/mm/pgtable.cMartin Schwidefsky4-1/+5
2016-03-08s390/mm: uninline ptep_xxx functions from pgtable.hMartin Schwidefsky1-1/+1
2016-03-08KVM: s390: allocate only one DMA page per VMDavid Hildenbrand3-40/+26
2016-03-08KVM: s390: enable STFLE interpretation only if enabled for the guestDavid Hildenbrand1-1/+2
2016-03-08KVM: s390: wake up when the VCPU cpu timer expiresDavid Hildenbrand1-13/+35
2016-03-08KVM: s390: step the VCPU timer while in enabled waitDavid Hildenbrand2-2/+7
2016-03-08KVM: s390: protect VCPU cpu timer with a seqcountDavid Hildenbrand1-8/+22