summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-01-29KVM: arm64: Allow no running vcpu on saving vgic3 pending tableGavin Shan
2023-01-29KVM: arm64: Allow no running vcpu on restoring vgic3 LPI pending statusGavin Shan
2023-01-29KVM: arm64: Add helper vgic_write_guest_lock()Gavin Shan
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini
2023-01-21KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivationMarc Zyngier
2023-01-21KVM: arm64: Pass the actual page address to mte_clear_page_tags()Catalin Marinas
2023-01-05Merge branch kvm-arm64/s1ptw-write-fault into kvmarm-master/fixesMarc Zyngier
2023-01-05Merge branch kvm-arm64/pmu-fixes-6.2 into kvmarm-master/fixesMarc Zyngier
2023-01-05KVM: arm64: vgic: Add Apple M2 cpus to the list of broken SEIS implementationsMarc Zyngier
2023-01-03KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson
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-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-12KVM: arm64: PMU: Fix PMCR_EL0 reset valueJames Clark
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2022-12-06Merge branch 'for-next/sysregs' into for-next/coreWill Deacon
2022-12-06Merge branch 'for-next/sve-state' into for-next/coreWill Deacon
2022-12-05Merge remote-tracking branch 'arm64/for-next/sysregs' into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/misc-6.2 into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/pmu-unchained into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/mte-map-shared 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/parallel-faults into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/dirty-ring into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/52bit-fixes into kvmarm-master/nextMarc Zyngier
2022-12-05KVM: arm64: Fix benign bug with incorrect use of VA_BITSRyan Roberts
2022-12-05KVM: arm64: PMU: Fix period computation for 64bit counters with 32bit overflowMarc Zyngier
2022-12-01arm64/sysreg: Standardise naming for ID_DFR0_EL1James Morse
2022-11-29arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()Mark Brown
2022-11-29arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVMMark Brown
2022-11-29arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown
2022-11-29KVM: arm64: Discard any SVE state when entering KVM guestsMark Brown
2022-11-29KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabledPeter Collingbourne
2022-11-29KVM: arm64: unify the tests for VMAs in memslots when MTE is enabledPeter Collingbourne
2022-11-29arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas
2022-11-29KVM: arm64: Simplify the sanitise_mte_tags() logicCatalin Marinas
2022-11-29arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas
2022-11-28KVM: arm64: PMU: Sanitise PMCR_EL0.LP on first vcpu runMarc Zyngier
2022-11-28KVM: arm64: PMU: Simplify PMCR_EL0 reset handlingMarc Zyngier
2022-11-28KVM: arm64: PMU: Replace version number '0' with ID_AA64DFR0_EL1_PMUVer_NIAnshuman Khandual