summaryrefslogtreecommitdiff
path: root/virt/kvm/arm
AgeCommit message (Expand)AuthorFilesLines
2022-11-03KVM: arm64: vgic: Fix exit condition in scan_its_table()Eric Ren1-1/+4
2022-04-02KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse1-0/+12
2021-03-17KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier1-1/+1
2020-08-26KVM: arm/arm64: Don't reschedule in unmap_stage2_range()Will Deacon1-6/+0
2020-05-20KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVERMarc Zyngier1-2/+2
2020-02-15KVM: arm/arm64: Fix young bit from mmu notifierGavin Shan1-1/+2
2020-02-15KVM: arm/arm64: vgic-its: Fix restoration of unmapped collectionsEric Auger1-1/+2
2020-02-15KVM: arm64: Only sign-extend MMIO up to register widthChristoffer Dall1-0/+6
2019-12-17KVM: arm/arm64: vgic: Don't rely on the wrong pending tableZenghui Yu1-3/+3
2019-11-24kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page tableSuzuki K Poulose1-1/+2
2019-09-10KVM: arm/arm64: Only skip MMIO insn onceAndrew Jones1-0/+7
2019-09-06KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0 as WIMarc Zyngier3-2/+26
2019-09-06KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is longHeyi Guo1-0/+7
2019-08-25KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to blockMarc Zyngier5-2/+39
2019-07-21KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroyDave Martin1-0/+1
2019-06-09KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth1-0/+3
2019-05-25KVM: arm/arm64: Ensure vcpu target is unset on reset failureAndrew Jones1-3/+8
2019-05-16KVM: arm/arm64: Ensure only THP is candidate for adjustmentPunit Agrawal1-1/+7
2019-05-04KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslotsMarc Zyngier1-3/+10
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-1/+1
2019-02-12arm64: KVM: Skip MMIO insn after emulationMark Rutland1-5/+6
2019-01-17KVM: arm/arm64: Fix VMID alloc race by reverting to lock-lessChristoffer Dall1-12/+11
2019-01-09arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P...Marc Zyngier1-2/+4
2018-11-13KVM: arm64: Fix caching of host MDCR_EL2 valueMark Rutland1-2/+2
2018-09-26KVM: arm/arm64: Fix vgic init raceChristoffer Dall1-0/+4
2018-09-26KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()Mark Rutland1-0/+3
2018-09-05KVM: arm/arm64: Skip updating PTE entry if no changePunit Agrawal1-0/+4
2018-09-05KVM: arm/arm64: Skip updating PMD entry if no changePunit Agrawal1-11/+27
2018-08-24KVM: arm/arm64: Drop resource size check for GICV windowArd Biesheuvel1-5/+0
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier1-2/+16
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier1-0/+4
2018-07-22KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier1-1/+1
2018-07-22KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocationJames Morse1-15/+3
2018-06-20KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()Mark Rutland1-0/+5
2018-05-30KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pendingAndre Przywara2-0/+4
2018-05-22KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara1-7/+8
2018-05-22KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() callsAndre Przywara2-4/+4
2018-05-01arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier1-0/+60
2018-05-01KVM: arm/arm64: Close VMID generation raceMarc Zyngier1-5/+10
2018-04-24KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_listMarc Zyngier1-6/+9
2018-03-21KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintidMarc Zyngier4-16/+65
2018-03-21kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3Marc Zyngier1-1/+2
2018-03-21KVM: arm/arm64: Reduce verbosity of KVM init logArd Biesheuvel3-5/+5
2018-02-25KVM: arm/arm64: Fix spinlock acquisition in vgic_set_ownerMarc Zyngier1-2/+3
2018-02-25kvm: arm: don't treat unavailable HYP mode as an errorArd Biesheuvel1-1/+1
2018-02-16KVM: arm/arm64: Handle CPU_PM_ENTER_FAILEDJames Morse1-0/+1
2018-02-16arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier1-1/+8
2018-02-16arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier1-10/+2
2018-02-16arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier1-1/+23
2018-02-16arm/arm64: KVM: Implement PSCI 1.0 supportMarc Zyngier1-1/+44