summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/arm.c
AgeCommit message (Expand)Author
2023-06-22KVM: arm64: Fix misuse of KVM_ARM_VCPU_POWER_OFF bit indexOliver Upton
2023-06-15Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2023-06-15Merge branch kvm-arm64/configurable-id-regs into kvmarm/nextOliver Upton
2023-06-15Merge branch kvm-arm64/hvhe into kvmarm/nextOliver Upton
2023-06-15Merge branch kvm-arm64/ffa-proxy into kvmarm/nextOliver Upton
2023-06-15KVM: arm64: Rip out the vestiges of the 'old' ID register schemeOliver Upton
2023-06-14KVM: arm64: Use different pointer authentication keys for pKVMMostafa Saleh
2023-06-12KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier
2023-06-12KVM: arm64: Disable TTBR1_EL2 when using ARM64_KVM_HVHEMarc Zyngier
2023-06-12KVM: arm64: Force HCR_EL2.E2H when ARM64_KVM_HVHE is setMarc Zyngier
2023-06-12KVM: arm64: Rewrite IMPDEF PMU version as NIOliver Upton
2023-06-12KVM: arm64: Make vCPU feature flags consistent VM-wideOliver Upton
2023-06-12KVM: arm64: Relax invariance of KVM_ARM_VCPU_POWER_OFFOliver Upton
2023-06-12KVM: arm64: Separate out feature sanitisation and initialisationOliver Upton
2023-06-01KVM: arm64: Probe FF-A version and host/hyp partition ID during initWill Deacon
2023-05-16KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZERicardo Koller
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-26Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier
2023-04-21Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextMarc Zyngier
2023-04-20KVM: arm64: Ensure CPU PMU probes before pKVM host de-privilegeWill Deacon
2023-04-20KVM: arm64: Acquire mp_state_lock in kvm_arch_vcpu_ioctl_vcpu_init()Reiji Watanabe
2023-04-06Merge tag 'kvmarm-fixes-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2023-04-05KVM: arm64: Introduce support for userspace SMCCC filteringOliver Upton
2023-04-05KVM: arm64: Use a maple tree to represent the SMCCC filterOliver Upton
2023-04-05KVM: arm64: Add vm fd device attribute accessorsOliver Upton
2023-04-04KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMsFuad Tabba
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy
2023-03-30KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_dataMarc Zyngier
2023-03-30KVM: arm64: timers: Allow userspace to set the global counter offsetMarc Zyngier
2023-03-30KVM: arm64: Expose {un,}lock_all_vcpus() to the rest of KVMMarc Zyngier
2023-03-29KVM: arm64: Use config_lock to protect data ordered against KVM_RUNOliver Upton
2023-03-29KVM: arm64: Avoid lock inversion when setting the VM register widthOliver Upton
2023-03-29KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ONOliver Upton
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth
2023-02-13Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/psci-relay-fixes into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton
2023-02-11arm64: Add ARM64_HAS_NESTED_VIRT cpufeatureJintack Lim
2023-02-07KVM: arm64: Mark some VM-scoped allocations as __GFP_ACCOUNTOliver Upton
2023-02-07KVM: arm64: Fix non-kerneldoc commentsMarc Zyngier
2023-02-02KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHEQuentin Perret
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson
2022-12-29KVM: arm64: Mark kvm_arm_init() and its unique descendants as __initSean Christopherson
2022-12-29KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()Sean Christopherson
2022-12-29KVM: arm64: Unregister perf callbacks if hypervisor finalization failsSean Christopherson
2022-12-29KVM: arm64: Free hypervisor allocations if vector slot init failsSean Christopherson