summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
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
2022-11-22KVM: arm64: Reject shared table walks in the hyp codeOliver Upton
2022-11-22KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton
2022-11-22KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton
2022-11-19KVM: arm64: PMU: Make kvm_pmc the main data structureMarc Zyngier
2022-11-19KVM: arm64: PMU: Simplify vcpu computation on perf overflow notificationMarc Zyngier
2022-11-19KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guestMarc Zyngier
2022-11-19KVM: arm64: PMU: Implement PMUv3p5 long counter supportMarc Zyngier
2022-11-19KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon to be set from userspaceMarc Zyngier
2022-11-19KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspaceMarc Zyngier
2022-11-19KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creationMarc Zyngier
2022-11-19KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bitsMarc Zyngier
2022-11-17KVM: arm64: PMU: Simplify setting a counter to a specific valueMarc Zyngier
2022-11-17KVM: arm64: PMU: Add counter_index_to_*reg() helpersMarc Zyngier
2022-11-17KVM: arm64: PMU: Only narrow counters that are not 64bit wideMarc Zyngier
2022-11-17KVM: arm64: PMU: Narrow the overflow checking when requiredMarc Zyngier
2022-11-17KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflowMarc Zyngier
2022-11-17KVM: arm64: PMU: Always advertise the CHAIN eventMarc Zyngier
2022-11-17KVM: arm64: PMU: Align chained counter implementation with architecture pseud...Marc Zyngier
2022-11-11KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()Will Deacon
2022-11-11KVM: arm64: Don't unnecessarily map host kernel sections at EL2Quentin Perret
2022-11-11KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2Quentin Perret
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: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret
2022-11-11KVM: arm64: Instantiate guest stage-2 page-tables at EL2Quentin Perret
2022-11-11KVM: arm64: Consolidate stage-2 initialisation into a single functionQuentin Perret
2022-11-11KVM: arm64: Add generic hyp_memcache helpersQuentin 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: Add per-cpu fixmap infrastructure at EL2Quentin Perret
2022-11-11KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1Fuad Tabba
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba
2022-11-11KVM: arm64: Rename 'host_kvm' to 'host_mmu'Will Deacon
2022-11-11KVM: arm64: Add hyp_spinlock_t static initializerFuad Tabba
2022-11-11KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.hWill Deacon