summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
11 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
11 daysLoongArch: KVM: Fix TOCTOU race on pv_featuresTao Cui2-1/+6
11 daysLoongArch: KVM: Validate MSI data before routing it to EIOINTCZeng Chi1-0/+3
11 daysLoongArch: KVM: Preserve memslot arch flags on KVM_MR_FLAGS_ONLYZeng Chi1-0/+10
11 daysLoongArch: KVM: Remove unused function kvm_arch_flush_remote_tlbs_memslot()Bibo Mao1-6/+0
11 daysLoongArch: KVM: Fix resource leak in kvm_loongarch_env_init() error pathChaithanya Lagisetty1-4/+29
11 daysLoongArch: KVM: Add unregister helpers for the KVM interrupt devicesChaithanya Lagisetty4-0/+20
11 daysLoongArch: KVM: Free init resources if kvm_init() failsChaithanya Lagisetty1-1/+5
2026-08-10LoongArch: KVM: Replace kvm_err() with kvm_pr_unimpl()Bibo Mao6-45/+45
2026-08-10LoongArch: KVM: Use internal API to deliver interrupt in kernel modeBibo Mao4-16/+22
2026-08-10LoongArch: KVM: Fix uninitialized stack variable issue with dmsintcBibo Mao1-2/+1
2026-08-10LoongArch: KVM: Return directly when IPI address is not alignedBibo Mao1-9/+13
2026-08-10LoongArch: KVM: Set default MAILBOX access size with 8Bibo Mao1-7/+2
2026-08-10LoongArch: KVM: Set vcpu->cpu before IN_GUEST_MODE is setBibo Mao1-1/+1
2026-08-10LoongArch: KVM: Fix PC double advance in kernel MMIO read fast pathZeng Chi1-1/+0
2026-08-10LoongArch: KVM: Prevent division by zero in periodic timer restoreTao Cui1-0/+2
2026-08-10LoongArch: KVM: Reload one-shot TVAL on migration destinationTao Cui1-0/+12
2026-08-10LoongArch: KVM: Advertise already-supported capabilitiesTao Cui1-0/+4
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+1
2026-07-03LoongArch: KVM: Add include defining struct cpu_featureUwe Kleine-König (The Capable Hub)1-0/+1
2026-06-11LoongArch: KVM: Add missing slots_lock for device register/unregisterZeng Chi3-0/+10
2026-06-11LoongArch: KVM: Validate irqchip index in irqfd routingYanfei Xu1-1/+2
2026-06-11LoongArch: KVM: Return full old CSR value from kvm_emu_xchg_csr()Qiang Ma1-1/+0
2026-06-11LoongArch: KVM: Check the return values for put_user()Qiang Ma1-1/+2
2026-06-11LoongArch: KVM: Remove timer interrupt injection when SW timer expiredBibo Mao1-2/+1
2026-06-11LoongArch: KVM: Deliver interrupt after IN_GUEST_MODE is setBibo Mao1-2/+2
2026-06-11LoongArch: KVM: Add valid bit check when set CSR.ESTAT registerBibo Mao1-8/+15
2026-06-11LoongArch: KVM: Inject interrupts with batch methodBibo Mao1-66/+27
2026-06-11LoongArch: KVM: Check msgint feature in interrupt postBibo Mao2-5/+3
2026-06-11LoongArch: KVM: Check irq validity in kvm_vcpu_ioctl_interrupt()Bibo Mao1-0/+4
2026-06-11LoongArch: KVM: Fix FPU register width with user access APIBibo Mao1-2/+2
2026-06-11LoongArch: KVM: Remove KVM_LARCH_LSX and KVM_LARCH_LASXBibo Mao1-7/+10
2026-06-11LoongArch: KVM: Remove some middle FPU statesBibo Mao1-33/+4
2026-06-11LoongArch: KVM: Enable FPU with max supported FPU typeBibo Mao2-21/+7
2026-06-11LoongArch: KVM: Add separate KVM_REQ_LBT_LOAD bitBibo Mao2-11/+9
2026-05-04LoongArch: KVM: Move unconditional delay into timer clear sceneryBibo Mao1-2/+8
2026-05-04LoongArch: KVM: Fix HW timer interrupt lost when inject interrupt by softwareBibo Mao1-0/+14
2026-05-04LoongArch: KVM: Move AVEC interrupt injection into switch loopBibo Mao1-11/+9
2026-05-04LoongArch: KVM: Use kvm_set_pte() in kvm_flush_pte()Tao Cui1-1/+1
2026-05-04LoongArch: KVM: Fix missing EMULATE_FAIL in kvm_emu_mmio_read()Tao Cui1-0/+1
2026-05-04LoongArch: KVM: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSQiang Ma1-1/+1
2026-05-04LoongArch: KVM: Fix "unreliable stack" for kvm_exc_entryXianglai Li1-1/+1
2026-05-04LoongArch: KVM: Compile switch.S directly into the kernelXianglai Li3-38/+20
2026-04-24Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-1/+1
2026-04-22LoongArch: Adjust build infrastructure for 32BIT/64BITHuacai Chen1-1/+1
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-24/+229
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds1-2/+2
2026-04-09LoongArch: KVM: Add DMSINTC inject msi to vCPUSong Gao4-7/+94
2026-04-09LoongArch: KVM: Add DMSINTC device supportSong Gao3-0/+115