aboutsummaryrefslogtreecommitdiff
path: root/include/kvm/arm_arch_timer.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Gravatar Paolo Bonzini 1-1/+1
2023-10-12KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2Gravatar Marc Zyngier 1-0/+7
2023-09-21KVM: arm64: Remove unused return value from kvm_reset_vcpu()Gravatar Oliver Upton 1-1/+1
2023-04-21Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextGravatar Marc Zyngier 1-6/+28
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationGravatar Marc Zyngier 1-2/+7
2023-03-30KVM: arm64: nv: timers: Add a per-timer, per-vcpu offsetGravatar Marc Zyngier 1-0/+5
2023-03-30KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_dataGravatar Marc Zyngier 1-4/+14
2023-03-30KVM: arm64: timers: Abstract per-timer IRQ accessGravatar Marc Zyngier 1-0/+2
2023-03-30KVM: arm64: timers: Rationalise per-vcpu timer initGravatar Marc Zyngier 1-1/+0
2023-03-30KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timerGravatar Marc Zyngier 1-0/+2
2023-03-30KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional nsGravatar Marc Zyngier 1-0/+1
2023-03-11KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueGravatar Marc Zyngier 1-0/+15
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesGravatar Sean Christopherson 1-1/+1
2022-12-29KVM: arm64: Simplify the CPUHP logicGravatar Marc Zyngier 1-0/+4
2022-04-20KVM: arm64: Simplify kvm_cpu_has_pending_timer()Gravatar Marc Zyngier 1-2/+0
2020-07-07KVM: arm64: timers: Move timer registers to the sys_regs fileGravatar Marc Zyngier 1-7/+4
2020-07-07KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_userGravatar Marc Zyngier 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 1-13/+1
2019-02-19KVM: arm/arm64: Rework the timer code to use a timer_mapGravatar Christoffer Dall 1-10/+13
2019-02-19KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systemsGravatar Christoffer Dall 1-0/+6
2019-02-19KVM: arm/arm64: timer: Rework data structures for multiple timersGravatar Christoffer Dall 1-20/+21
2019-02-19KVM: arm/arm64: consolidate arch timer trap handlersGravatar Andre Przywara 1-0/+23
2019-02-19KVM: arm/arm64: Simplify bg_timer programmingGravatar Christoffer Dall 1-3/+0
2018-12-19KVM: arm/arm64: Remove arch timer workqueueGravatar Christoffer Dall 1-4/+0
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Radim Krčmář 1-1/+1
2018-01-02KVM: arm/arm64: Provide a get_input_level for the arch timerGravatar Christoffer Dall 1-0/+2
2017-12-18KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GICGravatar Marc Zyngier 1-1/+1
2017-11-29KVM: arm/arm64: Don't enable/disable physical timer access on VHEGravatar Christoffer Dall 1-3/+0
2017-11-06KVM: arm/arm64: Rework kvm_timer_should_fireGravatar Christoffer Dall 1-1/+2
2017-11-06KVM: arm/arm64: Get rid of kvm_timer_flush_hwstateGravatar Christoffer Dall 1-1/+0
2017-11-06KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exitGravatar Christoffer Dall 1-2/+14
2017-11-06KVM: arm/arm64: Use separate timer for phys timer emulationGravatar Christoffer Dall 1-0/+3
2017-11-06KVM: arm/arm64: Rename soft timer to bg_timerGravatar Christoffer Dall 1-1/+1
2017-11-06KVM: arm/arm64: Make timer_arm and timer_disarm helpers more genericGravatar Christoffer Dall 1-3/+0
2017-06-08KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceGravatar Christoffer Dall 1-0/+4
2017-06-08KVM: arm/arm64: Move timer IRQ default init to arch_timer.cGravatar Christoffer Dall 1-3/+1
2017-04-09KVM: arm/arm64: Support arch timers with a userspace gicGravatar Alexander Graf 1-0/+2
2017-02-08KVM: arm/arm64: Emulate the EL1 phys timer registersGravatar Jintack Lim 1-0/+2
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerGravatar Jintack Lim 1-1/+2
2017-02-08KVM: arm/arm64: Add the EL1 physical timer contextGravatar Jintack Lim 1-0/+2
2017-02-08KVM: arm/arm64: Decouple kvm timer functions from virtual timerGravatar Jintack Lim 1-1/+1
2017-02-08KVM: arm/arm64: Move cntvoff to each timer contextGravatar Jintack Lim 1-6/+3
2017-02-08KVM: arm/arm64: Abstract virtual timer context into separate structureGravatar Jintack Lim 1-13/+14
2017-01-13KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systemsGravatar Jintack Lim 1-0/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-2/+2
2016-05-20KVM: arm/arm64: Move timer IRQ map to latest possible timeGravatar Christoffer Dall 1-4/+4
2016-05-20KVM: arm/arm64: arch_timer: Remove irq_phys_mapGravatar Andre Przywara 1-3/+0
2016-02-29KVM: arm/arm64: timer: Add active state cachingGravatar Marc Zyngier 1-0/+5
2015-10-22arm/arm64: KVM: Rework the arch timer to use level-triggered semanticsGravatar Christoffer Dall 1-1/+1
2015-10-22arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockGravatar Christoffer Dall 1-0/+2