summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2026-07-24KVM: arm64: Fix propagation of TLBI level in kvm_pgtable_stage2_relax_perms()Marc Zyngier1-2/+3
2026-07-24KVM: arm64: Ensure level is always initialized when relaxing permsOliver Upton1-1/+1
2026-07-24KVM: Move kvm_io_bus_get_dev() locking responsibilities to callersMarc Zyngier1-0/+2
2026-07-24KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()Weiming Shi1-3/+6
2026-07-24KVM: arm64: nv: Drop bogus WARN for write to ZCR_EL2Oliver Upton1-2/+0
2026-07-24KVM: arm64: vgic: Check the interrupt is still ours before migrating itHyunwoo Kim1-5/+6
2026-07-24KVM: arm64: Clear __hyp_running_vcpu when flushing the pKVM hyp vCPUHyunwoo Kim1-0/+3
2026-07-24KVM: arm64: Bound used_lrs when flushing the pKVM hyp vCPUHyunwoo Kim2-0/+11
2026-06-19arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBIMark Rutland4-11/+11
2026-06-09KVM: arm64: vgic-its: Drop the translation cache reference only for the erase...Hyunwoo Kim1-2/+4
2026-06-09KVM: arm64: PMU: Preserve AArch32 counter low bitsQiang Ma1-2/+2
2026-06-01KVM: arm64: vgic: Free private_irqs when init fails after allocationMichael Bommarito1-1/+3
2026-06-01KVM: arm64: vgic-its: Reject restored DTE with out-of-range num_eventid_bitsMichael Bommarito1-0/+4
2026-05-14KVM: arm64: Wake-up from WFI when iqrchip is in userspaceMarc Zyngier1-0/+5
2026-05-14KVM: arm64: Fix initialisation order in __pkvm_init_finalise()Quentin Perret1-3/+3
2026-05-14KVM: arm64: vgic: Fix IIDR revision field extracted from wrong valueDavid Woodhouse2-2/+2
2026-04-22KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlaySean Christopherson1-2/+2
2026-04-02KVM: arm64: Discard PC update state on vcpu resetMarc Zyngier1-0/+14
2026-03-13KVM: arm64: Hide S1POE from guests when not supported by the hostFuad Tabba1-0/+3
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