summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm
AgeCommit message (Expand)Author
2025-06-27LoongArch: KVM: Disable updating of "num_cpu" and "feature"Bibo Mao
2025-06-27LoongArch: KVM: Check validity of "num_cpu" from user spaceBibo Mao
2025-06-27LoongArch: KVM: Check interrupt route from physical CPUBibo Mao
2025-06-27LoongArch: KVM: Fix interrupt route update with EIOINTCBibo Mao
2025-06-27LoongArch: KVM: Add address alignment check for IOCSR emulationBibo Mao
2025-06-26LoongArch: KVM: Avoid overflow with array indexBibo Mao
2025-05-20LoongArch: KVM: Do not flush tlb if HW PTW supportedBibo Mao
2025-05-20LoongArch: KVM: Add ecode parameter for exception handlersBibo Mao
2025-04-26Merge tag 'loongarch-fixes-6.15-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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-04-26LoongArch: KVM: Fix multiple typos of KVM codeYulong Han
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds
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: Register perf callbacks for guestBibo Mao
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-18LoongArch: KVM: Remove unnecessary header include pathMasahiro Yamada
2025-03-08LoongArch: KVM: Fix GPA size issue about VMBibo Mao
2025-03-08LoongArch: KVM: Reload guest CSR registers after sleepBibo 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: Set host with kernel mode when switch to VM modeBibo Mao
2025-02-13LoongArch: KVM: Remove duplicated cache attribute settingBibo Mao
2025-02-13LoongArch: KVM: Fix typo issue about GCFG feature detectionBibo Mao
2025-01-13LoongArch: KVM: Add hypercall service support for usermode VMMBibo Mao
2025-01-13LoongArch: KVM: Clear LLBCTL if secondary mmu mapping is changedBibo Mao
2024-12-03LoongArch: KVM: Protect kvm_io_bus_{read,write}() with SRCUHuacai Chen
2024-12-02LoongArch: KVM: Protect kvm_check_requests() with SRCUHuacai Chen
2024-11-14Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-11-13LoongArch: KVM: Add irqfd supportXianglai Li
2024-11-13LoongArch: KVM: Add PCHPIC user mode read and write functionsXianglai Li
2024-11-13LoongArch: KVM: Add PCHPIC read and write functionsXianglai Li
2024-11-13LoongArch: KVM: Add PCHPIC device supportXianglai Li
2024-11-13LoongArch: KVM: Add EIOINTC user mode read and write functionsXianglai Li
2024-11-13LoongArch: KVM: Add EIOINTC read and write functionsXianglai Li
2024-11-13LoongArch: KVM: Add EIOINTC device supportXianglai Li
2024-11-13LoongArch: KVM: Add IPI user mode read and write functionXianglai Li
2024-11-13LoongArch: KVM: Add IPI read and write functionXianglai Li
2024-11-13LoongArch: KVM: Add IPI device supportXianglai Li
2024-11-13LoongArch: KVM: Add iocsr and mmio bus simulation in kernelXianglai Li
2024-11-08Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2024-10-25KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guestSean Christopherson
2024-10-25KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lockSean Christopherson
2024-10-25KVM: LoongArch: Mark "struct page" pfns accessed only in "slow" page fault pathSean Christopherson
2024-10-25KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault pathSean Christopherson
2024-10-23LoongArch: KVM: Mark hrtimer to expire in hard interrupt contextHuacai Chen
2024-09-17Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini