summaryrefslogtreecommitdiff
path: root/arch/loongarch/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-07LoongArch: Use accessors to page table entries instead of direct dereferenceHuacai Chen1-4/+4
2024-07-09LoongArch: KVM: always make pte young in page map's fast pathJia Qingtong1-4/+2
2024-07-09LoongArch: KVM: Mark page accessed and dirty with page ref addedBibo Mao1-10/+13
2024-07-09LoongArch: KVM: Add dirty bitmap initially all set supportBibo Mao1-0/+7
2024-07-09LoongArch: KVM: Add memory barrier before update pmd entryBibo Mao1-0/+2
2024-07-09LoongArch: KVM: Discard dirty page tracking on readonly memslotBibo Mao1-3/+12
2024-07-09LoongArch: KVM: Select huge page only if secondary mmu supports itBibo Mao1-3/+13
2024-07-09LoongArch: KVM: Delay secondary mmu tlb flush until guest entryBibo Mao1-1/+2
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini1-32/+0
2024-03-06mm/treewide: drop pXd_large()Peter Xu1-1/+1
2024-01-26LoongArch: KVM: Fix build due to API changesHuacai Chen1-2/+2
2023-12-19LoongArch: KVM: Optimization for memslot hugepage checkingBibo Mao1-41/+83
2023-10-02LoongArch: KVM: Implement kvm mmu operationsTianrui Zhao1-0/+914