summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/sys_regs_generic_v8.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-05KVM: arm64: Remove the target tableJames Morse1-55/+0
2020-07-05KVM: arm64: Move ACTLR_EL1 emulation to the sys_reg_descs arrayJames Morse1-30/+0
2020-07-05KVM: arm64: Drop the target_table[] indirectionJames Morse1-13/+2
2020-06-09KVM: arm64: Add emulation for 32bit guests accessing ACTLR2James Morse1-0/+10
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-03-19KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall1-2/+2
2017-03-22KVM: arm64: Use common sysreg definitionsMark Rutland1-3/+1
2016-09-09arm64/kvm: use {read,write}_sysreg()Mark Rutland1-4/+2
2015-12-04arm64: KVM: Correctly handle zero register in system register accessesPavel Fedin1-1/+1
2015-12-04arm64: KVM: Remove const from struct sys_reg_paramsPavel Fedin1-1/+1
2015-08-12arm64/kvm: Add generic v8 KVM targetSuzuki K. Poulose1-0/+2
2014-05-25arm64: KVM: Enable minimalistic support for Cortex-A53Marc Zyngier1-0/+2
2013-12-28arm64: KVM: Support X-Gene guest VCPU on APM X-Gene hostAnup Patel1-0/+3
2013-06-12arm64: KVM: CPU specific 32bit coprocessor accessMarc Zyngier1-0/+10
2013-06-07arm64: KVM: CPU specific system registers handlingMarc Zyngier1-0/+85