index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
arch_timer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: Get rid of userspace_irqchip_in_use
Raghavendra Rao Ananta
2024-10-31
1
-2
/
+1
*
KVM: arm64: Fix typos
Bjorn Helgaas
2024-02-24
1
-1
/
+1
*
KVM: arm64: nv: Hoist vcpu_has_nv() into is_hyp_ctxt()
Marc Zyngier
2023-12-19
1
-2
/
+1
*
Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-10-31
1
-4
/
+2
|
\
|
*
Merge branch kvm-arm64/sgi-injection into kvmarm/next
Oliver Upton
2023-10-30
1
-1
/
+1
|
|
\
|
|
*
KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointer
Marc Zyngier
2023-09-30
1
-1
/
+1
|
*
|
KVM: arm64: Remove unused return value from kvm_reset_vcpu()
Oliver Upton
2023-09-21
1
-3
/
+1
|
|
/
*
/
KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2
Marc Zyngier
2023-10-12
1
-10
/
+3
|
/
*
KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 bits
Marc Zyngier
2023-07-11
1
-3
/
+3
*
KVM: arm64: timers: Fix resource leaks in kvm_timer_hyp_init()
Dan Carpenter
2023-06-13
1
-5
/
+9
*
Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/next
Marc Zyngier
2023-04-21
1
-120
/
+430
|
\
|
*
KVM: arm64: nv: timers: Support hyp timer emulation
Marc Zyngier
2023-03-30
1
-9
/
+171
|
*
KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
Marc Zyngier
2023-03-30
1
-3
/
+10
|
*
KVM: arm64: timers: Abstract the number of valid timers per vcpu
Marc Zyngier
2023-03-30
1
-6
/
+11
|
*
KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_data
Marc Zyngier
2023-03-30
1
-44
/
+64
|
*
KVM: arm64: timers: Abstract per-timer IRQ access
Marc Zyngier
2023-03-30
1
-19
/
+19
|
*
KVM: arm64: timers: Rationalise per-vcpu timer init
Marc Zyngier
2023-03-30
1
-34
/
+39
|
*
KVM: arm64: timers: Allow userspace to set the global counter offset
Marc Zyngier
2023-03-30
1
-5
/
+49
|
*
KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
Marc Zyngier
2023-03-30
1
-23
/
+75
|
*
KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
Marc Zyngier
2023-03-30
1
-1
/
+17
|
*
KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
Marc Zyngier
2023-03-30
1
-1
/
+1
|
/
*
KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
Marc Zyngier
2023-03-11
1
-35
/
+10
*
Merge branch kvm-arm64/nv-timer-improvements into kvmarm/next
Oliver Upton
2023-02-14
1
-28
/
+49
|
\
|
*
KVM: arm64: Reduce overhead of trapped timer sysreg accesses
Marc Zyngier
2023-01-26
1
-25
/
+48
|
*
KVM: arm64: Don't arm a hrtimer for an already pending timer
Marc Zyngier
2023-01-26
1
-3
/
+1
*
|
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
-17
/
+10
|
/
*
Merge branch kvm-arm64/burn-the-flags into kvmarm-master/next
Marc Zyngier
2022-06-29
1
-1
/
+1
|
\
|
*
KVM: arm64: Move vcpu WFIT flag to the state flag set
Marc Zyngier
2022-06-29
1
-1
/
+1
*
|
KVM: arm64: Warn if accessing timer pending state outside of vcpu context
Marc Zyngier
2022-06-08
1
-0
/
+3
|
/
*
KVM: arm64: Handle blocking WFIT instruction
Marc Zyngier
2022-04-20
1
-2
/
+20
*
KVM: arm64: Introduce kvm_counter_compute_delta() helper
Marc Zyngier
2022-04-20
1
-7
/
+10
*
KVM: arm64: Simplify kvm_cpu_has_pending_timer()
Marc Zyngier
2022-04-20
1
-8
/
+2
*
KVM: Add helpers to wake/query blocking vCPU
Sean Christopherson
2021-12-08
1
-2
/
+1
*
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
2021-12-08
1
-1
/
+1
*
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
2021-12-08
1
-4
/
+4
*
KVM: arm64: timer: Add support for SW-based deactivation
Marc Zyngier
2021-06-01
1
-4
/
+101
*
KVM: arm64: timer: Refactor IRQ configuration
Marc Zyngier
2021-06-01
1
-24
/
+33
*
KVM: arm64: vgic: move irq->get_input_level into an ops structure
Marc Zyngier
2021-06-01
1
-2
/
+6
*
KVM: arm64: arch_timer: Remove VGIC initialization check
Alexandru Elisei
2020-12-23
1
-3
/
+4
*
KVM: arm64: timers: Move timer registers to the sys_regs file
Marc Zyngier
2020-07-07
1
-33
/
+122
*
KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
Marc Zyngier
2020-07-07
1
-1
/
+1
*
Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2020-06-01
1
-1
/
+2
*
KVM: arm64: Simplify __kvm_timer_set_cntvoff implementation
Marc Zyngier
2020-05-16
1
-11
/
+1
*
KVM: arm64: Move virt/kvm/arm to arch/arm64
Marc Zyngier
2020-05-16
1
-0
/
+1180