summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm/vcpu.c
AgeCommit message (Expand)Author
2026-06-11LoongArch: KVM: Check the return values for put_user()Qiang Ma
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: 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-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: Make kvm_get_vcpu_by_cpuid() more robustHuacai Chen
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo 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-06LoongArch: KVM: Add paravirt preempt feature in hypervisor sideBibo Mao
2026-02-06LoongArch: KVM: Add FPU/LBT delay load supportBibo Mao
2026-02-06LoongArch: KVM: Move LBT capability check in exception handlerBibo Mao
2026-02-06LoongArch: KVM: Move LASX capability check in exception handlerBibo Mao
2026-02-06LoongArch: KVM: Move LSX capability check in exception handlerBibo Mao
2026-02-06LoongArch: KVM: Handle LOONGARCH_CSR_IPR during vCPU context switchBibo Mao
2026-02-06LoongArch: KVM: Check VM msgint feature during interrupt handlingBibo Mao
2026-02-06LoongArch: KVM: Add more CPUCFG mask bitsBibo Mao
2026-01-08KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlaySean Christopherson
2025-12-13Merge tag 'loongarch-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2025-12-08LoongArch: Adjust time routines for 32BIT/64BITHuacai Chen
2025-12-02Merge tag 'loongarch-kvm-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2025-11-27LoongArch: KVM: Add AVEC basic supportSong Gao
2025-11-26Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-10LoongArch: KVM: Skip PMU checking on vCPU context switchBibo Mao
2025-11-10LoongArch: KVM: Restore guest PMU if it is enabledBibo Mao
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-09-30entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM properSean Christopherson
2025-09-23LoongArch: KVM: Add PTW feature detection on new hardwareBibo Mao
2025-08-20LoongArch: KVM: Make function kvm_own_lbt() robustBibo Mao
2025-07-21LoongArch: KVM: Add stat information with kernel irqchipBibo Mao
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-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-18LoongArch: KVM: Implement arch-specific functions for guest perfBibo Mao
2025-03-18LoongArch: KVM: Add stub for kvm_arch_vcpu_preempted_in_kernel()Bibo Mao
2025-03-18LoongArch: KVM: Remove PGD saving during VM context switchBibo Mao
2025-03-08LoongArch: KVM: Add interrupt checking for AVECBibo Mao
2025-02-18LoongArch: KVM: Switch to use hrtimer_setup()Nam Cao
2025-02-13LoongArch: KVM: Remove duplicated cache attribute settingBibo Mao