summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm
AgeCommit message (Expand)Author
2025-07-21LoongArch: KVM: Add tracepoints for CPUCFG and CSR emulation exitsYulong Han
2025-07-21LoongArch: KVM: Add stat information with kernel irqchipBibo Mao
2025-07-21LoongArch: KVM: Replace eiointc_enable_irq() with eiointc_update_irq()Bibo Mao
2025-07-21LoongArch: KVM: Use generic function loongarch_eiointc_write()Bibo Mao
2025-07-21LoongArch: KVM: Use generic function loongarch_eiointc_read()Bibo Mao
2025-07-21LoongArch: KVM: Use standard bitops API with eiointcBibo Mao
2025-07-21LoongArch: KVM: Remove never called default case statementBibo Mao
2025-07-21LoongArch: KVM: Remove unused parameter lenBibo Mao
2025-07-21LoongArch: KVM: Remove unnecessary local variableBibo Mao
2025-07-21LoongArch: KVM: Simplify kvm_deliver_intr()Yury Norov (NVIDIA)
2025-07-21LoongArch: KVM: Rework kvm_send_pv_ipi()Yury Norov (NVIDIA)
2025-06-27LoongArch: KVM: Disable updating of "num_cpu" and "feature"Bibo Mao
2025-06-27LoongArch: KVM: Check validity of "num_cpu" from user spaceBibo Mao
2025-06-27LoongArch: KVM: Check interrupt route from physical CPUBibo Mao
2025-06-27LoongArch: KVM: Fix interrupt route update with EIOINTCBibo Mao
2025-06-27LoongArch: KVM: Add address alignment check for IOCSR emulationBibo Mao
2025-06-26LoongArch: KVM: Avoid overflow with array indexBibo Mao
2025-05-20LoongArch: KVM: Do not flush tlb if HW PTW supportedBibo Mao
2025-05-20LoongArch: KVM: Add ecode parameter for exception handlersBibo Mao
2025-04-26Merge tag 'loongarch-fixes-6.15-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-26LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finallyBibo Mao
2025-04-26LoongArch: KVM: Fully clear some CSRs when VM rebootBibo Mao
2025-04-26LoongArch: KVM: Fix multiple typos of KVM codeYulong Han
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-18LoongArch: KVM: Register perf callbacks for guestBibo Mao
2025-03-18LoongArch: KVM: Implement arch-specific functions for guest perfBibo Mao
2025-03-18LoongArch: KVM: Add stub for kvm_arch_vcpu_preempted_in_kernel()Bibo Mao
2025-03-18LoongArch: KVM: Remove PGD saving during VM context switchBibo Mao
2025-03-18LoongArch: KVM: Remove unnecessary header include pathMasahiro Yamada
2025-03-08LoongArch: KVM: Fix GPA size issue about VMBibo Mao
2025-03-08LoongArch: KVM: Reload guest CSR registers after sleepBibo Mao
2025-03-08LoongArch: KVM: Add interrupt checking for AVECBibo Mao
2025-02-18LoongArch: KVM: Switch to use hrtimer_setup()Nam Cao
2025-02-13LoongArch: KVM: Set host with kernel mode when switch to VM modeBibo Mao
2025-02-13LoongArch: KVM: Remove duplicated cache attribute settingBibo Mao
2025-02-13LoongArch: KVM: Fix typo issue about GCFG feature detectionBibo Mao
2025-01-13LoongArch: KVM: Add hypercall service support for usermode VMMBibo Mao
2025-01-13LoongArch: KVM: Clear LLBCTL if secondary mmu mapping is changedBibo Mao
2024-12-03LoongArch: KVM: Protect kvm_io_bus_{read,write}() with SRCUHuacai Chen
2024-12-02LoongArch: KVM: Protect kvm_check_requests() with SRCUHuacai Chen
2024-11-14Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-11-13LoongArch: KVM: Add irqfd supportXianglai Li
2024-11-13LoongArch: KVM: Add PCHPIC user mode read and write functionsXianglai Li
2024-11-13LoongArch: KVM: Add PCHPIC read and write functionsXianglai Li
2024-11-13LoongArch: KVM: Add PCHPIC device supportXianglai Li
2024-11-13LoongArch: KVM: Add EIOINTC user mode read and write functionsXianglai Li
2024-11-13LoongArch: KVM: Add EIOINTC read and write functionsXianglai Li
2024-11-13LoongArch: KVM: Add EIOINTC device supportXianglai Li