summaryrefslogtreecommitdiffstats
path: root/include/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueMarc Zyngier2023-03-111-0/+15
* Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-151-1/+1
|\
| * KVM: arm64: Add helper vgic_write_guest_lock()Gavin Shan2023-01-291-1/+1
* | KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2022-12-291-1/+1
* | KVM: arm64: Simplify the CPUHP logicMarc Zyngier2022-12-292-0/+8
|/
* Merge branch kvm-arm64/pmu-unchained into kvmarm-master/nextMarc Zyngier2022-12-051-2/+13
|\
| * KVM: arm64: PMU: Implement PMUv3p5 long counter supportMarc Zyngier2022-11-191-0/+7
| * KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creationMarc Zyngier2022-11-191-0/+6
| * KVM: arm64: PMU: Align chained counter implementation with architecture pseud...Marc Zyngier2022-11-171-2/+0