aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/kvm/guest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+5
2024-02-22arm64/mm: new ptep layer to manage contig bitRyan Roberts1-1/+1
2024-02-22arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts1-1/+1
2024-02-01KVM: arm64: guest: fix kernel-doc warningsRandy Dunlap1-2/+5
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas1-2/+2
2023-10-18clocksource/drivers/arm_arch_timer: limit XGene-1 workaroundAndre Przywara1-1/+1
2023-10-16arm64: kvm: Use cpus_have_final_cap() explicitlyMark Rutland1-2/+2
2023-07-11KVM: arm64: Always return generic v8 as the preferred targetOliver Upton1-15/+0
2023-04-26Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-12/+19
2023-04-21Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextMarc Zyngier1-12/+17
2023-03-30KVM: arm64: timers: Allow save/restoring of the physical timerMarc Zyngier1-12/+17
2023-03-29KVM: arm64: Use config_lock to protect data ordered against KVM_RUNOliver Upton1-0/+2
2023-03-16KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAXThomas Huth1-2/+6
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+6
2023-02-11KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2xChristoffer Dall1-0/+6
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/kvmarm/kvmarm into HEADPaolo 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/kvmarm/kvmarm into HEADPaolo 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/kvmarm/kvmarm into HEADPaolo 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/kvmarm/kvmarm into HEADPaolo 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