You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge tag 'kvmarm-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
KVM/arm64 fixes for 6.18, take #1
Improvements and bug fixes:
- Fix the handling of ZCR_EL2 in NV VMs
([email protected])
- Pick the correct translation regime when doing a PTW on
the back of a SEA ([email protected])
- Prevent userspace from injecting an event into a vcpu that isn't
initialised yet ([email protected])
- Move timer save/restore to the sysreg handling code, fixing EL2 timer
access in the process ([email protected])
- Add FGT-based trapping of MDSCR_EL1 to reduce the overhead of debug
([email protected])
- Fix trapping configuration when the host isn't GICv3
([email protected])
- Improve the detection of HCR_EL2.E2H being RES1
([email protected])
- Drop a spurious 'break' statement in the S1 PTW
([email protected])
- Don't try to access SPE when owned by EL3
([email protected])
Documentation updates:
- Document the failure modes of event injection
([email protected])
- Document that a GICv3 guest can be created on a GICv5 host
with FEAT_GCIE_LEGACY ([email protected])
Selftest improvements:
- Add a selftest for the effective value of HCR_EL2.AMO
([email protected])
- Address build warning in the timer selftest when building
with clang ([email protected])
- Teach irq_fd selftests about non-x86 architectures
([email protected])
- Add missing sysregs to the set_id_regs selftest
([email protected])
- Fix vcpu allocation in the vgic_lpi_stress selftest
([email protected])
- Correctly enable interrupts in the vgic_lpi_stress selftest
([email protected])
0 commit comments