summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/sys_regs.c
AgeCommit message (Expand)Author
2024-12-20KVM: arm64: Remove fixed_config.h headerFuad Tabba
2024-12-20KVM: arm64: Rework specifying restricted features for protected VMsFuad Tabba
2024-12-20KVM: arm64: Set protected VM traps based on its view of feature registersFuad Tabba
2024-12-20KVM: arm64: Initialize feature id registers for protected VMsFuad Tabba
2024-12-20KVM: arm64: Consolidate allowed and restricted VM feature checksMarc Zyngier
2024-07-04KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1Anshuman Khandual
2023-04-04KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMsFuad Tabba
2023-02-02KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHEQuentin Perret
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant namesMark Brown
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition namesMark Brown
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-07-05arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 definition namesMark Brown
2022-07-05arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition namesMark Brown
2022-06-29Merge branch kvm-arm64/burn-the-flags into kvmarm-master/nextMarc Zyngier
2022-06-10KVM: arm64: Move vcpu PC/Exception flags to the input flag setMarc Zyngier
2022-06-09KVM: arm64: Handle all ID registers trapped for a protected VMMarc Zyngier
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-05-10KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVEOliver Upton
2022-04-29KVM: arm64: Treat ESR_EL2 as a 64-bit registerAlexandru Elisei
2022-02-25arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin
2021-11-08KVM: arm64: nvhe: Fix a non-kernel-doc commentRandy Dunlap
2021-10-18KVM: arm64: pkvm: Move kvm_handle_pvm_restricted aroundMarc Zyngier
2021-10-18KVM: arm64: pkvm: Consolidate include filesMarc Zyngier
2021-10-18KVM: arm64: pkvm: Handle GICv3 traps as requiredMarc Zyngier
2021-10-18KVM: arm64: pkvm: Drop sysregs that should never be routed to the hostMarc Zyngier
2021-10-18KVM: arm64: pkvm: Drop AArch32-specific registersMarc Zyngier
2021-10-18KVM: arm64: pkvm: Make the ERR/ERX*_EL1 registers RAZ/WIMarc Zyngier
2021-10-18KVM: arm64: pkvm: Use a single function to expose all id-regsMarc Zyngier
2021-10-11KVM: arm64: Move sanitized copies of CPU featuresFuad Tabba
2021-10-11KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba