summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/arm.c
AgeCommit message (Expand)Author
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-03-18KVM: arm64: fix typos in commentsJulia Lawall
2022-03-18KVM: arm64: Generalise VM features into a set of flagsMarc Zyngier
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon
2022-03-09Merge branch kvm-arm64/misc-5.18 into kvmarm-master/nextMarc Zyngier
2022-03-04KVM: arm64: Only open the interrupt window on exit due to an interruptMarc Zyngier
2022-02-25arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin
2022-02-15KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse
2022-02-08Merge branch kvm-arm64/pmu-bl into kvmarm-master/nextMarc Zyngier
2022-02-08KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPUAlexandru Elisei
2022-02-08KVM: arm64: Do not change the PMU event filter after a VCPU has runMarc Zyngier
2022-02-08KVM: arm64: Make active_vmids invalid on vCPU schedule outShameer Kolothum
2022-02-08KVM: arm64: Align the VMID allocation with the arm64 ASIDJulien Grall
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2022-02-01kvm/arm64: rework guest entry logicMark Rutland
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-12-16KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret
2021-12-16KVM: arm64: Introduce kvm_share_hyp()Quentin Perret
2021-12-08KVM: Add helpers to wake/query blocking vCPUSean Christopherson
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson
2021-12-08KVM: arm64: Move vGIC v4 handling for WFI out arch callback hookSean Christopherson
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier
2021-12-08KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier
2021-12-01Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/nextMarc Zyngier
2021-12-01KVM: arm64: Drop vcpu->arch.has_run_once for vcpu->pidMarc Zyngier
2021-12-01KVM: arm64: Merge kvm_arch_vcpu_run_pid_change() and kvm_vcpu_first_run_init()Marc Zyngier
2021-12-01KVM: arm64: Restructure the point where has_run_once is advertisedMarc Zyngier
2021-12-01KVM: arm64: Move kvm_arch_vcpu_run_pid_change() out of lineMarc Zyngier
2021-11-22KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATEMarc Zyngier
2021-11-18KVM: arm64: Cap KVM_CAP_NR_VCPUS by kvm_arm_default_max_vcpus()Vitaly Kuznetsov
2021-11-17KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.cSean Christopherson
2021-11-17KVM: Move x86's perf guest info callbacks to generic KVMSean Christopherson
2021-11-12Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-11-08KVM: arm64: Change the return type of kvm_vcpu_preferred_target()YueHaibing
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-10-18Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier
2021-10-17Merge branch kvm-arm64/memory-accounting into kvmarm-master/nextMarc Zyngier
2021-10-17KVM: arm64: Add memcg accounting to KVM allocationsJia He
2021-10-11KVM: arm64: Initialize trap registers for protected VMsFuad Tabba
2021-10-11KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba
2021-10-11Merge branch kvm-arm64/misc-5.16 into kvmarm-master/nextMarc Zyngier
2021-10-11KVM: arm64: Allow KVM to be disabled from the command lineMarc Zyngier
2021-10-11KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercallWill Deacon
2021-10-11KVM: arm64: Reject stub hypercalls after pKVM has been initialisedWill Deacon
2021-10-01kvm: use kvfree() in kvm_arch_free_vm()Juergen Gross
2021-08-20Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier
2021-08-20Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier
2021-08-20Merge branch kvm-arm64/generic-entry into kvmarm-master/nextMarc Zyngier