summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm
AgeCommit message (Expand)Author
2 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2 daysLoongArch: KVM: Add include defining struct cpu_featureUwe Kleine-König (The Capable Hub)
2026-06-11LoongArch: KVM: Add missing slots_lock for device register/unregisterZeng Chi
2026-06-11LoongArch: KVM: Validate irqchip index in irqfd routingYanfei Xu
2026-06-11LoongArch: KVM: Return full old CSR value from kvm_emu_xchg_csr()Qiang Ma
2026-06-11LoongArch: KVM: Check the return values for put_user()Qiang Ma
2026-06-11LoongArch: KVM: Remove timer interrupt injection when SW timer expiredBibo Mao
2026-06-11LoongArch: KVM: Deliver interrupt after IN_GUEST_MODE is setBibo Mao
2026-06-11LoongArch: KVM: Add valid bit check when set CSR.ESTAT registerBibo Mao
2026-06-11LoongArch: KVM: Inject interrupts with batch methodBibo Mao
2026-06-11LoongArch: KVM: Check msgint feature in interrupt postBibo Mao
2026-06-11LoongArch: KVM: Check irq validity in kvm_vcpu_ioctl_interrupt()Bibo Mao
2026-06-11LoongArch: KVM: Fix FPU register width with user access APIBibo Mao
2026-06-11LoongArch: KVM: Remove KVM_LARCH_LSX and KVM_LARCH_LASXBibo Mao
2026-06-11LoongArch: KVM: Remove some middle FPU statesBibo Mao
2026-06-11LoongArch: KVM: Enable FPU with max supported FPU typeBibo Mao
2026-06-11LoongArch: KVM: Add separate KVM_REQ_LBT_LOAD bitBibo Mao
2026-05-04LoongArch: KVM: Move unconditional delay into timer clear sceneryBibo Mao
2026-05-04LoongArch: KVM: Fix HW timer interrupt lost when inject interrupt by softwareBibo Mao
2026-05-04LoongArch: KVM: Move AVEC interrupt injection into switch loopBibo Mao
2026-05-04LoongArch: KVM: Use kvm_set_pte() in kvm_flush_pte()Tao Cui
2026-05-04LoongArch: KVM: Fix missing EMULATE_FAIL in kvm_emu_mmio_read()Tao Cui
2026-05-04LoongArch: KVM: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSQiang Ma
2026-05-04LoongArch: KVM: Fix "unreliable stack" for kvm_exc_entryXianglai Li
2026-05-04LoongArch: KVM: Compile switch.S directly into the kernelXianglai Li
2026-04-24Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2026-04-22LoongArch: Adjust build infrastructure for 32BIT/64BITHuacai Chen
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds
2026-04-09LoongArch: KVM: Add DMSINTC inject msi to vCPUSong Gao
2026-04-09LoongArch: KVM: Add DMSINTC device supportSong Gao
2026-04-09LoongArch: KVM: Move host CSR_GSTAT save and restore in context switchBibo Mao
2026-04-09LoongArch: KVM: Move host CSR_EENTRY save and restore in context switchBibo Mao
2026-04-09LoongArch: KVM: Check kvm_request_pending() in kvm_late_check_requests()Bibo Mao
2026-04-09LoongArch: KVM: Use CSR_CRMD_PLV in kvm_arch_vcpu_in_kernel()Tao Cui
2026-03-26LoongArch: KVM: Fix base address calculation in kvm_eiointc_regs_access()Bibo Mao
2026-03-26LoongArch: KVM: Handle the case that EIOINTC's coremap is emptyHuacai Chen
2026-03-26LoongArch: KVM: Make kvm_get_vcpu_by_cpuid() more robustHuacai Chen
2026-03-23lib: count_zeros: unify count_{leading,trailing}_zeros()Yury Norov
2026-03-16LoongArch: KVM: Fix typo issue in kvm_vm_init_features()Bibo Mao
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-02-06LoongArch: KVM: Add paravirt preempt feature in hypervisor sideBibo Mao
2026-02-06LoongArch: KVM: Set default return value in KVM IO bus opsBibo Mao
2026-02-06LoongArch: KVM: Add FPU/LBT delay load supportBibo Mao
2026-02-06LoongArch: KVM: Move LBT capability check in exception handlerBibo Mao