aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
10 daysKVM: arm64: Reject guest_memfd memslots when the VM has MTEAlexandru Elisei2-6/+23
10 daysKVM: arm64: Add missing hyp_enter when trapping sysregVincent Donnefort2-0/+2
10 daysKVM: arm64: Fix hyp_trace_desc allocation size in hyp_trace_load()Vincent Donnefort1-3/+7
10 daysKVM: arm64: Fix potential leak in hyp_trace_buffer_alloc_bpages_backingVincent Donnefort1-1/+8
10 daysKVM: arm64: Fix hyp_trace clock disablingVincent Donnefort1-8/+8
10 daysKVM: arm64: vgic: Mitigate potential LPI registration failureCarlos López1-1/+2
10 daysKVM: arm64: vgic: Fix race between LPI release and re-registrationCarlos López2-18/+24
12 daysKVM: arm64: vgic: Avoid double-deactivate of IRQs in the nested contextD Scott Phillips1-1/+7
2026-07-15Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini4-23/+45
2026-07-15Merge tag 'kvmarm-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini9-126/+140
2026-07-07KVM: arm64: Fix propagation of TLBI level in kvm_pgtable_stage2_relax_perms()Marc Zyngier1-2/+3
2026-07-07KVM: arm64: Zero out the stack initialized data in the FFA handlerSebastian Ene1-1/+1
2026-07-07KVM: arm64: Ensure FFA ranges are page alignedMostafa Saleh1-2/+2
2026-07-07KVM: arm64: Validate the offset to the mem access descriptorSebastian Ene1-8/+19
2026-07-07KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()Mostafa Saleh1-3/+8
2026-07-06KVM: arm64: Fix sign-extension of MMIO loadsFuad Tabba1-3/+4
2026-07-06KVM: arm64: Only update XN attr when requested during S2 relaxationOliver Upton1-5/+7
2026-07-06KVM: arm64: Ensure level is always initialized when relaxing permsOliver Upton1-1/+1
2026-07-06KVM: Move kvm_io_bus_get_dev() locking responsibilities to callersMarc Zyngier1-0/+2
2026-06-22KVM: arm64: account pKVM reclaim against the VM mmBradley Morgan1-1/+1
2026-06-22KVM: arm64: Set IL in fake ESR for pKVM memory sharing exitFuad Tabba1-1/+2
2026-06-22KVM: arm64: Set IL for nested SError injectionFuad Tabba1-1/+1
2026-06-22KVM: arm64: Set IL for emulated SError injectionFuad Tabba1-1/+1
2026-06-22KVM: arm64: Set IL for injected FPAC exceptions during ERET emulationFuad Tabba1-1/+1
2026-06-22KVM: arm64: Unconditionally set IL for injected abort exceptionsFuad Tabba1-4/+3
2026-06-22KVM: arm64: Unconditionally set IL for injected undefined exceptionsFuad Tabba1-8/+1
2026-06-22KVM: arm64: Set ESR_ELx.IL for injected undefined exceptions at EL2Fuad Tabba1-1/+1
2026-06-22KVM: arm64: nv: Mark VM as bugged for unexpected VNCR abortOliver Upton1-2/+2
2026-06-22KVM: arm64: nv: Inject SEA if guest VNCR isn't normal memoryOliver Upton1-0/+11
2026-06-22KVM: arm64: nv: Re-translate VNCR before injecting abortOliver Upton1-69/+42
2026-06-22KVM: arm64: nv: Inject SEA if kvm_translate_vncr() can't resolve PFNOliver Upton2-12/+6
2026-06-22KVM: arm64: nv: Respect read-only PFN when mapping L1 VNCROliver Upton1-10/+26
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds27-427/+609
2026-06-17KVM: arm64: nv: Fix PSTATE construction on illegal exception returnFuad Tabba1-8/+24
2026-06-17KVM: arm64: Sync SPSR_EL1 when injecting an exception into a pVMFuad Tabba1-0/+1
2026-06-17KVM: arm64: nv: Write ESR_EL2 for injected nested SError exceptionsFuad Tabba1-0/+1
2026-06-17KVM: arm64: nv: Drop bogus WARN for write to ZCR_EL2Oliver Upton1-2/+0
2026-06-17KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()Weiming Shi1-3/+6
2026-06-17KVM: arm64: vgic: Check the interrupt is still ours before migrating itHyunwoo Kim1-5/+6
2026-06-17KVM: arm64: vgic: Handle race between interrupt affinity change and LPI disab...Marc Zyngier1-1/+8
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/ar...Linus Torvalds10-68/+42
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds2-7/+7
2026-06-14Merge branch 'for-next/mm' into for-next/coreWill Deacon1-0/+5
2026-06-12Merge tag 'kvmarm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini27-427/+609
2026-06-12Merge branch kvm-arm64/nv-mmu-7.2 into kvmarm-master/nextMarc Zyngier4-39/+73
2026-06-12Merge branch kvm-arm64/misc-7.2 into kvmarm-master/nextMarc Zyngier8-21/+18
2026-06-12Merge branch kvm-arm64/vgic-v5-PPI-fixes into kvmarm-master/nextMarc Zyngier9-173/+102
2026-06-12Merge branch kvm-arm64/pkvm-fixes-7.2 into kvmarm-master/nextMarc Zyngier7-24/+99
2026-06-12Merge branch kvm-arm64/nv-granule-sizes into kvmarm-master/nextMarc Zyngier2-73/+196
2026-06-12Merge branch kvm-arm64/nv-fp-elision into kvmarm-master/nextMarc Zyngier2-0/+30