index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
kvm
/
vcpu.c
Age
Commit message (
Expand
)
Author
2025-04-26
LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finally
Bibo Mao
2025-04-26
LoongArch: KVM: Fully clear some CSRs when VM reboot
Bibo Mao
2025-03-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-18
LoongArch: KVM: Implement arch-specific functions for guest perf
Bibo Mao
2025-03-18
LoongArch: KVM: Add stub for kvm_arch_vcpu_preempted_in_kernel()
Bibo Mao
2025-03-18
LoongArch: KVM: Remove PGD saving during VM context switch
Bibo Mao
2025-03-08
LoongArch: KVM: Add interrupt checking for AVEC
Bibo Mao
2025-02-18
LoongArch: KVM: Switch to use hrtimer_setup()
Nam Cao
2025-02-13
LoongArch: KVM: Remove duplicated cache attribute setting
Bibo Mao
2025-01-13
LoongArch: KVM: Add hypercall service support for usermode VMM
Bibo Mao
2024-12-02
LoongArch: KVM: Protect kvm_check_requests() with SRCU
Huacai Chen
2024-11-13
LoongArch: KVM: Add IPI device support
Xianglai Li
2024-10-23
LoongArch: KVM: Mark hrtimer to expire in hard interrupt context
Huacai Chen
2024-09-12
LoongArch: KVM: Enable paravirt feature control from VMM
Bibo Mao
2024-09-12
LoongArch: KVM: Add PMU support for guest
Song Gao
2024-09-11
LoongArch: KVM: Add vm migration support for LBT registers
Bibo Mao
2024-09-11
LoongArch: KVM: Add Binary Translation extension support
Bibo Mao
2024-09-11
LoongArch: KVM: Add VM feature detection function
Bibo Mao
2024-08-26
LoongArch: KVM: Invalidate guest steal time address on vCPU reset
Bibo Mao
2024-07-16
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-09
LoongArch: KVM: Add PV steal time support in host side
Bibo Mao
2024-07-09
LoongArch: KVM: Delay secondary mmu tlb flush until guest entry
Bibo Mao
2024-07-09
LoongArch: KVM: Sync pending interrupt when getting ESTAT from user mode
Bibo Mao
2024-06-18
KVM: Introduce vcpu->wants_to_run
David Matlack
2024-05-06
LoongArch: KVM: Add software breakpoint support
Bibo Mao
2024-05-06
LoongArch: KVM: Add PV IPI support on host side
Bibo Mao
2024-05-06
LoongArch: KVM: Add vcpu mapping from physical cpuid
Bibo Mao
2024-03-06
LoongArch: KVM: Set reserved bits as zero in CPUCFG
Bibo Mao
2024-02-23
LoongArch: KVM: Streamline kvm_check_cpucfg() and improve comments
WANG Xuerui
2024-02-23
LoongArch: KVM: Rename _kvm_get_cpucfg() to _kvm_get_cpucfg_mask()
WANG Xuerui
2024-02-23
LoongArch: KVM: Fix input validation of _kvm_get_cpucfg() & kvm_check_cpucfg()
WANG Xuerui
2023-12-19
LoongArch: KVM: Add LASX (256bit SIMD) support
Tianrui Zhao
2023-12-19
LoongArch: KVM: Add LSX (128bit SIMD) support
Tianrui Zhao
2023-12-19
LoongArch: KVM: Remove kvm_acquire_timer() before entering guest
Bibo Mao
2023-12-19
LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
Bibo Mao
2023-10-02
LoongArch: KVM: Implement misc vcpu related interfaces
Tianrui Zhao
2023-10-02
LoongArch: KVM: Implement vcpu load and vcpu put operations
Tianrui Zhao
2023-10-02
LoongArch: KVM: Implement vcpu interrupt operations
Tianrui Zhao
2023-10-02
LoongArch: KVM: Implement fpu operations for vcpu
Tianrui Zhao
2023-10-02
LoongArch: KVM: Implement basic vcpu ioctl interfaces
Tianrui Zhao
2023-10-02
LoongArch: KVM: Implement basic vcpu interfaces
Tianrui Zhao