summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2021-07-14KVM: arm64: Don't zero the cycle count register when PMCR_EL0.P is setAlexandru Elisei1-0/+1
2021-07-14KVM: arm64: Restore PMU configuration on first runMarc Zyngier2-0/+7
2021-06-10KVM: arm64: Resolve all pending PC updates before immediate exitZenghui Yu1-3/+6
2021-06-10KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier3-2/+21
2021-06-03KVM: arm64: Prevent mixed-width VM creationMarc Zyngier1-4/+24
2021-06-03KVM: arm64: Fix debug register indexingMarc Zyngier1-21/+21
2021-06-03KVM: arm64: Move __adjust_pc out of lineMarc Zyngier4-23/+19
2021-05-14KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei2-28/+62
2021-05-14KVM: arm64: Fix error return code in init_hyp_mode()Wang Wensheng1-1/+3
2021-05-14KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION readEric Auger1-0/+3
2021-05-14KVM: arm64: Fully zero the vcpu state on resetMarc Zyngier1-0/+5
2021-05-14KVM: arm64: Support PREL/PLT relocs in EL2 codeDavid Brazdil1-0/+18
2021-05-14KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST readEric Auger1-2/+2
2021-03-24KVM: arm64: Fix CPU interface MMIO compatibility detectionMarc Zyngier1-0/+9
2021-03-24KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose1-0/+2
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds16-48/+123
2021-03-12KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier1-2/+1
2021-03-12KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier1-4/+8
2021-03-10arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse1-4/+6
2021-03-09KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier4-6/+13
2021-03-09KVM: arm64: Don't use cbz/adr with external symbolsSami Tolvanen1-2/+4
2021-03-06KVM: arm64: Fix range alignment when walking page tablesJia He1-0/+1
2021-03-06KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibilityMarc Zyngier2-4/+39
2021-03-06KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier3-5/+12
2021-03-06KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableMarc Zyngier1-3/+6
2021-03-06KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static keyMarc Zyngier2-10/+10
2021-03-06KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull2-9/+9
2021-03-06KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon1-1/+1
2021-03-06KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose2-3/+20
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2021-02-24KVM: arm64: make the hyp vector table entries localJoey Gouly1-1/+1
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds20-150/+754
2021-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-1/+4
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini20-150/+754
2021-02-12Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/nextMarc Zyngier2-38/+61
2021-02-12Merge branch 'kvm-arm64/rng-5.12' into kvmarm-master/nextMarc Zyngier3-1/+92
2021-02-12Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/nextMarc Zyngier13-57/+540
2021-02-12Merge branch 'kvm-arm64/concurrent-translation-fault' into kvmarm-master/nextMarc Zyngier2-41/+55
2021-02-12Merge branch 'kvm-arm64/misc-5.12' into kvmarm-master/nextMarc Zyngier2-13/+6
2021-02-12Merge tag 'kvmarm-fixes-5.11-2' into kvmarm-master/nextMarc Zyngier4-49/+70
2021-02-09arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0Marc Zyngier1-0/+3
2021-02-09arm64: Simplify init_el2_state to be non-VHE onlyMarc Zyngier1-1/+1
2021-02-03KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 codeQuentin Perret1-2/+2
2021-02-03KVM: arm64: Correct spelling of DBGDIDR registerAlexandru Elisei1-3/+3
2021-02-03KVM: arm64: Use symbolic names for the PMU versionsMarc Zyngier1-4/+4
2021-02-03KVM: arm64: Upgrade PMU support to ARMv8.4Marc Zyngier2-4/+13
2021-02-03KVM: arm64: Limit the debug architecture to ARMv8.0Marc Zyngier1-0/+3
2021-02-03KVM: arm64: Refactor filtering of ID registersMarc Zyngier1-23/+28
2021-02-03KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registersMarc Zyngier1-3/+9
2021-02-03KVM: arm64: Fix AArch32 PMUv3 cappingMarc Zyngier1-2/+2