Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-05-20 | KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq() | Andre Przywara | 1 | -1/+1 |
2016-05-20 | KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active() | Andre Przywara | 1 | -4/+2 |
2016-05-20 | KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq() | Andre Przywara | 1 | -1/+1 |
2016-05-03 | KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables | Julien Grall | 1 | -29/+11 |
2016-04-06 | KVM: arm/arm64: Handle forward time correction gracefully | Marc Zyngier | 1 | -10/+39 |
2016-02-29 | KVM: arm/arm64: timer: Add active state caching | Marc Zyngier | 1 | -0/+31 |
2016-02-08 | KVM: arm/arm64: Fix reference to uninitialised VGIC | Andre Przywara | 1 | -3/+6 |
2015-11-24 | KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.active | Christoffer Dall | 1 | -11/+17 |
2015-10-23 | arm/arm64: KVM: Add tracepoints for vgic and timer | Christoffer Dall | 1 | -0/+4 |
2015-10-23 | arm/arm64: KVM: Rework the arch timer to use level-triggered semantics | Christoffer Dall | 1 | -25/+56 |
2015-10-23 | arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block | Christoffer Dall | 1 | -34/+60 |
2015-10-20 | arm/arm64: KVM: Fix arch timer behavior for disabled interrupts | Christoffer Dall | 1 | -0/+19 |
2015-09-04 | arm/arm64: KVM: arch timer: Reset CNTV_CTL to 0 | Christoffer Dall | 1 | -0/+8 |
2015-08-12 | KVM: arm/arm64: timer: Allow the timer to control the active state | Marc Zyngier | 1 | -7/+22 |
2015-03-14 | arm/arm64: KVM: Fix migration race in the arch timer | Christoffer Dall | 1 | -9/+36 |
2014-12-31 | timecounter: keep track of accumulated fractional nanoseconds | Richard Cochran | 1 | -1/+2 |
2014-12-15 | arm/arm64: KVM: Require in-kernel vgic for the arch timers | Christoffer Dall | 1 | -8/+22 |
2014-04-08 | arm, kvm: fix double lock on cpu_add_remove_lock | Ming Lei | 1 | -1/+1 |
2013-12-21 | ARM/KVM: save and restore generic timer registers | Andre Przywara | 1 | -0/+34 |
2013-07-04 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+284 |
2013-06-26 | ARM: KVM: Allow host virt timer irq to be different from guest timer virt irq | Anup Patel | 1 | -9/+20 |
2013-05-19 | ARM: KVM: move GIC/timer code to a common location | Marc Zyngier | 1 | -0/+272 |