summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/arm.c
AgeCommit message (Expand)Author
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-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
2022-12-29KVM: arm64: Simplify the CPUHP logicMarc Zyngier
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson
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