summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
4 hoursMerge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Mark Brown
5 hoursKVM: arm64: Zero out the stack initialized data in the FFA handlerSebastian Ene
5 hoursKVM: arm64: Ensure FFA ranges are page alignedMostafa Saleh
5 hoursKVM: arm64: Validate the offset to the mem access descriptorSebastian Ene
5 hoursKVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()Mostafa Saleh
23 hoursKVM: arm64: Fix sign-extension of MMIO loadsFuad Tabba
23 hoursKVM: arm64: Only update XN attr when requested during S2 relaxationOliver Upton
23 hoursKVM: arm64: Ensure level is always initialized when relaxing permsOliver Upton
23 hoursKVM: Move kvm_io_bus_get_dev() locking responsibilities to callersMarc Zyngier
2026-06-22KVM: arm64: account pKVM reclaim against the VM mmBradley Morgan
2026-06-22KVM: arm64: Set IL in fake ESR for pKVM memory sharing exitFuad Tabba
2026-06-22KVM: arm64: Set IL for nested SError injectionFuad Tabba
2026-06-22KVM: arm64: Set IL for emulated SError injectionFuad Tabba
2026-06-22KVM: arm64: Set IL for injected FPAC exceptions during ERET emulationFuad Tabba
2026-06-22KVM: arm64: Unconditionally set IL for injected abort exceptionsFuad Tabba
2026-06-22KVM: arm64: Unconditionally set IL for injected undefined exceptionsFuad Tabba
2026-06-22KVM: arm64: Set ESR_ELx.IL for injected undefined exceptions at EL2Fuad Tabba
2026-06-22KVM: arm64: nv: Mark VM as bugged for unexpected VNCR abortOliver Upton
2026-06-22KVM: arm64: nv: Inject SEA if guest VNCR isn't normal memoryOliver Upton
2026-06-22KVM: arm64: nv: Re-translate VNCR before injecting abortOliver Upton
2026-06-22KVM: arm64: nv: Inject SEA if kvm_translate_vncr() can't resolve PFNOliver Upton
2026-06-22KVM: arm64: nv: Respect read-only PFN when mapping L1 VNCROliver Upton
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-06-17KVM: arm64: nv: Fix PSTATE construction on illegal exception returnFuad Tabba
2026-06-17KVM: arm64: Sync SPSR_EL1 when injecting an exception into a pVMFuad Tabba
2026-06-17KVM: arm64: nv: Write ESR_EL2 for injected nested SError exceptionsFuad Tabba
2026-06-17KVM: arm64: nv: Drop bogus WARN for write to ZCR_EL2Oliver Upton
2026-06-17KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()Weiming Shi
2026-06-17KVM: arm64: vgic: Check the interrupt is still ours before migrating itHyunwoo Kim
2026-06-17KVM: arm64: vgic: Handle race between interrupt affinity change and LPI disab...Marc Zyngier
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/ar...Linus Torvalds
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds
2026-06-14Merge branch 'for-next/mm' into for-next/coreWill Deacon
2026-06-12Merge tag 'kvmarm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2026-06-12Merge branch kvm-arm64/nv-mmu-7.2 into kvmarm-master/nextMarc Zyngier
2026-06-12Merge branch kvm-arm64/misc-7.2 into kvmarm-master/nextMarc Zyngier
2026-06-12Merge branch kvm-arm64/vgic-v5-PPI-fixes into kvmarm-master/nextMarc Zyngier
2026-06-12Merge branch kvm-arm64/pkvm-fixes-7.2 into kvmarm-master/nextMarc Zyngier
2026-06-12Merge branch kvm-arm64/nv-granule-sizes into kvmarm-master/nextMarc Zyngier
2026-06-12Merge branch kvm-arm64/nv-fp-elision into kvmarm-master/nextMarc Zyngier
2026-06-12Merge branch kvm-arm64/no-lazy-vgic-init into kvmarm-master/nextMarc Zyngier
2026-06-12KVM: arm64: vgic-its: Make ABI commit helpers return voidJackie Liu
2026-06-10KVM: arm64: nv: Hold kvm->mmu_lock while initialising vcpu->arch.vncr_tlbMarc Zyngier
2026-06-10KVM: arm64: nv: Avoid dereferencing NULL VNCR pseudo-TLBMarc Zyngier
2026-06-07KVM: arm64: Fix block mapping validity check in stage-1 walkerWei-Lin Chang
2026-06-07KVM: arm64: Roll back partial shares on kvm_share_hyp() failuretabba@google.com
2026-06-07KVM: arm64: Avoid host/hyp share desync on unshare hypercall failuretabba@google.com
2026-06-07KVM: arm64: Free hyp-share tracking node when share hypercall failstabba@google.com
2026-06-07KVM: arm64: Flush HCR_EL2.VSE to deliver SErrors to pKVM gueststabba@google.com
2026-06-07KVM: arm64: Bound used_lrs when flushing the pKVM hyp vCPUHyunwoo Kim