index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
LoongArch: KVM: Replace kvm_err() with kvm_pr_unimpl()
Bibo Mao
6
-45
/
+45
2026-08-10
LoongArch: KVM: Use internal API to deliver interrupt in kernel mode
Bibo Mao
4
-16
/
+22
2026-08-10
LoongArch: KVM: Fix uninitialized stack variable issue with dmsintc
Bibo Mao
1
-2
/
+1
2026-08-10
LoongArch: KVM: Return directly when IPI address is not aligned
Bibo Mao
1
-9
/
+13
2026-08-10
LoongArch: KVM: Set default MAILBOX access size with 8
Bibo Mao
1
-7
/
+2
2026-08-10
LoongArch: KVM: Set vcpu->cpu before IN_GUEST_MODE is set
Bibo Mao
1
-1
/
+1
2026-08-10
LoongArch: KVM: Fix PC double advance in kernel MMIO read fast path
Zeng Chi
1
-1
/
+0
2026-08-10
LoongArch: KVM: Prevent division by zero in periodic timer restore
Tao Cui
1
-0
/
+2
2026-08-10
LoongArch: KVM: Reload one-shot TVAL on migration destination
Tao Cui
1
-0
/
+12
2026-08-10
LoongArch: KVM: Advertise already-supported capabilities
Tao Cui
1
-0
/
+4
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
1
-1
/
+1
2026-07-03
LoongArch: KVM: Add include defining struct cpu_feature
Uwe Kleine-König (The Capable Hub)
1
-0
/
+1
2026-06-11
LoongArch: KVM: Add missing slots_lock for device register/unregister
Zeng Chi
3
-0
/
+10
2026-06-11
LoongArch: KVM: Validate irqchip index in irqfd routing
Yanfei Xu
1
-1
/
+2
2026-06-11
LoongArch: KVM: Return full old CSR value from kvm_emu_xchg_csr()
Qiang Ma
1
-1
/
+0
2026-06-11
LoongArch: KVM: Check the return values for put_user()
Qiang Ma
1
-1
/
+2
2026-06-11
LoongArch: KVM: Remove timer interrupt injection when SW timer expired
Bibo Mao
1
-2
/
+1
2026-06-11
LoongArch: KVM: Deliver interrupt after IN_GUEST_MODE is set
Bibo Mao
1
-2
/
+2
2026-06-11
LoongArch: KVM: Add valid bit check when set CSR.ESTAT register
Bibo Mao
1
-8
/
+15
2026-06-11
LoongArch: KVM: Inject interrupts with batch method
Bibo Mao
1
-66
/
+27
2026-06-11
LoongArch: KVM: Check msgint feature in interrupt post
Bibo Mao
2
-5
/
+3
2026-06-11
LoongArch: KVM: Check irq validity in kvm_vcpu_ioctl_interrupt()
Bibo Mao
1
-0
/
+4
2026-06-11
LoongArch: KVM: Fix FPU register width with user access API
Bibo Mao
1
-2
/
+2
2026-06-11
LoongArch: KVM: Remove KVM_LARCH_LSX and KVM_LARCH_LASX
Bibo Mao
1
-7
/
+10
2026-06-11
LoongArch: KVM: Remove some middle FPU states
Bibo Mao
1
-33
/
+4
2026-06-11
LoongArch: KVM: Enable FPU with max supported FPU type
Bibo Mao
2
-21
/
+7
2026-06-11
LoongArch: KVM: Add separate KVM_REQ_LBT_LOAD bit
Bibo Mao
2
-11
/
+9
2026-05-04
LoongArch: KVM: Move unconditional delay into timer clear scenery
Bibo Mao
1
-2
/
+8
2026-05-04
LoongArch: KVM: Fix HW timer interrupt lost when inject interrupt by software
Bibo Mao
1
-0
/
+14
2026-05-04
LoongArch: KVM: Move AVEC interrupt injection into switch loop
Bibo Mao
1
-11
/
+9
2026-05-04
LoongArch: KVM: Use kvm_set_pte() in kvm_flush_pte()
Tao Cui
1
-1
/
+1
2026-05-04
LoongArch: KVM: Fix missing EMULATE_FAIL in kvm_emu_mmio_read()
Tao Cui
1
-0
/
+1
2026-05-04
LoongArch: KVM: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
Qiang Ma
1
-1
/
+1
2026-05-04
LoongArch: KVM: Fix "unreliable stack" for kvm_exc_entry
Xianglai Li
1
-1
/
+1
2026-05-04
LoongArch: KVM: Compile switch.S directly into the kernel
Xianglai Li
3
-38
/
+20
2026-04-24
Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
Linus Torvalds
1
-1
/
+1
2026-04-22
LoongArch: Adjust build infrastructure for 32BIT/64BIT
Huacai Chen
1
-1
/
+1
2026-04-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-24
/
+229
2026-04-14
Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linux
Linus Torvalds
1
-2
/
+2
2026-04-09
LoongArch: KVM: Add DMSINTC inject msi to vCPU
Song Gao
4
-7
/
+94
2026-04-09
LoongArch: KVM: Add DMSINTC device support
Song Gao
3
-0
/
+115
2026-04-09
LoongArch: KVM: Move host CSR_GSTAT save and restore in context switch
Bibo Mao
2
-4
/
+6
2026-04-09
LoongArch: KVM: Move host CSR_EENTRY save and restore in context switch
Bibo Mao
1
-3
/
+4
2026-04-09
LoongArch: KVM: Check kvm_request_pending() in kvm_late_check_requests()
Bibo Mao
1
-9
/
+9
2026-04-09
LoongArch: KVM: Use CSR_CRMD_PLV in kvm_arch_vcpu_in_kernel()
Tao Cui
1
-1
/
+1
2026-03-26
LoongArch: KVM: Fix base address calculation in kvm_eiointc_regs_access()
Bibo Mao
1
-7
/
+7
2026-03-26
LoongArch: KVM: Handle the case that EIOINTC's coremap is empty
Huacai Chen
1
-1
/
+1
2026-03-26
LoongArch: KVM: Make kvm_get_vcpu_by_cpuid() more robust
Huacai Chen
1
-0
/
+3
2026-03-23
lib: count_zeros: unify count_{leading,trailing}_zeros()
Yury Norov
1
-2
/
+2
2026-03-16
LoongArch: KVM: Fix typo issue in kvm_vm_init_features()
Bibo Mao
1
-2
/
+2
[next]