summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/guest.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Pass the actual page address to mte_clear_page_tags()Catalin Marinas2023-01-211-1/+1
* arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas2022-11-291-6/+10
* arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas2022-11-291-2/+2
* KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pendingReiji Watanabe2022-09-191-0/+1
* KVM: arm64: Reject 32bit user PSTATE on asymmetric systemsOliver Upton2022-08-171-1/+1
* KVM: arm64: Setup a framework for hypercall bitmap firmware registersRaghavendra Rao Ananta2022-05-031-2/+6
* KVM: arm64: Factor out firmware register handling from psci.cRaghavendra Rao Ananta2022-05-031-1/+1
* KVM: arm64: fix typos in commentsJulia Lawall2022-03-181-1/+1
* KVM: arm64: Change the return type of kvm_vcpu_preferred_target()YueHaibing2021-11-081-6/+1
* Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-09-061-2/+3
|\
| * Merge branch kvm-arm64/generic-entry into kvmarm-master/nextMarc Zyngier2021-08-201-0/+1
| |\
| | * KVM: arm64: Record number of signal exits as a vCPU statOliver Upton2021-08-191-0/+1
| * | KVM: arm64: Drop check_kvm_target_cpu() based percpu probeAnshuman Khandual2021-08-181-2/+2
| |/
* / KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang2021-08-201-4/+0
|/
* Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-06-251-0/+86
|\
| * KVM: arm64: Set the MTE tag bit before releasing the pageMarc Zyngier2021-06-241-4/+8
| * KVM: arm64: Add ioctl to fetch/store tags in a guestSteven Price2021-06-221-0/+82
* | KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-241-16/+0
* | KVM: stats: Support binary stats retrieval for a VCPUJing Zhang2021-06-241-0/+21
* | KVM: stats: Support binary stats retrieval for a VMJing Zhang2021-06-241-0/+15
* | KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-241-6/+6
|/
* Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-04-231-3/+3
|\
| * KVM: arm64: Introduce vcpu_sve_vq() helperMarc Zyngier2021-03-181-3/+3
* | KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky2021-04-171-5/+0
|/
* KVM: arm64: Drop kvm_coproc.hMarc Zyngier2020-11-101-1/+0
* KVM: arm64: Get rid of the AArch32 register mapping codeMarc Zyngier2020-11-101-3/+25
* KVM: arm64: Move SPSR_EL1 to the system register arrayMarc Zyngier2020-07-071-1/+1
* KVM: arm64: Disintegrate SPSR arrayMarc Zyngier2020-07-071-5/+14
* KVM: arm64: Move SP_EL1 to the system register arrayMarc Zyngier2020-07-071-1/+1
* KVM: arm64: Move ELR_EL1 to the system register arrayMarc Zyngier2020-07-071-1/+1
* KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier2020-07-071-14/+56
* Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-06-011-2/+2
|\
| * KVM: Fix spelling in code commentsFuad Tabba2020-05-161-2/+2
* | kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
* | Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-131-0/+7
|\|
| * KVM: arm64: Fix 32bit PC wrap-aroundMarc Zyngier2020-05-011-0/+7
* | kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-211-13/+10
|/
* KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu2020-03-161-1/+0
* KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-5/+0
* Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextMarc Zyngier2019-11-081-0/+4
|\
| * KVM: arm/arm64: Show halt poll counters in debugfsChristian Borntraeger2019-10-281-0/+4
* | Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...Marc Zyngier2019-10-241-0/+9
|\ \
| * | KVM: arm64: Provide VCPU attributes for stolen timeSteven Price2019-10-211-0/+9
| |/
* / KVM: arm/arm64: Allow user injection of external data abortsChristoffer Dall2019-10-211-0/+10
|/
* KVM: arm64/sve: Fix vq_present() macro to yield a boolZhang Lei2019-07-051-1/+1
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-12/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LISTDave Martin2019-06-121-13/+40
* | KVM: arm64: Implement vq_present() as a macroViresh Kumar2019-06-121-9/+3
|/
* KVM: arm64/sve: Explain validity checks in set_sve_vls()Dave Martin2019-04-181-0/+7