summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/reset.c
AgeCommit message (Expand)Author
2023-11-27KVM: arm64: Allow guests with >48-bit IPA size on FEAT_LPA2 systemsRyan Roberts
2023-09-21KVM: arm64: Get rid of vCPU-scoped feature bitmapOliver Upton
2023-09-21KVM: arm64: Remove unused return value from kvm_reset_vcpu()Oliver Upton
2023-09-21KVM: arm64: Hoist NV+SVE check into KVM_ARM_VCPU_INIT ioctl handlerOliver Upton
2023-09-21KVM: arm64: Hoist PAuth checks into KVM_ARM_VCPU_INIT ioctlOliver Upton
2023-09-21KVM: arm64: Hoist SVE check into KVM_ARM_VCPU_INIT ioctl handlerOliver Upton
2023-09-21KVM: arm64: Hoist PMUv3 check into KVM_ARM_VCPU_INIT ioctl handlerOliver Upton
2023-07-11KVM: arm64: Delete pointless switch statement in kvm_reset_vcpu()Oliver Upton
2023-06-12KVM: arm64: Make vCPU feature flags consistent VM-wideOliver Upton
2023-03-29KVM: arm64: Avoid lock inversion when setting the VM register widthOliver Upton
2023-03-29KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ONOliver Upton
2023-02-13Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton
2023-02-11KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is setChristoffer Dall
2023-01-21KVM: arm64: Normalize cache configurationAkihiko Odaki
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson
2022-11-11KVM: arm64: Consolidate stage-2 initialisation into a single functionQuentin Perret
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown
2022-06-09KVM: arm64: Move vcpu configuration flags into their own setMarc Zyngier
2022-04-06KVM: arm64: mixed-width check should be skipped for uninitialized vCPUsReiji Watanabe
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier
2022-01-04KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()Zenghui Yu
2021-12-20KVM: arm64: Fix comment for kvm_reset_vcpu()Fuad Tabba
2021-12-16KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret
2021-12-16KVM: arm64: Introduce kvm_share_hyp()Quentin Perret
2021-12-14arm64/sve: Generalise vector length configuration prctl() for SMEMark Brown
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier
2021-12-01KVM: arm64: Move SVE state mapping at HYP to finalize-timeMarc Zyngier
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown
2021-10-17KVM: arm64: Add memcg accounting to KVM allocationsJia He
2021-08-20Merge branch kvm-arm64/psci/cpu_on into kvmarm-master/nextMarc Zyngier
2021-08-19KVM: arm64: Fix read-side race on updates to vcpu reset stateOliver Upton
2021-08-18KVM: arm64: Use ARM64_MIN_PARANGE_BITS as the minimum supported IPAAnshuman Khandual
2021-08-11KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page sizeAnshuman Khandual
2021-08-11arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFTAnshuman Khandual
2021-06-22KVM: arm64: Expose KVM_ARM_CAP_MTESteven Price
2021-05-27KVM: arm64: Prevent mixed-width VM creationMarc Zyngier
2021-04-13Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/nextMarc Zyngier
2021-04-09KVM: arm64: Fully zero the vcpu state on resetMarc Zyngier
2021-03-19KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier
2021-03-18KVM: arm64: Enable SVE support for nVHEDaniel Kiss
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-03-12KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier
2021-03-10arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse
2020-11-27Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/nextMarc Zyngier
2020-11-27KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()Will Deacon