summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2026-07-31KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisationMarc Zyngier
2026-07-31KVM: arm64: Drop __HCRX_EL2_* masksMarc Zyngier
2026-07-31KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDEMarc Zyngier
2026-07-31KVM: arm64: Don't WARN on pKVM stage-2 map failuresFuad Tabba
2026-07-31KVM: arm64: Skip pKVM stage-2 flush when FWB is enabledFuad Tabba
2026-07-31KVM: arm64: Top up stage-2 memcache for dirty logging faultsBradley Morgan
2026-07-31KVM: arm64: Top up the memcache for pKVM permission faultsFuad Tabba
2026-07-31KVM: arm64: Skip cache maintenance for non-cacheable pKVM mappingsBradley Morgan
2026-07-30KVM: arm64: Implement lazy vCPU state sync for non-protected guestsFuad Tabba
2026-07-30KVM: arm64: Add primitives to flush/sync the VGIC state at EL2Marc Zyngier
2026-07-30KVM: arm64: Minimise EL2's exposure of host VGIC state during world switchMarc Zyngier
2026-07-30KVM: arm64: Add host and hypervisor vCPU lookup primitivesMarc Zyngier
2026-07-30KVM: arm64: Move PSCI helper functions to a shared headerFuad Tabba
2026-07-30KVM: arm64: Factor out reusable vCPU reset helpersFuad Tabba
2026-07-30KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP codeFuad Tabba
2026-07-30KVM: arm64: Extract MPIDR computation into a shared headerFuad Tabba
2026-07-30KVM: arm64: Flush external_mdscr_el1 to the pKVM hyp vCPUFuad Tabba
2026-07-30KVM: arm64: Optimize protected mode with FWB and DICMostafa Saleh
2026-07-30KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_STRICT vCPU featureCongkai Tan
2026-07-30KVM: arm64: Ignore writes to PMCR_EL0.N when using strict UAPIOliver Upton
2026-07-30KVM: arm64: Advertise STALL_SLOT* in PMCEID1 under strict PMUv3 UAPICongkai Tan
2026-07-30KVM: arm64: Expose PMMIR_EL1.SLOTS under strict PMUv3 UAPICongkai Tan
2026-07-23KVM: arm64: Reject guest_memfd memslots when the VM has MTEAlexandru Elisei
2026-07-23KVM: arm64: Add missing hyp_enter when trapping sysregVincent Donnefort
2026-07-23KVM: arm64: Fix hyp_trace_desc allocation size in hyp_trace_load()Vincent Donnefort
2026-07-23KVM: arm64: Fix potential leak in hyp_trace_buffer_alloc_bpages_backingVincent Donnefort
2026-07-23KVM: arm64: Fix hyp_trace clock disablingVincent Donnefort
2026-07-23KVM: arm64: vgic: Mitigate potential LPI registration failureCarlos López
2026-07-23KVM: arm64: vgic: Fix race between LPI release and re-registrationCarlos López
2026-07-21KVM: arm64: Sync SCTLR_EL1 when injecting an exception into a pVMFuad Tabba
2026-07-21KVM: arm64: vgic-v3: Kill kvm_vgic_global_state.ich_vtr_el2Marc Zyngier
2026-07-21KVM: arm64: vgic-v3: Simplify initial GICv3 configuration samplingMarc Zyngier
2026-07-21KVM: arm64: Convert most ICH_VTR_EL2 accesses to inlined literal valueMarc Zyngier
2026-07-21KVM: arm64: Add a helper providing an inlined literal value for ICH_VTR_EL2Marc Zyngier
2026-07-21KVM: arm64: Move GICv3 broken SEIS implementation detection to a CPU errrataMarc Zyngier
2026-07-21KVM: arm64: vgic-v3: Make vtr_to_* helpers use architectural field symbolsMarc Zyngier
2026-07-21KVM: arm64: vgic: Avoid double-deactivate of IRQs in the nested contextD Scott Phillips
2026-07-15Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2026-07-15Merge tag 'kvmarm-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2026-07-13KVM: arm64: Drop redundant READ_ONCE() in pkvm_hyp_vm_is_created()Fuad Tabba
2026-07-13KVM: arm64: Remove unreachable early checks in pkvm_init_host_vm()Fuad Tabba
2026-07-13KVM: arm64: Drop the unused EL2-side is_created writeFuad Tabba
2026-07-13KVM: arm64: Avoid naming collision in tracingMostafa Saleh
2026-07-07KVM: arm64: Fix propagation of TLBI level in kvm_pgtable_stage2_relax_perms()Marc Zyngier
2026-07-07KVM: arm64: Zero out the stack initialized data in the FFA handlerSebastian Ene
2026-07-07KVM: arm64: Ensure FFA ranges are page alignedMostafa Saleh
2026-07-07KVM: arm64: Validate the offset to the mem access descriptorSebastian Ene
2026-07-07KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()Mostafa Saleh
2026-07-06KVM: arm64: Fix sign-extension of MMIO loadsFuad Tabba
2026-07-06KVM: arm64: Only update XN attr when requested during S2 relaxationOliver Upton