summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/reset.c
AgeCommit message (Expand)Author
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
2020-11-27KVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset timeMarc Zyngier
2020-11-10KVM: arm64: Drop kvm_coproc.hMarc Zyngier
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier
2020-09-11KVM: arm64: Don't constrain maximum IPA size based on host configurationWill Deacon
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2020-07-28Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIPMarc Zyngier
2020-07-07KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier
2020-06-22KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVESteven Price
2020-06-22KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systemsMarc Zyngier
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-05-28KVM: arm64: Check advertised Stage-2 page size capabilityMarc Zyngier
2020-05-28KVM: arm64: Don't use empty structures as CPU reset stateMarc Zyngier
2020-05-20arm64/cpufeature: Drop open encodings while extracting parangeAnshuman Khandual
2020-05-20arm64/cpufeature: Validate hypervisor capabilities during CPU hotplugAnshuman Khandual
2020-05-16KVM: Fix spelling in code commentsFuad Tabba
2020-04-28arm64: cpufeature: Add CPU capability for AArch32 EL1 supportWill Deacon
2020-01-27KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson
2020-01-27KVM: arm64: Free sve_state via arm specific hookSean Christopherson
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-15Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-04-24KVM: arm64: Add capability to advertise ptrauth for guestAmit Daniel Kachhap
2019-04-24KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap
2019-04-18KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin
2019-04-18KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVEDave Martin
2019-03-29KVM: arm64: Add a capability to advertise SVE supportDave Martin
2019-03-29KVM: arm64/sve: Allow userspace to enable SVE for vcpusDave Martin
2019-03-29KVM: arm64/sve: Add pseudo-register for the guest's vector lengthsDave Martin
2019-03-19KVM: arm64: Reset the PMU in preemptible contextMarc Zyngier
2019-02-07arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier