summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2026-01-11KVM: arm64: sys_regs: disable -Wuninitialized-const-pointer warningJustin Stitt1-0/+3
2025-04-25KVM: arm64: Eagerly switch ZCR_EL{1,2}Mark Rutland8-25/+101
2025-04-25KVM: arm64: Calculate cptr_el2 traps on activating trapsFuad Tabba3-27/+27
2025-04-25KVM: arm64: Mark some header functions as inlineMark Rutland1-9/+8
2025-04-25KVM: arm64: Refactor exit handlersMark Rutland3-41/+24
2025-04-25KVM: arm64: Remove VHE host restore of CPACR_EL1.SMENMark Rutland1-31/+0
2025-04-25KVM: arm64: Remove VHE host restore of CPACR_EL1.ZENMark Rutland1-16/+0
2025-04-25KVM: arm64: Remove host FPSIMD saving for non-protected KVMMark Rutland2-6/+0
2025-04-25KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME stateMark Rutland1-8/+10
2025-04-25arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVMMark Brown1-3/+0
2025-04-25arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown1-1/+8
2025-04-25arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown1-1/+2
2025-04-25KVM: arm64: Discard any SVE state when entering KVM guestsMark Brown1-1/+2
2025-04-25KVM: arm64: Tear down vGIC on failed vCPU creationWill Deacon1-1/+5
2024-12-14KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITEKunkun Jiang1-1/+5
2024-12-14KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a deviceKunkun Jiang1-2/+4
2024-12-14KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*Jing Zhang2-12/+32
2024-12-14KVM: arm64: Don't retire aborted MMIO instructionOliver Upton1-2/+30
2024-12-14KVM: arm64: Change kvm_handle_mmio_return() return polarityFuad Tabba2-3/+3
2024-12-14KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow statusRaghavendra Rao Ananta1-1/+0
2024-12-14KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIRMarc Zyngier1-1/+6
2024-11-01KVM: arm64: Don't eagerly teardown the vgic on init errorMarc Zyngier2-3/+6
2024-08-29KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3Marc Zyngier2-0/+13
2024-08-19KVM: arm64: Don't pass a TLBI level hint when zapping table entriesWill Deacon1-2/+8
2024-06-27KVM: arm64: Disassociate vcpus from redistributor region on teardownMarc Zyngier3-4/+15
2024-06-16KVM: arm64: AArch32: Fix spurious trapping of conditional instructionsMarc Zyngier1-2/+16
2024-06-16KVM: arm64: Allow AArch32 PSTATE.M to be restored as System modeMarc Zyngier1-0/+1
2024-06-16KVM: arm64: Fix AArch32 register narrowing on userspace writeMarc Zyngier1-1/+1
2024-05-17KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()Oliver Upton1-4/+4
2024-05-17KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_idMarc Zyngier1-6/+2
2024-03-01KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()Oliver Upton1-0/+3
2024-03-01KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handlerOliver Upton1-0/+2
2024-01-26KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cacheOliver Upton1-0/+5
2024-01-26KVM: arm64: vgic-v4: Restore pending state on host userspace writeMarc Zyngier1-10/+17
2024-01-01KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroyMarc Zyngier4-3/+7
2024-01-01KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy()Marc Zyngier1-2/+11
2024-01-01KVM: arm64: vgic: Simplify kvm_vgic_destroy()Marc Zyngier1-15/+14
2023-11-20clocksource/drivers/arm_arch_timer: limit XGene-1 workaroundAndre Przywara1-1/+1
2023-08-23KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier3-5/+10
2023-08-03arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2Oliver Upton1-3/+11
2023-08-03KVM: arm64: Condition HW AF updates on config optionOliver Upton1-0/+2
2023-06-28KVM: arm64: Restore GICv2-on-GICv3 functionalityMarc Zyngier1-4/+7
2023-06-28KVM: arm64: PMU: Restore the host's PMUSERENR_EL0Reiji Watanabe1-2/+11
2023-06-09KVM: arm64: Populate fault info for watchpointAkihiko Odaki3-2/+9
2023-06-09KVM: arm64: vgic: Fix locking commentJean-Philippe Brucker1-1/+2
2023-06-09KVM: arm64: vgic: Wrap vgic_its_create() with config_lockJean-Philippe Brucker1-4/+10
2023-06-09KVM: arm64: vgic: Fix a circular locking issueJean-Philippe Brucker6-37/+51
2023-05-11KVM: arm64: vgic: Don't acquire its_lock before config_lockOliver Upton1-3/+12
2023-05-11KVM: arm64: Use config_lock to protect vgic stateOliver Upton8-60/+88
2023-05-11KVM: arm64: Use config_lock to protect data ordered against KVM_RUNOliver Upton4-21/+12