index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
nvhe
/
sys_regs.c
Age
Commit message (
Expand
)
Author
2026-01-15
KVM: arm64: pkvm: Report optional ID register traps with a 0x18 syndrome
Marc Zyngier
2026-01-15
KVM: arm64: pkvm: Add a generic synchronous exception injection primitive
Marc Zyngier
2026-01-15
arm64: Repaint ID_AA64MMFR2_EL1.IDS description
Marc Zyngier
2025-11-24
KVM: arm64: vgic-v3: Fix GICv3 trapping in protected mode
Marc Zyngier
2025-09-10
KVM: arm64: Fix parameter ordering for VBAR_EL1 assignment
Fuad Tabba
2025-08-08
KVM: arm64: Sync protected guest VBAR_EL1 on injecting an undef exception
Fuad Tabba
2025-08-08
KVM: arm64: Handle AIDR_EL1 and REVIDR_EL1 in host for protected VMs
Fuad Tabba
2024-12-20
KVM: arm64: Remove fixed_config.h header
Fuad Tabba
2024-12-20
KVM: arm64: Rework specifying restricted features for protected VMs
Fuad Tabba
2024-12-20
KVM: arm64: Set protected VM traps based on its view of feature registers
Fuad Tabba
2024-12-20
KVM: arm64: Initialize feature id registers for protected VMs
Fuad Tabba
2024-12-20
KVM: arm64: Consolidate allowed and restricted VM feature checks
Marc Zyngier
2024-07-04
KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1
Anshuman Khandual
2023-04-04
KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs
Fuad Tabba
2023-02-02
KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHE
Quentin Perret
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant names
Mark Brown
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64PFR0_EL1 definition names
Mark Brown
2022-08-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-07-05
arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 definition names
Mark Brown
2022-07-05
arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition names
Mark Brown
2022-06-29
Merge branch kvm-arm64/burn-the-flags into kvmarm-master/next
Marc Zyngier
2022-06-10
KVM: arm64: Move vcpu PC/Exception flags to the input flag set
Marc Zyngier
2022-06-09
KVM: arm64: Handle all ID registers trapped for a protected VM
Marc Zyngier
2022-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-05-10
KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE
Oliver Upton
2022-04-29
KVM: arm64: Treat ESR_EL2 as a 64-bit register
Alexandru Elisei
2022-02-25
arm64: Add support of PAuth QARMA3 architected algorithm
Vladimir Murzin
2021-11-08
KVM: arm64: nvhe: Fix a non-kernel-doc comment
Randy Dunlap
2021-10-18
KVM: arm64: pkvm: Move kvm_handle_pvm_restricted around
Marc Zyngier
2021-10-18
KVM: arm64: pkvm: Consolidate include files
Marc Zyngier
2021-10-18
KVM: arm64: pkvm: Handle GICv3 traps as required
Marc Zyngier
2021-10-18
KVM: arm64: pkvm: Drop sysregs that should never be routed to the host
Marc Zyngier
2021-10-18
KVM: arm64: pkvm: Drop AArch32-specific registers
Marc Zyngier
2021-10-18
KVM: arm64: pkvm: Make the ERR/ERX*_EL1 registers RAZ/WI
Marc Zyngier
2021-10-18
KVM: arm64: pkvm: Use a single function to expose all id-regs
Marc Zyngier
2021-10-11
KVM: arm64: Move sanitized copies of CPU features
Fuad Tabba
2021-10-11
KVM: arm64: Add handlers for protected VM System Registers
Fuad Tabba