summaryrefslogtreecommitdiff
path: root/include/kvm/arm_arch_timer.h
AgeCommit message (Expand)Author
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-10-12KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2Marc Zyngier
2023-09-21KVM: arm64: Remove unused return value from kvm_reset_vcpu()Oliver Upton
2023-04-21Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextMarc Zyngier
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier
2023-03-30KVM: arm64: nv: timers: Add a per-timer, per-vcpu offsetMarc Zyngier
2023-03-30KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_dataMarc Zyngier
2023-03-30KVM: arm64: timers: Abstract per-timer IRQ accessMarc Zyngier
2023-03-30KVM: arm64: timers: Rationalise per-vcpu timer initMarc Zyngier
2023-03-30KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timerMarc Zyngier
2023-03-30KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional nsMarc Zyngier
2023-03-11KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueMarc Zyngier
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson
2022-12-29KVM: arm64: Simplify the CPUHP logicMarc Zyngier
2022-04-20KVM: arm64: Simplify kvm_cpu_has_pending_timer()Marc Zyngier
2020-07-07KVM: arm64: timers: Move timer registers to the sys_regs fileMarc Zyngier
2020-07-07KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_userMarc Zyngier
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-02-19KVM: arm/arm64: Rework the timer code to use a timer_mapChristoffer Dall
2019-02-19KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systemsChristoffer Dall
2019-02-19KVM: arm/arm64: timer: Rework data structures for multiple timersChristoffer Dall
2019-02-19KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara
2019-02-19KVM: arm/arm64: Simplify bg_timer programmingChristoffer Dall
2018-12-19KVM: arm/arm64: Remove arch timer workqueueChristoffer Dall
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář
2018-01-02KVM: arm/arm64: Provide a get_input_level for the arch timerChristoffer Dall
2017-12-18KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GICMarc Zyngier
2017-11-29KVM: arm/arm64: Don't enable/disable physical timer access on VHEChristoffer 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 timer save/restore in vcpu entry/exitChristoffer 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: 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-04-09KVM: arm/arm64: Support arch timers with a userspace gicAlexander Graf
2017-02-08KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim
2017-02-08KVM: arm/arm64: Add the EL1 physical timer contextJintack 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
2017-02-08KVM: arm/arm64: Abstract virtual timer context into separate structureJintack Lim
2017-01-13KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systemsJintack Lim
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-05-20KVM: arm/arm64: Move timer IRQ map to latest possible timeChristoffer Dall
2016-05-20KVM: arm/arm64: arch_timer: Remove irq_phys_mapAndre Przywara
2016-02-29KVM: arm/arm64: timer: Add active state cachingMarc Zyngier
2015-10-22arm/arm64: KVM: Rework the arch timer to use level-triggered semanticsChristoffer Dall
2015-10-22arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall