summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm
AgeCommit message (Expand)AuthorFilesLines
2025-07-06LoongArch: KVM: Check interrupt route from physical CPUBibo Mao1-6/+18
2025-07-06LoongArch: KVM: Fix interrupt route update with EIOINTCBibo Mao1-7/+6
2025-07-06LoongArch: KVM: Add address alignment check for IOCSR emulationBibo Mao1-0/+10
2025-07-06LoongArch: KVM: Disable updating of "num_cpu" and "feature"Bibo Mao1-0/+6
2025-07-06LoongArch: KVM: Check validity of "num_cpu" from user spaceBibo Mao1-5/+14
2025-07-06LoongArch: KVM: Avoid overflow with array indexBibo Mao1-10/+7
2025-04-26Merge tag 'loongarch-fixes-6.15-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+12
2025-04-26LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finallyBibo Mao1-0/+1
2025-04-26LoongArch: KVM: Fully clear some CSRs when VM rebootBibo Mao1-0/+7
2025-04-26LoongArch: KVM: Fix multiple typos of KVM codeYulong Han2-4/+4
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds1-1/+1
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-12/+43
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-03-18LoongArch: KVM: Register perf callbacks for guestBibo Mao2-0/+4
2025-03-18LoongArch: KVM: Implement arch-specific functions for guest perfBibo Mao1-1/+24
2025-03-18LoongArch: KVM: Add stub for kvm_arch_vcpu_preempted_in_kernel()Bibo Mao1-0/+5
2025-03-18LoongArch: KVM: Remove PGD saving during VM context switchBibo Mao2-10/+11
2025-03-18LoongArch: KVM: Remove unnecessary header include pathMasahiro Yamada1-2/+0
2025-03-08LoongArch: KVM: Fix GPA size issue about VMBibo Mao2-1/+11
2025-03-08LoongArch: KVM: Reload guest CSR registers after sleepBibo Mao1-0/+7
2025-03-08LoongArch: KVM: Add interrupt checking for AVECBibo Mao1-1/+1
2025-02-18LoongArch: KVM: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-13LoongArch: KVM: Set host with kernel mode when switch to VM modeBibo Mao1-1/+1
2025-02-13LoongArch: KVM: Remove duplicated cache attribute settingBibo Mao1-3/+0
2025-02-13LoongArch: KVM: Fix typo issue about GCFG feature detectionBibo Mao1-2/+2
2025-01-13LoongArch: KVM: Add hypercall service support for usermode VMMBibo Mao2-1/+36
2025-01-13LoongArch: KVM: Clear LLBCTL if secondary mmu mapping is changedBibo Mao1-0/+18
2024-12-03LoongArch: KVM: Protect kvm_io_bus_{read,write}() with SRCUHuacai Chen2-11/+26
2024-12-02LoongArch: KVM: Protect kvm_check_requests() with SRCUHuacai Chen1-1/+3
2024-11-14Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini10-27/+2217
2024-11-13LoongArch: KVM: Add irqfd supportXianglai Li5-1/+142
2024-11-13LoongArch: KVM: Add PCHPIC user mode read and write functionsXianglai Li1-2/+119
2024-11-13LoongArch: KVM: Add PCHPIC read and write functionsXianglai Li1-2/+289
2024-11-13LoongArch: KVM: Add PCHPIC device supportXianglai Li3-0/+95
2024-11-13LoongArch: KVM: Add EIOINTC user mode read and write functionsXianglai Li1-2/+161
2024-11-13LoongArch: KVM: Add EIOINTC read and write functionsXianglai Li1-3/+739
2024-11-13LoongArch: KVM: Add EIOINTC device supportXianglai Li3-0/+139
2024-11-13LoongArch: KVM: Add IPI user mode read and write functionXianglai Li1-2/+90
2024-11-13LoongArch: KVM: Add IPI read and write functionXianglai Li1-2/+277
2024-11-13LoongArch: KVM: Add IPI device supportXianglai Li4-2/+121
2024-11-13LoongArch: KVM: Add iocsr and mmio bus simulation in kernelXianglai Li1-24/+58
2024-11-08Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2-4/+5
2024-10-25KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guestSean Christopherson1-8/+6
2024-10-25KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lockSean Christopherson1-1/+1
2024-10-25KVM: LoongArch: Mark "struct page" pfns accessed only in "slow" page fault pathSean Christopherson1-18/+2
2024-10-25KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault pathSean Christopherson1-7/+9
2024-10-23LoongArch: KVM: Mark hrtimer to expire in hard interrupt contextHuacai Chen2-4/+5
2024-09-17Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini1-2/+2
2024-09-12LoongArch: KVM: Enable paravirt feature control from VMMBibo Mao3-26/+68
2024-09-12LoongArch: KVM: Add PMU support for guestSong Gao3-1/+176