summaryrefslogtreecommitdiff
path: root/virt/kvm/arm/arch_timer.c
AgeCommit message (Expand)Author
2018-12-19KVM: arm/arm64: arch_timer: Simplify kvm_timer_vcpu_terminateChristoffer Dall
2018-12-19KVM: arm/arm64: Remove arch timer workqueueChristoffer Dall
2018-07-31KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blockedChristoffer Dall
2018-07-31KVM: arm/arm64: Fix potential loss of ptimer interruptsChristoffer Dall
2018-03-19Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEADMarc Zyngier
2018-03-19KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_initChristoffer Dall
2018-03-14KVM: arm/arm64: Reduce verbosity of KVM init logArd Biesheuvel
2018-03-14KVM: arm/arm64: Reset mapped IRQs on VM resetChristoffer Dall
2018-02-26KVM: arm/arm64: No need to zero CNTVOFF in kvm_timer_vcpu_put() for VHEShanker Donthineni
2018-02-15KVM: arm/arm64: Fix arch timers with userspace irqchipsChristoffer Dall
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář
2018-01-31KVM: arm/arm64: Fixup userspace irqchip static key optimizationChristoffer Dall
2018-01-31KVM: arm/arm64: Fix incorrect timer_is_pending logicChristoffer Dall
2018-01-02KVM: arm/arm64: Avoid work when userspace iqchips are not usedChristoffer Dall
2018-01-02KVM: arm/arm64: Provide a get_input_level for the arch timerChristoffer Dall
2018-01-02KVM: arm/arm64: Support a vgic interrupt line level sample functionChristoffer Dall
2018-01-02KVM: arm/arm64: Don't cache the timer IRQ levelChristoffer Dall
2017-12-18KVM: arm/arm64: Fix timer enable flowChristoffer Dall
2017-12-18KVM: arm/arm64: Properly handle arch-timer IRQs after vtimer_save_stateChristoffer Dall
2017-12-18KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GICMarc Zyngier
2017-11-29KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgicChristoffer Dall
2017-11-29KVM: arm/arm64: Don't enable/disable physical timer access on VHEChristoffer Dall
2017-11-06KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irqEric Auger
2017-11-06arm/arm64: KVM: Load the timer state when enabling the timerChristoffer Dall
2017-11-06KVM: arm/arm64: Rework kvm_timer_should_fireChristoffer Dall
2017-11-06KVM: arm/arm64: Get rid of kvm_timer_flush_hwstateChristoffer Dall
2017-11-06KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exitChristoffer Dall
2017-11-06KVM: arm/arm64: Move phys_timer_emulate functionChristoffer Dall
2017-11-06KVM: arm/arm64: Support EL1 phys timer register access in set/get regChristoffer Dall
2017-11-06KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exitChristoffer Dall
2017-11-06KVM: arm/arm64: Set VCPU affinity for virt timer irqChristoffer Dall
2017-11-06KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall
2017-11-06KVM: arm/arm64: Use separate timer for phys timer emulationChristoffer Dall
2017-11-06KVM: arm/arm64: Rename soft timer to bg_timerChristoffer Dall
2017-11-06KVM: arm/arm64: Make timer_arm and timer_disarm helpers more genericChristoffer Dall
2017-06-08KVM: arm/arm64: Disallow userspace control of in-kernel IRQ linesChristoffer Dall
2017-06-08KVM: arm/arm64: Check if irq lines to the GIC are already usedChristoffer Dall
2017-06-08KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall
2017-06-08KVM: arm/arm64: Move timer IRQ default init to arch_timer.cChristoffer Dall
2017-06-04KVM: arm/arm64: timer: remove request-less vcpu kickAndrew Jones
2017-04-09KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipChristoffer Dall
2017-04-09KVM: arm/arm64: Support arch timers with a userspace gicAlexander Graf
2017-04-09KVM: arm/arm64: Cleanup the arch timer code's irqchip checkingChristoffer Dall
2017-02-08KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim
2017-02-08KVM: arm/arm64: Set up a background timer for the physical timer emulationJintack Lim
2017-02-08KVM: arm/arm64: Set a background timer to the earliest timer expirationJintack Lim
2017-02-08KVM: arm/arm64: Update the physical timer interrupt levelJintack Lim
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim
2017-02-08KVM: arm/arm64: Decouple kvm timer functions from virtual timerJintack Lim
2017-02-08KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim