summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_emulate.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-15Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton1-0/+6
2023-06-15Merge branch kvm-arm64/configurable-id-regs into kvmarm/nextOliver Upton1-6/+1
2023-06-13KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is setMarc Zyngier1-1/+1
2023-06-13KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier1-0/+31
2023-06-13KVM: arm64: Make vCPU feature flags consistent VM-wideOliver Upton1-6/+1
2023-05-21KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is availableMarc Zyngier1-0/+6
2023-02-14Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton1-0/+66
2023-02-14Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton1-4/+0
2023-02-11KVM: arm64: nv: Support virtual EL2 exceptionsJintack Lim1-0/+10
2023-02-11KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU stateChristoffer Dall1-0/+56
2023-01-13KVM: arm64: Always set HCR_TID2Akihiko Odaki1-4/+0
2023-01-03KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier1-10/+10
2023-01-03KVM: arm64: Fix S1PTW handling on RO memslotsMarc Zyngier1-2/+20
2022-06-29KVM: arm64: Warn when PENDING_EXCEPTION and INCREMENT_PC are set togetherMarc Zyngier1-0/+2
2022-06-10KVM: arm64: Move vcpu PC/Exception flags to the input flag setMarc Zyngier1-1/+8
2022-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+0
2022-05-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+3
2022-05-04Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/nextMarc Zyngier1-7/+0
2022-05-03KVM: arm64: Start trapping ID registers for 32 bit guestsOliver Upton1-7/+0
2022-04-29KVM: arm64: Treat ESR_EL2 as a 64-bit registerAlexandru Elisei1-3/+3
2022-04-28KVM: arm64: Inject exception on out-of-IPA-range translation faultMarc Zyngier1-0/+1
2022-04-06KVM: arm64: mixed-width check should be skipped for uninitialized vCPUsReiji Watanabe1-8/+19
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-1/+1
2021-12-20KVM: arm64: Use defined value for SCTLR_ELx_EEFuad Tabba1-1/+1
2021-12-08KVM: arm64: Move vGIC v4 handling for WFI out arch callback hookSean Christopherson1-0/+2
2021-10-12KVM: arm64: Fix reporting of endianess when the access originates at EL0Marc Zyngier1-1/+4
2021-06-22KVM: arm64: Introduce MTE VM featureSteven Price1-0/+3
2021-05-27KVM: arm64: Prevent mixed-width VM creationMarc Zyngier1-0/+5
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-56/+14
2020-12-02KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()Yanan Wang1-0/+5
2020-11-10KVM: arm64: Get rid of the AArch32 register mapping codeMarc Zyngier1-2/+0
2020-11-10KVM: arm64: Consolidate exception injectionMarc Zyngier1-3/+0
2020-11-10KVM: arm64: Remove SPSR manipulation primitivesMarc Zyngier1-26/+0
2020-11-10KVM: arm64: Inject AArch64 exceptions from HYPMarc Zyngier1-0/+12
2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier1-25/+2
2020-11-10KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()Marc Zyngier1-4/+4
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-14/+0
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier1-14/+0
2020-09-18KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()Marc Zyngier1-2/+2
2020-09-18KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier1-2/+10
2020-07-30Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/nextMarc Zyngier1-1/+1
2020-07-30KVM: arm64: Rename kvm_vcpu_dabt_isextabt()Will Deacon1-1/+1
2020-07-28Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier1-17/+17
2020-07-07KVM: arm64: Move SPSR_EL1 to the system register arrayMarc Zyngier1-2/+2
2020-07-07KVM: arm64: Disintegrate SPSR arrayMarc Zyngier1-2/+2
2020-07-07KVM: arm64: Move ELR_EL1 to the system register arrayMarc Zyngier1-21/+0
2020-07-07KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier1-9/+9
2020-07-05KVM: arm64: Rename HSR to ESRGavin Shan1-17/+17
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil1-1/+1
2020-06-11Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-6/+0