index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
kvm
/
arm_arch_timer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/next
Marc Zyngier
2023-04-21
1
-6
/
+28
|
\
|
*
KVM: arm64: nv: timers: Support hyp timer emulation
Marc Zyngier
2023-03-30
1
-2
/
+7
|
*
KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
Marc Zyngier
2023-03-30
1
-0
/
+5
|
*
KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_data
Marc Zyngier
2023-03-30
1
-4
/
+14
|
*
KVM: arm64: timers: Abstract per-timer IRQ access
Marc Zyngier
2023-03-30
1
-0
/
+2
|
*
KVM: arm64: timers: Rationalise per-vcpu timer init
Marc Zyngier
2023-03-30
1
-1
/
+0
|
*
KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
Marc Zyngier
2023-03-30
1
-0
/
+2
|
*
KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
Marc Zyngier
2023-03-30
1
-0
/
+1
|
/
*
KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
Marc Zyngier
2023-03-11
1
-0
/
+15
*
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
1
-1
/
+1
*
KVM: arm64: Simplify the CPUHP logic
Marc Zyngier
2022-12-29
1
-0
/
+4
*
KVM: arm64: Simplify kvm_cpu_has_pending_timer()
Marc Zyngier
2022-04-20
1
-2
/
+0
*
KVM: arm64: timers: Move timer registers to the sys_regs file
Marc Zyngier
2020-07-07
1
-7
/
+4
*
KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
Marc Zyngier
2020-07-07
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
2019-06-05
1
-13
/
+1
*
KVM: arm/arm64: Rework the timer code to use a timer_map
Christoffer Dall
2019-02-19
1
-10
/
+13
*
KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems
Christoffer Dall
2019-02-19
1
-0
/
+6
*
KVM: arm/arm64: timer: Rework data structures for multiple timers
Christoffer Dall
2019-02-19
1
-20
/
+21
*
KVM: arm/arm64: consolidate arch timer trap handlers
Andre Przywara
2019-02-19
1
-0
/
+23
*
KVM: arm/arm64: Simplify bg_timer programming
Christoffer Dall
2019-02-19
1
-3
/
+0
*
KVM: arm/arm64: Remove arch timer workqueue
Christoffer Dall
2018-12-19
1
-4
/
+0
*
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
2018-02-01
1
-1
/
+1
|
\
|
*
KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GIC
Marc Zyngier
2017-12-18
1
-1
/
+1
*
|
KVM: arm/arm64: Provide a get_input_level for the arch timer
Christoffer Dall
2018-01-02
1
-0
/
+2
|
/
*
KVM: arm/arm64: Don't enable/disable physical timer access on VHE
Christoffer Dall
2017-11-29
1
-3
/
+0
*
KVM: arm/arm64: Rework kvm_timer_should_fire
Christoffer Dall
2017-11-06
1
-1
/
+2
*
KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
Christoffer Dall
2017-11-06
1
-1
/
+0
*
KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
Christoffer Dall
2017-11-06
1
-2
/
+14
*
KVM: arm/arm64: Use separate timer for phys timer emulation
Christoffer Dall
2017-11-06
1
-0
/
+3
*
KVM: arm/arm64: Rename soft timer to bg_timer
Christoffer Dall
2017-11-06
1
-1
/
+1
*
KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
Christoffer Dall
2017-11-06
1
-3
/
+0
*
KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace
Christoffer Dall
2017-06-08
1
-0
/
+4
*
KVM: arm/arm64: Move timer IRQ default init to arch_timer.c
Christoffer Dall
2017-06-08
1
-3
/
+1
*
KVM: arm/arm64: Support arch timers with a userspace gic
Alexander Graf
2017-04-09
1
-0
/
+2
*
KVM: arm/arm64: Emulate the EL1 phys timer registers
Jintack Lim
2017-02-08
1
-0
/
+2
*
KVM: arm/arm64: Initialize the emulated EL1 physical timer
Jintack Lim
2017-02-08
1
-1
/
+2
*
KVM: arm/arm64: Add the EL1 physical timer context
Jintack Lim
2017-02-08
1
-0
/
+2
*
KVM: arm/arm64: Decouple kvm timer functions from virtual timer
Jintack Lim
2017-02-08
1
-1
/
+1
*
KVM: arm/arm64: Move cntvoff to each timer context
Jintack Lim
2017-02-08
1
-6
/
+3
*
KVM: arm/arm64: Abstract virtual timer context into separate structure
Jintack Lim
2017-02-08
1
-13
/
+14
*
KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systems
Jintack Lim
2017-01-13
1
-0
/
+1
*
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
1
-2
/
+2
*
KVM: arm/arm64: Move timer IRQ map to latest possible time
Christoffer Dall
2016-05-20
1
-4
/
+4
*
KVM: arm/arm64: arch_timer: Remove irq_phys_map
Andre Przywara
2016-05-20
1
-3
/
+0
*
KVM: arm/arm64: timer: Add active state caching
Marc Zyngier
2016-02-29
1
-0
/
+5
*
arm/arm64: KVM: Rework the arch timer to use level-triggered semantics
Christoffer Dall
2015-10-22
1
-1
/
+1
*
arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
Christoffer Dall
2015-10-22
1
-0
/
+2
*
KVM: arm/arm64: timer: Allow the timer to control the active state
Marc Zyngier
2015-08-12
1
-2
/
+5
*
arm/arm64: KVM: Fix migration race in the arch timer
Christoffer Dall
2015-03-14
1
-0
/
+2
*
arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}
Christoffer Dall
2015-03-12
1
-31
/
+0
[next]