index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
emulate-nested.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-19
Merge branch 'kvm-arm64/feat-nv3' into next
Oliver Upton
1
-5
/
+13
2026-07-31
KVM: arm64: Add routing for NVHCR_EL2 trap
Marc Zyngier
1
-0
/
+13
2026-07-31
KVM: arm64: Drop __HCRX_EL2_* masks
Marc Zyngier
1
-5
/
+0
2026-06-22
KVM: arm64: Set IL for nested SError injection
Fuad Tabba
1
-1
/
+1
2026-06-22
KVM: arm64: Set IL for injected FPAC exceptions during ERET emulation
Fuad Tabba
1
-1
/
+1
2026-06-17
KVM: arm64: nv: Fix PSTATE construction on illegal exception return
Fuad Tabba
1
-8
/
+24
2026-06-17
KVM: arm64: nv: Write ESR_EL2 for injected nested SError exceptions
Fuad Tabba
1
-0
/
+1
2026-06-12
Merge branch kvm-arm64/vgic-v5-PPI-fixes into kvmarm-master/next
Marc Zyngier
1
-0
/
+8
2026-05-23
KVM: arm64: vgic-v5: Add missing trap handing for NV triage
Sascha Bischoff
1
-0
/
+8
2026-05-21
KVM: arm64: nv: Track L2 to L1 exception emulation
Marc Zyngier
1
-0
/
+4
2026-03-19
KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
Sascha Bischoff
1
-0
/
+68
2026-02-05
Merge branch kvm-arm64/misc-6.20 into kvmarm-master/next
Marc Zyngier
1
-0
/
+1
2026-02-05
Merge branch kvm-arm64/resx into kvmarm-master/next
Marc Zyngier
1
-9
/
+1
2026-02-05
KVM: arm64: Extend unified RESx handling to runtime sanitisation
Marc Zyngier
1
-9
/
+1
2026-01-30
KVM: arm64: nv: Add trap config for DBGWCR<15>_EL1
Zenghui Yu (Huawei)
1
-0
/
+1
2026-01-23
Merge branch kvm-arm64/feat_idst into kvmarm-master/next
Marc Zyngier
1
-0
/
+21
2026-01-22
KVM: arm64: nv: Return correct RES0 bits for FGT registers
Zenghui Yu (Huawei)
1
-1
/
+1
2026-01-22
KVM: arm64: Always populate FGT masks at boot time
Marc Zyngier
1
-9
/
+9
2026-01-15
KVM: arm64: Handle FEAT_IDST for sysregs without specific handlers
Marc Zyngier
1
-0
/
+13
2026-01-15
KVM: arm64: Add trap routing for GMID_EL1
Marc Zyngier
1
-0
/
+8
2026-01-15
KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
Marc Zyngier
1
-23
/
+30
2025-09-20
Merge branch kvm-arm64/misc-6.18 into kvmarm-master/next
Marc Zyngier
1
-0
/
+1
2025-09-19
KVM: arm64: Add trap configs for PMSDSFR_EL1
James Clark
1
-0
/
+1
2025-08-15
KVM: arm64: Correctly populate FAR_EL2 on nested SEA injection
Marc Zyngier
1
-1
/
+1
2025-07-08
KVM: arm64: Route SEAs to the SError vector when EASE is set
Oliver Upton
1
-0
/
+4
2025-07-08
KVM: arm64: nv: Describe trap behavior of SCTLR2_EL1
Oliver Upton
1
-0
/
+12
2025-07-08
KVM: arm64: nv: Honor SError exception routing / masking
Oliver Upton
1
-0
/
+14
2025-07-08
KVM: arm64: nv: Respect exception routing rules for SEAs
Oliver Upton
1
-0
/
+10
2025-07-08
KVM: arm64: Add helper to identify a nested context
Marc Zyngier
1
-7
/
+2
2025-05-23
Merge branch kvm-arm64/nv-nv into kvmarm-master/next
Marc Zyngier
1
-7
/
+0
2025-05-19
KVM: arm64: Handle TSB CSYNC traps
Marc Zyngier
1
-0
/
+1
2025-05-19
KVM: arm64: Add FGT descriptors for FEAT_FGT2
Marc Zyngier
1
-0
/
+83
2025-05-19
KVM: arm64: Allow sysreg ranges for FGT descriptors
Marc Zyngier
1
-81
/
+42
2025-05-19
KVM: arm64: Add trap routing for FEAT_FGT2 registers
Marc Zyngier
1
-0
/
+12
2025-05-19
KVM: arm64: Add sanitisation for FEAT_FGT2 registers
Marc Zyngier
1
-0
/
+22
2025-05-19
KVM: arm64: nv: Remove dead code from ERET handling
Marc Zyngier
1
-7
/
+0
2025-05-10
KVM: arm64: Handle PSB CSYNC traps
Marc Zyngier
1
-0
/
+1
2025-05-10
KVM: arm64: Use KVM-specific HCRX_EL2 RES0 mask
Marc Zyngier
1
-0
/
+5
2025-05-06
KVM: arm64: Add description of FGT bits leading to EC!=0x18
Marc Zyngier
1
-6
/
+30
2025-05-06
KVM: arm64: Compute FGT masks from KVM's own FGT tables
Marc Zyngier
1
-0
/
+106
2025-05-06
KVM: arm64: Simplify handling of negative FGT bits
Marc Zyngier
1
-37
/
+12
2025-05-06
KVM: arm64: Tighten handling of unknown FGT groups
Marc Zyngier
1
-2
/
+3
2025-05-06
arm64: sysreg: Replace HFGxTR_EL2 with HFG{R,W}TR_EL2
Marc Zyngier
1
-77
/
+77
2025-03-19
Merge branch 'kvm-arm64/pmu-fixes' into kvmarm/next
Oliver Upton
1
-2
/
+4
2025-03-17
KVM: arm64: PMU: Assume PMU presence in pmu-emul.c
Akihiko Odaki
1
-2
/
+4
2025-03-03
KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2
Oliver Upton
1
-0
/
+2
2025-03-03
arm64: sysreg: Add layout for ICH_HCR_EL2
Marc Zyngier
1
-8
/
+8
2025-01-17
Merge branch kvm-arm64/nv-timers into kvmarm-master/next
Marc Zyngier
1
-2
/
+56
2025-01-12
Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/next
Marc Zyngier
1
-1
/
+1
2025-01-02
KVM: arm64: nv: Add trap routing for CNTHCTL_EL2.EL1{NVPCT,NVVCT,TVT,TVCT}
Marc Zyngier
1
-2
/
+56
[next]