index
:
kernel/git/stable/linux-stable.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-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
nested.c
Age
Commit message (
Expand
)
Author
3 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
2026-08-19
Merge branch 'kvm-arm64/vtr-patch' into next
Oliver Upton
2026-08-19
Merge branch 'kvm-arm64/vncr-fixes' into next
Oliver Upton
2026-08-19
Merge branch 'kvm-arm64/feat-nv3' into next
Oliver Upton
2026-08-08
KVM: arm64: Add VNCR TLB tracking again
Marc Zyngier
2026-08-08
KVM: arm64: Make VNCR invalidation participate in MMU invalidation retry
Marc Zyngier
2026-08-08
KVM: arm64: Handle VNCR TLB invalidation race with vcpu_put() VNCR unmapping
Marc Zyngier
2026-08-08
KVM: arm64: Correctly handle end of VA space TLBI invalidation
Marc Zyngier
2026-08-08
KVM: arm64: Consider SCTLR_EL2.M when mapping the L1 VNCR page
Marc Zyngier
2026-08-08
KVM: arm64: Handle negative S1 walk levels in VNCR TLB size evaluation
Marc Zyngier
2026-08-08
KVM: arm64: Remove VM-wide VNCR mapping counter
Marc Zyngier
2026-07-31
KVM: arm64: Expose FEAT_NV3 to guests
Marc Zyngier
2026-07-31
KVM: arm64: Add sanitisation for NVHCR_EL2
Marc Zyngier
2026-07-31
KVM: arm64: Expose FEAT_NV2p1 to NV guests
Marc Zyngier
2026-07-21
KVM: arm64: vgic-v3: Kill kvm_vgic_global_state.ich_vtr_el2
Marc Zyngier
2026-07-15
Merge tag 'kvmarm-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2026-06-22
KVM: arm64: nv: Mark VM as bugged for unexpected VNCR abort
Oliver Upton
2026-06-22
KVM: arm64: nv: Inject SEA if guest VNCR isn't normal memory
Oliver Upton
2026-06-22
KVM: arm64: nv: Re-translate VNCR before injecting abort
Oliver Upton
2026-06-22
KVM: arm64: nv: Inject SEA if kvm_translate_vncr() can't resolve PFN
Oliver Upton
2026-06-22
KVM: arm64: nv: Respect read-only PFN when mapping L1 VNCR
Oliver Upton
2026-06-12
Merge tag 'kvmarm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2026-06-12
Merge branch kvm-arm64/nv-mmu-7.2 into kvmarm-master/next
Marc Zyngier
2026-06-10
KVM: arm64: nv: Hold kvm->mmu_lock while initialising vcpu->arch.vncr_tlb
Marc Zyngier
2026-06-10
KVM: arm64: nv: Avoid dereferencing NULL VNCR pseudo-TLB
Marc Zyngier
2026-06-05
KVM: arm64: Reassign nested_mmus array behind mmu_lock
Hyunwoo Kim
2026-06-03
KVM: arm64: nv: Inject SEA TTW when desc update can't write to GPA
Oliver Upton
2026-06-03
KVM: arm64: nv: Fully update VNCR fixmap state in kvm_translate_vncr()
Oliver Upton
2026-06-03
KVM: arm64: Don't leak PFN when kvm_translate_vncr() races MMU notifier
Oliver Upton
2026-05-29
KVM: arm64: Correctly cap ZCR_EL2 provided by a guest hypervisor
Mark Brown
2026-05-28
KVM: arm64: Fallback to a supported value for unsupported guest TGx
Wei-Lin Chang
2026-05-28
KVM: arm64: nv: Use literal granule size in TLBI range calculation
Wei-Lin Chang
2026-05-28
KVM: arm64: Factor out TG0/1 decoding of VTCR and TCR
Wei-Lin Chang
2026-05-28
KVM: arm64: nv: Rename vtcr_to_walk_info() to setup_s2_walk()
Wei-Lin Chang
2026-04-08
Merge branch kvm-arm64/nv-s2-debugfs into kvmarm-master/next
Marc Zyngier
2026-03-23
KVM: arm64: nv: Expose shadow page tables in debugfs
Wei-Lin Chang
2026-03-19
KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
Sascha Bischoff
2026-03-05
KVM: arm64: nv: Inject a SEA if failed to read the descriptor
Zenghui Yu (Huawei)
2026-03-05
KVM: arm64: nv: Report addrsz fault at level 0 with a bad VTTBR.BADDR
Zenghui Yu (Huawei)
2026-03-05
KVM: arm64: nv: Check S2 limits based on implemented PA size
Zenghui Yu (Huawei)
2026-02-28
Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2026-02-25
KVM: arm64: Deduplicate ASID retrieval code
Marc Zyngier
2026-02-23
KVM: arm64: Revert accidental drop of kvm_uninit_stage2_mmu() for non-NV VMs
Fuad Tabba
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-05
Merge branch kvm-arm64/misc-6.20 into kvmarm-master/next
Marc Zyngier
2026-02-05
KVM: arm64: Add sanitisation to SCTLR_EL2
Marc Zyngier
2026-02-05
KVM: arm64: Remove all traces of FEAT_TME
Marc Zyngier
2026-02-05
KVM: arm64: Extend unified RESx handling to runtime sanitisation
Marc Zyngier
2026-02-05
KVM: arm64: Introduce data structure tracking both RES0 and RES1 bits
Marc Zyngier
2026-02-02
KVM: arm64: nv: Avoid NV stage-2 code when NV is not supported
Fuad Tabba
[next]