summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/arm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-14/+136
|\
| * Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-04-261-12/+135
| |\
| | * Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier2023-04-211-0/+35
| | |\
| | | * KVM: arm64: Introduce support for userspace SMCCC filteringOliver Upton2023-04-051-0/+4
| | | * KVM: arm64: Use a maple tree to represent the SMCCC filterOliver Upton2023-04-051-0/+2
| | | * KVM: arm64: Add vm fd device attribute accessorsOliver Upton2023-04-051-0/+29
| | * | Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextMarc Zyngier2023-04-211-0/+53
| | |\ \
| | | * | KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_dataMarc Zyngier2023-03-301-0/+2
| | | * | KVM: arm64: timers: Allow userspace to set the global counter offsetMarc Zyngier2023-03-301-0/+8
| | | * | KVM: arm64: Expose {un,}lock_all_vcpus() to the rest of KVMMarc Zyngier2023-03-301-0/+43
| | | |/
| | * | KVM: arm64: Acquire mp_state_lock in kvm_arch_vcpu_ioctl_vcpu_init()Reiji Watanabe2023-04-201-1/+5
| | * | KVM: arm64: Use config_lock to protect data ordered against KVM_RUNOliver Upton2023-03-291-2/+2
| | * | KVM: arm64: Avoid lock inversion when setting the VM register widthOliver Upton2023-03-291-0/+18
| | * | KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ONOliver Upton2023-03-291-9/+22
| | |/
| * / KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-161-2/+1
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-04-251-45/+0
|\ \
| * | KVM: arm64: Ensure CPU PMU probes before pKVM host de-privilegeWill Deacon2023-04-201-45/+0
| |/
* | Merge tag 'kvmarm-fixes-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-04-061-1/+25
|\ \
| * | KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMsFuad Tabba2023-04-041-1/+25
| |/
* / KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy2023-03-311-0/+1
|/
* Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton2023-02-141-0/+5
|\
| * arm64: Add ARM64_HAS_NESTED_VIRT cpufeatureJintack Lim2023-02-111-0/+5
* | Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton2023-02-141-6/+2
|\ \
| * | KVM: arm64: Fix non-kerneldoc commentsMarc Zyngier2023-02-071-6/+2
| |/
* | Merge branch kvm-arm64/psci-relay-fixes into kvmarm/nextOliver Upton2023-02-141-0/+1
|\ \
| * | KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHEQuentin Perret2023-02-021-0/+1
| |/
* | Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton2023-02-131-1/+1
|\ \
| * | KVM: arm64: Mark some VM-scoped allocations as __GFP_ACCOUNTOliver Upton2023-02-071-1/+1
| |/
* | KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-6/+1
* | KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-11/+0
* | KVM: arm64: Mark kvm_arm_init() and its unique descendants as __initSean Christopherson2022-12-291-17/+17
* | KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()Sean Christopherson2022-12-291-9/+16
* | KVM: arm64: Unregister perf callbacks if hypervisor finalization failsSean Christopherson2022-12-291-2/+11
* | KVM: arm64: Free hypervisor allocations if vector slot init failsSean Christopherson2022-12-291-4/+5
* | KVM: arm64: Simplify the CPUHP logicMarc Zyngier2022-12-291-0/+13
* | KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-5/+0
|/
* Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-091-39/+51
|\
| * Merge branch kvm-arm64/pmu-unchained into kvmarm-master/nextMarc Zyngier2022-12-051-0/+6
| |\
| | * KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creationMarc Zyngier2022-11-191-0/+6
| * | Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier2022-12-051-22/+39
| |\ \
| | * | KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2Will Deacon2022-11-111-0/+1
| | * | KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the hostQuentin Perret2022-11-111-5/+4
| | * | KVM: arm64: Consolidate stage-2 initialisation into a single functionQuentin Perret2022-11-111-14/+13
| | * | KVM: arm64: Provide I-cache invalidation by virtual address at EL2Will Deacon2022-11-111-0/+1
| | * | KVM: arm64: Initialise hypervisor copies of host symbols unconditionallyWill Deacon2022-11-111-6/+9
| | * | KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1Fuad Tabba2022-11-111-0/+14
| | |/
| * | Merge branch kvm-arm64/dirty-ring into kvmarm-master/nextMarc Zyngier2022-12-051-0/+3
| |\ \
| | * | KVM: arm64: Enable ring-based dirty memory trackingGavin Shan2022-11-101-0/+3
| | |/
| * / KVM: arm64: Fix kvm init failure when mode!=vhe and VA_BITS=52.Ryan Roberts2022-11-101-17/+3
| |/
* / KVM: replace direct irq.h inclusionPaolo Bonzini2022-11-091-0/+5
|/