summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2022-03-18Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini19-217/+595
2022-03-18KVM: arm64: fix typos in commentsJulia Lawall6-7/+7
2022-03-18KVM: arm64: Generalise VM features into a set of flagsMarc Zyngier3-6/+8
2022-03-09Merge branch kvm-arm64/psci-1.1 into kvmarm-master/nextMarc Zyngier1-6/+6
2022-03-09KVM: arm64: Really propagate PSCI SYSTEM_RESET2 arguments to userspaceWill Deacon1-6/+6
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-25Merge tag 'kvmarm-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-2/+1
2022-02-25Merge branch kvm-arm64/psci-1.1 into kvmarm-master/nextMarc Zyngier1-11/+49
2022-02-25KVM: arm64: Remove unneeded semicolonsChangcheng Deng1-2/+2
2022-02-21KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags fieldWill Deacon1-4/+11
2022-02-21KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guestWill Deacon1-4/+29
2022-02-21KVM: arm64: Bump guest PSCI version to 1.1Will Deacon1-3/+9
2022-02-17KVM: arm64: Don't miss pending interrupts for suspended vCPUOliver Upton1-2/+1
2022-02-11Merge tag 'kvmarm-fixes-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-0/+2
2022-02-11KVM: arm64: vgic: Read HW interrupt pending state from the HWMarc Zyngier1-0/+2
2022-02-08Merge branch kvm-arm64/pmu-bl into kvmarm-master/nextMarc Zyngier2-31/+131
2022-02-08KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPUAlexandru Elisei2-0/+18
2022-02-08KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attributeAlexandru Elisei1-0/+40
2022-02-08KVM: arm64: Keep a list of probed PMUsAlexandru Elisei1-2/+23
2022-02-08KVM: arm64: Keep a per-VM pointer to the default PMUMarc Zyngier1-16/+26
2022-02-08KVM: arm64: Do not change the PMU event filter after a VCPU has runMarc Zyngier2-13/+24
2022-02-08Merge branch kvm-arm64/misc-5.18 into kvmarm-master/nextMarc Zyngier4-26/+59
2022-02-08KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2Keir Fraser3-23/+56
2022-02-08KVM: arm64: Drop unused param from kvm_psci_version()Oliver Upton1-3/+3
2022-02-08Merge branch kvm-arm64/vmid-allocator into kvmarm-master/nextMarc Zyngier5-93/+215
2022-02-08KVM: arm64: Make active_vmids invalid on vCPU schedule outShameer Kolothum2-3/+23
2022-02-08KVM: arm64: Align the VMID allocation with the arm64 ASIDJulien Grall4-93/+18
2022-02-08KVM: arm64: Make VMID bits accessible outside of allocatorShameer Kolothum1-1/+1
2022-02-08KVM: arm64: Introduce a new VMID allocator for KVMShameer Kolothum1-0/+177
2022-02-08Merge branch kvm-arm64/fpsimd-doc into kvmarm-master/nextMarc Zyngier2-4/+14
2022-02-08KVM: arm64: Add some more comments in kvm_hyp_handle_fpsimd()Mark Brown1-0/+4
2022-02-08KVM: arm64: Add comments for context flush and sync callbacksMark Brown1-4/+10
2022-02-08Merge branch kvm-arm64/mmu-rwlock into kvmarm-master/nextMarc Zyngier1-18/+31
2022-02-08KVM: arm64: Add fast path to handle permission relaxation during dirty loggingJing Zhang1-2/+15
2022-02-08KVM: arm64: Use read/write spin lock for MMU protectionJing Zhang1-18/+18
2022-02-08KVM: arm64: Emulate the OS LockOliver Upton2-7/+25
2022-02-08KVM: arm64: Allow guest to set the OSLK bitOliver Upton1-7/+30
2022-02-08KVM: arm64: Stash OSLSR_EL1 in the cpu contextOliver Upton1-7/+24
2022-02-08KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefinedOliver Upton1-1/+1
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini10-70/+53
2022-02-03KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errataJames Morse1-1/+19
2022-02-03KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursJames Morse1-0/+8
2022-02-03KVM: arm64: Avoid consuming a stale esr value when SError occurJames Morse1-1/+2
2022-02-01kvm/arm64: rework guest entry logicMark Rutland1-18/+33
2022-01-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-15/+28
2022-01-28Merge tag 'kvmarm-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini4-15/+28
2022-01-24KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHEMarc Zyngier1-1/+4
2022-01-22KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken systemsMarc Zyngier2-2/+18
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds37-379/+935