summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2021-09-15KVM: arm64: Unregister HYP sections from kmemleak in protected modeMarc Zyngier1-0/+7
2021-08-18KVM: arm64: Fix off-by-one in range_is_memoryDavid Brazdil1-1/+1
2021-07-14KVM: arm64: Don't zero the cycle count register when PMCR_EL0.P is setAlexandru Elisei1-0/+1
2021-07-14KVM: arm64: Restore PMU configuration on first runMarc Zyngier2-0/+7
2021-05-27KVM: arm64: Prevent mixed-width VM creationMarc Zyngier1-4/+24
2021-05-27KVM: arm64: Resolve all pending PC updates before immediate exitZenghui Yu1-3/+6
2021-05-15KVM: arm64: Fix debug register indexingMarc Zyngier1-21/+21
2021-05-15KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier3-2/+21
2021-05-15KVM: arm64: Move __adjust_pc out of lineMarc Zyngier4-23/+19
2021-05-15KVM: arm64: Mark the host stage-2 memory pools staticQuentin Perret1-2/+2
2021-05-15KVM: arm64: Mark pkvm_pgtable_mm_ops staticQuentin Perret1-1/+1
2021-05-15KVM: arm64: Fix boolreturn.cocci warningskernel test robot1-6/+6
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds52-570/+2787
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds3-8/+9
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini51-411/+2753
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2-0/+11
2021-04-22irqchip/gic-v4.1: Disable vSGI upon (GIC CPUIF < v4.1) detectionLorenzo Pieralisi1-2/+2
2021-04-22Merge branch 'kvm-arm64/kill_oprofile_dependency' into kvmarm-master/nextMarc Zyngier2-8/+2
2021-04-22KVM: arm64: Divorce the perf code from oprofile helpersMarc Zyngier2-7/+2
2021-04-17KVM: arm64: Convert to the gfn-based MMU notifier callbacksSean Christopherson1-84/+31
2021-04-17KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini1-1/+1
2021-04-17KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky2-5/+2
2021-04-17KVM: Move arm64's MMU notifier trace events to generic codeSean Christopherson2-71/+2
2021-04-13Merge branch 'kvm-arm64/vlpi-save-restore' into kvmarm-master/nextMarc Zyngier4-9/+102
2021-04-13Merge branch 'kvm-arm64/vgic-5.13' into kvmarm-master/nextMarc Zyngier5-44/+67
2021-04-13Merge branch 'kvm-arm64/ptp' into kvmarm-master/nextMarc Zyngier2-9/+72
2021-04-13Merge branch 'kvm-arm64/nvhe-wxn' into kvmarm-master/nextMarc Zyngier1-10/+2
2021-04-13Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier9-28/+60
2021-04-13Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/nextMarc Zyngier3-1/+26
2021-04-13Merge branch 'kvm-arm64/memslot-fixes' into kvmarm-master/nextMarc Zyngier1-7/+14
2021-04-13Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/nextMarc Zyngier33-263/+2263
2021-04-13Merge branch 'kvm-arm64/debug-5.13' into kvmarm-master/nextMarc Zyngier3-28/+78
2021-04-13KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST readEric Auger1-2/+2
2021-04-11KVM: arm64: Don't advertise FEAT_SPE to guestsAlexandru Elisei1-0/+2
2021-04-11KVM: arm64: Don't print warning when trapping SPE registersAlexandru Elisei1-0/+13
2021-04-09KVM: arm64: Fully zero the vcpu state on resetMarc Zyngier1-0/+5
2021-04-09KVM: arm64: Disable CFI for nVHESami Tolvanen1-3/+3
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen2-5/+6
2021-04-07KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei2-28/+62
2021-04-07KVM: arm64: Add support for the KVM PTP serviceJianyong Wu2-0/+54
2021-04-07KVM: arm64: Don't retrieve memory slot again in page fault handlerGavin Shan1-2/+7
2021-04-07KVM: arm64: Use find_vma_intersection()Gavin Shan1-4/+6
2021-04-07KVM: arm64: Hide kvm_mmu_wp_memory_region()Gavin Shan1-1/+1
2021-04-07arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose3-4/+45
2021-04-07KVM: arm64: Move SPE availability check to VCPU loadSuzuki K Poulose3-13/+34
2021-04-07KVM: arm64: Handle access to TRFCR_EL1Suzuki K Poulose1-0/+1
2021-04-06KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspaceEric Auger1-19/+27
2021-04-06kvm: arm64: vgic-v3: Introduce vgic_v3_free_redist_region()Eric Auger3-10/+14
2021-04-06KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]Eric Auger1-6/+4