aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/arm/arch_timer.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-31KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blockedGravatar Christoffer Dall 1-0/+5
2018-07-31KVM: arm/arm64: Fix potential loss of ptimer interruptsGravatar Christoffer Dall 1-5/+5
2018-03-19Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEADGravatar Marc Zyngier 1-53/+69
2018-03-19KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_initGravatar Christoffer Dall 1-4/+0
2018-03-14KVM: arm/arm64: Reduce verbosity of KVM init logGravatar Ard Biesheuvel 1-1/+1
2018-03-14KVM: arm/arm64: Reset mapped IRQs on VM resetGravatar Christoffer Dall 1-0/+4
2018-02-26KVM: arm/arm64: No need to zero CNTVOFF in kvm_timer_vcpu_put() for VHEGravatar Shanker Donthineni 1-2/+4
2018-02-15KVM: arm/arm64: Fix arch timers with userspace irqchipsGravatar Christoffer Dall 1-52/+64
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Radim Krčmář 1-13/+18
2018-01-31KVM: arm/arm64: Fixup userspace irqchip static key optimizationGravatar Christoffer Dall 1-1/+1
2018-01-31KVM: arm/arm64: Fix incorrect timer_is_pending logicGravatar Christoffer Dall 1-19/+17
2018-01-02KVM: arm/arm64: Avoid work when userspace iqchips are not usedGravatar Christoffer Dall 1-2/+4
2018-01-02KVM: arm/arm64: Provide a get_input_level for the arch timerGravatar Christoffer Dall 1-46/+38
2018-01-02KVM: arm/arm64: Support a vgic interrupt line level sample functionGravatar Christoffer Dall 1-1/+2
2018-01-02KVM: arm/arm64: Don't cache the timer IRQ levelGravatar Christoffer Dall 1-7/+13
2017-12-18KVM: arm/arm64: Fix timer enable flowGravatar Christoffer Dall 1-4/+1
2017-12-18KVM: arm/arm64: Properly handle arch-timer IRQs after vtimer_save_stateGravatar Christoffer Dall 1-7/+15
2017-12-18KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GICGravatar Marc Zyngier 1-5/+8
2017-11-29KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgicGravatar Christoffer Dall 1-1/+4
2017-11-29KVM: arm/arm64: Don't enable/disable physical timer access on VHEGravatar Christoffer Dall 1-6/+0
2017-11-06KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irqGravatar Eric Auger 1-23/+1
2017-11-06arm/arm64: KVM: Load the timer state when enabling the timerGravatar Christoffer Dall 1-0/+4
2017-11-06KVM: arm/arm64: Rework kvm_timer_should_fireGravatar Christoffer Dall 1-1/+21
2017-11-06KVM: arm/arm64: Get rid of kvm_timer_flush_hwstateGravatar Christoffer Dall 1-24/+0
2017-11-06KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exitGravatar Christoffer Dall 1-24/+51
2017-11-06KVM: arm/arm64: Move phys_timer_emulate functionGravatar Christoffer Dall 1-16/+16
2017-11-06KVM: arm/arm64: Support EL1 phys timer register access in set/get regGravatar Christoffer Dall 1-2/+31
2017-11-06KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exitGravatar Christoffer Dall 1-88/+149
2017-11-06KVM: arm/arm64: Set VCPU affinity for virt timer irqGravatar Christoffer Dall 1-0/+9
2017-11-06KVM: arm/arm64: Move timer save/restore out of the hyp codeGravatar Christoffer Dall 1-0/+48
2017-11-06KVM: arm/arm64: Use separate timer for phys timer emulationGravatar Christoffer Dall 1-5/+16
2017-11-06KVM: arm/arm64: Rename soft timer to bg_timerGravatar Christoffer Dall 1-9/+9
2017-11-06KVM: arm/arm64: Make timer_arm and timer_disarm helpers more genericGravatar Christoffer Dall 1-22/+11
2017-06-08KVM: arm/arm64: Disallow userspace control of in-kernel IRQ linesGravatar Christoffer Dall 1-1/+2
2017-06-08KVM: arm/arm64: Check if irq lines to the GIC are already usedGravatar Christoffer Dall 1-8/+10
2017-06-08KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceGravatar Christoffer Dall 1-0/+104
2017-06-08KVM: arm/arm64: Move timer IRQ default init to arch_timer.cGravatar Christoffer Dall 1-12/+16
2017-06-04KVM: arm/arm64: timer: remove request-less vcpu kickGravatar Andrew Jones 1-1/+1
2017-04-09KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipGravatar Christoffer Dall 1-3/+0
2017-04-09KVM: arm/arm64: Support arch timers with a userspace gicGravatar Alexander Graf 1-23/+99
2017-04-09KVM: arm/arm64: Cleanup the arch timer code's irqchip checkingGravatar Christoffer Dall 1-8/+7
2017-02-08KVM: arm/arm64: Emulate the EL1 phys timer registersGravatar Jintack Lim 1-1/+1
2017-02-08KVM: arm/arm64: Set up a background timer for the physical timer emulationGravatar Jintack Lim 1-1/+24
2017-02-08KVM: arm/arm64: Set a background timer to the earliest timer expirationGravatar Jintack Lim 1-13/+40
2017-02-08KVM: arm/arm64: Update the physical timer interrupt levelGravatar Jintack Lim 1-0/+4
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerGravatar Jintack Lim 1-2/+7
2017-02-08KVM: arm/arm64: Decouple kvm timer functions from virtual timerGravatar Jintack Lim 1-29/+25
2017-02-08KVM: arm/arm64: Move cntvoff to each timer contextGravatar Jintack Lim 1-10/+28
2017-02-08KVM: arm/arm64: Abstract virtual timer context into separate structureGravatar Jintack Lim 1-33/+36
2017-02-01KVM: arm/arm64: Remove kvm_vgic_inject_mapped_irqGravatar Christoffer Dall 1-1/+2