summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/arm.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-11KVM: arm64: Don't eagerly teardown the vgic on init errorMarc Zyngier1-0/+3
2024-10-08KVM: arm64: nv: Punt stage-2 recycling to a vCPU requestOliver Upton1-0/+2
2024-09-17Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini1-3/+3
2024-09-12Merge branch kvm-arm64/s2-ptdump into kvmarm-master/nextMarc Zyngier1-0/+1
2024-09-10KVM: arm64: Register ptdump with debugfs on guest creationSebastian Ene1-0/+1
2024-09-04KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson1-3/+3
2024-08-27KVM: arm64: Add helper for last ditch idreg adjustmentsMarc Zyngier1-7/+7
2024-08-07KVM: arm64: Tidying up PAuth code in KVMFuad Tabba1-10/+4
2024-08-02KVM: arm64: fix kdoc warnings in W=1 buildsSebastian Ott1-0/+1
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2024-07-14Merge branch kvm-arm64/nv-sve into kvmarm/nextOliver Upton1-5/+0
2024-07-14Merge branch kvm-arm64/ctr-el0 into kvmarm/nextOliver Upton1-1/+1
2024-07-14Merge branch kvm-arm64/shadow-mmu into kvmarm/nextOliver Upton1-0/+11
2024-06-20KVM: arm64: Allow the use of SVE+NVOliver Upton1-5/+0
2024-06-20KVM: arm64: unify code to prepare trapsSebastian Ott1-1/+1
2024-06-19KVM: arm64: nv: Support multiple nested Stage-2 mmu structuresMarc Zyngier1-0/+11
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack1-1/+1
2024-06-14KVM: arm64: Add early_param to control WFx trappingColton Lewis1-3/+65
2024-06-04KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba1-6/+14
2024-06-04KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVMFuad Tabba1-0/+68
2024-05-09Merge branch kvm-arm64/mpidr-reset into kvmarm-master/nextMarc Zyngier1-5/+0
2024-05-09KVM: arm64: Only reset vCPU-scoped feature ID regs onceOliver Upton1-5/+0
2024-05-08Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier1-9/+41
2024-05-08KVM: arm64: Destroy mpidr_data for 'late' vCPU creationOliver Upton1-9/+41
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier1-19/+44
2024-05-03Merge branch kvm-arm64/nv-eret-pauth into kvmarm-master/nextMarc Zyngier1-5/+78
2024-05-03Merge branch kvm-arm64/host_data into kvmarm-master/nextMarc Zyngier1-7/+1
2024-05-01KVM: arm64: Restrict supported capabilities for protected VMsFuad Tabba1-0/+32
2024-05-01KVM: arm64: Refactor setting the return value in kvm_vm_ioctl_enable_cap()Fuad Tabba1-15/+9
2024-05-01KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier1-3/+2
2024-05-01KVM: arm64: Change kvm_handle_mmio_return() return polarityFuad Tabba1-1/+1
2024-04-20KVM: arm64: Drop trapping of PAuth instructions/keysMarc Zyngier1-3/+42
2024-04-20KVM: arm64: Constraint PAuth support to consistent implementationsMarc Zyngier1-2/+36
2024-04-12KVM: arm64: Exclude FP ownership from kvm_vcpu_archMarc Zyngier1-6/+0
2024-04-12KVM: arm64: Add accessor for per-CPU stateMarc Zyngier1-1/+1
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