index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
emulate-nested.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: Correctly populate FAR_EL2 on nested SEA injection
Marc Zyngier
2025-08-15
1
-1
/
+1
*
KVM: arm64: Route SEAs to the SError vector when EASE is set
Oliver Upton
2025-07-08
1
-0
/
+4
*
KVM: arm64: nv: Describe trap behavior of SCTLR2_EL1
Oliver Upton
2025-07-08
1
-0
/
+12
*
KVM: arm64: nv: Honor SError exception routing / masking
Oliver Upton
2025-07-08
1
-0
/
+14
*
KVM: arm64: nv: Respect exception routing rules for SEAs
Oliver Upton
2025-07-08
1
-0
/
+10
*
KVM: arm64: Add helper to identify a nested context
Marc Zyngier
2025-07-08
1
-7
/
+2
*
Merge branch kvm-arm64/nv-nv into kvmarm-master/next
Marc Zyngier
2025-05-23
1
-7
/
+0
|
\
|
*
KVM: arm64: nv: Remove dead code from ERET handling
Marc Zyngier
2025-05-19
1
-7
/
+0
*
|
KVM: arm64: Handle TSB CSYNC traps
Marc Zyngier
2025-05-19
1
-0
/
+1
*
|
KVM: arm64: Add FGT descriptors for FEAT_FGT2
Marc Zyngier
2025-05-19
1
-0
/
+83
*
|
KVM: arm64: Allow sysreg ranges for FGT descriptors
Marc Zyngier
2025-05-19
1
-81
/
+42
*
|
KVM: arm64: Add trap routing for FEAT_FGT2 registers
Marc Zyngier
2025-05-19
1
-0
/
+12
*
|
KVM: arm64: Add sanitisation for FEAT_FGT2 registers
Marc Zyngier
2025-05-19
1
-0
/
+22
*
|
KVM: arm64: Handle PSB CSYNC traps
Marc Zyngier
2025-05-10
1
-0
/
+1
*
|
KVM: arm64: Use KVM-specific HCRX_EL2 RES0 mask
Marc Zyngier
2025-05-10
1
-0
/
+5
*
|
KVM: arm64: Add description of FGT bits leading to EC!=0x18
Marc Zyngier
2025-05-06
1
-6
/
+30
*
|
KVM: arm64: Compute FGT masks from KVM's own FGT tables
Marc Zyngier
2025-05-06
1
-0
/
+106
*
|
KVM: arm64: Simplify handling of negative FGT bits
Marc Zyngier
2025-05-06
1
-37
/
+12
*
|
KVM: arm64: Tighten handling of unknown FGT groups
Marc Zyngier
2025-05-06
1
-2
/
+3
*
|
arm64: sysreg: Replace HFGxTR_EL2 with HFG{R,W}TR_EL2
Marc Zyngier
2025-05-06
1
-77
/
+77
|
/
*
Merge branch 'kvm-arm64/pmu-fixes' into kvmarm/next
Oliver Upton
2025-03-19
1
-2
/
+4
|
\
|
*
KVM: arm64: PMU: Assume PMU presence in pmu-emul.c
Akihiko Odaki
2025-03-17
1
-2
/
+4
*
|
KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2
Oliver Upton
2025-03-03
1
-0
/
+2
*
|
arm64: sysreg: Add layout for ICH_HCR_EL2
Marc Zyngier
2025-03-03
1
-8
/
+8
|
/
*
Merge branch kvm-arm64/nv-timers into kvmarm-master/next
Marc Zyngier
2025-01-17
1
-2
/
+56
|
\
|
*
KVM: arm64: nv: Add trap routing for CNTHCTL_EL2.EL1{NVPCT,NVVCT,TVT,TVCT}
Marc Zyngier
2025-01-02
1
-2
/
+56
*
|
Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/next
Marc Zyngier
2025-01-12
1
-1
/
+1
|
\
\
|
*
|
arm64/sysreg: Get rid of CPACR_ELx SysregFields
Marc Zyngier
2024-12-19
1
-1
/
+1
|
|
/
*
/
KVM: arm64: nv: Honor MDCR_EL2.TDE routing for debug exceptions
Oliver Upton
2024-12-20
1
-4
/
+19
|
/
*
Merge branch kvm-arm64/nv-pmu into kvmarm/next
Oliver Upton
2024-11-11
1
-114
/
+175
|
\
|
*
KVM: arm64: nv: Reprogram PMU events affected by nested transition
Oliver Upton
2024-10-31
1
-0
/
+4
|
*
KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMN
Oliver Upton
2024-10-31
1
-64
/
+96
|
*
KVM: arm64: nv: Honor MDCR_EL2.{TPM, TPMCR} in Host EL0
Oliver Upton
2024-10-31
1
-2
/
+4
|
*
KVM: arm64: nv: Reinject traps that take effect in Host EL0
Oliver Upton
2024-10-31
1
-4
/
+25
|
*
KVM: arm64: nv: Rename BEHAVE_FORWARD_ANY
Oliver Upton
2024-10-31
1
-46
/
+47
|
*
KVM: arm64: nv: Allow coarse-grained trap combos to use complex traps
Oliver Upton
2024-10-31
1
-1
/
+2
*
|
KVM: arm64: Subject S1PIE/S1POE registers to HCR_EL2.{TVM,TRVM}
Marc Zyngier
2024-10-31
1
-0
/
+4
*
|
KVM: arm64: Drop bogus CPTR_EL2.E0POE trap routing
Marc Zyngier
2024-10-31
1
-8
/
+0
|
/
*
Merge branch kvm-arm64/nv-at-pan into kvmarm-master/next
Marc Zyngier
2024-09-12
1
-0
/
+2
|
\
|
*
KVM: arm64: nv: Add support for FEAT_ATS1A
Marc Zyngier
2024-08-30
1
-0
/
+2
*
|
Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/next
Marc Zyngier
2024-09-12
1
-5
/
+66
|
\
\
|
*
|
KVM: arm64: Add trap routing information for ICH_HCR_EL2
Marc Zyngier
2024-08-27
1
-5
/
+66
|
|
/
*
/
KVM: arm64: Honor trap routing for FPMR
Marc Zyngier
2024-08-27
1
-0
/
+8
|
/
*
Merge branch kvm-arm64/nv-tcr2 into kvmarm/next
Oliver Upton
2024-07-14
1
-0
/
+13
|
\
|
*
KVM: arm64: Honor trap routing for TCR2_EL1
Marc Zyngier
2024-06-27
1
-0
/
+13
*
|
KVM: arm64: nv: Add trap description for CPTR_EL2
Marc Zyngier
2024-06-20
1
-0
/
+91
|
/
*
KVM: arm64: nv: Fix relative priorities of exceptions generated by ERETAx
Marc Zyngier
2024-05-30
1
-10
/
+11
*
KVM: arm64: nv: Handle ERETA[AB] instructions
Marc Zyngier
2024-04-20
1
-2
/
+20
*
KVM: arm64: nv: Fast-track 'InHost' exception returns
Marc Zyngier
2024-04-20
1
-26
/
+3
*
KVM: arm64: nv: Add trap forwarding for ERET and SMC
Marc Zyngier
2024-04-20
1
-0
/
+27
[next]