index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
arm
/
arch_timer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-18
KVM: arm/arm64: Fix timer enable flow
Christoffer Dall
1
-4
/
+1
2017-12-18
KVM: arm/arm64: Properly handle arch-timer IRQs after vtimer_save_state
Christoffer Dall
1
-7
/
+15
2017-12-18
KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GIC
Marc Zyngier
1
-5
/
+8
2017-11-29
KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgic
Christoffer Dall
1
-1
/
+4
2017-11-29
KVM: arm/arm64: Don't enable/disable physical timer access on VHE
Christoffer Dall
1
-6
/
+0
2017-11-06
KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
Eric Auger
1
-23
/
+1
2017-11-06
arm/arm64: KVM: Load the timer state when enabling the timer
Christoffer Dall
1
-0
/
+4
2017-11-06
KVM: arm/arm64: Rework kvm_timer_should_fire
Christoffer Dall
1
-1
/
+21
2017-11-06
KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
Christoffer Dall
1
-24
/
+0
2017-11-06
KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
Christoffer Dall
1
-24
/
+51
2017-11-06
KVM: arm/arm64: Move phys_timer_emulate function
Christoffer Dall
1
-16
/
+16
2017-11-06
KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
Christoffer Dall
1
-2
/
+31
2017-11-06
KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
Christoffer Dall
1
-88
/
+149
2017-11-06
KVM: arm/arm64: Set VCPU affinity for virt timer irq
Christoffer Dall
1
-0
/
+9
2017-11-06
KVM: arm/arm64: Move timer save/restore out of the hyp code
Christoffer Dall
1
-0
/
+48
2017-11-06
KVM: arm/arm64: Use separate timer for phys timer emulation
Christoffer Dall
1
-5
/
+16
2017-11-06
KVM: arm/arm64: Rename soft timer to bg_timer
Christoffer Dall
1
-9
/
+9
2017-11-06
KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
Christoffer Dall
1
-22
/
+11
2017-06-08
KVM: arm/arm64: Disallow userspace control of in-kernel IRQ lines
Christoffer Dall
1
-1
/
+2
2017-06-08
KVM: arm/arm64: Check if irq lines to the GIC are already used
Christoffer Dall
1
-8
/
+10
2017-06-08
KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace
Christoffer Dall
1
-0
/
+104
2017-06-08
KVM: arm/arm64: Move timer IRQ default init to arch_timer.c
Christoffer Dall
1
-12
/
+16
2017-06-04
KVM: arm/arm64: timer: remove request-less vcpu kick
Andrew Jones
1
-1
/
+1
2017-04-09
KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip
Christoffer Dall
1
-3
/
+0
2017-04-09
KVM: arm/arm64: Support arch timers with a userspace gic
Alexander Graf
1
-23
/
+99
2017-04-09
KVM: arm/arm64: Cleanup the arch timer code's irqchip checking
Christoffer Dall
1
-8
/
+7
2017-02-08
KVM: arm/arm64: Emulate the EL1 phys timer registers
Jintack Lim
1
-1
/
+1
2017-02-08
KVM: arm/arm64: Set up a background timer for the physical timer emulation
Jintack Lim
1
-1
/
+24
2017-02-08
KVM: arm/arm64: Set a background timer to the earliest timer expiration
Jintack Lim
1
-13
/
+40
2017-02-08
KVM: arm/arm64: Update the physical timer interrupt level
Jintack Lim
1
-0
/
+4
2017-02-08
KVM: arm/arm64: Initialize the emulated EL1 physical timer
Jintack Lim
1
-2
/
+7
2017-02-08
KVM: arm/arm64: Decouple kvm timer functions from virtual timer
Jintack Lim
1
-29
/
+25
2017-02-08
KVM: arm/arm64: Move cntvoff to each timer context
Jintack Lim
1
-10
/
+28
2017-02-08
KVM: arm/arm64: Abstract virtual timer context into separate structure
Jintack Lim
1
-33
/
+36
2017-02-01
KVM: arm/arm64: Remove kvm_vgic_inject_mapped_irq
Christoffer Dall
1
-1
/
+2
2017-01-13
KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systems
Jintack Lim
1
-0
/
+23
2017-01-13
KVM: arm/arm64: Fix occasional warning from the timer work function
Christoffer Dall
1
-3
/
+0
2016-12-26
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
1
-3
/
+3
2016-12-25
cpu/hotplug: Cleanup state names
Thomas Gleixner
1
-1
/
+1
2016-12-09
KVM: arm/arm64: timer: Check for properly initialized timer on init
Christoffer Dall
1
-0
/
+5
2016-11-15
arm/arm64: KVM: Clean up useless code in kvm_timer_enable
Longpeng(Mike)
1
-11
/
+1
2016-09-08
KVM: ARM: cleanup kvm_timer_hyp_init
Paolo Bonzini
1
-5
/
+1
2016-09-07
KVM: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-9
/
+2
2016-08-17
KVM: arm/arm64: timer: Workaround misconfigured timer interrupt
Marc Zyngier
1
-1
/
+10
2016-07-15
arm/kvm/arch_timer: Convert to hotplug state machine
Richard Cochran
1
-24
/
+11
2016-05-20
KVM: arm/arm64: Move timer IRQ map to latest possible time
Christoffer Dall
1
-28
/
+38
2016-05-20
KVM: arm/arm64: vgic: Remove irq_phys_map from interface
Andre Przywara
1
-6
/
+1
2016-05-20
KVM: arm/arm64: arch_timer: Remove irq_phys_map
Andre Przywara
1
-6
/
+4
2016-05-20
KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
Christoffer Dall
1
-2
/
+21
[next]