summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_arm.h
AgeCommit message (Expand)Author
2023-12-18Merge branch kvm-arm64/fgt-rework into kvmarm-master/nextMarc Zyngier
2023-12-18KVM: arm64: Define FGT nMASK bits relative to other fieldsFuad Tabba
2023-12-18KVM: arm64: Use generated FGT RES0 bits instead of specifying themFuad Tabba
2023-12-18KVM: arm64: Update and fix FGT register masksFuad Tabba
2023-12-18KVM: arm64: Add bit masks for HAFGRTR_EL2Fuad Tabba
2023-11-27KVM: arm64: Add new (V)TCR_EL2 field definitions for FEAT_LPA2Ryan Roberts
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-10-12KVM: arm64: Add nPIR{E0}_EL1 to HFG trapsJoey Gouly
2023-10-09KVM: arm64: Expose MOPS instructions to guestsKristina Martsenko
2023-08-28Merge branch kvm-arm64/6.6/misc into kvmarm-master/nextMarc Zyngier
2023-08-17KVM: arm64: nv: Add support for HCRX_EL2Marc Zyngier
2023-08-17KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2Marc Zyngier
2023-08-17KVM: arm64: nv: Add trap forwarding for HFGITR_EL2Marc Zyngier
2023-08-17KVM: arm64: Restructure FGT register switchingMarc Zyngier
2023-08-17KVM: arm64: Add missing HCR_EL2 trap bitsMarc Zyngier
2023-07-28KVM: arm64: Drop HCR_VIRT_EXCP_MASKZenghui Yu
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-06-15Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2023-06-12KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier
2023-06-06arm64: disable EL2 traps for PIEJoey Gouly
2023-06-05arm64: mops: don't disable host MOPS instructions from EL2Kristina Martsenko
2023-06-05KVM: arm64: switch HCRX_EL2 between host and guestKristina Martsenko
2023-06-05KVM: arm64: initialize HCRX_EL2Kristina Martsenko
2023-05-21KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is availableMarc Zyngier
2023-02-13Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton
2023-02-11KVM: arm64: nv: Handle trapped ERET from virtual EL2Christoffer Dall
2023-02-11KVM: arm64: nv: Support virtual EL2 exceptionsJintack Lim
2023-01-12KVM: arm64: Kill CPACR_EL1_TTA definitionMarc Zyngier
2023-01-12KVM: arm64: Always set HCR_TID2Akihiko Odaki
2023-01-03KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier
2022-12-05Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier
2022-11-11KVM: arm64: Consolidate stage-2 initialisation into a single functionQuentin Perret
2022-11-10KVM: arm64: Fix PAR_TO_HPFAR() to work independently of PA_BITS.Ryan Roberts
2022-05-04Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/nextMarc Zyngier
2022-05-03KVM: arm64: Start trapping ID registers for 32 bit guestsOliver Upton
2022-04-22arm64/sme: System register and exception syndrome definitionsMark Brown
2022-02-25arm64: Always use individual bits in CPACR floating point enablesMark Brown
2022-02-25arm64: Define CPACR_EL1_FPEN similarly to other floating point controlsMark Brown
2021-11-25KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1Catalin Marinas
2021-10-11KVM: arm64: Add missing field descriptor for MDCR_EL2Fuad Tabba
2021-08-20KVM: arm64: Add config register bit definitionsFuad Tabba
2021-08-20KVM: arm64: Fix names of config register fieldsFuad Tabba
2021-08-20KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba
2021-06-22KVM: arm64: Save/restore MTE registersSteven Price
2021-04-06arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose
2021-03-24KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose
2020-12-04KVM: arm64: Trap host SMCs in protected modeDavid Brazdil
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon