summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2021-03-24KVM: arm64: Fix CPU interface MMIO compatibility detectionMarc Zyngier
2021-03-24KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-03-12KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier
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
2021-03-09KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier
2021-03-09KVM: arm64: Don't use cbz/adr with external symbolsSami Tolvanen
2021-03-06KVM: arm64: Fix range alignment when walking page tablesJia He
2021-03-06KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibilityMarc Zyngier
2021-03-06KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier
2021-03-06KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableMarc Zyngier
2021-03-06KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static keyMarc Zyngier
2021-03-06KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull
2021-03-06KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon
2021-03-06KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-02-24KVM: arm64: make the hyp vector table entries localJoey Gouly
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-02-12Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/nextMarc Zyngier
2021-02-12Merge branch 'kvm-arm64/rng-5.12' into kvmarm-master/nextMarc Zyngier
2021-02-12Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/nextMarc Zyngier
2021-02-12Merge branch 'kvm-arm64/concurrent-translation-fault' into kvmarm-master/nextMarc Zyngier
2021-02-12Merge branch 'kvm-arm64/misc-5.12' into kvmarm-master/nextMarc Zyngier
2021-02-12Merge tag 'kvmarm-fixes-5.11-2' into kvmarm-master/nextMarc Zyngier
2021-02-09arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0Marc Zyngier
2021-02-09arm64: Simplify init_el2_state to be non-VHE onlyMarc Zyngier
2021-02-03KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 codeQuentin Perret
2021-02-03KVM: arm64: Correct spelling of DBGDIDR registerAlexandru Elisei
2021-02-03KVM: arm64: Use symbolic names for the PMU versionsMarc Zyngier
2021-02-03KVM: arm64: Upgrade PMU support to ARMv8.4Marc Zyngier
2021-02-03KVM: arm64: Limit the debug architecture to ARMv8.0Marc Zyngier
2021-02-03KVM: arm64: Refactor filtering of ID registersMarc Zyngier
2021-02-03KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registersMarc Zyngier
2021-02-03KVM: arm64: Fix AArch32 PMUv3 cappingMarc Zyngier
2021-02-03KVM: arm64: Fix missing RES1 in emulation of DBGBIDRMarc Zyngier
2021-02-01KVM: arm64: Make gen-hyprel endianness agnosticMarc Zyngier
2021-01-28Merge tag 'kvmarm-fixes-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-01-25Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-01-25KVM: arm64: Implement the TRNG hypervisor callArd Biesheuvel
2021-01-25KVM: arm64: Mark the page dirty only if the fault is handled successfullyYanan Wang
2021-01-25KVM: arm64: Filter out the case of only changing permissions from stage-2 map...Yanan Wang
2021-01-25KVM: arm64: Adjust partial code of hyp stage-1 map and guest stage-2 mapYanan Wang
2021-01-25KVM: arm64: Simplify __kvm_hyp_init HVC detectionAndrew Scull
2021-01-25KVM: arm64: Don't clobber x4 in __do_hyp_initAndrew Scull
2021-01-23KVM: arm64: Remove hyp_symbol_addrDavid Brazdil
2021-01-23KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil
2021-01-23KVM: arm64: Fix constant-pool users in hypDavid Brazdil