aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/reset.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-11KVM: arm64: Consolidate stage-2 initialisation into a single functionGravatar Quentin Perret 1-29/+0
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesGravatar Mark Brown 1-6/+6
2022-06-09KVM: arm64: Move vcpu configuration flags into their own setGravatar Marc Zyngier 1-3/+3
2022-04-06KVM: arm64: mixed-width check should be skipped for uninitialized vCPUsGravatar Reiji Watanabe 1-20/+45
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-8/+22
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Gravatar Paolo Bonzini 1-7/+21
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextGravatar Marc Zyngier 1-5/+4
2022-01-04KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()Gravatar Zenghui Yu 1-1/+1
2021-12-20KVM: arm64: Fix comment for kvm_reset_vcpu()Gravatar Fuad Tabba 1-4/+3
2021-12-16KVM: arm64: pkvm: Unshare guest structs during teardownGravatar Quentin Perret 1-1/+7
2021-12-16KVM: arm64: Introduce kvm_share_hyp()Gravatar Quentin Perret 1-1/+1
2021-12-14arm64/sve: Generalise vector length configuration prctl() for SMEGravatar Mark Brown 1-4/+4
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexGravatar Marc Zyngier 1-1/+1
2021-12-01KVM: arm64: Move SVE state mapping at HYP to finalize-timeGravatar Marc Zyngier 1-1/+10
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2021-10-21arm64/sve: Put system wide vector length information into structsGravatar Mark Brown 1-3/+3
2021-10-17KVM: arm64: Add memcg accounting to KVM allocationsGravatar Jia He 1-1/+1
2021-08-20Merge branch kvm-arm64/psci/cpu_on into kvmarm-master/nextGravatar Marc Zyngier 1-6/+10
2021-08-19KVM: arm64: Fix read-side race on updates to vcpu reset stateGravatar Oliver Upton 1-6/+10
2021-08-18KVM: arm64: Use ARM64_MIN_PARANGE_BITS as the minimum supported IPAGravatar Anshuman Khandual 1-1/+1
2021-08-11KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page sizeGravatar Anshuman Khandual 1-0/+8
2021-08-11arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFTGravatar Anshuman Khandual 1-15/+2
2021-06-22KVM: arm64: Expose KVM_ARM_CAP_MTEGravatar Steven Price 1-0/+4
2021-05-27KVM: arm64: Prevent mixed-width VM creationGravatar Marc Zyngier 1-4/+24
2021-04-13Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/nextGravatar Marc Zyngier 1-0/+5
2021-04-09KVM: arm64: Fully zero the vcpu state on resetGravatar Marc Zyngier 1-0/+5
2021-03-19KVM: arm64: Refactor kvm_arm_setup_stage2()Gravatar Quentin Perret 1-38/+4
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Gravatar Marc Zyngier 1-8/+14
2021-03-18KVM: arm64: Enable SVE support for nVHEGravatar Daniel Kiss 1-4/+0
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-4/+8
2021-03-12KVM: arm64: Reject VM creation when the default IPA size is unsupportedGravatar Marc Zyngier 1-4/+8
2021-03-10arm64/mm: Fix __enable_mmu() for new TGRAN range valuesGravatar James Morse 1-4/+6
2020-11-27Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/nextGravatar Marc Zyngier 1-52/+0
2020-11-27KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()Gravatar Will Deacon 1-52/+0
2020-11-27KVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset timeGravatar Marc Zyngier 1-0/+4
2020-11-10KVM: arm64: Drop kvm_coproc.hGravatar Marc Zyngier 1-1/+0
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextGravatar Marc Zyngier 1-4/+0
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Gravatar Marc Zyngier 1-4/+0
2020-09-11KVM: arm64: Don't constrain maximum IPA size based on host configurationGravatar Will Deacon 1-34/+6
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 1-12/+11
2020-07-28Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIPGravatar Marc Zyngier 1-11/+10
2020-07-07KVM: arm64: Make struct kvm_regs userspace-onlyGravatar Marc Zyngier 1-1/+1
2020-06-22KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVEGravatar Steven Price 1-3/+7
2020-06-22KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systemsGravatar Marc Zyngier 1-11/+10
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-15/+12
2020-05-28KVM: arm64: Check advertised Stage-2 page size capabilityGravatar Marc Zyngier 1-2/+35
2020-05-28KVM: arm64: Don't use empty structures as CPU reset stateGravatar Marc Zyngier 1-12/+9
2020-05-20arm64/cpufeature: Drop open encodings while extracting parangeGravatar Anshuman Khandual 1-3/+8
2020-05-20arm64/cpufeature: Validate hypervisor capabilities during CPU hotplugGravatar Anshuman Khandual 1-0/+5
2020-05-16KVM: Fix spelling in code commentsGravatar Fuad Tabba 1-3/+3