index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
kvm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-18
LoongArch: KVM: Avoid copy_*_user() with lock hold in kvm_pch_pic_regs_access()
Bibo Mao
1
-7
/
+14
2025-09-18
LoongArch: KVM: Avoid copy_*_user() with lock hold in kvm_eiointc_sw_status_access()
Bibo Mao
1
-12
/
+17
2025-09-18
LoongArch: KVM: Avoid copy_*_user() with lock hold in kvm_eiointc_regs_access()
Bibo Mao
1
-12
/
+21
2025-09-18
LoongArch: KVM: Avoid copy_*_user() with lock hold in kvm_eiointc_ctrl_access()
Bibo Mao
1
-10
/
+15
2025-09-18
LoongArch: KVM: Fix VM migration failure with PTW enabled
Bibo Mao
1
-4
/
+4
2025-09-18
LoongArch: KVM: Remove unused returns and semicolons
Tao Cui
1
-4
/
+2
2025-08-20
LoongArch: KVM: Add address alignment check in pch_pic register access
Bibo Mao
1
-0
/
+10
2025-08-20
LoongArch: KVM: Use kvm_get_vcpu_by_id() instead of kvm_get_vcpu()
Song Gao
2
-2
/
+7
2025-08-20
LoongArch: KVM: Fix stack protector issue in send_ipi_data()
Bibo Mao
1
-3
/
+3
2025-08-20
LoongArch: KVM: Make function kvm_own_lbt() robust
Bibo Mao
1
-3
/
+5
2025-07-21
LoongArch: KVM: Add tracepoints for CPUCFG and CSR emulation exits
Yulong Han
2
-1
/
+15
2025-07-21
LoongArch: KVM: Add stat information with kernel irqchip
Bibo Mao
4
-29
/
+15
2025-07-21
LoongArch: KVM: Replace eiointc_enable_irq() with eiointc_update_irq()
Bibo Mao
1
-32
/
+13
2025-07-21
LoongArch: KVM: Use generic function loongarch_eiointc_write()
Bibo Mao
1
-277
/
+37
2025-07-21
LoongArch: KVM: Use generic function loongarch_eiointc_read()
Bibo Mao
1
-136
/
+17
2025-07-21
LoongArch: KVM: Use standard bitops API with eiointc
Bibo Mao
1
-16
/
+11
2025-07-21
LoongArch: KVM: Remove never called default case statement
Bibo Mao
1
-8
/
+2
2025-07-21
LoongArch: KVM: Remove unused parameter len
Bibo Mao
1
-16
/
+16
2025-07-21
LoongArch: KVM: Remove unnecessary local variable
Bibo Mao
1
-4
/
+4
2025-07-21
LoongArch: KVM: Simplify kvm_deliver_intr()
Yury Norov (NVIDIA)
1
-21
/
+4
2025-07-21
LoongArch: KVM: Rework kvm_send_pv_ipi()
Yury Norov (NVIDIA)
1
-19
/
+12
2025-06-27
LoongArch: KVM: Disable updating of "num_cpu" and "feature"
Bibo Mao
1
-0
/
+6
2025-06-27
LoongArch: KVM: Check validity of "num_cpu" from user space
Bibo Mao
1
-5
/
+14
2025-06-27
LoongArch: KVM: Check interrupt route from physical CPU
Bibo Mao
1
-6
/
+18
2025-06-27
LoongArch: KVM: Fix interrupt route update with EIOINTC
Bibo Mao
1
-7
/
+6
2025-06-27
LoongArch: KVM: Add address alignment check for IOCSR emulation
Bibo Mao
1
-0
/
+10
2025-06-26
LoongArch: KVM: Avoid overflow with array index
Bibo Mao
1
-10
/
+7
2025-05-20
LoongArch: KVM: Do not flush tlb if HW PTW supported
Bibo Mao
2
-7
/
+16
2025-05-20
LoongArch: KVM: Add ecode parameter for exception handlers
Bibo Mao
1
-14
/
+15
2025-04-26
Merge tag 'loongarch-fixes-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
Linus Torvalds
3
-4
/
+12
2025-04-26
LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finally
Bibo Mao
1
-0
/
+1
2025-04-26
LoongArch: KVM: Fully clear some CSRs when VM reboot
Bibo Mao
1
-0
/
+7
2025-04-26
LoongArch: KVM: Fix multiple typos of KVM code
Yulong Han
2
-4
/
+4
2025-04-23
Fix mis-uses of 'cc-option' for warning disablement
Linus Torvalds
1
-1
/
+1
2025-03-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-12
/
+43
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2025-03-18
LoongArch: KVM: Register perf callbacks for guest
Bibo Mao
2
-0
/
+4
2025-03-18
LoongArch: KVM: Implement arch-specific functions for guest perf
Bibo Mao
1
-1
/
+24
2025-03-18
LoongArch: KVM: Add stub for kvm_arch_vcpu_preempted_in_kernel()
Bibo Mao
1
-0
/
+5
2025-03-18
LoongArch: KVM: Remove PGD saving during VM context switch
Bibo Mao
2
-10
/
+11
2025-03-18
LoongArch: KVM: Remove unnecessary header include path
Masahiro Yamada
1
-2
/
+0
2025-03-08
LoongArch: KVM: Fix GPA size issue about VM
Bibo Mao
2
-1
/
+11
2025-03-08
LoongArch: KVM: Reload guest CSR registers after sleep
Bibo Mao
1
-0
/
+7
2025-03-08
LoongArch: KVM: Add interrupt checking for AVEC
Bibo Mao
1
-1
/
+1
2025-02-18
LoongArch: KVM: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+2
2025-02-13
LoongArch: KVM: Set host with kernel mode when switch to VM mode
Bibo Mao
1
-1
/
+1
2025-02-13
LoongArch: KVM: Remove duplicated cache attribute setting
Bibo Mao
1
-3
/
+0
2025-02-13
LoongArch: KVM: Fix typo issue about GCFG feature detection
Bibo Mao
1
-2
/
+2
2025-01-13
LoongArch: KVM: Add hypercall service support for usermode VMM
Bibo Mao
2
-1
/
+36
2025-01-13
LoongArch: KVM: Clear LLBCTL if secondary mmu mapping is changed
Bibo Mao
1
-0
/
+18
[next]