aboutsummaryrefslogtreecommitdiff
path: root/include/kvm
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge branch kvm-arm64/misc-6.10 into kvmarm-master/nextGravatar Marc Zyngier 1-1/+1
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextGravatar Marc Zyngier 1-1/+0
2024-05-03KVM: arm64: vgic: Allocate private interrupts on demandGravatar Marc Zyngier 1-1/+1
2024-05-01KVM: arm64: Simplify vgic-v3 hypercallsGravatar Marc Zyngier 1-1/+0
2024-04-25KVM: arm64: vgic-its: Get rid of the lpi_list_lockGravatar Oliver Upton 1-3/+0
2024-04-25KVM: arm64: vgic-its: Rip out the global translation cacheGravatar Oliver Upton 1-3/+0
2024-04-25KVM: arm64: vgic-its: Maintain a translation cache per ITSGravatar Oliver Upton 1-0/+6
2024-04-25KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()Gravatar Oliver Upton 1-1/+0
2024-04-25KVM: arm64: vgic-debug: Use an xarray mark for debug iteratorGravatar Oliver Upton 1-0/+2
2024-03-26KVM: arm64: Fix host-programmed guest events in nVHEGravatar Oliver Upton 1-1/+1
2024-03-07Merge branch kvm-arm64/lpi-xarray into kvmarm/nextGravatar Oliver Upton 1-4/+5
2024-02-23KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe mannerGravatar Oliver Upton 1-0/+1
2024-02-23KVM: arm64: vgic: Use atomics to count LPIsGravatar Oliver Upton 1-2/+2
2024-02-23KVM: arm64: vgic: Get rid of the LPI linked-listGravatar Oliver Upton 1-2/+0
2024-02-23KVM: arm64: vgic: Store LPIs in an xarrayGravatar Oliver Upton 1-0/+2
2024-02-19KVM: arm64: Add feature checking helpersGravatar Marc Zyngier 1-11/+0
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 4-6/+30
2023-10-30Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/nextGravatar Oliver Upton 1-1/+20
2023-10-30Merge branch kvm-arm64/sgi-injection into kvmarm/nextGravatar Oliver Upton 1-2/+2
2023-10-30Merge branch kvm-arm64/pmevtyper-filter into kvmarm/nextGravatar Oliver Upton 1-0/+5
2023-10-24KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first runGravatar Raghavendra Rao Ananta 1-1/+2
2023-10-24KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMUGravatar Raghavendra Rao Ananta 1-0/+6
2023-10-24KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0Gravatar Reiji Watanabe 1-0/+6
2023-10-24KVM: arm64: Select default PMU in KVM_ARM_VCPU_INIT handlerGravatar Reiji Watanabe 1-0/+6
2023-10-24KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertisedGravatar Oliver Upton 1-0/+5
2023-10-12KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2Gravatar Marc Zyngier 1-0/+7
2023-09-30KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointerGravatar Marc Zyngier 1-2/+2
2023-09-21KVM: arm64: Get rid of vCPU-scoped feature bitmapGravatar Oliver Upton 2-2/+2
2023-09-21KVM: arm64: Remove unused return value from kvm_reset_vcpu()Gravatar Oliver Upton 1-1/+1
2023-08-23KVM: arm64: pmu: Guard PMU emulation definitions with CONFIG_KVMGravatar Marc Zyngier 1-1/+1
2023-08-22KVM: arm64: pmu: Resync EL0 state on counter rotationGravatar Marc Zyngier 1-0/+2
2023-07-13KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionGravatar Marc Zyngier 1-1/+1
2023-07-01Merge tag 'kvm-x86-generic-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-6/+0
2023-06-15KVM: arm64: Rip out the vestiges of the 'old' ID register schemeGravatar Oliver Upton 1-2/+6
2023-06-13KVM: destruct kvm_io_device while unregistering it from kvm_io_busGravatar Wei Wang 1-6/+0
2023-06-12KVM: arm64: Rewrite IMPDEF PMU version as NIGravatar Oliver Upton 1-1/+1
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-7/+34
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextGravatar Marc Zyngier 1-1/+5
2023-04-21Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextGravatar Marc Zyngier 2-6/+29
2023-04-05KVM: arm64: Introduce support for userspace SMCCC filteringGravatar Oliver Upton 1-0/+3
2023-04-05KVM: arm64: Use a maple tree to represent the SMCCC filterGravatar Oliver Upton 1-0/+1
2023-04-05KVM: arm64: Rename SMC/HVC call handler to reflect realityGravatar Oliver Upton 1-1/+1
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationGravatar Marc Zyngier 2-2/+8
2023-03-30KVM: arm64: nv: timers: Add a per-timer, per-vcpu offsetGravatar Marc Zyngier 1-0/+5
2023-03-30KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_dataGravatar Marc Zyngier 1-4/+14
2023-03-30KVM: arm64: timers: Abstract per-timer IRQ accessGravatar Marc Zyngier 1-0/+2
2023-03-30KVM: arm64: timers: Rationalise per-vcpu timer initGravatar Marc Zyngier 1-1/+0
2023-03-30KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timerGravatar Marc Zyngier 1-0/+2
2023-03-30KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional nsGravatar Marc Zyngier 1-0/+1
2023-03-27arm64: perf: Move PMUv3 driver to drivers/perfGravatar Marc Zyngier 1-1/+1