summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/arm.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-01KVM: arm64: Rationalise KVM banner outputMarc Zyngier1-8/+5
2024-03-07Merge branch kvm-arm64/vm-configuration into kvmarm/nextOliver Upton1-0/+11
2024-02-27KVM: arm64: Don't initialize idreg debugfs w/ preemption disabledOliver Upton1-0/+5
2024-02-19KVM: arm64: Move existing feature disabling over to FGU infrastructureMarc Zyngier1-0/+6
2024-02-19KVM: arm64: nv: Add sanitising to VNCR-backed sysregsMarc Zyngier1-0/+1
2024-02-12KVM: arm64: print Hyp modeJoey Gouly1-1/+2
2024-01-08Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2024-01-08Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-0/+11
2023-12-19Merge branch kvm-arm64/nv-6.8-prefix into kvmarm-master/nextMarc Zyngier1-0/+6
2023-12-19KVM: arm64: nv: Compute NV view of idregs as a one-offMarc Zyngier1-0/+6
2023-12-12KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroyMarc Zyngier1-1/+1
2023-12-01KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang1-1/+0
2023-11-27KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1Ryan Roberts1-0/+5
2023-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-36/+160
2023-10-30Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/nextOliver Upton1-2/+20
2023-10-30Merge branch kvm-arm64/writable-id-regs into kvmarm/nextOliver Upton1-0/+10
2023-10-30Merge branch kvm-arm64/sgi-injection into kvmarm/nextOliver Upton1-17/+76
2023-10-30Merge branch kvm-arm64/stage2-vhe-load into kvmarm/nextOliver Upton1-3/+6
2023-10-25KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first runRaghavendra Rao Ananta1-1/+1
2023-10-25KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0Reiji Watanabe1-2/+1
2023-10-25KVM: arm64: Select default PMU in KVM_ARM_VCPU_INIT handlerReiji Watanabe1-0/+19
2023-10-20KVM: arm64: Rename helpers for VHE vCPU load/putOliver Upton1-2/+2
2023-10-20KVM: arm64: Reload stage-2 for VMID change on VHEMarc Zyngier1-1/+4
2023-10-16arm64: kvm: Use cpus_have_final_cap() explicitlyMark Rutland1-5/+5
2023-10-04KVM: arm64: Allow userspace to get the writable masks for feature ID registersJing Zhang1-0/+10
2023-09-30KVM: arm64: Fast-track kvm_mpidr_to_vcpu() when mpidr_data is availableMarc Zyngier1-0/+12
2023-09-30KVM: arm64: Build MPIDR to vcpu index cache at runtimeMarc Zyngier1-0/+54
2023-09-30KVM: arm64: Use vcpu_idx for invalidation trackingMarc Zyngier1-2/+2
2023-09-30KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointerMarc Zyngier1-15/+8
2023-09-21KVM: arm64: Get rid of vCPU-scoped feature bitmapOliver Upton1-5/+4
2023-09-21KVM: arm64: Remove unused return value from kvm_reset_vcpu()Oliver Upton1-6/+4
2023-09-21KVM: arm64: Hoist NV+SVE check into KVM_ARM_VCPU_INIT ioctl handlerOliver Upton1-0/+5
2023-09-21KVM: arm64: Prevent NV feature flag on systems w/o nested virtOliver Upton1-0/+3
2023-09-21KVM: arm64: Hoist PAuth checks into KVM_ARM_VCPU_INIT ioctlOliver Upton1-0/+13
2023-09-21KVM: arm64: Hoist SVE check into KVM_ARM_VCPU_INIT ioctl handlerOliver Upton1-0/+3
2023-09-21KVM: arm64: Hoist PMUv3 check into KVM_ARM_VCPU_INIT ioctl handlerOliver Upton1-0/+3
2023-09-21KVM: arm64: Add generic check for system-supported vCPU featuresOliver Upton1-3/+13
2023-08-31Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-45/+20
2023-08-28Merge branch kvm-arm64/6.6/misc into kvmarm-master/nextMarc Zyngier1-26/+2
2023-08-28Merge branch kvm-arm64/6.6/pmu-fixes into kvmarm-master/nextMarc Zyngier1-0/+3
2023-08-28Merge branch kvm-arm64/tlbi-range into kvmarm-master/nextMarc Zyngier1-6/+0
2023-08-28Merge branch kvm-arm64/nv-trap-forwarding into kvmarm-master/nextMarc Zyngier1-0/+4
2023-08-26KVM: arm64: Remove size-order align in the nVHE hyp private VA rangeVincent Donnefort1-25/+1
2023-08-22KVM: arm64: pmu: Resync EL0 state on counter rotationMarc Zyngier1-0/+3
2023-08-17KVM: arm64: nv: Add SVC trap forwardingMarc Zyngier1-0/+4
2023-08-17KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common codeDavid Matlack1-6/+0
2023-07-28Merge branch kvm-arm64/6.6/generic-vcpu into kvmarm-master/nextMarc Zyngier1-13/+11
2023-07-28KVM: arm64: Use the known cpu id instead of smp_processor_id()Shaoqin Huang1-1/+1
2023-07-20KVM: arm64: Rephrase percpu enable/disable tracking in terms of hypOliver Upton1-23/+23
2023-07-20KVM: arm64: Fix hardware enable/disable flows for pKVMRaghavendra Rao Ananta1-11/+4