summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-18KVM: arm64: fix typos in commentsJulia Lawall
2022-03-18KVM: arm64: Generalise VM features into a set of flagsMarc Zyngier
2022-03-09Merge branch kvm-arm64/psci-1.1 into kvmarm-master/nextMarc Zyngier
2022-03-09KVM: arm64: Really propagate PSCI SYSTEM_RESET2 arguments to userspaceWill Deacon
2022-03-09Merge branch kvm-arm64/misc-5.18 into kvmarm-master/nextMarc Zyngier
2022-03-09Documentation: KVM: Update documentation to indicate KVM is arm64-onlyOliver Upton
2022-03-04KVM: arm64: Only open the interrupt window on exit due to an interruptMarc Zyngier
2022-03-02KVM: arm64: Enable Cortex-A510 erratum 2077057 by defaultMark Brown
2022-02-25Merge branch kvm-arm64/psci-1.1 into kvmarm-master/nextMarc Zyngier
2022-02-25KVM: arm64: Remove unneeded semicolonsChangcheng Deng
2022-02-21KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags fieldWill Deacon
2022-02-21KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guestWill Deacon
2022-02-21KVM: arm64: Bump guest PSCI version to 1.1Will Deacon
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: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attributeAlexandru Elisei
2022-02-08KVM: arm64: Keep a list of probed PMUsAlexandru Elisei
2022-02-08KVM: arm64: Keep a per-VM pointer to the default PMUMarc Zyngier
2022-02-08perf: Fix wrong name in comment for struct perf_cpu_contextAlexandru Elisei
2022-02-08KVM: arm64: Do not change the PMU event filter after a VCPU has runMarc Zyngier
2022-02-08Merge branch kvm-arm64/misc-5.18 into kvmarm-master/nextMarc Zyngier
2022-02-08KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2Keir Fraser
2022-02-08KVM: arm64: Drop unused param from kvm_psci_version()Oliver Upton
2022-02-08Merge branch kvm-arm64/selftest/vgic-5.18 into kvmarm-master/nextMarc Zyngier
2022-02-08kvm: selftests: aarch64: use a tighter assert in vgic_poke_irq()Ricardo Koller
2022-02-08kvm: selftests: aarch64: fix some vgic related commentsRicardo Koller
2022-02-08kvm: selftests: aarch64: fix the failure check in kvm_set_gsi_routing_irqchip...Ricardo Koller
2022-02-08kvm: selftests: aarch64: pass vgic_irq guest args as a pointerRicardo Koller
2022-02-08kvm: selftests: aarch64: fix assert in gicv3_access_regRicardo Koller
2022-02-08Merge branch kvm-arm64/vmid-allocator into kvmarm-master/nextMarc 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-08KVM: arm64: Make VMID bits accessible outside of allocatorShameer Kolothum
2022-02-08KVM: arm64: Introduce a new VMID allocator for KVMShameer Kolothum
2022-02-08Merge branch kvm-arm64/fpsimd-doc into kvmarm-master/nextMarc Zyngier
2022-02-08arm64/fpsimd: Clarify the purpose of using last in fpsimd_save()Mark Brown
2022-02-08KVM: arm64: Add some more comments in kvm_hyp_handle_fpsimd()Mark Brown
2022-02-08KVM: arm64: Add comments for context flush and sync callbacksMark Brown
2022-02-08Merge branch kvm-arm64/mmu-rwlock into kvmarm-master/nextMarc Zyngier
2022-02-08KVM: selftests: Add vgic initialization for dirty log perf test for ARMJing Zhang
2022-02-08KVM: arm64: Add fast path to handle permission relaxation during dirty loggingJing Zhang
2022-02-08KVM: arm64: Use read/write spin lock for MMU protectionJing Zhang
2022-02-08Merge branch kvm-arm64/oslock into kvmarm-master/nextMarc Zyngier
2022-02-08selftests: KVM: Test OS lock behaviorOliver Upton
2022-02-08selftests: KVM: Add OSLSR_EL1 to the list of blessed regsOliver Upton
2022-02-08KVM: arm64: Emulate the OS LockOliver Upton
2022-02-08KVM: arm64: Allow guest to set the OSLK bitOliver Upton
2022-02-08KVM: arm64: Stash OSLSR_EL1 in the cpu contextOliver Upton
2022-02-08KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefinedOliver Upton
2022-02-06Linux 5.17-rc3Linus Torvalds