summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-081-0/+1
|\
| * KVM: s390: vsie: Fix delivery of addressing exceptionsDavid Hildenbrand2020-04-071-0/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-081-4/+0
|\ \ | |/ |/|
| * vhost: refine vhost and vringh kconfigJason Wang2020-04-011-4/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-029-282/+1237
|\ \ | |/ |/|
| * KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-311-2/+2
| * Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-263-13/+16
| |\
| | * KVM: s390: Use fallthrough;Joe Perches2020-03-233-13/+16
| * | KVM: Fix out of range accesses to memslotsSean Christopherson2020-03-261-0/+3
| * | Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-168-247/+1212
| |\|
| | * KVM: s390: introduce module parameter kvm.use_gisaMichael Mueller2020-02-271-1/+7
| | * KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTEDChristian Borntraeger2020-02-271-0/+3
| | * KVM: s390: protvirt: Add UV cpu reset callsJanosch Frank2020-02-271-0/+20
| | * KVM: s390: protvirt: do not inject interrupts after startChristian Borntraeger2020-02-271-0/+7
| | * KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112Janosch Frank2020-02-271-0/+11
| | * KVM: s390: protvirt: Support cmd 5 operation stateJanosch Frank2020-02-271-0/+6
| | * KVM: s390: protvirt: Report CPU state to UltravisorJanosch Frank2020-02-275-13/+64
| | * KVM: s390: protvirt: UV calls in support of diag308 0, 1Janosch Frank2020-02-271-0/+22
| | * KVM: s390: protvirt: Add program exception injectionJanosch Frank2020-02-271-0/+19
| | * KVM: s390: protvirt: Only sync fmt4 registersJanosch Frank2020-02-271-40/+70
| | * KVM: s390: protvirt: Do only reset registers that are accessibleJanosch Frank2020-02-271-4/+11
| | * KVM: s390: protvirt: disallow one_regJanosch Frank2020-02-271-0/+3
| | * KVM: s390: protvirt: STSI handlingJanosch Frank2020-02-271-4/+9
| | * KVM: s390: protvirt: Write sthyi data to instruction data areaJanosch Frank2020-02-271-5/+10
| | * KVM: s390/mm: handle guest unpin eventsClaudio Imbrenda2020-02-271-0/+29
| | * KVM: s390: protvirt: handle secure guest prefix pagesJanosch Frank2020-02-271-0/+18
| | * KVM: S390: protvirt: Introduce instruction data area bounce bufferJanosch Frank2020-02-272-8/+74
| | * KVM: s390: protvirt: Add new gprs location handlingJanosch Frank2020-02-271-0/+11
| | * KVM: s390: protvirt: Handle spec exception loopsJanosch Frank2020-02-271-0/+7
| | * KVM: s390: protvirt: Add SCLP interrupt handlingChristian Borntraeger2020-02-273-18/+110
| | * KVM: s390: protvirt: Implement interrupt injectionMichael Mueller2020-02-271-27/+88
| | * KVM: s390: protvirt: Instruction emulationJanosch Frank2020-02-271-0/+11
| | * KVM: s390: protvirt: Handle SE notification interceptionsJanosch Frank2020-02-271-1/+10
| | * KVM: s390/mm: Make pages accessible before destroying the guestChristian Borntraeger2020-02-271-0/+3
| | * KVM: s390: protvirt: Secure memory is not mergeableJanosch Frank2020-02-271-0/+6
| | * KVM: s390: protvirt: Add initial vm and cpu lifecycle handlingJanosch Frank2020-02-274-2/+513
| | * KVM: s390: protvirt: Add UV debug traceJanosch Frank2020-02-272-3/+21
| | * KVM: s390/interrupt: do not pin adapter interrupt pagesUlrich Weigand2020-02-271-121/+49
| * | KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu2020-03-161-1/+0
| * | KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson2020-03-161-10/+2
| * | KVM: Provide common implementation for generic dirty log functionsSean Christopherson2020-03-161-3/+2
| * | KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson2020-03-161-1/+1
| * | KVM: Drop kvm_arch_create_memslot()Sean Christopherson2020-03-161-6/+0
| |/
* / KVM: s390: Also reset registers in sync regs for initial cpu resetChristian Borntraeger2020-03-111-1/+17
|/
* Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-02-052-37/+61
|\
| * KVM: s390: Add new reset vcpu APIJanosch Frank2020-01-311-27/+57
| * KVM: s390: Cleanup initial cpu resetJanosch Frank2020-01-311-11/+7
| * KVM: s390: do not clobber registers during guest reset/store statusChristian Borntraeger2020-01-311-4/+2
| * KVM: s390: ENOTSUPP -> EOPNOTSUPP fixupsChristian Borntraeger2020-01-311-3/+3
* | KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-5/+0