summaryrefslogtreecommitdiffstats
path: root/include/kvm
AgeCommit message (Expand)AuthorLines
2018-03-14KVM: arm/arm64: Reset mapped IRQs on VM resetChristoffer Dall-0/+1
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+14
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+51
2018-02-06arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier-1/+20
2018-02-06arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier-1/+1
2018-02-06arm/arm64: KVM: Implement PSCI 1.0 supportMarc Zyngier-0/+3
2018-02-06arm/arm64: KVM: Add PSCI_VERSION helperMarc Zyngier-2/+4
2018-02-06arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier-0/+27
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář-1/+1
2018-01-02KVM: arm/arm64: Provide a get_input_level for the arch timerChristoffer Dall-0/+2
2018-01-02KVM: arm/arm64: Support a vgic interrupt line level sample functionChristoffer Dall-1/+12
2017-12-18KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GICMarc Zyngier-1/+1
2017-11-29KVM: arm/arm64: Don't enable/disable physical timer access on VHEChristoffer Dall-3/+0
2017-11-10KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking sourceMarc Zyngier-0/+3
2017-11-10KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypassMarc Zyngier-0/+8
2017-11-10KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domainMarc Zyngier-0/+19
2017-11-10KVM: arm/arm64: GICv4: Add property field and per-VM predicateMarc Zyngier-0/+3
2017-11-06KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irqEric Auger-3/+5
2017-11-06KVM: arm/arm64: Rework kvm_timer_should_fireChristoffer Dall-1/+2
2017-11-06KVM: arm/arm64: Get rid of kvm_timer_flush_hwstateChristoffer Dall-1/+0
2017-11-06KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exitChristoffer Dall-2/+14
2017-11-06KVM: arm/arm64: Use separate timer for phys timer emulationChristoffer Dall-0/+3
2017-11-06KVM: arm/arm64: Rename soft timer to bg_timerChristoffer Dall-1/+1
2017-11-06KVM: arm/arm64: Make timer_arm and timer_disarm helpers more genericChristoffer Dall-3/+0
2017-07-25KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones-2/+0
2017-06-15KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier-0/+1
2017-06-15Merge branch 'kvmarm-master/master' into HEADMarc Zyngier-1/+4
2017-06-08KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQChristoffer Dall-0/+2
2017-06-08KVM: arm/arm64: Disallow userspace control of in-kernel IRQ linesChristoffer Dall-3/+1
2017-06-08KVM: arm/arm64: Introduce an allocator for in-kernel irq linesChristoffer Dall-0/+5
2017-06-08KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall-0/+4
2017-06-08KVM: arm/arm64: Move timer IRQ default init to arch_timer.cChristoffer Dall-3/+1
2017-06-08KVM: arm/arm64: Move irq_is_ppi() to header fileChristoffer Dall-0/+2
2017-06-08KVM: arm64: Allow creating the PMU without the in-kernel GICChristoffer Dall-0/+6
2017-05-18KVM: arm/arm64: Fix bug when registering redist iodevsChristoffer Dall-1/+4
2017-05-09Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini-1/+4
2017-05-09KVM: arm/arm64: Get rid of its->initialized fieldMarc Zyngier-1/+0
2017-05-09KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUsChristoffer Dall-0/+1
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-6/+12
2017-05-08KVM: arm64: vgic-its: Introduce migration ABI infrastructureEric Auger-0/+3
2017-04-09KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipChristoffer Dall-0/+7
2017-04-09KVM: arm/arm64: Support arch timers with a userspace gicAlexander Graf-0/+2
2017-04-09KVM: arm/arm64: vgic: Get rid of MISR and EISR fieldsChristoffer Dall-4/+0
2017-04-09KVM: arm/arm64: vgic: Get rid of live_lrsChristoffer Dall-2/+0
2017-04-09KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall-0/+3
2017-04-04KVM: arm64: Ensure LRs are clear when they should beChristoffer Dall-0/+1
2017-02-08KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim-0/+2
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim-1/+2
2017-02-08KVM: arm/arm64: Add the EL1 physical timer contextJintack Lim-0/+2
2017-02-08KVM: arm/arm64: Decouple kvm timer functions from virtual timerJintack Lim-1/+1