summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2026-01-10KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkersWill Deacon
2026-01-09KVM: arm64: Don't blindly set set PSTATE.PAN on guest exitMarc Zyngier
2026-01-09KVM: arm64: nv: Respect stage-2 write permssion when setting stage-1 AFOliver Upton
2026-01-08KVM: arm64: Remove unused parameter in synchronize_vcpu_pstate()Alexandru Elisei
2026-01-08KVM: arm64: Remove extra argument for __pvkm_host_{share,unshare}_hyp()Alexandru Elisei
2026-01-08KVM: arm64: Inject UNDEF for a register trap without accessorAlexandru Elisei
2026-01-08KVM: arm64: Copy FGT traps to unprotected pKVM VCPU on VCPU loadAlexandru Elisei
2026-01-08KVM: arm64: gic: Check for vGICv3 when clearing TWISascha Bischoff
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton
2025-12-01Merge branch 'kvm-arm64/vgic-lr-overflow' into kvmarm/nextOliver Upton
2025-12-01Merge branch 'kvm-arm64/sea-user' into kvmarm/nextOliver Upton
2025-12-01KVM: arm64: at: Update AF on software walk only if VM has FEAT_HAFDBSAlexandru Elisei
2025-12-01KVM: arm64: at: Use correct HA bit in TCR_EL2 when regime is EL2Alexandru Elisei
2025-12-01KVM: arm64: Add break to default case in kvm_pgtable_stage2_pte_prot()Nathan Chancellor
2025-12-01KVM: arm64: Add endian casting to kvm_swap_s[12]_desc()Marc Zyngier
2025-12-01KVM: arm64: Fix compilation when CONFIG_ARM64_USE_LSE_ATOMICS=nOliver Upton
2025-12-01KVM: arm64: nv: Expose hardware access flag management to NV guestsOliver Upton
2025-12-01KVM: arm64: nv: Implement HW access flag management in stage-2 SW PTWOliver Upton
2025-12-01KVM: arm64: Implement HW access flag management in stage-1 SW PTWOliver Upton
2025-12-01KVM: arm64: Propagate PTW errors up to AT emulationOliver Upton
2025-12-01KVM: arm64: Add helper for swapping guest descriptorOliver Upton
2025-12-01KVM: arm64: nv: Use pgtable definitions in stage-2 walkOliver Upton
2025-12-01KVM: arm64: Handle endianness in read helper for emulated PTWOliver Upton
2025-12-01KVM: arm64: nv: Stop passing vCPU through void ptr in S2 PTWOliver Upton
2025-12-01KVM: arm64: Call helper for reading descriptors directlyOliver Upton
2025-12-01KVM: arm64: nv: Advertise support for FEAT_XNXOliver Upton
2025-12-01KVM: arm64: Teach ptdump about FEAT_XNX permissionsOliver Upton
2025-11-26Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-24KVM: arm64: GICv2: Always trap GICV_DIR registerMarc Zyngier
2025-11-24KVM: arm64: GICv2: Handle deactivation via GICV_DIR trapsMarc Zyngier
2025-11-24KVM: arm64: GICv2: Handle LR overflow when EOImode==0Marc Zyngier
2025-11-24KVM: arm64: GICv3: Force exit to sync ICH_HCR_EL2.EnMarc Zyngier
2025-11-24KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitiveMarc Zyngier
2025-11-24KVM: arm64: GICv3: nv: Resync LRs/VMCR/HCR early for better MI emulationMarc Zyngier
2025-11-24KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIRMarc Zyngier
2025-11-24KVM: arm64: GICv3: Handle in-LR deactivation when possibleMarc Zyngier
2025-11-24KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivationMarc Zyngier
2025-11-24KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacityMarc Zyngier
2025-11-24KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitiveMarc Zyngier
2025-11-24KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 trapsMarc Zyngier
2025-11-24KVM: arm64: GICv3: Handle LR overflow when EOImode==0Marc Zyngier
2025-11-24KVM: arm64: Use MI to detect groups being enabled/disabledMarc Zyngier
2025-11-24KVM: arm64: Move undeliverable interrupts to the end of ap_listMarc Zyngier
2025-11-24KVM: arm64: Invert ap_list sorting to push active interrupts outMarc Zyngier
2025-11-24KVM: arm64: Make vgic_target_oracle() globally availableMarc Zyngier
2025-11-24KVM: arm64: Turn kvm_vgic_vcpu_enable() into kvm_vgic_vcpu_reset()Marc Zyngier
2025-11-24KVM: arm64: Revamp vgic maintenance interrupt configurationMarc Zyngier