summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm/vm.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-16LoongArch: KVM: Fix typo issue in kvm_vm_init_features()Bibo Mao1-2/+2
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini1-1/+1
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini1-1/+0
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+2
2026-02-06LoongArch: KVM: Add paravirt preempt feature in hypervisor sideBibo Mao1-0/+3
2026-02-06LoongArch: KVM: Move feature detection in kvm_vm_init_features()Bibo Mao1-21/+15
2026-01-08KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlaySean Christopherson1-1/+1
2025-11-27LoongArch: KVM: Add AVEC basic supportSong Gao1-0/+4
2025-11-27LoongArch: KVM: Get VM PMU capability from HW GCFG registerBibo Mao1-13/+23
2025-09-23LoongArch: KVM: Add PTW feature detection on new hardwareBibo Mao1-0/+4
2025-03-08LoongArch: KVM: Fix GPA size issue about VMBibo Mao1-1/+5
2024-11-13LoongArch: KVM: Add irqfd supportXianglai Li1-0/+21
2024-09-12LoongArch: KVM: Enable paravirt feature control from VMMBibo Mao1-0/+13
2024-09-12LoongArch: KVM: Add PMU support for guestSong Gao1-0/+4
2024-09-11LoongArch: KVM: Add VM feature detection functionBibo Mao1-1/+51
2024-05-06LoongArch: KVM: Add software breakpoint supportBibo Mao1-0/+1
2024-05-06LoongArch: KVM: Add vcpu mapping from physical cpuidBibo Mao1-0/+10
2023-10-02LoongArch: KVM: Implement VM related functionsTianrui Zhao1-0/+94