summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/emulate.c
AgeCommit message (Expand)AuthorLines
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson-1/+1
2021-03-10MIPS: Remove KVM_TE supportThomas Bogendoerfer-1656/+16
2020-08-10MIPS: KVM: Convert a fallthrough comment to fallthroughJiaxun Yang-1/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-43/+22
2020-07-27MIPS: KVM: Fix build error caused by 'kvm_run' cleanupHuacai Chen-1/+1
2020-07-10KVM: MIPS: Fix build errors for 32bit kernelHuacai Chen-0/+4
2020-07-10KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang-40/+19
2020-07-08KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"Colin Ian King-2/+2
2020-06-04KVM: MIPS: Add more MMIO load/store instructions emulationHuacai Chen-10/+470
2020-06-04KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen-1/+22
2020-05-14KVM: MIPS/Emulate: Remove unneeded semicolonZou Wei-2/+2
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang-4/+4
2019-07-18MIPS: Annotate fall-through in kvm/emulate.cPaul Burton-0/+1
2019-03-25MIPS: KVM: Use prandom_u32_max() to generate tlbwr indexPaul Burton-3/+1
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton-3/+3
2019-02-04MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář-1/+1
2017-03-28KVM: MIPS/Emulate: Properly implement TLBR for T&EJames Hogan-46/+53
2017-03-28KVM: MIPS/Emulate: Adapt T&E CACHE emulation for OcteonJames Hogan-3/+27
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan-2/+79
2017-03-28KVM: MIPS/Emulate: Drop CACHE emulation for VZJames Hogan-0/+2
2017-03-28KVM: MIPS/Emulate: Update CP0_Compare emulation for VZJames Hogan-1/+42
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan-1/+1
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan-7/+6
2017-03-28KVM: MIPS/Emulate: Implement 64-bit MMIO emulationJames Hogan-1/+28
2017-03-28KVM: MIPS/Emulate: De-duplicate MMIO emulationJames Hogan-156/+50
2017-03-28KVM: MIPS: Implement HYPCALL emulationJames Hogan-0/+3
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan-31/+42
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan-1/+1
2017-02-03KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan-31/+0
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan-3/+4
2017-02-03KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan-83/+65
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan-3/+45
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan-45/+45
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan-2/+1
2017-02-03KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan-10/+0
2017-02-03KVM: MIPS/Emulate: Fix CACHE emulation for EVA hostsJames Hogan-3/+3
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan-2/+4
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan-0/+6
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan-0/+11
2017-02-03KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan-2/+4
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan-6/+7
2016-10-26KVM: MIPS: Precalculate MMIO load resume PCJames Hogan-9/+15
2016-10-26KVM: MIPS: Make ERET handle ERL before EXLJames Hogan-4/+4
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-1/+0
2016-10-05MIPS: kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+0
2016-09-29KVM: MIPS: Drop dubious EntryHi optimisationJames Hogan-2/+1
2016-09-29KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan-5/+13
2016-09-29KVM: MIPS: Drop other CPU ASIDs on guest MMU changesJames Hogan-10/+53