summaryrefslogtreecommitdiffstats
path: root/arch/s390/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-5/+0
* | KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()Sean Christopherson2020-01-271-0/+11
* | KVM: Move vcpu alloc and init invocation to common codeSean Christopherson2020-01-271-31/+10
* | KVM: Introduce kvm_vcpu_destroy()Sean Christopherson2020-01-241-1/+1
* | KVM: s390: Invoke kvm_vcpu_init() before allocating sie_pageSean Christopherson2020-01-241-8/+10
* | KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()Sean Christopherson2020-01-241-28/+34
* | KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson2020-01-241-4/+8
|/
* Merge tag 'kvm-s390-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-11-183-18/+28
|\
| * KVM: s390: Do not yield when target is already runningChristian Borntraeger2019-10-101-0/+4
| * KVM: s390: count invalid yieldsChristian Borntraeger2019-10-102-4/+15
| * KVM: s390: Cleanup kvm_arch_init error pathJanosch Frank2019-10-041-11/+7