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