summaryrefslogtreecommitdiffstats
path: root/include/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier2024-05-081-1/+1
|\
| * KVM: arm64: vgic: Allocate private interrupts on demandMarc Zyngier2024-05-031-1/+1
* | Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier2024-05-031-1/+0
|\ \
| * | KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier2024-05-011-1/+0
| |/
* | KVM: arm64: vgic-its: Get rid of the lpi_list_lockOliver Upton2024-04-251-3/+0
* | KVM: arm64: vgic-its: Rip out the global translation cacheOliver Upton2024-04-251-3/+0
* | KVM: arm64: vgic-its: Maintain a translation cache per ITSOliver Upton2024-04-251-0/+6
* | KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()Oliver Upton2024-04-251-1/+0
* | KVM: arm64: vgic-debug: Use an xarray mark for debug iteratorOliver Upton2024-04-251-0/+2
* | KVM: arm64: Fix host-programmed guest events in nVHEOliver Upton2024-03-261-1/+1
|/
* Merge branch kvm-arm64/lpi-xarray into kvmarm/nextOliver Upton2024-03-071-4/+5
|\
| * KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe mannerOliver Upton2024-02-231-0/+1
| * KVM: arm64: vgic: Use atomics to count LPIsOliver Upton2024-02-231-2/+2
| * KVM: arm64: vgic: Get rid of the LPI linked-listOliver Upton2024-02-231-2/+0
| * KVM: arm64: vgic: Store LPIs in an xarrayOliver Upton2024-02-231-0/+2
* | KVM: arm64: Add feature checking helpersMarc Zyngier2024-02-191-11/+0
|/
* Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-314-6/+30
|\
| * Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/nextOliver Upton2023-10-301-1/+20
| |\
| | * KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first runRaghavendra Rao Ananta2023-10-241-1/+2
| | * KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMURaghavendra Rao Ananta2023-10-241-0/+6
| | * KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0Reiji Watanabe2023-10-241-0/+6
| | * KVM: arm64: Select default PMU in KVM_ARM_VCPU_INIT handlerReiji Watanabe2023-10-241-0/+6
| * | Merge branch kvm-arm64/sgi-injection into kvmarm/nextOliver Upton2023-10-301-2/+2
| |\ \
| | * | KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointerMarc Zyngier2023-09-301-2/+2
| | |/
| * | Merge branch kvm-arm64/pmevtyper-filter into kvmarm/nextOliver Upton2023-10-301-0/+5
| |\ \
| | * | KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertisedOliver Upton2023-10-241-0/+5
| | |/
| * | KVM: arm64: Get rid of vCPU-scoped feature bitmapOliver Upton2023-09-212-2/+2
| * | KVM: arm64: Remove unused return value from kvm_reset_vcpu()Oliver Upton2023-09-211-1/+1
| |/
* / KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2Marc Zyngier2023-10-121-0/+7
|/
* KVM: arm64: pmu: Guard PMU emulation definitions with CONFIG_KVMMarc Zyngier2023-08-231-1/+1
* KVM: arm64: pmu: Resync EL0 state on counter rotationMarc Zyngier2023-08-221-0/+2
* KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier2023-07-131-1/+1
* Merge tag 'kvm-x86-generic-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-011-6/+0
|\
| * KVM: destruct kvm_io_device while unregistering it from kvm_io_busWei Wang2023-06-131-6/+0
* | KVM: arm64: Rip out the vestiges of the 'old' ID register schemeOliver Upton2023-06-151-2/+6
* | KVM: arm64: Rewrite IMPDEF PMU version as NIOliver Upton2023-06-121-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-013-7/+34
|\
| * Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier2023-04-211-1/+5
| |\
| | * KVM: arm64: Introduce support for userspace SMCCC filteringOliver Upton2023-04-051-0/+3
| | * KVM: arm64: Use a maple tree to represent the SMCCC filterOliver Upton2023-04-051-0/+1
| | * KVM: arm64: Rename SMC/HVC call handler to reflect realityOliver Upton2023-04-051-1/+1
| * | Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextMarc Zyngier2023-04-212-6/+29
| |\ \ | | |/ | |/|
| | * KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier2023-03-302-2/+8
| | * KVM: arm64: nv: timers: Add a per-timer, per-vcpu offsetMarc Zyngier2023-03-301-0/+5
| | * KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_dataMarc Zyngier2023-03-301-4/+14
| | * KVM: arm64: timers: Abstract per-timer IRQ accessMarc Zyngier2023-03-301-0/+2
| | * KVM: arm64: timers: Rationalise per-vcpu timer initMarc Zyngier2023-03-301-1/+0
| | * KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timerMarc Zyngier2023-03-301-0/+2
| | * KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional nsMarc Zyngier2023-03-301-0/+1
| |/
* / arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier2023-03-271-1/+1
|/