summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds6 days1-1/+1
|\
| * kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-1/+1
* | Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini14 days4-24/+263
|\ \
| * | LoongArch: KVM: Add mmio trace events supportBibo Mao2024-05-062-6/+22
| * | LoongArch: KVM: Add software breakpoint supportBibo Mao2024-05-063-3/+27
| * | LoongArch: KVM: Add PV IPI support on host sideBibo Mao2024-05-062-2/+68
| * | LoongArch: KVM: Add vcpu mapping from physical cpuidBibo Mao2024-05-062-0/+101
| * | LoongArch: KVM: Add cpucfg area for kvm hypervisorBibo Mao2024-05-061-17/+38
| * | LoongArch: KVM: Add hypercall instruction emulationBibo Mao2024-05-061-0/+11
| |/
* / KVM: delete .change_pte MMU notifier callbackPaolo Bonzini2024-04-111-32/+0
|/
* Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2024-03-221-1/+8
|\
| * LoongArch: Add ORC stack unwinder supportTiezhu Yang2024-03-111-1/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-154-47/+37
|\ \
| * \ Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-03-113-83/+72
| |\ \
| | * | LoongArch: KVM: Remove unnecessary CSR register saving during enter guestBibo Mao2024-03-061-6/+0
| | * | LoongArch: KVM: Do not restart SW timer when it is expiredBibo Mao2024-03-061-19/+1
| | * | LoongArch: KVM: Start SW timer only when vcpu is blockingBibo Mao2024-03-061-14/+9
| | * | LoongArch: KVM: Set reserved bits as zero in CPUCFGBibo Mao2024-03-061-7/+26
| | |/
| * | Merge branch 'kvm-kconfig'Paolo Bonzini2024-02-081-1/+0
| |\ \
| | * | treewide: remove CONFIG_HAVE_KVMPaolo Bonzini2024-02-081-1/+0
| * | | kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini2024-02-081-0/+1
| |/ /
* | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-1/+1
|\ \ \ | |_|/ |/| |
| * | mm/treewide: drop pXd_large()Peter Xu2024-03-061-1/+1
| |/
* | LoongArch: KVM: Streamline kvm_check_cpucfg() and improve commentsWANG Xuerui2024-02-231-22/+20
* | LoongArch: KVM: Rename _kvm_get_cpucfg() to _kvm_get_cpucfg_mask()WANG Xuerui2024-02-231-3/+3
* | LoongArch: KVM: Fix input validation of _kvm_get_cpucfg() & kvm_check_cpucfg()WANG Xuerui2024-02-231-17/+18
|/
* LoongArch: KVM: Fix build due to API changesHuacai Chen2024-01-261-2/+2
* KVM: introduce CONFIG_KVM_COMMONPaolo Bonzini2024-01-081-1/+1
* Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-027-142/+506
|\
| * LoongArch: KVM: Add LASX (256bit SIMD) supportTianrui Zhao2023-12-194-2/+84
| * LoongArch: KVM: Add LSX (128bit SIMD) supportTianrui Zhao2023-12-194-6/+255
| * LoongArch: KVM: Fix timer emulation with oneshot modeBibo Mao2023-12-191-13/+55
| * LoongArch: KVM: Remove kvm_acquire_timer() before entering guestBibo Mao2023-12-192-45/+6
| * LoongArch: KVM: Allow to access HW timer CSR registers alwaysBibo Mao2023-12-192-22/+6
| * LoongArch: KVM: Remove SW timer switch when vcpu is halt pollingBibo Mao2023-12-193-15/+19
| * LoongArch: KVM: Optimization for memslot hugepage checkingBibo Mao2023-12-191-41/+83
* | KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini2023-12-081-1/+0
* | KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2023-11-131-1/+1
|/
* LoongArch: KVM: Enable kvm config and add the makefileTianrui Zhao2023-10-022-0/+62
* LoongArch: KVM: Implement vcpu world switchTianrui Zhao2023-10-021-0/+250
* LoongArch: KVM: Implement kvm exception vectorsTianrui Zhao2023-10-021-0/+36
* LoongArch: KVM: Implement handle fpu exceptionTianrui Zhao2023-10-021-0/+27
* LoongArch: KVM: Implement handle mmio exceptionTianrui Zhao2023-10-021-0/+310
* LoongArch: KVM: Implement handle gspr exceptionTianrui Zhao2023-10-021-0/+107
* LoongArch: KVM: Implement handle idle exceptionTianrui Zhao2023-10-021-0/+20
* LoongArch: KVM: Implement handle iocsr exceptionTianrui Zhao2023-10-021-0/+91
* LoongArch: KVM: Implement handle csr exceptionTianrui Zhao2023-10-021-0/+105
* LoongArch: KVM: Implement kvm mmu operationsTianrui Zhao2023-10-021-0/+914
* LoongArch: KVM: Implement virtual machine tlb operationsTianrui Zhao2023-10-021-0/+32
* LoongArch: KVM: Implement vcpu timer operationsTianrui Zhao2023-10-021-0/+197