summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorLines
14 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-69/+75
2026-02-28Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-67/+75
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini-1/+0
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini-1/+0
2026-02-25arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBIMark Rutland-11/+11
2026-02-25KVM: arm64: Deduplicate ASID retrieval codeMarc Zyngier-54/+33
2026-02-23KVM: arm64: Revert accidental drop of kvm_uninit_stage2_mmu() for non-NV VMsFuad Tabba-3/+0
2026-02-22KVM: arm64: Fix protected mode handling of pages larger than 4kBMarc Zyngier-7/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-28/+29
2026-02-19KVM: arm64: vgic: Handle const qualifier from gic_kvm_info allocation typeKees Cook-1/+1
2026-02-13KVM: arm64: vgic: Handle const qualifier from gic_kvm_info allocation typeKees Cook-1/+1
2026-02-13KVM: arm64: Remove redundant kern_hyp_va() in unpin_host_sve_state()Fuad Tabba-1/+1
2026-02-13KVM: arm64: Fix ID register initialization for non-protected pKVM guestsFuad Tabba-2/+33
2026-02-13KVM: arm64: Hide S1POE from guests when not supported by the hostFuad Tabba-0/+3
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-1/+1
2026-02-05Merge branch kvm-arm64/misc-6.20 into kvmarm-master/nextMarc Zyngier-39/+54
2026-02-05Merge branch kvm-arm64/resx into kvmarm-master/nextMarc Zyngier-282/+374
2026-02-05Merge branch kvm-arm64/debugfs-fixes into kvmarm-master/nextMarc Zyngier-118/+40
2026-02-05Merge branch kvm-arm64/gicv5-prologue into kvmarm-master/nextMarc Zyngier-78/+55
2026-02-05Merge branch kvm-arm64/gicv3-tdir-fixes into kvmarm-master/nextMarc Zyngier-10/+18
2026-02-05Merge branch kvm-arm64/fwb-for-all into kvmarm-master/nextMarc Zyngier-13/+17
2026-02-05Merge branch kvm-arm64/pkvm-no-mte into kvmarm-master/nextMarc Zyngier-6/+74
2026-02-05KVM: arm64: Add debugfs file dumping computed RESx valuesMarc Zyngier-0/+68
2026-02-05KVM: arm64: Add sanitisation to SCTLR_EL2Marc Zyngier-0/+86
2026-02-05KVM: arm64: Remove all traces of HCR_EL2.MIOCNCEMarc Zyngier-1/+0
2026-02-05KVM: arm64: Remove all traces of FEAT_TMEMarc Zyngier-12/+0
2026-02-05KVM: arm64: Simplify handling of full register invalid constraintMarc Zyngier-6/+9
2026-02-05KVM: arm64: Get rid of FIXED_VALUE altogetherMarc Zyngier-24/+5
2026-02-05KVM: arm64: Simplify handling of HCR_EL2.E2H RESxMarc Zyngier-11/+1
2026-02-05KVM: arm64: Move RESx into individual register descriptorsMarc Zyngier-11/+37
2026-02-05KVM: arm64: Add RES1_WHEN_E2Hx constraints as configuration flagsMarc Zyngier-3/+9
2026-02-05KVM: arm64: Add REQUIRES_E2H1 constraint as configuration flagsMarc Zyngier-24/+14
2026-02-05KVM: arm64: Simplify FIXED_VALUE handlingMarc Zyngier-44/+22
2026-02-05KVM: arm64: Convert HCR_EL2.RW to AS_RES1Marc Zyngier-14/+1
2026-02-05KVM: arm64: Correctly handle SCTLR_EL1 RES1 bits for unsupported featuresMarc Zyngier-12/+14
2026-02-05KVM: arm64: Allow RES1 bits to be inferred from configurationMarc Zyngier-2/+7
2026-02-05KVM: arm64: Inherit RESx bits from FGT register descriptorsMarc Zyngier-11/+5
2026-02-05KVM: arm64: Extend unified RESx handling to runtime sanitisationMarc Zyngier-18/+5
2026-02-05KVM: arm64: Introduce data structure tracking both RES0 and RES1 bitsMarc Zyngier-133/+144
2026-02-05KVM: arm64: Introduce standalone FGU computing primitiveMarc Zyngier-32/+25
2026-02-05KVM: arm64: Remove duplicate configuration for SCTLR_EL1.{EE,E0E}Marc Zyngier-2/+0
2026-02-02KVM: arm64: nv: Avoid NV stage-2 code when NV is not supportedFuad Tabba-0/+12
2026-02-02KVM: arm64: Use standard seq_file iterator for vgic-debug debugfsFuad Tabba-28/+12
2026-02-02KVM: arm64: Reimplement vgic-debug XArray iterationFuad Tabba-48/+20
2026-02-02KVM: arm64: Use standard seq_file iterator for idregs debugfsFuad Tabba-42/+8
2026-01-30KVM: arm64: gic: Set vgic_model before initing private IRQsSascha Bischoff-4/+4
2026-01-30KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2Sascha Bischoff-74/+51
2026-01-30KVM: arm64: Fix various commentsZenghui Yu (Huawei)-2/+2
2026-01-30KVM: arm64: nv: Add trap config for DBGWCR<15>_EL1Zenghui Yu (Huawei)-0/+1