summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-3/+3
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-129-68/+137
|\ \ | |/ |/|
| * Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-06-119-63/+137
| |\
| | * Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextMarc Zyngier2020-06-107-53/+81
| | |\
| | | * KVM: arm64: Remove host_cpu_context member from vcpu structureMarc Zyngier2020-06-095-16/+11
| | | * KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier2020-06-094-38/+70
| | | * KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier2020-06-092-18/+19
| | * | KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier2020-06-101-0/+28
| | * | KVM: arm64: Stop save/restoring ACTLR_EL1James Morse2020-06-092-4/+0
| | * | KVM: arm64: Add emulation for 32bit guests accessing ACTLR2James Morse2020-06-091-0/+10
| | * | KVM: arm64: Stop writing aarch32's CSSELR into ACTLRJames Morse2020-06-091-2/+8
| | |/
| | * KVM: arm64: Flush the instruction cache if not unmapping the VM on rebootMarc Zyngier2020-05-311-4/+10
| * | KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini2020-06-041-5/+0
* | | mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-7/+7
* | | arm64: add support for folded p4d page tablesMike Rapoport2020-06-041-32/+177
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-0341-439/+20032
|\ \
| * | Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-06-0141-426/+20022
| |\|
| | * KVM: arm64: Parametrize exception entry with a target ELMarc Zyngier2020-05-281-37/+38
| | * KVM: arm64: Don't use empty structures as CPU reset stateMarc Zyngier2020-05-281-12/+9
| | * KVM: arm64: Move sysreg reset check to boot timeMarc Zyngier2020-05-281-37/+35
| | * KVM: arm64: Add missing reset handlers for PMU emulationMarc Zyngier2020-05-281-3/+3
| | * KVM: arm64: Refactor vcpu_{read,write}_sys_regMarc Zyngier2020-05-281-57/+71
| | * KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall2020-05-285-46/+44
| | * KVM: arm64: Remove obsolete kvm_virt_to_phys abstractionAndrew Scull2020-05-251-3/+3
| | * KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil2020-05-251-5/+27
| | * KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC versionMarc Zyngier2020-05-161-5/+10
| | * KVM: arm64: Support enabling dirty log gradually in small chunksKeqian Zhu2020-05-161-2/+10
| | * KVM: arm64: Unify handling THP backed host memorySuzuki K Poulose2020-05-161-55/+60
| | * KVM: arm64: Clean up the checking for huge mappingSuzuki K Poulose2020-05-161-1/+5
| | * KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvationJiang Yi2020-05-161-0/+3
| | * KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supportedZenghui Yu2020-05-161-1/+4
| | * KVM: Fix spelling in code commentsFuad Tabba2020-05-169-20/+20
| | * KVM: arm64: Simplify __kvm_timer_set_cntvoff implementationMarc Zyngier2020-05-162-13/+2
| | * KVM: arm64: Clean up kvm makefilesFuad Tabba2020-05-162-36/+17
| | * KVM: arm64: Change CONFIG_KVM to a menuconfig entryWill Deacon2020-05-161-5/+11
| | * KVM: arm64: Update help textWill Deacon2020-05-161-2/+0
| | * KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTWill Deacon2020-05-163-43/+37
| | * KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier2020-05-1635-242/+19810
| * | kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
| * | Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-135-17/+33
| |\|
| * | kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-211-13/+10
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-015-28/+66
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-next/kvm/errata' into for-next/coreWill Deacon2020-05-283-10/+13
| |\ \
| | * | arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}Andrew Scull2020-05-043-10/+13
| * | | KVM: arm64: Check advertised Stage-2 page size capabilityMarc Zyngier2020-05-281-2/+35
| * | | arm64/cpufeature: Introduce ID_MMFR5 CPU registerAnshuman Khandual2020-05-211-1/+1
| * | | arm64/cpufeature: Introduce ID_DFR1 CPU registerAnshuman Khandual2020-05-211-1/+1
| * | | arm64/cpufeature: Introduce ID_PFR2 CPU registerAnshuman Khandual2020-05-211-1/+1
| * | | arm64/cpufeature: Drop open encodings while extracting parangeAnshuman Khandual2020-05-201-3/+8