summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/arm.c
AgeCommit message (Expand)Author
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2022-12-05Merge branch kvm-arm64/pmu-unchained into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/dirty-ring into kvmarm-master/nextMarc Zyngier
2022-11-19KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creationMarc Zyngier
2022-11-11KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2Will Deacon
2022-11-11KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the hostQuentin Perret
2022-11-11KVM: arm64: Consolidate stage-2 initialisation into a single functionQuentin Perret
2022-11-11KVM: arm64: Provide I-cache invalidation by virtual address at EL2Will Deacon
2022-11-11KVM: arm64: Initialise hypervisor copies of host symbols unconditionallyWill Deacon
2022-11-11KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1Fuad Tabba
2022-11-10KVM: arm64: Fix kvm init failure when mode!=vhe and VA_BITS=52.Ryan Roberts
2022-11-10KVM: arm64: Enable ring-based dirty memory trackingGavin Shan
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini
2022-10-03Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2022-09-30Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini
2022-09-26KVM: remove KVM_REQ_UNHALTPaolo Bonzini
2022-09-26KVM: arm64: Ignore kvm-arm.mode if !is_hyp_mode_available()Elliot Berman
2022-09-19KVM: arm64: Use kmemleak_free_part_phys() to unregister hyp_mem_baseZenghui Yu
2022-08-19Merge tag 'kvmarm-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2022-08-17KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systemsOliver Upton
2022-08-01Merge tag 'kvmarm-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2022-07-27Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/nextMarc Zyngier
2022-07-26KVM: arm64: Implement non-protected nVHE hyp stack unwinderKalesh Singh
2022-07-17Merge branch kvm-arm64/sysreg-cleanup-5.20 into kvmarm-master/nextMarc Zyngier
2022-07-17KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address settingMarc Zyngier
2022-06-29Merge branch kvm-arm64/burn-the-flags into kvmarm-master/nextMarc Zyngier
2022-06-29KVM: arm64: Move the handling of !FP outside of the fast pathMarc Zyngier
2022-06-29KVM: arm64: Move vcpu WFIT flag to the state flag setMarc Zyngier
2022-06-17KVM: arm64: Prevent kmemleak from accessing pKVM memoryQuentin Perret
2022-06-10KVM: arm64: Move vcpu PC/Exception flags to the input flag setMarc Zyngier
2022-06-09KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHEWill Deacon
2022-06-09KVM: arm64: Return error from kvm_arch_init_vm() on allocation failureWill Deacon
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-05-16Merge branch kvm-arm64/misc-5.19 into kvmarm-master/nextMarc Zyngier
2022-05-16Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/nextMarc Zyngier
2022-05-16Merge branch kvm-arm64/psci-suspend into kvmarm-master/nextMarc Zyngier
2022-05-16Merge branch kvm-arm64/hcall-selection into kvmarm-master/nextMarc Zyngier
2022-05-16KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selectedMarc Zyngier
2022-05-15KVM: arm64: Don't hypercall before EL2 initQuentin Perret
2022-05-15KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba
2022-05-04KVM: arm64: Don't BUG_ON() if emulated register table is unsortedAlexandru Elisei
2022-05-04Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier
2022-05-04KVM: arm64: Implement PSCI SYSTEM_SUSPENDOliver Upton
2022-05-04KVM: arm64: Add support for userspace to suspend a vCPUOliver Upton
2022-05-04KVM: arm64: Return a value from check_vcpu_requests()Oliver Upton
2022-05-04KVM: arm64: Rename the KVM_REQ_SLEEP handlerOliver Upton
2022-05-04KVM: arm64: Track vCPU power state using MP state valuesOliver Upton