summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: Drop largepages_enabled and its accessor/mutatorSean Christopherson2020-03-161-13/+0
* KVM: Drop gfn_to_pfn_atomic()Peter Xu2020-03-161-6/+0
* KVM: x86: enable dirty log gradually in small chunksJay Zhou2020-03-161-7/+17
* KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu2020-03-161-1/+0
* KVM: Dynamically size memslot array based on number of used slotsSean Christopherson2020-03-161-3/+28
* KVM: Terminate memslot walks via used_slotsSean Christopherson2020-03-162-54/+165
* KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson2020-03-161-8/+19
* KVM: Provide common implementation for generic dirty log functionsSean Christopherson2020-03-162-64/+75
* KVM: Clean up local variable usage in __kvm_set_memory_region()Sean Christopherson2020-03-161-24/+26
* KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-162-13/+8
* KVM: Move memslot deletion to helper functionSean Christopherson2020-03-161-29/+46
* KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson2020-03-162-2/+2
* KVM: Move setting of memslot into helper routineSean Christopherson2020-03-161-43/+63
* KVM: Refactor error handling for setting memory regionSean Christopherson2020-03-161-22/+18
* KVM: Explicitly free allocated-but-unused dirty bitmapSean Christopherson2020-03-161-3/+4
* KVM: Drop kvm_arch_create_memslot()Sean Christopherson2020-03-162-20/+7
* KVM: Don't free new memslot if allocation of said memslot failsSean Christopherson2020-03-161-1/+1
* KVM: Reinstall old memslots if arch preparation failsSean Christopherson2020-03-161-11/+12
* KVM: Disable preemption in kvm_get_running_vcpu()Marc Zyngier2020-02-122-15/+13
* KVM: fix overflow of zero page refcount with ksm runningZhuang Yanying2020-02-051-0/+1
* Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-301-17/+96
|\
| * x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-301-19/+79
| * x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky2020-01-301-5/+24
* | Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-01-309-132/+228
|\ \
| * | 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
| * | KVM: arm/arm64: Cleanup MMIO handlingMarc Zyngier2020-01-232-49/+22
| * | 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-191-3/+3
| * | KVM: arm/arm64: Correct CPSR on exception entryMark Rutland2020-01-191-10/+101
| * | 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
| * | 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-191-0/+6
| |/
* | 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-271-2/+2
* | mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson2020-01-272-7/+11
* | 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: Move running VCPU from ARM to common codePaolo Bonzini2020-01-275-46/+31