index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
emulate-nested.c
Age
Commit message (
Expand
)
Author
2024-05-30
KVM: arm64: nv: Fix relative priorities of exceptions generated by ERETAx
Marc Zyngier
2024-04-20
KVM: arm64: nv: Handle ERETA[AB] instructions
Marc Zyngier
2024-04-20
KVM: arm64: nv: Fast-track 'InHost' exception returns
Marc Zyngier
2024-04-20
KVM: arm64: nv: Add trap forwarding for ERET and SMC
Marc Zyngier
2024-02-19
KVM: arm64: Propagate and handle Fine-Grained UNDEF bits
Marc Zyngier
2024-02-19
KVM: arm64: Add Fine-Grained UNDEF tracking information
Marc Zyngier
2024-02-19
KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
Marc Zyngier
2024-02-19
KVM: arm64: Use the xarray as the primary sysreg/sysinsn walker
Marc Zyngier
2024-02-19
KVM: arm64: Register AArch64 system register entries with the sysreg xarray
Marc Zyngier
2024-02-19
KVM: arm64: nv: Turn encoding ranges into discrete XArray stores
Marc Zyngier
2024-02-19
KVM: arm64: nv: Correctly handle negative polarity FGTs
Marc Zyngier
2024-02-19
KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers
Marc Zyngier
2024-02-19
KVM: arm64: nv: Drop sanitised_sys_reg() helper
Marc Zyngier
2023-12-18
KVM: arm64: Handle HAFGRTR_EL2 trapping in nested virt
Fuad Tabba
2023-12-18
KVM: arm64: Add missing HFGITR_EL2 FGT entries to nested virt
Fuad Tabba
2023-12-18
KVM: arm64: Add missing HFGxTR_EL2 FGT entries to nested virt
Fuad Tabba
2023-10-31
Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-10-25
KVM: arm64: Refine _EL2 system register list that require trap reinjection
Miguel Luis
2023-10-12
KVM: arm64: Add nPIR{E0}_EL1 to HFG traps
Joey Gouly
2023-08-23
KVM: arm64: nv: Add trap description for SPSR_EL2 and ELR_EL2
Marc Zyngier
2023-08-17
KVM: arm64: nv: Add support for HCRX_EL2
Marc Zyngier
2023-08-17
KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2
Marc Zyngier
2023-08-17
KVM: arm64: nv: Add trap forwarding for HFGITR_EL2
Marc Zyngier
2023-08-17
KVM: arm64: nv: Add trap forwarding for HFGxTR_EL2
Marc Zyngier
2023-08-17
KVM: arm64: nv: Add fine grained trap forwarding infrastructure
Marc Zyngier
2023-08-17
KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2
Marc Zyngier
2023-08-17
KVM: arm64: nv: Add trap forwarding for MDCR_EL2
Marc Zyngier
2023-08-17
KVM: arm64: nv: Add trap forwarding for HCR_EL2
Marc Zyngier
2023-08-17
KVM: arm64: nv: Add trap forwarding infrastructure
Marc Zyngier
2023-02-11
KVM: arm64: nv: Support virtual EL2 exceptions
Jintack Lim