summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kvm/timer.c
Commit message (Expand)AuthorAgeFilesLines
* LoongArch: KVM: Do not restart SW timer when it is expiredBibo Mao2024-03-061-19/+1
* LoongArch: KVM: Start SW timer only when vcpu is blockingBibo Mao2024-03-061-14/+9
* LoongArch: KVM: Fix timer emulation with oneshot modeBibo Mao2023-12-191-13/+55
* LoongArch: KVM: Remove kvm_acquire_timer() before entering guestBibo Mao2023-12-191-16/+6
* LoongArch: KVM: Allow to access HW timer CSR registers alwaysBibo Mao2023-12-191-21/+6
* LoongArch: KVM: Remove SW timer switch when vcpu is halt pollingBibo Mao2023-12-191-3/+9
* LoongArch: KVM: Implement vcpu timer operationsTianrui Zhao2023-10-021-0/+197