aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-3/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-3/+3
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 9-68/+137
2020-06-11Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 9-63/+137
2020-06-10Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextGravatar Marc Zyngier 7-53/+81
2020-06-10KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionGravatar Marc Zyngier 1-0/+28
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleGravatar Michel Lespinasse 1-7/+7
2020-06-09KVM: arm64: Remove host_cpu_context member from vcpu structureGravatar Marc Zyngier 5-16/+11
2020-06-09KVM: arm64: Handle PtrAuth traps earlyGravatar Marc Zyngier 4-38/+70
2020-06-09KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextGravatar Marc Zyngier 2-18/+19
2020-06-09KVM: arm64: Stop save/restoring ACTLR_EL1Gravatar James Morse 2-4/+0
2020-06-09KVM: arm64: Add emulation for 32bit guests accessing ACTLR2Gravatar James Morse 1-0/+10
2020-06-09KVM: arm64: Stop writing aarch32's CSSELR into ACTLRGravatar James Morse 1-2/+8
2020-06-04arm64: add support for folded p4d page tablesGravatar Mike Rapoport 1-32/+177
2020-06-04KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesGravatar Paolo Bonzini 1-5/+0
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 41-439/+20032
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 5-28/+66
2020-06-01Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 41-426/+20022
2020-05-31KVM: arm64: Flush the instruction cache if not unmapping the VM on rebootGravatar Marc Zyngier 1-4/+10
2020-05-28Merge branch 'for-next/kvm/errata' into for-next/coreGravatar Will Deacon 3-10/+13
2020-05-28KVM: arm64: Check advertised Stage-2 page size capabilityGravatar Marc Zyngier 1-2/+35
2020-05-28KVM: arm64: Parametrize exception entry with a target ELGravatar Marc Zyngier 1-37/+38
2020-05-28KVM: arm64: Don't use empty structures as CPU reset stateGravatar Marc Zyngier 1-12/+9
2020-05-28KVM: arm64: Move sysreg reset check to boot timeGravatar Marc Zyngier 1-37/+35
2020-05-28KVM: arm64: Add missing reset handlers for PMU emulationGravatar Marc Zyngier 1-3/+3
2020-05-28KVM: arm64: Refactor vcpu_{read,write}_sys_regGravatar Marc Zyngier 1-57/+71
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuGravatar Christoffer Dall 5-46/+44
2020-05-25KVM: arm64: Remove obsolete kvm_virt_to_phys abstractionGravatar Andrew Scull 1-3/+3
2020-05-25KVM: arm64: Clean up cpu_init_hyp_mode()Gravatar David Brazdil 1-5/+27
2020-05-21arm64/cpufeature: Introduce ID_MMFR5 CPU registerGravatar Anshuman Khandual 1-1/+1
2020-05-21arm64/cpufeature: Introduce ID_DFR1 CPU registerGravatar Anshuman Khandual 1-1/+1
2020-05-21arm64/cpufeature: Introduce ID_PFR2 CPU registerGravatar Anshuman Khandual 1-1/+1
2020-05-20arm64/cpufeature: Drop open encodings while extracting parangeGravatar Anshuman Khandual 1-3/+8
2020-05-20arm64/cpufeature: Validate hypervisor capabilities during CPU hotplugGravatar Anshuman Khandual 1-0/+5
2020-05-16KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC versionGravatar Marc Zyngier 1-5/+10
2020-05-16KVM: arm64: Support enabling dirty log gradually in small chunksGravatar Keqian Zhu 1-2/+10
2020-05-16KVM: arm64: Unify handling THP backed host memoryGravatar Suzuki K Poulose 1-55/+60
2020-05-16KVM: arm64: Clean up the checking for huge mappingGravatar Suzuki K Poulose 1-1/+5
2020-05-16KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvationGravatar Jiang Yi 1-0/+3
2020-05-16KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supportedGravatar Zenghui Yu 1-1/+4
2020-05-16KVM: Fix spelling in code commentsGravatar Fuad Tabba 9-20/+20
2020-05-16KVM: arm64: Simplify __kvm_timer_set_cntvoff implementationGravatar Marc Zyngier 2-13/+2
2020-05-16KVM: arm64: Clean up kvm makefilesGravatar Fuad Tabba 2-36/+17
2020-05-16KVM: arm64: Change CONFIG_KVM to a menuconfig entryGravatar Will Deacon 1-5/+11
2020-05-16KVM: arm64: Update help textGravatar Will Deacon 1-2/+0
2020-05-16KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTGravatar Will Deacon 3-43/+37
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Gravatar Marc Zyngier 35-242/+19810
2020-05-15kvm: add halt-polling cpu usage statsGravatar David Matlack 1-0/+2
2020-05-13Merge branch 'kvm-amd-fixes' into HEADGravatar Paolo Bonzini 5-17/+33
2020-05-04arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}Gravatar Andrew Scull 3-10/+13