aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-19KVM: MIPS: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTSPaolo Bonzini1-2/+0
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2022-01-05MIPS: retire "asm/llsc.h"Huang Pei1-6/+7
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson1-1/+0
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-7/+2
2021-06-17KVM: switch per-VM stats to u64Paolo Bonzini1-1/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+4
2021-04-17KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson1-1/+0
2021-04-17KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacksSean Christopherson1-0/+1
2021-04-17KVM: MIPS: let generic code call prepare_flush_shadowPaolo Bonzini1-0/+3
2021-04-17KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini1-8/+1
2021-04-17KVM: Move prototypes for MMU notifier callbacks to generic codeSean Christopherson1-5/+0
2021-03-10MIPS: Remove KVM_TE supportThomas Bogendoerfer1-238/+0
2021-02-09KVM: Raise the maximum number of user memslotsVitaly Kuznetsov1-1/+0
2020-09-28KVM: MIPS: clean up redundant kvm_run parameters in assemblyTianjia Zhang1-2/+2
2020-08-21KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon1-1/+1
2020-07-10KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang1-25/+3
2020-07-09KVM: MIPS: Use common KVM implementation of MMU memory cachesSean Christopherson1-11/+0
2020-06-04KVM: MIPS: Add CONFIG6 and DIAG registers emulationHuacai Chen1-0/+7
2020-06-04KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen1-0/+3
2020-06-04KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen1-0/+32
2020-06-04KVM: MIPS: Increase KVM_MAX_VCPUS and KVM_USER_MEM_SLOTS to 16Huacai Chen1-2/+2
2020-06-04KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbitsXing Li1-0/+4
2020-06-04KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)Xing Li1-1/+1
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack1-0/+2
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson1-1/+1
2019-02-20KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-1/+1
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu1-1/+1
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton1-3/+6
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier1-1/+0
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse1-5/+0
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini1-1/+0
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan1-0/+14
2017-03-28KVM: MIPS/VZ: Emulate MAARs when necessaryJames Hogan1-0/+5
2017-03-28KVM: MIPS/VZ: Support guest hardware page table walkerJames Hogan1-0/+8
2017-03-28KVM: MIPS/VZ: Support guest segmentation controlJames Hogan1-0/+6
2017-03-28KVM: MIPS/VZ: Support guest CP0_[X]ContextConfigJames Hogan1-0/+4
2017-03-28KVM: MIPS/VZ: Support guest CP0_BadInstr[P]James Hogan1-0/+4
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan1-0/+42
2017-03-28KVM: MIPS/TLB: Add VZ TLB managementJames Hogan1-0/+12
2017-03-28KVM: MIPS/Entry: Update entry code to support VZJames Hogan1-0/+5
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan1-88/+255
2017-03-28KVM: MIPS: Add guest exit exception callbackJames Hogan1-0/+1
2017-03-28KVM: MIPS: Add hardware_{enable,disable} callbackJames Hogan1-1/+2
2017-03-28KVM: MIPS: Add callback to check extensionJames Hogan1-0/+1
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan1-1/+1
2017-03-28KVM: MIPS: Extend counters & events for VZ GExcCodesJames Hogan1-0/+10
2017-03-28KVM: MIPS: Implement HYPCALL emulationJames Hogan1-0/+7
2017-02-03KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan1-1/+1