summaryrefslogtreecommitdiff
path: root/arch/s390/kvm/kvm-s390.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-13s390/time: remove ETR supportMartin Schwidefsky1-1/+1
2016-06-10KVM: s390: storage keys fit into a charDavid Hildenbrand1-2/+1
2016-06-10s390/mm: return key via pointer in get_guest_storage_keyDavid Hildenbrand1-6/+2
2016-06-10s390/mm: set and get guest storage key mmap lockingMartin Schwidefsky1-10/+16
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: forward ESOP if availableDavid Hildenbrand1-0/+13
2016-06-10KVM: s390: interface to query and configure cpu featuresDavid Hildenbrand1-0/+63
2016-06-10KVM: s390: Limit sthyi executionJanosch Frank1-0/+2
2016-06-10KVM: s390: Add sthyi emulationJanosch Frank1-0/+6
2016-06-10KVM: s390: Add operation exception interception handlerJanosch Frank1-0/+1
2016-06-10KVM: s390: Add stats for PEI eventsAlexander Yarygin1-0/+1
2016-06-10KVM: s390: ignore IBC if zeroDavid Hildenbrand1-1/+1
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger1-0/+6
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 Hildenbrand1-8/+9
2016-05-09KVM: s390: enable SRS only if enabled for the guestDavid Hildenbrand1-1/+3
2016-05-09KVM: s390: enable PFMFI only if guest has EDAT1David Hildenbrand1-1/+2
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+2
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-63/+172
2016-03-08s390/mm: split arch/s390/mm/pgtable.cMartin Schwidefsky1-1/+2
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 Hildenbrand1-37/+23
2016-03-08KVM: s390: enable STFLE interpretation only if enabled for the guestDavid Hildenbrand1-1/+2
2016-03-08KVM: s390: step the VCPU timer while in enabled waitDavid Hildenbrand1-2/+2
2016-03-08KVM: s390: protect VCPU cpu timer with a seqcountDavid Hildenbrand1-8/+22
2016-03-08KVM: s390: step VCPU cpu timer during kvm_run ioctlDavid Hildenbrand1-2/+74
2016-03-08KVM: s390: abstract access to the VCPU cpu timerDavid Hildenbrand1-8/+23
2016-03-08KVM: s390: store cpu id in vcpu->cpu when scheduled inDavid Hildenbrand1-0/+2
2016-03-08KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUSDavid Hildenbrand1-1/+1
2016-02-10KVM: s390: bail out early on fatal signal in dirty loggingChristian Borntraeger1-0/+2
2016-02-10KVM: s390: do not block CPU on dirty loggingChristian Borntraeger1-0/+1
2016-02-10KVM: s390: do not take mmap_sem on dirty log queryChristian Borntraeger1-2/+0
2016-02-10KVM: s390: instruction-fetching exceptions on SIE faultsDavid Hildenbrand1-2/+10
2016-02-10KVM: s390: provide prog irq ilc on SIE faultsDavid Hildenbrand1-4/+8
2016-02-10KVM: s390: read the correct opcode on SIE faultsDavid Hildenbrand1-2/+1
2016-02-10KVM: s390: gaccess: introduce access modesDavid Hildenbrand1-2/+4
2016-02-10KVM: s390: PSW forwarding / rewinding / ilc reworkDavid Hildenbrand1-1/+1