summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/reset.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-161-8/+22
|\
| * Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-071-7/+21
| |\
| | * Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2022-01-041-5/+4
| | |\
| | | * KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()Zenghui Yu2022-01-041-1/+1
| | | * KVM: arm64: Fix comment for kvm_reset_vcpu()Fuad Tabba2021-12-201-4/+3
| | * | KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret2021-12-161-1/+7
| | * | KVM: arm64: Introduce kvm_share_hyp()Quentin Perret2021-12-161-1/+1
| | * | KVM: arm64: Move SVE state mapping at HYP to finalize-timeMarc Zyngier2021-12-011-1/+10
| | |/
| * / KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier2021-12-081-1/+1
| |/
* / arm64/sve: Generalise vector length configuration prctl() for SMEMark Brown2021-12-141-4/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-1/+1
|\
| * KVM: arm64: Add memcg accounting to KVM allocationsJia He2021-10-171-1/+1
* | arm64/sve: Put system wide vector length information into structsMark Brown2021-10-211-3/+3
|/
* Merge branch kvm-arm64/psci/cpu_on into kvmarm-master/nextMarc Zyngier2021-08-201-6/+10
|\
| * KVM: arm64: Fix read-side race on updates to vcpu reset stateOliver Upton2021-08-191-6/+10
* | KVM: arm64: Use ARM64_MIN_PARANGE_BITS as the minimum supported IPAAnshuman Khandual2021-08-181-1/+1
* | KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page sizeAnshuman Khandual2021-08-111-0/+8
* | arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFTAnshuman Khandual2021-08-111-15/+2
|/
* KVM: arm64: Expose KVM_ARM_CAP_MTESteven Price2021-06-221-0/+4
* KVM: arm64: Prevent mixed-width VM creationMarc Zyngier2021-05-271-4/+24
* Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/nextMarc Zyngier2021-04-131-0/+5
|\
| * KVM: arm64: Fully zero the vcpu state on resetMarc Zyngier2021-04-091-0/+5
* | KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret2021-03-191-38/+4
* | Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier2021-03-191-8/+14
|\|
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-141-4/+8
| |\
| | * KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier2021-03-121-4/+8
| * | arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse2021-03-101-4/+6
| |/
* / KVM: arm64: Enable SVE support for nVHEDaniel Kiss2021-03-181-4/+0
|/
* Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/nextMarc Zyngier2020-11-271-52/+0
|\
| * KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()Will Deacon2020-11-271-52/+0
* | KVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset timeMarc Zyngier2020-11-271-0/+4
* | KVM: arm64: Drop kvm_coproc.hMarc Zyngier2020-11-101-1/+0
|/
* Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2020-09-301-4/+0
|\
| * KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier2020-09-291-4/+0
* | KVM: arm64: Don't constrain maximum IPA size based on host configurationWill Deacon2020-09-111-34/+6
|/
* Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-08-091-12/+11
|\
| * Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIPMarc Zyngier2020-07-281-11/+10
| |\
| | * KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systemsMarc Zyngier2020-06-221-11/+10
| * | KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier2020-07-071-1/+1
| |/
* / KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVESteven Price2020-06-221-3/+7
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-15/+12
|\
| * KVM: arm64: Don't use empty structures as CPU reset stateMarc Zyngier2020-05-281-12/+9
| * KVM: Fix spelling in code commentsFuad Tabba2020-05-161-3/+3
* | KVM: arm64: Check advertised Stage-2 page size capabilityMarc Zyngier2020-05-281-2/+35
* | arm64/cpufeature: Drop open encodings while extracting parangeAnshuman Khandual2020-05-201-3/+8
* | arm64/cpufeature: Validate hypervisor capabilities during CPU hotplugAnshuman Khandual2020-05-201-0/+5
* | arm64: cpufeature: Add CPU capability for AArch32 EL1 supportWill Deacon2020-04-281-10/+2
|/
* KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-5/+0
* KVM: arm64: Free sve_state via arm specific hookSean Christopherson2020-01-271-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1