summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/arm.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-17KVM: arm64: Prevent kmemleak from accessing pKVM memoryQuentin Perret1-3/+3
2022-06-09KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHEWill Deacon1-1/+5
2022-06-09KVM: arm64: Return error from kvm_arch_init_vm() on allocation failureWill Deacon1-1/+3
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-30/+134
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-27/+131
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2022-05-16Merge branch kvm-arm64/misc-5.19 into kvmarm-master/nextMarc Zyngier1-2/+6
2022-05-16Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/nextMarc Zyngier1-0/+2
2022-05-16Merge branch kvm-arm64/psci-suspend into kvmarm-master/nextMarc Zyngier1-17/+87
2022-05-16Merge branch kvm-arm64/hcall-selection into kvmarm-master/nextMarc Zyngier1-0/+1
2022-05-16KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selectedMarc Zyngier1-13/+0
2022-05-15KVM: arm64: Don't hypercall before EL2 initQuentin Perret1-1/+2
2022-05-15KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba1-0/+15
2022-05-04KVM: arm64: Don't BUG_ON() if emulated register table is unsortedAlexandru Elisei1-2/+6
2022-05-04Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier1-3/+34
2022-05-04KVM: arm64: Implement PSCI SYSTEM_SUSPENDOliver Upton1-0/+5
2022-05-04KVM: arm64: Add support for userspace to suspend a vCPUOliver Upton1-0/+51
2022-05-04KVM: arm64: Return a value from check_vcpu_requests()Oliver Upton1-2/+14
2022-05-04KVM: arm64: Rename the KVM_REQ_SLEEP handlerOliver Upton1-2/+2
2022-05-04KVM: arm64: Track vCPU power state using MP state valuesOliver Upton1-10/+12
2022-05-04KVM: arm64: Dedupe vCPU power off helpersOliver Upton1-3/+3
2022-05-03KVM: arm64: Setup a framework for hypercall bitmap firmware registersRaghavendra Rao Ananta1-0/+1
2022-05-02KVM: Add max_vcpus field in common 'struct kvm'Sean Christopherson1-3/+3
2022-04-29KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_highAlexandru Elisei1-0/+1
2022-04-28KVM: arm64: Add guard pages for KVM nVHE hypervisor stackKalesh Singh1-3/+34
2022-04-20KVM: arm64: Handle blocking WFIT instructionMarc Zyngier1-0/+1
2022-04-20KVM: arm64: Simplify kvm_cpu_has_pending_timer()Marc Zyngier1-5/+0
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-95/+47
2022-03-18KVM: arm64: fix typos in commentsJulia Lawall1-1/+1
2022-03-18KVM: arm64: Generalise VM features into a set of flagsMarc Zyngier1-3/+4
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon1-4/+1
2022-03-09Merge branch kvm-arm64/misc-5.18 into kvmarm-master/nextMarc Zyngier1-3/+5
2022-03-04KVM: arm64: Only open the interrupt window on exit due to an interruptMarc Zyngier1-3/+5
2022-02-25arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin1-0/+1
2022-02-15KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse1-4/+1
2022-02-08Merge branch kvm-arm64/pmu-bl into kvmarm-master/nextMarc Zyngier1-0/+21
2022-02-08KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPUAlexandru Elisei1-0/+17
2022-02-08KVM: arm64: Do not change the PMU event filter after a VCPU has runMarc Zyngier1-0/+4
2022-02-08KVM: arm64: Make active_vmids invalid on vCPU schedule outShameer Kolothum1-0/+1
2022-02-08KVM: arm64: Align the VMID allocation with the arm64 ASIDJulien Grall1-89/+16
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-2/+10
2022-02-01kvm/arm64: rework guest entry logicMark Rutland1-18/+33
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-54/+74
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+10
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-27/+37
2021-12-16KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret1-0/+2
2021-12-16KVM: arm64: Introduce kvm_share_hyp()Quentin Perret1-2/+2
2021-12-08KVM: Add helpers to wake/query blocking vCPUSean Christopherson1-1/+1
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson1-1/+1
2021-12-08KVM: arm64: Move vGIC v4 handling for WFI out arch callback hookSean Christopherson1-17/+35