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.13.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
/
arch
/
arm64
/
kvm
/
arch_timer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-11
KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 bits
Marc Zyngier
1
-3
/
+3
2023-06-13
KVM: arm64: timers: Fix resource leaks in kvm_timer_hyp_init()
Dan Carpenter
1
-5
/
+9
2023-04-21
Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/next
Marc Zyngier
1
-120
/
+430
2023-03-30
KVM: arm64: nv: timers: Support hyp timer emulation
Marc Zyngier
1
-9
/
+171
2023-03-30
KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
Marc Zyngier
1
-3
/
+10
2023-03-30
KVM: arm64: timers: Abstract the number of valid timers per vcpu
Marc Zyngier
1
-6
/
+11
2023-03-30
KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_data
Marc Zyngier
1
-44
/
+64
2023-03-30
KVM: arm64: timers: Abstract per-timer IRQ access
Marc Zyngier
1
-19
/
+19
2023-03-30
KVM: arm64: timers: Rationalise per-vcpu timer init
Marc Zyngier
1
-34
/
+39
2023-03-30
KVM: arm64: timers: Allow userspace to set the global counter offset
Marc Zyngier
1
-5
/
+49
2023-03-30
KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
Marc Zyngier
1
-23
/
+75
2023-03-30
KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
Marc Zyngier
1
-1
/
+17
2023-03-30
KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
Marc Zyngier
1
-1
/
+1
2023-03-11
KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
Marc Zyngier
1
-35
/
+10
2023-02-14
Merge branch kvm-arm64/nv-timer-improvements into kvmarm/next
Oliver Upton
1
-28
/
+49
2023-01-26
KVM: arm64: Reduce overhead of trapped timer sysreg accesses
Marc Zyngier
1
-25
/
+48
2023-01-26
KVM: arm64: Don't arm a hrtimer for an already pending timer
Marc Zyngier
1
-3
/
+1
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
1
-1
/
+1
2022-12-29
KVM: arm64: Simplify the CPUHP logic
Marc Zyngier
1
-17
/
+10
2022-06-29
Merge branch kvm-arm64/burn-the-flags into kvmarm-master/next
Marc Zyngier
1
-1
/
+1
2022-06-29
KVM: arm64: Move vcpu WFIT flag to the state flag set
Marc Zyngier
1
-1
/
+1
2022-06-08
KVM: arm64: Warn if accessing timer pending state outside of vcpu context
Marc Zyngier
1
-0
/
+3
2022-04-20
KVM: arm64: Handle blocking WFIT instruction
Marc Zyngier
1
-2
/
+20
2022-04-20
KVM: arm64: Introduce kvm_counter_compute_delta() helper
Marc Zyngier
1
-7
/
+10
2022-04-20
KVM: arm64: Simplify kvm_cpu_has_pending_timer()
Marc Zyngier
1
-8
/
+2
2021-12-08
KVM: Add helpers to wake/query blocking vCPU
Sean Christopherson
1
-2
/
+1
2021-12-08
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
1
-1
/
+1
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
1
-4
/
+4
2021-06-01
KVM: arm64: timer: Add support for SW-based deactivation
Marc Zyngier
1
-4
/
+101
2021-06-01
KVM: arm64: timer: Refactor IRQ configuration
Marc Zyngier
1
-24
/
+33
2021-06-01
KVM: arm64: vgic: move irq->get_input_level into an ops structure
Marc Zyngier
1
-2
/
+6
2020-12-23
KVM: arm64: arch_timer: Remove VGIC initialization check
Alexandru Elisei
1
-3
/
+4
2020-07-07
KVM: arm64: timers: Move timer registers to the sys_regs file
Marc Zyngier
1
-33
/
+122
2020-07-07
KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
Marc Zyngier
1
-1
/
+1
2020-06-01
Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-0
/
+1171
2020-05-16
KVM: arm64: Simplify __kvm_timer_set_cntvoff implementation
Marc Zyngier
1
-11
/
+1
2020-05-16
KVM: arm64: Move virt/kvm/arm to arch/arm64
Marc Zyngier
1
-0
/
+1180