summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-01-3023-242/+421
|\
| * KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integerAlexandru Elisei2020-01-281-1/+2
| * KVM: arm64: pmu: Only handle supported event countersEric Auger2020-01-281-5/+5
| * KVM: arm64: pmu: Fix chained SW_INCR countersEric Auger2020-01-281-13/+30
| * KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabledEric Auger2020-01-281-29/+33
| * KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unsetEric Auger2020-01-281-0/+3
| * KVM: arm: Make inject_abt32() inject an external abort insteadJames Morse2020-01-231-3/+7
| * KVM: arm: Fix DFSR setting for non-LPAE aarch32 guestsJames Morse2020-01-231-3/+5
| * KVM: arm/arm64: Fix young bit from mmu notifierGavin Shan2020-01-231-1/+2
| * arm64: KVM: Annotate guest entry/exit as a single functionMark Brown2020-01-231-4/+3
| * arm64: KVM: Add UAPI notes for swapped registersAndrew Jones2020-01-232-2/+19
| * KVM: arm/arm64: Cleanup MMIO handlingMarc Zyngier2020-01-239-117/+42
| * KVM: arm/arm64: vgic: Drop the kvm_vgic_register_mmio_region()Zenghui Yu2020-01-191-5/+0
| * KVM: arm/arm64: vgic-its: Properly check the unmapped coll in DISCARD handlerZenghui Yu2020-01-191-2/+1
| * KVM: arm/arm64: Correct AArch32 SPSR on exception entryMark Rutland2020-01-193-3/+40
| * KVM: arm/arm64: Correct CPSR on exception entryMark Rutland2020-01-193-10/+114
| * KVM: arm64: Correct PSTATE on exception entryMark Rutland2020-01-192-5/+66
| * KVM: arm/arm64: Re-check VMA on detecting a poisoned pageJames Morse2020-01-191-11/+9
| * KVM: arm: Remove duplicate includeYueHaibing2020-01-191-2/+0
| * KVM: ARM: Call hyp_cpu_pm_exit at the right placeShannon Zhao2020-01-191-1/+1
| * arm64: kvm: Fix IDMAP overlap with HYP VARussell King2020-01-191-31/+25
| * KVM: arm/arm64: vgic: Handle GICR_PENDBASER.PTZ filed as RAZZenghui Yu2020-01-191-1/+4
| * KVM: arm/arm64: vgic-its: Fix restoration of unmapped collectionsEric Auger2020-01-191-1/+2
| * KVM: arm64: Only sign-extend MMIO up to register widthChristoffer Dall2020-01-195-4/+20
* | KVM: x86: Use a typedef for fastop functionsSean Christopherson2020-01-271-7/+7
* | KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin2020-01-271-4/+2
* | KVM: x86: inline memslot_valid_for_gptePaolo Bonzini2020-01-271-13/+4
* | KVM: x86/mmu: Use huge pages for DAX-backed filesSean Christopherson2020-01-271-5/+4
* | KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte()Sean Christopherson2020-01-271-36/+3
* | KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()Sean Christopherson2020-01-272-37/+30
* | KVM: x86/mmu: Zap any compound page when collapsing sptesSean Christopherson2020-01-271-1/+1
* | KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch)Sean Christopherson2020-01-271-10/+3
* | KVM: x86/mmu: Rely on host page tables to find HugeTLB mappingsSean Christopherson2020-01-272-70/+29
* | KVM: x86/mmu: Drop level optimization from fast_page_fault()Sean Christopherson2020-01-271-4/+3
* | KVM: x86/mmu: Walk host page tables to find THP mappingsSean Christopherson2020-01-271-2/+31
* | KVM: x86/mmu: Refactor THP adjust to prep for changing querySean Christopherson2020-01-272-24/+23
* | x86/mm: Introduce lookup_address_in_mm()Sean Christopherson2020-01-272-0/+15
* | KVM: Play nice with read-only memslots when querying host page sizeSean Christopherson2020-01-271-1/+1
* | KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson2020-01-274-7/+7
* | mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson2020-01-276-9/+31
* | KVM: x86/mmu: Enforce max_level on HugeTLB mappingsSean Christopherson2020-01-271-2/+3
* | KVM: Return immediately if __kvm_gfn_to_hva_cache_init() failsSean Christopherson2020-01-271-4/+8
* | KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callersSean Christopherson2020-01-271-9/+12
* | KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson2020-01-271-6/+6
* | kvm/x86: export kvm_vector_hashing_enabled() is unnecessaryPeng Hao2020-01-271-1/+0
* | KVM: VMX: remove duplicated segment cache clearMiaohe Lin2020-01-271-2/+0
* | Adding 'else' to reduce checking.Haiwei Li2020-01-271-2/+2
* | KVM: nVMX: Check GUEST_DR7 on vmentry of nested guestsKrish Sadhukhan2020-01-273-1/+11
* | KVM: remove unused guest_enterAlex Shi2020-01-271-9/+0
* | KVM: Move running VCPU from ARM to common codePaolo Bonzini2020-01-278-50/+34