summaryrefslogtreecommitdiffstats
path: root/include/kvm
AgeCommit message (Expand)Author
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall
2020-03-24KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interruptsMarc Zyngier
2020-03-24irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layerMarc Zyngier
2019-11-08Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextMarc Zyngier
2019-10-29KVM: arm/arm64: vgic: Fix some comments typoZenghui Yu
2019-10-29KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi()Zenghui Yu
2019-10-28KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/putMarc Zyngier
2019-10-21KVM: arm/arm64: Factor out hypercall handling from PSCI codeChristoffer Dall
2019-08-25KVM: arm/arm64: vgic: Use a single IO device per redistributorEric Auger
2019-08-18KVM: arm/arm64: vgic: Add LPI translation cache definitionMarc Zyngier
2019-08-05KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to blockMarc Zyngier
2019-07-23KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU counter indexZenghui Yu
2019-07-05KVM: arm/arm64: Support chained PMU countersAndrew Murray
2019-07-05KVM: arm/arm64: Remove pmc->bitmaskAndrew Murray
2019-07-05KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functionsAndrew Murray
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 342Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-02-19KVM: arm/arm64: Rework the timer code to use a timer_mapChristoffer Dall
2019-02-19KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systemsChristoffer Dall
2019-02-19KVM: arm/arm64: timer: Rework data structures for multiple timersChristoffer Dall
2019-02-19KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara
2019-02-19KVM: arm/arm64: Simplify bg_timer programmingChristoffer Dall
2019-01-24KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlockJulien Thierry
2019-01-24KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlockJulien Thierry
2019-01-24KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlockJulien Thierry
2018-12-19KVM: arm/arm64: Remove arch timer workqueueChristoffer Dall
2018-08-12KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsMarc Zyngier
2018-07-21KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPRChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Add group field to struct irqChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Keep track of implementation revisionChristoffer Dall
2018-05-25KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512Eric Auger
2018-05-25KVM: arm/arm64: Remove kvm_vgic_vcpu_early_initEric Auger
2018-05-25KVM: arm/arm64: Replace the single rdist region by a listEric Auger
2018-04-27KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGIMarc Zyngier
2018-04-20arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier
2018-03-19Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEADMarc Zyngier
2018-03-19KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_stateMarc Zyngier
2018-03-19KVM: arm/arm64: Get rid of vgic_elrsrChristoffer Dall
2018-03-14KVM: arm/arm64: Reset mapped IRQs on VM resetChristoffer Dall
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-02-06arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier
2018-02-06arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier
2018-02-06arm/arm64: KVM: Implement PSCI 1.0 supportMarc Zyngier
2018-02-06arm/arm64: KVM: Add PSCI_VERSION helperMarc Zyngier
2018-02-06arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář
2018-01-02KVM: arm/arm64: Provide a get_input_level for the arch timerChristoffer Dall