summaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm/arch_timer.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgicChristoffer Dall2017-11-291-1/+4
* KVM: arm/arm64: Don't enable/disable physical timer access on VHEChristoffer Dall2017-11-291-6/+0
* KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irqEric Auger2017-11-061-23/+1
* arm/arm64: KVM: Load the timer state when enabling the timerChristoffer Dall2017-11-061-0/+4
* KVM: arm/arm64: Rework kvm_timer_should_fireChristoffer Dall2017-11-061-1/+21
* KVM: arm/arm64: Get rid of kvm_timer_flush_hwstateChristoffer Dall2017-11-061-24/+0
* KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exitChristoffer Dall2017-11-061-24/+51
* KVM: arm/arm64: Move phys_timer_emulate functionChristoffer Dall2017-11-061-16/+16
* KVM: arm/arm64: Support EL1 phys timer register access in set/get regChristoffer Dall2017-11-061-2/+31
* KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exitChristoffer Dall2017-11-061-88/+149
* KVM: arm/arm64: Set VCPU affinity for virt timer irqChristoffer Dall2017-11-061-0/+9
* KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall2017-11-061-0/+48
* KVM: arm/arm64: Use separate timer for phys timer emulationChristoffer Dall2017-11-061-5/+16
* KVM: arm/arm64: Rename soft timer to bg_timerChristoffer Dall2017-11-061-9/+9
* KVM: arm/arm64: Make timer_arm and timer_disarm helpers more genericChristoffer Dall2017-11-061-22/+11
* KVM: arm/arm64: Disallow userspace control of in-kernel IRQ linesChristoffer Dall2017-06-081-1/+2
* KVM: arm/arm64: Check if irq lines to the GIC are already usedChristoffer Dall2017-06-081-8/+10
* KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall2017-06-081-0/+104
* KVM: arm/arm64: Move timer IRQ default init to arch_timer.cChristoffer Dall2017-06-081-12/+16
* KVM: arm/arm64: timer: remove request-less vcpu kickAndrew Jones2017-06-041-1/+1
* KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipChristoffer Dall2017-04-091-3/+0
* KVM: arm/arm64: Support arch timers with a userspace gicAlexander Graf2017-04-091-23/+99
* KVM: arm/arm64: Cleanup the arch timer code's irqchip checkingChristoffer Dall2017-04-091-8/+7
* KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim2017-02-081-1/+1
* KVM: arm/arm64: Set up a background timer for the physical timer emulationJintack Lim2017-02-081-1/+24
* KVM: arm/arm64: Set a background timer to the earliest timer expirationJintack Lim2017-02-081-13/+40
* KVM: arm/arm64: Update the physical timer interrupt levelJintack Lim2017-02-081-0/+4
* KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim2017-02-081-2/+7
* KVM: arm/arm64: Decouple kvm timer functions from virtual timerJintack Lim2017-02-081-29/+25
* KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim2017-02-081-10/+28
* KVM: arm/arm64: Abstract virtual timer context into separate structureJintack Lim2017-02-081-33/+36
* KVM: arm/arm64: Remove kvm_vgic_inject_mapped_irqChristoffer Dall2017-02-011-1/+2
* KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systemsJintack Lim2017-01-131-0/+23
* KVM: arm/arm64: Fix occasional warning from the timer work functionChristoffer Dall2017-01-131-3/+0
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-251-3/+3
|\
| * clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-3/+3
* | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
|/
* KVM: arm/arm64: timer: Check for properly initialized timer on initChristoffer Dall2016-12-091-0/+5
* arm/arm64: KVM: Clean up useless code in kvm_timer_enableLongpeng(Mike)2016-11-151-11/+1
* KVM: ARM: cleanup kvm_timer_hyp_initPaolo Bonzini2016-09-081-5/+1
* KVM: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-071-9/+2
* KVM: arm/arm64: timer: Workaround misconfigured timer interruptMarc Zyngier2016-08-171-1/+10
* arm/kvm/arch_timer: Convert to hotplug state machineRichard Cochran2016-07-151-24/+11
* KVM: arm/arm64: Move timer IRQ map to latest possible timeChristoffer Dall2016-05-201-28/+38
* KVM: arm/arm64: vgic: Remove irq_phys_map from interfaceAndre Przywara2016-05-201-6/+1
* KVM: arm/arm64: arch_timer: Remove irq_phys_mapAndre Przywara2016-05-201-6/+4
* KVM: arm/arm64: Remove the IRQ field from struct irq_phys_mapChristoffer Dall2016-05-201-2/+21
* KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq()Andre Przywara2016-05-201-1/+1
* KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()Andre Przywara2016-05-201-4/+2
* KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq()Andre Przywara2016-05-201-1/+1