summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-16KVM: VMX: optimize shadow VMCS copyingPaolo Bonzini1-78/+65
2018-01-16KVM: vmx: shadow more fields that are read/written on every vmexitsPaolo Bonzini1-9/+23
2018-01-16Merge tag 'kvm-s390-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář7-53/+44
2018-01-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon1-2/+3
2018-01-16KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interruptsLiran Alon2-25/+18
2018-01-16KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-in...Liran Alon1-1/+11
2018-01-16KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updatedLiran Alon3-11/+21
2018-01-16KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()Liran Alon3-7/+6
2018-01-16KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon2-1/+1
2018-01-16kvm/vmx: Use local vmx variable in vmx_get_msr()Borislav Petkov1-5/+6
2018-01-16KVM: MMU: consider host cache mode in MMIO page checkHaozhong Zhang1-1/+13
2018-01-16x86/mm: add a function to check if a pfn is UC/UC-/WCHaozhong Zhang2-0/+21
2018-01-16Merge branch 'kvm-insert-lfence'Paolo Bonzini1-2/+10
2018-01-16KVM: x86: prefer "depends on" to "select" for SEVPaolo Bonzini1-3/+1
2018-01-16Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini24-32/+3440
2018-01-16KVM: x86: avoid unnecessary XSETBV on guest entryPaolo Bonzini1-1/+2
2018-01-16KVM: x86: fix escape of guest dr6 to the hostWanpeng Li1-0/+6
2018-01-16KVM: X86: support paravirtualized help for TLB shootdownsWanpeng Li2-8/+14
2018-01-16KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li4-21/+22
2018-01-16KVM: X86: use paravirtualized TLB ShootdownWanpeng Li3-0/+53
2018-01-16KVM: X86: Add KVM_VCPU_PREEMPTEDWanpeng Li3-2/+4
2018-01-16KVM: s390: cleanup struct kvm_s390_float_interruptDavid Hildenbrand5-29/+16
2018-01-16kvm_config: add CONFIG_S390_GUESTChristian Borntraeger1-0/+1
2018-01-16KVM: s390: drop use of spin lock in __floating_irq_kickMichael Mueller1-2/+0
2018-01-16KVM: s390: add debug tracing for cpu features of CPU modelChristian Borntraeger1-6/+18
2018-01-16KVM: s390: use created_vcpus in more placesChristian Borntraeger1-2/+2
2018-01-16s390x/mm: cleanup gmap_pte_op_walk()David Hildenbrand1-15/+8
2018-01-11KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig1-2/+10
2018-01-09arm64: mm: Add additional parameter to uaccess_ttbr0_enableChristoffer Dall3-5/+5
2018-01-08KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartionsMarc Zyngier3-20/+12
2018-01-08KVM: arm/arm64: Preserve Exec permission across R/W permission faultsMarc Zyngier3-0/+47
2018-01-08KVM: arm/arm64: Only clean the dcache on translation faultMarc Zyngier1-2/+6
2018-01-08KVM: arm/arm64: Limit icache invalidation to prefetch abortsMarc Zyngier5-8/+43
2018-01-08arm64: KVM: PTE/PMD S2 XN bit definitionMarc Zyngier1-0/+2
2018-01-08arm: KVM: Add optimized PIPT icache flushingMarc Zyngier2-3/+31
2018-01-08arm64: KVM: Add invalidate_icache_range helperMarc Zyngier4-12/+52
2018-01-08KVM: arm/arm64: Split dcache/icache flushingMarc Zyngier3-26/+67
2018-01-08KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hMarc Zyngier8-2/+6
2018-01-08Revert "arm64: KVM: Hide PMU from guests when disabled"Christoffer Dall1-21/+14
2018-01-02KVM: arm/arm64: Delete outdated forwarded irq documentationChristoffer Dall1-187/+0
2018-01-02KVM: arm/arm64: Avoid work when userspace iqchips are not usedChristoffer Dall4-19/+50
2018-01-02KVM: arm/arm64: Provide a get_input_level for the arch timerChristoffer Dall2-46/+40
2018-01-02KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQsChristoffer Dall3-6/+73
2018-01-02KVM: arm/arm64: Support a vgic interrupt line level sample functionChristoffer Dall3-6/+23
2018-01-02KVM: arm/arm64: vgic: Support level-triggered mapped interruptsChristoffer Dall4-0/+88
2018-01-02KVM: arm/arm64: Don't cache the timer IRQ levelChristoffer Dall1-7/+13
2018-01-02KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpuChristoffer Dall1-16/+28
2018-01-02KVM: arm/arm64: Remove redundant preemptible checksChristoffer Dall1-2/+0
2018-01-02KVM: arm: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-3/+1
2018-01-02arm64: KVM: Hide PMU from guests when disabledAndrew Jones1-14/+21