summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Introduce a BSS section for use at HypQuentin Perret2021-03-192-1/+14
* KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret2021-03-192-40/+124
* KVM: arm64: Avoid free_page() in page-table allocatorQuentin Perret2021-03-191-5/+5
* KVM: arm64: Initialize kvm_nvhe_init_params earlyQuentin Perret2021-03-191-12/+18
* arm64: kvm: Add standalone ticket spinlock implementation for use at hypWill Deacon2021-03-191-0/+92
* KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon2021-03-191-0/+4
* Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier2021-03-1916-52/+129
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-1416-48/+123
| |\
| | * KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier2021-03-121-2/+1
| | * KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier2021-03-121-4/+8
| | * KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier2021-03-094-6/+13
| | * KVM: arm64: Don't use cbz/adr with external symbolsSami Tolvanen2021-03-091-2/+4
| | * KVM: arm64: Fix range alignment when walking page tablesJia He2021-03-061-0/+1
| | * KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibilityMarc Zyngier2021-03-062-4/+39
| | * KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier2021-03-063-5/+12
| | * KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableMarc Zyngier2021-03-061-3/+6
| | * KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static keyMarc Zyngier2021-03-062-10/+10
| | * KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull2021-03-062-9/+9
| | * KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon2021-03-061-1/+1
| | * KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose2021-03-062-3/+20
| * | arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse2021-03-101-4/+6
* | | KVM: arm64: Fix host's ZCR_EL2 restore on nVHEMarc Zyngier2021-03-181-1/+2
* | | KVM: arm64: Enable SVE support for nVHEDaniel Kiss2021-03-182-9/+0
* | | KVM: arm64: Save/restore SVE state for nVHEMarc Zyngier2021-03-183-28/+23
* | | KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirtyMarc Zyngier2021-03-182-2/+11
* | | KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD stateMarc Zyngier2021-03-181-2/+2
* | | KVM: arm64: Map SVE context at EL2 when availableMarc Zyngier2021-03-181-0/+11
* | | KVM: arm64: Rework SVE host-save/guest-restoreMarc Zyngier2021-03-182-17/+25
* | | KVM: arm64: Introduce vcpu_sve_vq() helperMarc Zyngier2021-03-182-4/+4
* | | KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1Marc Zyngier2021-03-182-2/+3
* | | KVM: arm64: Provide KVM's own save/restore SVE primitivesMarc Zyngier2021-03-182-5/+15
|/ /
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-02-261-1/+1
|\ \
| * | KVM: arm64: make the hyp vector table entries localJoey Gouly2021-02-241-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-2120-150/+754
|\ \ \ | | |/ | |/|
| * | Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-02-1220-150/+754
| |\ \
| | * \ Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/nextMarc Zyngier2021-02-122-38/+61
| | |\ \
| | | * | KVM: arm64: Correct spelling of DBGDIDR registerAlexandru Elisei2021-02-031-3/+3
| | | * | KVM: arm64: Use symbolic names for the PMU versionsMarc Zyngier2021-02-031-4/+4
| | | * | KVM: arm64: Upgrade PMU support to ARMv8.4Marc Zyngier2021-02-032-4/+13
| | | * | KVM: arm64: Limit the debug architecture to ARMv8.0Marc Zyngier2021-02-031-0/+3
| | | * | KVM: arm64: Refactor filtering of ID registersMarc Zyngier2021-02-031-23/+28
| | | * | KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registersMarc Zyngier2021-02-031-3/+9
| | | * | KVM: arm64: Fix AArch32 PMUv3 cappingMarc Zyngier2021-02-031-2/+2
| | | * | KVM: arm64: Fix missing RES1 in emulation of DBGBIDRMarc Zyngier2021-02-031-1/+1
| | | * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-2039-1216/+1741
| | | |\ \
| | * | \ \ Merge branch 'kvm-arm64/rng-5.12' into kvmarm-master/nextMarc Zyngier2021-02-123-1/+92
| | |\ \ \ \
| | | * | | | KVM: arm64: Implement the TRNG hypervisor callArd Biesheuvel2021-01-253-1/+92
| | * | | | | Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/nextMarc Zyngier2021-02-1213-57/+540
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Make gen-hyprel endianness agnosticMarc Zyngier2021-02-012-16/+42
| | | * | | | | KVM: arm64: Remove hyp_symbol_addrDavid Brazdil2021-01-234-17/+17