summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-03-23KVM: s390: Use fallthrough;Joe Perches4-16/+19
2020-02-27KVM: s390: introduce module parameter kvm.use_gisaMichael Mueller1-1/+7
2020-02-27KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTEDChristian Borntraeger1-0/+3
2020-02-27KVM: s390: protvirt: Add UV cpu reset callsJanosch Frank2-0/+26
2020-02-27KVM: s390: protvirt: do not inject interrupts after startChristian Borntraeger1-0/+7
2020-02-27KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112Janosch Frank1-0/+11
2020-02-27KVM: s390: protvirt: Support cmd 5 operation stateJanosch Frank2-0/+7
2020-02-27KVM: s390: protvirt: Report CPU state to UltravisorJanosch Frank6-13/+79
2020-02-27KVM: s390: protvirt: UV calls in support of diag308 0, 1Janosch Frank2-0/+26
2020-02-27KVM: s390: protvirt: Add program exception injectionJanosch Frank1-0/+19
2020-02-27KVM: s390: protvirt: Only sync fmt4 registersJanosch Frank1-40/+70
2020-02-27KVM: s390: protvirt: Do only reset registers that are accessibleJanosch Frank1-4/+11
2020-02-27KVM: s390: protvirt: disallow one_regJanosch Frank1-0/+3
2020-02-27KVM: s390: protvirt: STSI handlingJanosch Frank1-4/+9
2020-02-27KVM: s390: protvirt: Write sthyi data to instruction data areaJanosch Frank1-5/+10
2020-02-27KVM: s390/mm: handle guest unpin eventsClaudio Imbrenda1-0/+29
2020-02-27KVM: s390: protvirt: handle secure guest prefix pagesJanosch Frank2-0/+19
2020-02-27KVM: S390: protvirt: Introduce instruction data area bounce bufferJanosch Frank3-9/+84
2020-02-27KVM: s390: protvirt: Add new gprs location handlingJanosch Frank2-1/+14
2020-02-27KVM: s390: protvirt: Handle spec exception loopsJanosch Frank1-0/+7
2020-02-27KVM: s390: protvirt: Add SCLP interrupt handlingChristian Borntraeger4-19/+115
2020-02-27KVM: s390: protvirt: Implement interrupt injectionMichael Mueller2-39/+138
2020-02-27KVM: s390: protvirt: Instruction emulationJanosch Frank2-0/+13
2020-02-27KVM: s390: protvirt: Handle SE notification interceptionsJanosch Frank2-1/+12
2020-02-27KVM: s390/mm: Make pages accessible before destroying the guestChristian Borntraeger3-0/+39
2020-02-27KVM: s390: protvirt: Secure memory is not mergeableJanosch Frank3-10/+27
2020-02-27KVM: s390: protvirt: Add initial vm and cpu lifecycle handlingJanosch Frank6-4/+604
2020-02-27KVM: s390: add new variants of UV CALLJanosch Frank1-5/+60
2020-02-27KVM: s390: protvirt: Add UV debug traceJanosch Frank2-3/+21
2020-02-27KVM: s390/interrupt: do not pin adapter interrupt pagesUlrich Weigand2-124/+49
2020-02-27s390/protvirt: Add sysfs firmware interface for Ultravisor informationJanosch Frank1-0/+87
2020-02-27s390/mm: add (non)secure page access exceptions handlersVasily Gorbik3-2/+82
2020-02-27s390/mm: provide memory management functions for protected KVM guestsClaudio Imbrenda7-5/+300
2020-02-27s390/protvirt: add ultravisor initializationVasily Gorbik3-0/+68
2020-02-27s390/protvirt: introduce host side setupVasily Gorbik6-7/+117
2020-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-33/+94
2020-02-15Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds37-63/+11
2020-02-15Merge tag 's390-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-2/+3
2020-02-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-25/+30
2020-02-14Merge tag 'sti-dt-for-5.7-round1' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2-4/+1
2020-02-12KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini1-1/+1
2020-02-12KVM: x86/mmu: Fix struct guest_walker arrays for 5-level pagingSean Christopherson1-1/+1
2020-02-12KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson1-0/+3
2020-02-12KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin2-5/+16
2020-02-12KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson3-7/+19
2020-02-12KVM: apic: reuse smp_wmb() in kvm_make_request()Miaohe Lin1-3/+0
2020-02-12KVM: x86: remove duplicated KVM_REQ_EVENT requestMiaohe Lin1-1/+0
2020-02-12arm64: time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-12KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTSOliver Upton1-13/+16
2020-02-12KVM: nVMX: Handle pending #DB when injecting INIT VM-exitOliver Upton1-0/+28