开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
kvm
/
vcpu.c
Age
Commit message (
Expand
)
Author
2026-04-09
LoongArch: KVM: Move host CSR_GSTAT save and restore in context switch
Bibo Mao
2026-04-09
LoongArch: KVM: Move host CSR_EENTRY save and restore in context switch
Bibo Mao
2026-04-09
LoongArch: KVM: Check kvm_request_pending() in kvm_late_check_requests()
Bibo Mao
2026-04-09
LoongArch: KVM: Use CSR_CRMD_PLV in kvm_arch_vcpu_in_kernel()
Tao Cui
2026-03-26
LoongArch: KVM: Make kvm_get_vcpu_by_cpuid() more robust
Huacai Chen
2026-03-11
Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-06
LoongArch: KVM: Add paravirt preempt feature in hypervisor side
Bibo Mao
2026-02-06
LoongArch: KVM: Add FPU/LBT delay load support
Bibo Mao
2026-02-06
LoongArch: KVM: Move LBT capability check in exception handler
Bibo Mao
2026-02-06
LoongArch: KVM: Move LASX capability check in exception handler
Bibo Mao
2026-02-06
LoongArch: KVM: Move LSX capability check in exception handler
Bibo Mao
2026-02-06
LoongArch: KVM: Handle LOONGARCH_CSR_IPR during vCPU context switch
Bibo Mao
2026-02-06
LoongArch: KVM: Check VM msgint feature during interrupt handling
Bibo Mao
2026-02-06
LoongArch: KVM: Add more CPUCFG mask bits
Bibo Mao
2026-01-08
KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
Sean Christopherson
2025-12-13
Merge tag 'loongarch-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
2025-12-08
LoongArch: Adjust time routines for 32BIT/64BIT
Huacai Chen
2025-12-02
Merge tag 'loongarch-kvm-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2025-11-27
LoongArch: KVM: Add AVEC basic support
Song Gao
2025-11-26
Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-10
LoongArch: KVM: Skip PMU checking on vCPU context switch
Bibo Mao
2025-11-10
LoongArch: KVM: Restore guest PMU if it is enabled
Bibo Mao
2025-11-05
KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
Sean Christopherson
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-09-30
entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
Sean Christopherson
2025-09-23
LoongArch: KVM: Add PTW feature detection on new hardware
Bibo Mao
2025-08-20
LoongArch: KVM: Make function kvm_own_lbt() robust
Bibo Mao
2025-07-21
LoongArch: KVM: Add stat information with kernel irqchip
Bibo Mao
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
[next]