summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport1-32/+177
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds41-439/+20032
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-28/+66
2020-06-01Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini41-426/+20022
2020-05-28Merge branch 'for-next/kvm/errata' into for-next/coreWill Deacon3-10/+13
2020-05-28KVM: arm64: Check advertised Stage-2 page size capabilityMarc Zyngier1-2/+35
2020-05-28KVM: arm64: Parametrize exception entry with a target ELMarc Zyngier1-37/+38
2020-05-28KVM: arm64: Don't use empty structures as CPU reset stateMarc Zyngier1-12/+9
2020-05-28KVM: arm64: Move sysreg reset check to boot timeMarc Zyngier1-37/+35
2020-05-28KVM: arm64: Add missing reset handlers for PMU emulationMarc Zyngier1-3/+3
2020-05-28KVM: arm64: Refactor vcpu_{read,write}_sys_regMarc Zyngier1-57/+71
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall5-46/+44
2020-05-25KVM: arm64: Remove obsolete kvm_virt_to_phys abstractionAndrew Scull1-3/+3
2020-05-25KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil1-5/+27
2020-05-21arm64/cpufeature: Introduce ID_MMFR5 CPU registerAnshuman Khandual1-1/+1
2020-05-21arm64/cpufeature: Introduce ID_DFR1 CPU registerAnshuman Khandual1-1/+1
2020-05-21arm64/cpufeature: Introduce ID_PFR2 CPU registerAnshuman Khandual1-1/+1
2020-05-20arm64/cpufeature: Drop open encodings while extracting parangeAnshuman Khandual1-3/+8
2020-05-20arm64/cpufeature: Validate hypervisor capabilities during CPU hotplugAnshuman Khandual1-0/+5
2020-05-16KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC versionMarc Zyngier1-5/+10
2020-05-16KVM: arm64: Support enabling dirty log gradually in small chunksKeqian Zhu1-2/+10
2020-05-16KVM: arm64: Unify handling THP backed host memorySuzuki K Poulose1-55/+60
2020-05-16KVM: arm64: Clean up the checking for huge mappingSuzuki K Poulose1-1/+5
2020-05-16KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvationJiang Yi1-0/+3
2020-05-16KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supportedZenghui Yu1-1/+4
2020-05-16KVM: Fix spelling in code commentsFuad Tabba9-20/+20
2020-05-16KVM: arm64: Simplify __kvm_timer_set_cntvoff implementationMarc Zyngier2-13/+2
2020-05-16KVM: arm64: Clean up kvm makefilesFuad Tabba2-36/+17
2020-05-16KVM: arm64: Change CONFIG_KVM to a menuconfig entryWill Deacon1-5/+11
2020-05-16KVM: arm64: Update help textWill Deacon1-2/+0
2020-05-16KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTWill Deacon3-43/+37
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier35-242/+19810
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack1-0/+2
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini5-17/+33
2020-05-04arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}Andrew Scull3-10/+13
2020-05-01KVM: arm64: Fix 32bit PC wrap-aroundMarc Zyngier1-0/+7
2020-04-30KVM: arm64: Save/restore sp_el0 as part of __guest_enterMarc Zyngier2-14/+26
2020-04-30KVM: arm64: Delete duplicated label in invalid_vectorFangrui Song1-1/+0
2020-04-28arm64: cpufeature: Add CPU capability for AArch32 EL1 supportWill Deacon1-10/+2
2020-04-21kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito1-13/+10
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+0
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-5/+0
2020-04-01vhost: refine vhost and vringh kconfigJason Wang1-2/+0
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-45/+159
2020-03-31Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2-4/+39
2020-03-25Merge branch 'for-next/asm-cleanups' into for-next/coreCatalin Marinas1-6/+4
2020-03-25Merge branch 'for-next/asm-annotations' into for-next/coreCatalin Marinas4-21/+26
2020-03-25Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas4-18/+129
2020-03-24arm64: use mov_q instead of literal ldrRemi Denis-Courmont1-6/+4
2020-03-17KVM: arm64: limit PMU version to PMUv3 for ARMv8.1Andrew Murray1-0/+10