summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm
AgeCommit message (Expand)Author
2024-09-17Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini
2024-09-12LoongArch: KVM: Enable paravirt feature control from VMMBibo Mao
2024-09-12LoongArch: KVM: Add PMU support for guestSong Gao
2024-09-11LoongArch: KVM: Add vm migration support for LBT registersBibo Mao
2024-09-11LoongArch: KVM: Add Binary Translation extension supportBibo Mao
2024-09-11LoongArch: KVM: Add VM feature detection functionBibo Mao
2024-09-04KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson
2024-08-26LoongArch: KVM: Invalidate guest steal time address on vCPU resetBibo Mao
2024-08-26LoongArch: Add ifdefs to fix LSX and LASX related warningsTiezhu Yang
2024-08-07LoongArch: Use accessors to page table entries instead of direct dereferenceHuacai Chen
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-07-09LoongArch: KVM: Add PV steal time support in host sideBibo Mao
2024-07-09LoongArch: KVM: always make pte young in page map's fast pathJia Qingtong
2024-07-09LoongArch: KVM: Mark page accessed and dirty with page ref addedBibo Mao
2024-07-09LoongArch: KVM: Add dirty bitmap initially all set supportBibo Mao
2024-07-09LoongArch: KVM: Add memory barrier before update pmd entryBibo Mao
2024-07-09LoongArch: KVM: Discard dirty page tracking on readonly memslotBibo Mao
2024-07-09LoongArch: KVM: Select huge page only if secondary mmu supports itBibo Mao
2024-07-09LoongArch: KVM: Delay secondary mmu tlb flush until guest entryBibo Mao
2024-07-09LoongArch: KVM: Sync pending interrupt when getting ESTAT from user modeBibo Mao
2024-06-21LoongArch: KVM: Remove an unneeded semicolonYang Li
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-06LoongArch: KVM: Add mmio trace events supportBibo Mao
2024-05-06LoongArch: KVM: Add software breakpoint supportBibo Mao
2024-05-06LoongArch: KVM: Add PV IPI support on host sideBibo Mao
2024-05-06LoongArch: KVM: Add vcpu mapping from physical cpuidBibo Mao
2024-05-06LoongArch: KVM: Add cpucfg area for kvm hypervisorBibo Mao
2024-05-06LoongArch: KVM: Add hypercall instruction emulationBibo Mao
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11LoongArch: Add ORC stack unwinder supportTiezhu Yang
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2024-03-06mm/treewide: drop pXd_large()Peter Xu
2024-03-06LoongArch: KVM: Remove unnecessary CSR register saving during enter guestBibo Mao
2024-03-06LoongArch: KVM: Do not restart SW timer when it is expiredBibo Mao
2024-03-06LoongArch: KVM: Start SW timer only when vcpu is blockingBibo Mao
2024-03-06LoongArch: KVM: Set reserved bits as zero in CPUCFGBibo Mao
2024-02-23LoongArch: KVM: Streamline kvm_check_cpucfg() and improve commentsWANG Xuerui
2024-02-23LoongArch: KVM: Rename _kvm_get_cpucfg() to _kvm_get_cpucfg_mask()WANG Xuerui
2024-02-23LoongArch: KVM: Fix input validation of _kvm_get_cpucfg() & kvm_check_cpucfg()WANG Xuerui
2024-02-08Merge branch 'kvm-kconfig'Paolo Bonzini
2024-02-08treewide: remove CONFIG_HAVE_KVMPaolo Bonzini
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini
2024-01-26LoongArch: KVM: Fix build due to API changesHuacai Chen
2024-01-08KVM: introduce CONFIG_KVM_COMMONPaolo Bonzini