index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
nested.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-05
KVM: arm64: nv: Inject a SEA if failed to read the descriptor
Zenghui Yu (Huawei)
1
-1
/
+3
2026-03-05
KVM: arm64: nv: Report addrsz fault at level 0 with a bad VTTBR.BADDR
Zenghui Yu (Huawei)
1
-1
/
+2
2026-03-05
KVM: arm64: nv: Check S2 limits based on implemented PA size
Zenghui Yu (Huawei)
1
-9
/
+11
2026-02-28
Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-32
/
+31
2026-02-25
KVM: arm64: Deduplicate ASID retrieval code
Marc Zyngier
1
-29
/
+31
2026-02-23
KVM: arm64: Revert accidental drop of kvm_uninit_stage2_mmu() for non-NV VMs
Fuad Tabba
1
-3
/
+0
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+4
2026-02-05
Merge branch kvm-arm64/misc-6.20 into kvmarm-master/next
Marc Zyngier
1
-0
/
+12
2026-02-05
KVM: arm64: Add sanitisation to SCTLR_EL2
Marc Zyngier
1
-0
/
+4
2026-02-05
KVM: arm64: Remove all traces of FEAT_TME
Marc Zyngier
1
-5
/
+0
2026-02-05
KVM: arm64: Extend unified RESx handling to runtime sanitisation
Marc Zyngier
1
-9
/
+4
2026-02-05
KVM: arm64: Introduce data structure tracking both RES0 and RES1 bits
Marc Zyngier
1
-65
/
+64
2026-02-02
KVM: arm64: nv: Avoid NV stage-2 code when NV is not supported
Fuad Tabba
1
-0
/
+12
2026-01-15
KVM: arm64: Convert VTCR_EL2 to config-driven sanitisation
Marc Zyngier
1
-2
/
+1
2026-01-15
arm64: Convert VTCR_EL2 to sysreg infratructure
Marc Zyngier
1
-4
/
+4
2025-12-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-39
/
+84
2025-12-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2025-12-01
KVM: arm64: Add endian casting to kvm_swap_s[12]_desc()
Marc Zyngier
1
-4
/
+4
2025-12-01
KVM: arm64: nv: Expose hardware access flag management to NV guests
Oliver Upton
1
-2
/
+4
2025-12-01
KVM: arm64: nv: Implement HW access flag management in stage-2 SW PTW
Oliver Upton
1
-7
/
+37
2025-12-01
KVM: arm64: nv: Use pgtable definitions in stage-2 walk
Oliver Upton
1
-6
/
+15
2025-12-01
KVM: arm64: Handle endianness in read helper for emulated PTW
Oliver Upton
1
-12
/
+20
2025-12-01
KVM: arm64: nv: Stop passing vCPU through void ptr in S2 PTW
Oliver Upton
1
-8
/
+4
2025-12-01
KVM: arm64: Call helper for reading descriptors directly
Oliver Upton
1
-10
/
+8
2025-12-01
KVM: arm64: nv: Advertise support for FEAT_XNX
Oliver Upton
1
-1
/
+0
2025-11-25
KVM: arm64: nv: Forward FEAT_XNX permissions to the shadow stage-2
Oliver Upton
1
-1
/
+4
2025-11-12
arm64: Fix typos and spelling errors in comments
mrigendrachaubey
1
-1
/
+1
2025-10-13
KVM: arm64: nv: Use FGT write trap of MDSCR_EL1 when available
Oliver Upton
1
-3
/
+6
2025-09-30
Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-18
/
+62
2025-09-30
Merge tag 'kvmarm-fixes-6.17-2' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
1
-4
/
+7
2025-09-20
Merge branch kvm-arm64/el2-feature-control into kvmarm-master/next
Marc Zyngier
1
-17
/
+31
2025-09-20
Merge branch kvm-arm64/nv-debug into kvmarm-master/next
Marc Zyngier
1
-0
/
+30
2025-09-20
KVM: arm64: Account for 52bit when computing maximum OA
Marc Zyngier
1
-1
/
+1
2025-09-19
KVM: arm64: nv: Expose up to FEAT_Debugv8p8 to NV-enabled VMs
Oliver Upton
1
-2
/
+5
2025-09-19
KVM: arm64: nv: Advertise FEAT_TIDCP1 to NV-enabled VMs
Oliver Upton
1
-1
/
+0
2025-09-19
KVM: arm64: nv: Advertise FEAT_SpecSEI to NV-enabled VMs
Oliver Upton
1
-1
/
+0
2025-09-19
KVM: arm64: nv: Expose FEAT_TWED to NV-enabled VMs
Oliver Upton
1
-1
/
+0
2025-09-19
KVM: arm64: nv: Expose FEAT_AFP to NV-enabled VMs
Oliver Upton
1
-1
/
+0
2025-09-19
KVM: arm64: nv: Expose FEAT_ECBHB to NV-enabled VMs
Oliver Upton
1
-2
/
+1
2025-09-19
KVM: arm64: nv: Expose FEAT_RASv1p1 via RAS_frac
Oliver Upton
1
-1
/
+0
2025-09-19
KVM: arm64: nv: Expose FEAT_DF2 to NV-enabled VMs
Oliver Upton
1
-1
/
+0
2025-09-19
KVM: arm64: nv: Don't erroneously claim FEAT_DoubleLock for NV VMs
Oliver Upton
1
-1
/
+0
2025-09-19
KVM: arm64: nv: Convert masks to denylists in limit_nv_id_reg()
Oliver Upton
1
-14
/
+33
2025-09-18
KVM: arm64: nv: Apply guest's MDCR traps in nested context
Oliver Upton
1
-0
/
+19
2025-09-18
KVM: arm64: nv: Trap debug registers when in hyp context
Oliver Upton
1
-0
/
+11
2025-09-10
KVM: arm64: nv: Fix incorrect VNCR invalidation range calculation
Dongha Lee
1
-2
/
+2
2025-09-10
KVM: arm64: nv: fix VNCR TLB ASID match logic for non-Global entries
Geonha Lee
1
-1
/
+1
2025-08-29
Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
1
-1
/
+4
2025-08-27
KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfd
Fuad Tabba
1
-6
/
+35
2025-08-05
KVM: arm64: nv: Handle SEAs due to VNCR redirection
Oliver Upton
1
-0
/
+3
[next]