aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds22-481/+1502
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-5/+5
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini22-481/+1496
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton6-83/+367
2025-12-01Merge branch 'kvm-arm64/vgic-lr-overflow' into kvmarm/nextOliver Upton16-382/+960
2025-12-01Merge branch 'kvm-arm64/sea-user' into kvmarm/nextOliver Upton2-1/+72
2025-12-01KVM: arm64: at: Update AF on software walk only if VM has FEAT_HAFDBSAlexandru Elisei1-1/+2
2025-12-01KVM: arm64: at: Use correct HA bit in TCR_EL2 when regime is EL2Alexandru Elisei1-1/+3
2025-12-01KVM: arm64: Add break to default case in kvm_pgtable_stage2_pte_prot()Nathan Chancellor1-0/+1
2025-12-01KVM: arm64: Add endian casting to kvm_swap_s[12]_desc()Marc Zyngier2-8/+8
2025-12-01KVM: arm64: Fix compilation when CONFIG_ARM64_USE_LSE_ATOMICS=nOliver Upton1-0/+7
2025-12-01KVM: arm64: nv: Expose hardware access flag management to NV guestsOliver Upton1-2/+4
2025-12-01KVM: arm64: nv: Implement HW access flag management in stage-2 SW PTWOliver Upton2-7/+42
2025-12-01KVM: arm64: Implement HW access flag management in stage-1 SW PTWOliver Upton1-2/+31
2025-12-01KVM: arm64: Propagate PTW errors up to AT emulationOliver Upton2-16/+36
2025-12-01KVM: arm64: Add helper for swapping guest descriptorOliver Upton1-0/+87
2025-12-01KVM: arm64: nv: Use pgtable definitions in stage-2 walkOliver Upton1-6/+15
2025-12-01KVM: arm64: Handle endianness in read helper for emulated PTWOliver Upton2-18/+39
2025-12-01KVM: arm64: nv: Stop passing vCPU through void ptr in S2 PTWOliver Upton1-8/+4
2025-12-01KVM: arm64: Call helper for reading descriptors directlyOliver Upton1-10/+8
2025-12-01KVM: arm64: nv: Advertise support for FEAT_XNXOliver Upton1-1/+0
2025-12-01KVM: arm64: Teach ptdump about FEAT_XNX permissionsOliver Upton1-8/+27
2025-11-26Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+6
2025-11-24KVM: arm64: GICv2: Always trap GICV_DIR registerMarc Zyngier2-1/+5
2025-11-24KVM: arm64: GICv2: Handle deactivation via GICV_DIR trapsMarc Zyngier4-0/+111
2025-11-24KVM: arm64: GICv2: Handle LR overflow when EOImode==0Marc Zyngier1-0/+27
2025-11-24KVM: arm64: GICv3: Force exit to sync ICH_HCR_EL2.EnMarc Zyngier2-2/+11
2025-11-24KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitiveMarc Zyngier1-10/+9
2025-11-24KVM: arm64: GICv3: nv: Resync LRs/VMCR/HCR early for better MI emulationMarc Zyngier4-33/+45
2025-11-24KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIRMarc Zyngier2-6/+13
2025-11-24KVM: arm64: GICv3: Handle in-LR deactivation when possibleMarc Zyngier1-10/+28
2025-11-24KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivationMarc Zyngier3-8/+39
2025-11-24KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacityMarc Zyngier1-0/+7
2025-11-24KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitiveMarc Zyngier1-1/+19
2025-11-24KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 trapsMarc Zyngier6-2/+121
2025-11-24KVM: arm64: GICv3: Handle LR overflow when EOImode==0Marc Zyngier1-0/+46
2025-11-24KVM: arm64: Use MI to detect groups being enabled/disabledMarc Zyngier2-0/+10
2025-11-24KVM: arm64: Move undeliverable interrupts to the end of ap_listMarc Zyngier1-1/+22
2025-11-24KVM: arm64: Invert ap_list sorting to push active interrupts outMarc Zyngier1-15/+12
2025-11-24KVM: arm64: Make vgic_target_oracle() globally availableMarc Zyngier2-1/+2
2025-11-24KVM: arm64: Turn kvm_vgic_vcpu_enable() into kvm_vgic_vcpu_reset()Marc Zyngier4-14/+8
2025-11-24KVM: arm64: Revamp vgic maintenance interrupt configurationMarc Zyngier4-65/+73
2025-11-24KVM: arm64: Eagerly save VMCR on exitMarc Zyngier6-20/+11
2025-11-24KVM: arm64: Compute vgic state irrespective of the number of interruptsMarc Zyngier1-33/+2
2025-11-24KVM: arm64: GICv2: Extract LR computing primitiveMarc Zyngier1-22/+39
2025-11-24KVM: arm64: GICv2: Extract LR folding primitiveMarc Zyngier1-35/+32
2025-11-24KVM: arm64: GICv2: Decouple GICH_HCR programming from LRs being loadedMarc Zyngier1-14/+14
2025-11-24KVM: arm64: GICv2: Preserve EOIcount on exitMarc Zyngier1-0/+6
2025-11-24KVM: arm64: GICv3: Extract LR computing primitiveMarc Zyngier1-17/+32
2025-11-24KVM: arm64: GICv3: Extract LR folding primitiveMarc Zyngier1-45/+43