summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm/timer.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06LoongArch: KVM: Do not restart SW timer when it is expiredBibo Mao1-19/+1
2024-03-06LoongArch: KVM: Start SW timer only when vcpu is blockingBibo Mao1-14/+9
2023-12-19LoongArch: KVM: Fix timer emulation with oneshot modeBibo Mao1-13/+55
2023-12-19LoongArch: KVM: Remove kvm_acquire_timer() before entering guestBibo Mao1-16/+6
2023-12-19LoongArch: KVM: Allow to access HW timer CSR registers alwaysBibo Mao1-21/+6
2023-12-19LoongArch: KVM: Remove SW timer switch when vcpu is halt pollingBibo Mao1-3/+9
2023-10-02LoongArch: KVM: Implement vcpu timer operationsTianrui Zhao1-0/+197