summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/arm.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-13Merge tag 'kvmarm-fixes-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-0/+16
2020-11-13KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspaceMarc Zyngier1-0/+16
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+19
2020-10-30KVM: arm64: Handle Asymmetric AArch32 systemsQais Yousef1-0/+19
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring1-1/+2
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier1-35/+83
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier1-4/+35
2020-09-30kvm: arm64: Remove unnecessary hyp mappingsDavid Brazdil1-16/+0
2020-09-30kvm: arm64: Set up hyp percpu data for nVHEDavid Brazdil1-3/+52
2020-09-30kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil1-3/+2
2020-09-30kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hypDavid Brazdil1-0/+3
2020-09-29KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon1-0/+34
2020-09-29KVM: arm64: Convert ARCH_WORKAROUND_2 to arm64_get_spectre_v4_state()Marc Zyngier1-1/+1
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier1-4/+0
2020-09-29Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/nextMarc Zyngier1-0/+2
2020-09-29KVM: arm64: Add PMU event filtering infrastructureMarc Zyngier1-0/+2
2020-09-16Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/nextMarc Zyngier1-4/+30
2020-09-15KVM: arm64: nVHE: Migrate hyp-init to SMCCCAndrew Scull1-1/+4
2020-09-15KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull1-1/+1
2020-09-15KVM: arm64: nVHE: Pass pointers consistently to hyp-initAndrew Scull1-0/+1
2020-09-15KVM: arm64: Introduce hyp contextAndrew Scull1-0/+10
2020-09-15KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull1-1/+10
2020-09-15KVM: arm64: Save chosen hyp vector to a percpu variableAndrew Scull1-1/+4
2020-09-15KVM: arm64: Remove kvm_host_data_t typedefAndrew Scull1-2/+2
2020-09-11Merge branch 'kvm-arm64/pt-new' into kvmarm-master/nextMarc Zyngier1-1/+5
2020-09-11KVM: arm64: Remove kvm_mmu_free_memory_caches()Will Deacon1-1/+1
2020-08-21arm64/x86: KVM: Introduce steal-time capAndrew Jones1-0/+3
2020-08-21KVM: arm64: Print warning when cpu erratum can cause guests to deadlockRob Herring1-0/+4
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-36/+21
2020-07-28Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier1-1/+0
2020-07-10KVM: arm64: clean up redundant 'kvm_run' parametersTianjia Zhang1-3/+3
2020-07-09KVM: arm64: Use common code's approach for __GFP_ZERO with memory cachesSean Christopherson1-0/+2
2020-07-07KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_userMarc Zyngier1-2/+2
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall1-24/+12
2020-07-05KVM: arm64: Drop long gone function parameter documentationPeng Hao1-1/+0
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil1-3/+5
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil1-5/+1
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil1-1/+1
2020-06-11Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-8/+12
2020-06-09KVM: arm64: Remove host_cpu_context member from vcpu structureMarc Zyngier1-3/+0
2020-06-09KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier1-16/+1
2020-06-09KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier1-1/+17
2020-06-04KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini1-5/+0
2020-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1710
2020-06-01Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-0/+1712
2020-05-31KVM: arm64: Flush the instruction cache if not unmapping the VM on rebootMarc Zyngier1-4/+10
2020-05-25KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil1-5/+27
2020-05-16KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC versionMarc Zyngier1-5/+10
2020-05-16KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supportedZenghui Yu1-1/+4
2020-05-16KVM: Fix spelling in code commentsFuad Tabba1-3/+3