summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-03KVM: arm64: vgic-its: Add error handling in vgic_its_cache_translationKeisuke Nishimura
2024-12-03KVM: arm64: Do not allow ID_AA64MMFR0_EL1.ASIDbits to be overriddenMarc Zyngier
2024-11-26KVM: arm64: Fix S1/S2 combination when FWB==1 and S2 has Device memory typeMarc Zyngier
2024-11-26arm64: Fix usage of new shifted MDCR_EL2 valuesJames Clark
2024-11-20KVM: arm64: Use MDCR_EL2.HPME to evaluate overflow of hyp countersOliver Upton
2024-11-20KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow statusRaghavendra Rao Ananta
2024-11-20KVM: arm64: Mark set_sysreg_masks() as inline to avoid build failureMarc Zyngier
2024-11-20KVM: arm64: vgic-its: Add stronger type-checking to the ITS entry sizesMarc Zyngier
2024-11-20KVM: arm64: vgic: Kill VGIC_MAX_PRIVATE definitionMarc Zyngier
2024-11-20KVM: arm64: vgic: Make vgic_get_irq() more robustMarc Zyngier
2024-11-20KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIRMarc Zyngier
2024-11-12KVM: arm64: Pass on SVE mapping failuresJames Clark
2024-11-11Merge branch kvm-arm64/vgic-its-fixes into kvmarm/nextOliver Upton
2024-11-11KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITEKunkun Jiang
2024-11-11KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a deviceKunkun Jiang
2024-11-11KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*Jing Zhang
2024-11-11Merge branch kvm-arm64/nv-pmu into kvmarm/nextOliver Upton
2024-11-11Merge branch kvm-arm64/mmio-sea into kvmarm/nextOliver Upton
2024-11-11Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2024-11-11KVM: selftests: Don't bother deleting memslots in KVM when freeing VMsSean Christopherson
2024-11-11Merge branch kvm-arm64/mpam-ni into kvmarm/nextOliver Upton
2024-11-11Merge branch kvm-arm64/psci-1.3 into kvmarm/nextOliver Upton
2024-11-11Merge branch kvm-arm64/nv-s1pie-s1poe into kvmarm/nextOliver Upton
2024-11-11KVM: arm64: Make L1Ip feature in CTR_EL0 writable from userspaceShameer Kolothum
2024-10-31KVM: arm64: Get rid of userspace_irqchip_in_useRaghavendra Rao Ananta
2024-10-31KVM: arm64: nv: Reprogram PMU events affected by nested transitionOliver Upton
2024-10-31KVM: arm64: nv: Apply EL2 event filtering when in hyp contextOliver Upton
2024-10-31KVM: arm64: nv: Honor MDCR_EL2.HLPOliver Upton
2024-10-31KVM: arm64: nv: Honor MDCR_EL2.HPMEOliver Upton
2024-10-31KVM: arm64: Add helpers to determine if PMC counts at a given ELOliver Upton
2024-10-31KVM: arm64: nv: Adjust range of accessible PMCs according to HPMNOliver Upton
2024-10-31KVM: arm64: Rename kvm_pmu_valid_counter_mask()Oliver Upton
2024-10-31KVM: arm64: nv: Advertise support for FEAT_HPMN0Oliver Upton
2024-10-31KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMNOliver Upton
2024-10-31KVM: arm64: nv: Honor MDCR_EL2.{TPM, TPMCR} in Host EL0Oliver Upton
2024-10-31KVM: arm64: nv: Reinject traps that take effect in Host EL0Oliver Upton
2024-10-31KVM: arm64: nv: Rename BEHAVE_FORWARD_ANYOliver Upton
2024-10-31KVM: arm64: nv: Allow coarse-grained trap combos to use complex trapsOliver Upton
2024-10-31KVM: arm64: Describe RES0/RES1 bits of MDCR_EL2Oliver Upton
2024-10-31arm64: sysreg: Add new definitions for ID_AA64DFR0_EL1Oliver Upton
2024-10-31arm64: sysreg: Migrate MDCR_EL2 definition to tableOliver Upton
2024-10-31arm64: sysreg: Describe ID_AA64DFR2_EL1 fieldsOliver Upton
2024-10-31KVM: arm64: Initialize trap register values in hyp in pKVMFuad Tabba
2024-10-31KVM: arm64: Initialize the hypervisor's VM state at EL2Fuad Tabba
2024-10-31KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp useFuad Tabba
2024-10-31KVM: arm64: Move pkvm_vcpu_init_traps() to init_pkvm_hyp_vcpu()Fuad Tabba
2024-10-31KVM: arm64: selftests: Test ID_AA64PFR0.MPAM isn't completely ignoredJames Morse
2024-10-31KVM: arm64: Disable MPAM visibility by default and ignore VMM writesJames Morse
2024-10-31KVM: arm64: Add a macro for creating filtered sys_reg_descs entriesJames Morse
2024-10-31KVM: arm64: Fix missing traps of guest accesses to the MPAM registersJames Morse