summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2026-01-08KVM: arm64: Initialize SCTLR_EL1 in __kvm_hyp_init_cpu()Ahmed Genidi2-2/+3
2026-01-08KVM: arm64: Initialize HCR_EL2.E2H earlyMark Rutland1-1/+7
2025-12-01KVM: arm64: Make all 32bit ID registers fully writableMarc Zyngier1-29/+32
2025-12-01KVM: arm64: Check the untrusted offset in FF-A memory shareSebastian Ene1-2/+7
2025-04-20KVM: arm64: Tear down vGIC on failed vCPU creationWill Deacon1-1/+5
2025-03-29KVM: arm64: Eagerly switch ZCR_EL{1,2}Mark Rutland6-40/+100
2025-03-29KVM: arm64: Mark some header functions as inlineMark Rutland1-10/+9
2025-03-29KVM: arm64: Refactor exit handlersMark Rutland3-41/+26
2025-03-29KVM: arm64: Remove VHE host restore of CPACR_EL1.SMENMark Rutland1-21/+0
2025-03-29KVM: arm64: Remove VHE host restore of CPACR_EL1.ZENMark Rutland1-16/+0
2025-03-29KVM: arm64: Remove host FPSIMD saving for non-protected KVMMark Rutland6-49/+24
2025-03-29KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME stateMark Rutland1-25/+10
2025-03-29KVM: arm64: Calculate cptr_el2 traps on activating trapsFuad Tabba3-49/+32
2025-03-07KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2Oliver Upton2-20/+13
2025-02-17KVM: arm64: timer: Always evaluate the need for a soft timerMarc Zyngier1-3/+1
2025-02-17arm64/kvm: Configure HYP TCR.PS/DS based on host stage1Ard Biesheuvel1-4/+4
2024-12-27KVM: arm64: Do not allow ID_AA64MMFR0_EL1.ASIDbits to be overriddenMarc Zyngier1-1/+2
2024-12-19KVM: arm64: Disable MPAM visibility by default and ignore VMM writesJames Morse1-3/+52
2024-12-05KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a deviceKunkun Jiang1-2/+4
2024-12-05KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*Jing Zhang2-12/+31
2024-12-05KVM: arm64: Get rid of userspace_irqchip_in_useRaghavendra Rao Ananta2-17/+4
2024-12-05KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITEKunkun Jiang1-1/+5
2024-12-05KVM: arm64: Don't retire aborted MMIO instructionOliver Upton1-2/+30
2024-12-05KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow statusRaghavendra Rao Ananta1-1/+0
2024-12-05KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIRMarc Zyngier1-1/+6
2024-10-17KVM: arm64: Ensure vgic_ready() is ordered against MMIO registrationOliver Upton1-2/+11
2024-10-17KVM: arm64: vgic: Don't check for vgic_ready() when setting NR_IRQSOliver Upton1-1/+6
2024-10-17KVM: arm64: Fix shift-out-of-bounds bugIlkka Koskinen1-1/+1
2024-10-17KVM: arm64: Shave a few bytes from the EL2 idmap codeMarc Zyngier1-23/+29
2024-10-11KVM: arm64: Don't eagerly teardown the vgic on init errorMarc Zyngier2-3/+6
2024-10-08KVM: arm64: Expose S1PIE to guestsMark Brown1-1/+3
2024-10-08KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to rescheduleOliver Upton1-0/+27
2024-10-08KVM: arm64: nv: Punt stage-2 recycling to a vCPU requestOliver Upton2-2/+28
2024-10-08KVM: arm64: nv: Do not block when unmapping stage-2 if disallowedOliver Upton3-13/+14
2024-10-08KVM: arm64: nv: Keep reference on stage-2 MMU when scheduled outOliver Upton1-3/+18
2024-10-08KVM: arm64: Unregister redistributor for failed vCPU creationOliver Upton1-1/+21
2024-10-08Merge branch kvm-arm64/idregs-6.12 into kvmarm/fixesMarc Zyngier2-8/+42
2024-10-01KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVMMark Brown2-6/+8
2024-10-01KVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error pathVincent Donnefort1-2/+4
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+3
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2024-09-17Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini1-3/+3
2024-09-16Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds23-265/+1925
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-82/+87
2024-09-12Merge branch 'for-next/poe' into for-next/coreWill Deacon3-4/+53
2024-09-12Merge branch kvm-arm64/visibility-cleanups into kvmarm-master/nextMarc Zyngier2-44/+22
2024-09-12Merge branch kvm-arm64/s2-ptdump into kvmarm-master/nextMarc Zyngier5-42/+287
2024-09-12Merge branch kvm-arm64/nv-at-pan into kvmarm-master/nextMarc Zyngier6-27/+1180
2024-09-12Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/nextMarc Zyngier9-135/+343
2024-09-12Merge branch kvm-arm64/fpmr into kvmarm-master/nextMarc Zyngier7-5/+64