aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini4-24/+263
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-06LoongArch: KVM: Add mmio trace events supportBibo Mao2-6/+22
2024-05-06LoongArch: KVM: Add software breakpoint supportBibo Mao3-3/+27
2024-05-06LoongArch: KVM: Add PV IPI support on host sideBibo Mao2-2/+68
2024-05-06LoongArch: KVM: Add vcpu mapping from physical cpuidBibo Mao2-0/+101
2024-05-06LoongArch: KVM: Add cpucfg area for kvm hypervisorBibo Mao1-17/+38
2024-05-06LoongArch: KVM: Add hypercall instruction emulationBibo Mao1-0/+11
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini1-32/+0
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-1/+8
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-47/+37
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-03-11LoongArch: Add ORC stack unwinder supportTiezhu Yang1-1/+8
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini3-83/+72
2024-03-06mm/treewide: drop pXd_large()Peter Xu1-1/+1
2024-03-06LoongArch: KVM: Remove unnecessary CSR register saving during enter guestBibo Mao1-6/+0
2024-03-06LoongArch: KVM: Do not restart SW timer when it is expiredBibo Mao1-19/+1
2024-03-06LoongArch: KVM: Start SW timer only when vcpu is blockingBibo Mao1-14/+9
2024-03-06LoongArch: KVM: Set reserved bits as zero in CPUCFGBibo Mao1-7/+26
2024-02-23LoongArch: KVM: Streamline kvm_check_cpucfg() and improve commentsWANG Xuerui1-22/+20
2024-02-23LoongArch: KVM: Rename _kvm_get_cpucfg() to _kvm_get_cpucfg_mask()WANG Xuerui1-3/+3
2024-02-23LoongArch: KVM: Fix input validation of _kvm_get_cpucfg() & kvm_check_cpucfg()WANG Xuerui1-17/+18
2024-02-08Merge branch 'kvm-kconfig'Paolo Bonzini1-1/+0
2024-02-08treewide: remove CONFIG_HAVE_KVMPaolo Bonzini1-1/+0
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini1-0/+1
2024-01-26LoongArch: KVM: Fix build due to API changesHuacai Chen1-2/+2
2024-01-08KVM: introduce CONFIG_KVM_COMMONPaolo Bonzini1-1/+1
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini7-142/+506
2023-12-19LoongArch: KVM: Add LASX (256bit SIMD) supportTianrui Zhao4-2/+84
2023-12-19LoongArch: KVM: Add LSX (128bit SIMD) supportTianrui Zhao4-6/+255
2023-12-19LoongArch: KVM: Fix timer emulation with oneshot modeBibo Mao1-13/+55
2023-12-19LoongArch: KVM: Remove kvm_acquire_timer() before entering guestBibo Mao2-45/+6
2023-12-19LoongArch: KVM: Allow to access HW timer CSR registers alwaysBibo Mao2-22/+6
2023-12-19LoongArch: KVM: Remove SW timer switch when vcpu is halt pollingBibo Mao3-15/+19
2023-12-19LoongArch: KVM: Optimization for memslot hugepage checkingBibo Mao1-41/+83
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini1-1/+0
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson1-1/+1
2023-10-02LoongArch: KVM: Enable kvm config and add the makefileTianrui Zhao2-0/+62
2023-10-02LoongArch: KVM: Implement vcpu world switchTianrui Zhao1-0/+250
2023-10-02LoongArch: KVM: Implement kvm exception vectorsTianrui Zhao1-0/+36
2023-10-02LoongArch: KVM: Implement handle fpu exceptionTianrui Zhao1-0/+27
2023-10-02LoongArch: KVM: Implement handle mmio exceptionTianrui Zhao1-0/+310
2023-10-02LoongArch: KVM: Implement handle gspr exceptionTianrui Zhao1-0/+107
2023-10-02LoongArch: KVM: Implement handle idle exceptionTianrui Zhao1-0/+20
2023-10-02LoongArch: KVM: Implement handle iocsr exceptionTianrui Zhao1-0/+91
2023-10-02LoongArch: KVM: Implement handle csr exceptionTianrui Zhao1-0/+105
2023-10-02LoongArch: KVM: Implement kvm mmu operationsTianrui Zhao1-0/+914
2023-10-02LoongArch: KVM: Implement virtual machine tlb operationsTianrui Zhao1-0/+32
2023-10-02LoongArch: KVM: Implement vcpu timer operationsTianrui Zhao1-0/+197