summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm
AgeCommit message (Expand)Author
2025-11-05KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatorySean Christopherson
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-09-30entry: Rename "kvm" entry code assets to "virt" to genericize APIsSean Christopherson
2025-09-30entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM properSean Christopherson
2025-09-23LoongArch: KVM: Move kvm_iocsr tracepoint out of generic codeSteven Rostedt
2025-09-23LoongArch: KVM: Rework pch_pic_update_batch_irqs()Yury Norov (NVIDIA)
2025-09-23LoongArch: KVM: Add different length support in loongarch_pch_pic_write()Bibo Mao
2025-09-23LoongArch: KVM: Add different length support in loongarch_pch_pic_read()Bibo Mao
2025-09-23LoongArch: KVM: Add IRR and ISR register read emulationBibo Mao
2025-09-23LoongArch: KVM: Set version information at initial stageBibo Mao
2025-09-23LoongArch: KVM: Access mailbox directly in mail_send()Bibo Mao
2025-09-23LoongArch: KVM: Add implementation with IOCSR_IPI_SETBibo Mao
2025-09-23LoongArch: KVM: Add sign extension with kernel IOCSR read emulationBibo Mao
2025-09-23LoongArch: KVM: Add sign extension with kernel MMIO read emulationBibo Mao
2025-09-23LoongArch: KVM: Add PTW feature detection on new hardwareBibo Mao
2025-09-18LoongArch: KVM: Avoid copy_*_user() with lock hold in kvm_pch_pic_regs_access()Bibo Mao
2025-09-18LoongArch: KVM: Avoid copy_*_user() with lock hold in kvm_eiointc_sw_status_a...Bibo Mao
2025-09-18LoongArch: KVM: Avoid copy_*_user() with lock hold in kvm_eiointc_regs_access()Bibo Mao
2025-09-18LoongArch: KVM: Avoid copy_*_user() with lock hold in kvm_eiointc_ctrl_access()Bibo Mao
2025-09-18LoongArch: KVM: Fix VM migration failure with PTW enabledBibo Mao
2025-09-18LoongArch: KVM: Remove unused returns and semicolonsTao Cui
2025-08-20LoongArch: KVM: Add address alignment check in pch_pic register accessBibo Mao
2025-08-20LoongArch: KVM: Use kvm_get_vcpu_by_id() instead of kvm_get_vcpu()Song Gao
2025-08-20LoongArch: KVM: Fix stack protector issue in send_ipi_data()Bibo Mao
2025-08-20LoongArch: KVM: Make function kvm_own_lbt() robustBibo Mao
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