summaryrefslogtreecommitdiff
path: root/include/kvm
AgeCommit message (Expand)AuthorFilesLines
2025-11-25KVM: arm64: GICv2: Handle deactivation via GICV_DIR trapsMarc Zyngier1-0/+1
2025-11-25KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivationMarc Zyngier1-0/+3
2025-11-25KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 trapsMarc Zyngier1-0/+1
2025-11-25KVM: arm64: Add tracking of vgic_irq being present in a LRMarc Zyngier1-0/+1
2025-11-25KVM: arm64: Repack struct vgic_irq fieldsMarc Zyngier1-10/+10
2025-11-25irqchip/gic: Expose CPU interface VA to KVMMarc Zyngier1-0/+3
2025-10-13KVM: arm64: Kill leftovers of ad-hoc timer userspace accessMarc Zyngier1-3/+0
2025-10-13KVM: arm64: Make timer_set_offset() generally accessibleMarc Zyngier1-0/+10
2025-10-13KVM: arm64: Replace timer context vcpu pointer with timer_idMarc Zyngier1-5/+6
2025-10-13KVM: arm64: Introduce timer_context_to_vcpu() helperMarc Zyngier1-1/+1
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-1/+1
2025-09-20Merge branch kvm-arm64/gic-v5-nv into kvmarm-master/nextMarc Zyngier1-0/+1
2025-09-17KVM: arm64: Don't access ICC_SRE_EL2 if GICv3 doesn't support v2 compatibilityMarc Zyngier1-0/+1
2025-09-15KVM: arm64: vgic-init: Remove vgic_ready() macroKeir Fraser1-1/+0
2025-09-10KVM: arm64: vgic-v3: Erase LPIs from xarray outside of raw spinlocksOliver Upton1-0/+3
2025-09-10KVM: arm64: vgic-v3: Use bare refcount for VGIC LPIsOliver Upton1-2/+2
2025-09-10KVM: arm64: vgic: Drop stale comment on IRQ active stateOliver Upton1-1/+1
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-1/+8
2025-07-28Merge branch 'kvm-arm64/vgic-v4-ctl' into kvmarm/nextOliver Upton1-0/+3
2025-07-26KVM: arm64: vgic-v3: Allow userspace to write GICD_TYPER2.nASSGIcapRaghavendra Rao Ananta1-0/+3
2025-07-09KVM: arm64: gic-v5: Support GICv3 compatSascha Bischoff1-1/+5
2025-06-23KVM: Don't WARN if updating IRQ bypass route failsSean Christopherson1-1/+1
2025-05-30KVM: arm64: Resolve vLPI by host IRQ in vgic_v4_unset_forwarding()Oliver Upton1-2/+1
2025-03-20Merge branch 'kvm-arm64/pmu-fixes' into kvmarm/nextOliver Upton1-2/+3
2025-03-20Merge branch 'kvm-arm64/pmuv3-asahi' into kvmarm/nextOliver Upton1-9/+3
2025-03-17KVM: arm64: PMU: Reload when resettingAkihiko Odaki1-2/+0
2025-03-17KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regsAkihiko Odaki1-0/+3
2025-03-11KVM: arm64: Drop kvm_arm_pmu_available static keyOliver Upton1-8/+2
2025-03-11KVM: arm64: Use a cpucap to determine if system supports FEAT_PMUv3Oliver Upton1-1/+1
2025-03-04KVM: arm64: nv: Add Maintenance Interrupt emulationMarc Zyngier1-0/+4
2025-03-04KVM: arm64: nv: Nested GICv3 emulationMarc Zyngier1-0/+2
2025-03-04KVM: arm64: nv: Plumb handling of GICv3 EL2 accessesMarc Zyngier1-0/+4
2025-01-17Merge branch kvm-arm64/pkvm-memshare-declutter into kvmarm-master/nextMarc Zyngier1-4/+2
2025-01-02KVM: arm64: Work around x1e's CNTVOFF_EL2 bogosityMarc Zyngier1-0/+7
2025-01-02KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV in useMarc Zyngier1-0/+15
2025-01-02KVM: arm64: nv: Sync nested timer state with FEAT_NV2Marc Zyngier1-0/+1
2024-12-19KVM: arm64: Add unified helper for reprogramming counters by maskOliver Upton1-4/+2
2024-11-21KVM: arm64: vgic: Kill VGIC_MAX_PRIVATE definitionMarc Zyngier1-1/+0
2024-11-11Merge branch kvm-arm64/nv-pmu into kvmarm/nextOliver Upton1-2/+16
2024-11-11Merge branch kvm-arm64/psci-1.3 into kvmarm/nextOliver Upton1-1/+3
2024-10-31KVM: arm64: nv: Reprogram PMU events affected by nested transitionOliver Upton1-0/+3
2024-10-31KVM: arm64: nv: Adjust range of accessible PMCs according to HPMNOliver Upton1-0/+5
2024-10-31KVM: arm64: Rename kvm_pmu_valid_counter_mask()Oliver Upton1-2/+2
2024-10-31KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMNOliver Upton1-0/+6
2024-10-31KVM: arm64: nv: Handle CNTHCTL_EL2 speciallyMarc Zyngier1-0/+3
2024-10-25KVM: arm64: Add support for PSCI v1.2 and v1.3David Woodhouse1-1/+3
2024-08-16KVM: arm64: Refine PMU defines for number of countersRob Herring (Arm)1-1/+2
2024-08-16arm64: perf/kvm: Use a common PMU cycle counter defineRob Herring (Arm)1-1/+0
2024-08-16perf: arm_pmuv3: Prepare for more than 32 countersRob Herring (Arm)1-2/+2
2024-05-08Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier1-1/+1