summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/guest.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-21KVM: arm64: Pass the actual page address to mte_clear_page_tags()Catalin Marinas1-1/+1
2022-11-29arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas1-6/+10
2022-11-29arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas1-2/+2
2022-09-19KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pendingReiji Watanabe1-0/+1
2022-08-17KVM: arm64: Reject 32bit user PSTATE on asymmetric systemsOliver Upton1-1/+1
2022-05-03KVM: arm64: Setup a framework for hypercall bitmap firmware registersRaghavendra Rao Ananta1-2/+6
2022-05-03KVM: arm64: Factor out firmware register handling from psci.cRaghavendra Rao Ananta1-1/+1
2022-03-18KVM: arm64: fix typos in commentsJulia Lawall1-1/+1
2021-11-08KVM: arm64: Change the return type of kvm_vcpu_preferred_target()YueHaibing1-6/+1
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-2/+3
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang1-4/+0
2021-08-20Merge branch kvm-arm64/generic-entry into kvmarm-master/nextMarc Zyngier1-0/+1
2021-08-19KVM: arm64: Record number of signal exits as a vCPU statOliver Upton1-0/+1
2021-08-18KVM: arm64: Drop check_kvm_target_cpu() based percpu probeAnshuman Khandual1-2/+2
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-0/+86
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-16/+0
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-0/+21
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang1-0/+15
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-6/+6
2021-06-24KVM: arm64: Set the MTE tag bit before releasing the pageMarc Zyngier1-4/+8
2021-06-22KVM: arm64: Add ioctl to fetch/store tags in a guestSteven Price1-0/+82
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-3/+3
2021-04-17KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky1-5/+0
2021-03-18KVM: arm64: Introduce vcpu_sve_vq() helperMarc Zyngier1-3/+3
2020-11-10KVM: arm64: Drop kvm_coproc.hMarc Zyngier1-1/+0
2020-11-10KVM: arm64: Get rid of the AArch32 register mapping codeMarc Zyngier1-3/+25
2020-07-07KVM: arm64: Move SPSR_EL1 to the system register arrayMarc Zyngier1-1/+1
2020-07-07KVM: arm64: Disintegrate SPSR arrayMarc Zyngier1-5/+14
2020-07-07KVM: arm64: Move SP_EL1 to the system register arrayMarc Zyngier1-1/+1
2020-07-07KVM: arm64: Move ELR_EL1 to the system register arrayMarc Zyngier1-1/+1
2020-07-07KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier1-14/+56
2020-06-01Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-2/+2
2020-05-16KVM: Fix spelling in code commentsFuad Tabba1-2/+2
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack1-0/+2
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini1-0/+7
2020-05-01KVM: arm64: Fix 32bit PC wrap-aroundMarc Zyngier1-0/+7
2020-04-21kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito1-13/+10
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu1-1/+0
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson1-5/+0
2019-11-08Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextMarc Zyngier1-0/+4
2019-10-28KVM: arm/arm64: Show halt poll counters in debugfsChristian Borntraeger1-0/+4
2019-10-24Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...Marc Zyngier1-0/+9
2019-10-21KVM: arm64: Provide VCPU attributes for stolen timeSteven Price1-0/+9
2019-10-21KVM: arm/arm64: Allow user injection of external data abortsChristoffer Dall1-0/+10
2019-07-05KVM: arm64/sve: Fix vq_present() macro to yield a boolZhang Lei1-1/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-12/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-12KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LISTDave Martin1-13/+40
2019-06-12KVM: arm64: Implement vq_present() as a macroViresh Kumar1-9/+3
2019-04-18KVM: arm64/sve: Explain validity checks in set_sve_vls()Dave Martin1-0/+7