aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/emulate.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08MIPS: Fix typosBjorn Helgaas1-1/+1
2023-07-03MIPS: KVM: Fix NULL pointer dereferenceHuacai Chen1-11/+11
2022-09-26KVM: remove KVM_REQ_UNHALTPaolo Bonzini1-1/+0
2022-09-26KVM: mips, x86: do not rely on KVM_REQ_UNHALTPaolo Bonzini1-4/+3
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson1-1/+1
2021-03-10MIPS: Remove KVM_TE supportThomas Bogendoerfer1-1656/+16
2020-08-10MIPS: KVM: Convert a fallthrough comment to fallthroughJiaxun Yang1-1/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-43/+22
2020-07-27MIPS: KVM: Fix build error caused by 'kvm_run' cleanupHuacai Chen1-1/+1
2020-07-10KVM: MIPS: Fix build errors for 32bit kernelHuacai Chen1-0/+4
2020-07-10KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang1-40/+19
2020-07-08KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"Colin Ian King1-2/+2
2020-06-04KVM: MIPS: Add more MMIO load/store instructions emulationHuacai Chen1-10/+470
2020-06-04KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen1-1/+22
2020-05-14KVM: MIPS/Emulate: Remove unneeded semicolonZou Wei1-2/+2
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang1-4/+4
2019-07-18MIPS: Annotate fall-through in kvm/emulate.cPaul Burton1-0/+1
2019-03-25MIPS: KVM: Use prandom_u32_max() to generate tlbwr indexPaul Burton1-3/+1
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton1-3/+3
2019-02-04MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář1-1/+1
2017-03-28KVM: MIPS/Emulate: Properly implement TLBR for T&EJames Hogan1-46/+53
2017-03-28KVM: MIPS/Emulate: Adapt T&E CACHE emulation for OcteonJames Hogan1-3/+27
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan1-2/+79
2017-03-28KVM: MIPS/Emulate: Drop CACHE emulation for VZJames Hogan1-0/+2
2017-03-28KVM: MIPS/Emulate: Update CP0_Compare emulation for VZJames Hogan1-1/+42
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan1-1/+1
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan1-7/+6
2017-03-28KVM: MIPS/Emulate: Implement 64-bit MMIO emulationJames Hogan1-1/+28
2017-03-28KVM: MIPS/Emulate: De-duplicate MMIO emulationJames Hogan1-156/+50
2017-03-28KVM: MIPS: Implement HYPCALL emulationJames Hogan1-0/+3
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan1-31/+42
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan1-1/+1
2017-02-03KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan1-31/+0
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan1-3/+4
2017-02-03KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan1-83/+65
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan1-3/+45
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan1-45/+45
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan1-2/+1
2017-02-03KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan1-10/+0
2017-02-03KVM: MIPS/Emulate: Fix CACHE emulation for EVA hostsJames Hogan1-3/+3
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan1-2/+4
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan1-0/+6
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan1-0/+11
2017-02-03KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan1-2/+4
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan1-6/+7
2016-10-26KVM: MIPS: Precalculate MMIO load resume PCJames Hogan1-9/+15
2016-10-26KVM: MIPS: Make ERET handle ERL before EXLJames Hogan1-4/+4
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+0
2016-10-05MIPS: kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-09-29KVM: MIPS: Drop dubious EntryHi optimisationJames Hogan1-2/+1
2016-09-29KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan1-5/+13
2016-09-29KVM: MIPS: Drop other CPU ASIDs on guest MMU changesJames Hogan1-10/+53
2016-08-12MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan1-9/+26
2016-08-01MIPS: KVM: Sign extend MFC0/RDHWR resultsJames Hogan1-3/+4
2016-07-05MIPS: KVM: Decode RDHWR more strictlyJames Hogan1-1/+3
2016-07-05MIPS: KVM: Recognise r6 CACHE encodingJames Hogan1-1/+20
2016-07-05MIPS: KVM: Support r6 compact branch emulationJames Hogan1-6/+46
2016-06-15MIPS: KVM: Add KScratch registersJames Hogan1-1/+6
2016-06-15MIPS: KVM: Emulate RDHWR CPUNum registerJames Hogan1-1/+1
2016-06-15MIPS: KVM: Allow ULRI to restrict UserLocal registerJames Hogan1-2/+12
2016-06-15MIPS: Clean up RDHWR handlingJames Hogan1-5/+5
2016-06-15MIPS: KVM: Convert emulation to use asm/inst.hJames Hogan1-66/+43
2016-06-14MIPS: KVM: Print unknown load/store encodingsJames Hogan1-2/+4
2016-06-14MIPS: KVM: Trace guest register access emulationJames Hogan1-12/+19
2016-06-14MIPS: KVM: Add kvm_asid_change trace eventJames Hogan1-4/+3
2016-06-14MIPS: KVM: Clean up kvm_exit trace eventJames Hogan1-2/+2
2016-06-14MIPS: KVM: Generalise fpu_inuse for other stateJames Hogan1-4/+4
2016-06-14MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan1-5/+5
2016-06-14MIPS: KVM: Drop unused hpa0/hpa1 args from functionJames Hogan1-5/+2
2016-06-14MIPS: KVM: Make various Cause variables 32-bitJames Hogan1-19/+19
2016-06-14MIPS: KVM: Convert code to kernel sized typesJames Hogan1-51/+53
2016-06-14MIPS: KVM: Convert headers to kernel sized typesJames Hogan1-34/+33
2016-06-14MIPS: KVM: Drop unused kvm_mips_sync_icache()James Hogan1-26/+0
2016-06-14MIPS: KVM: Drop unused host_cp0_entryhiJames Hogan1-3/+2
2016-06-14MIPS: KVM: Fix CACHE triggered exception emulationJames Hogan1-0/+3
2016-06-14MIPS: KVM: Don't unwind PC when emulating CACHEJames Hogan1-6/+10
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-39/+50
2016-05-13MIPS: KVM: Abstract guest ASID maskPaul Burton1-12/+13
2016-05-10MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan1-34/+27
2016-05-10MIPS: KVM: Fix timer IRQ race when freezing timerJames Hogan1-5/+23
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-66/+50
2016-01-24MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan1-4/+3
2016-01-24MIPS: KVM: Use cacheops.h definitionsJames Hogan1-22/+8
2016-01-24MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan1-35/+36
2016-01-24MIPS: KVM: Trivial whitespace and style fixesJames Hogan1-5/+3
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-1/+1
2015-11-18MIPS: KVM: Fix CACHE immediate offset sign extensionJames Hogan1-1/+1
2015-06-06MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire1-1/+1
2015-05-12MIPS: KVM: Fix unused variable build warningNicholas Mc Guire1-6/+0
2015-03-27MIPS: KVM: Add MSA exception handlingJames Hogan1-0/+71
2015-03-27MIPS: KVM: Emulate MSA bits in COP0 interfaceJames Hogan1-2/+35
2015-03-27MIPS: KVM: Add FP exception handlingJames Hogan1-0/+36
2015-03-27MIPS: KVM: Emulate FPU bits in COP0 interfaceJames Hogan1-11/+100
2015-03-27MIPS: KVM: Add Config4/5 and writing of Config registersJames Hogan1-0/+52
2015-03-27MIPS: KVM: Handle TRAP exceptions from guest kernelJames Hogan1-0/+36
2015-03-27MIPS: KVM: Handle MSA Disabled exceptions from guestJames Hogan1-0/+1
2014-06-30MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()Deng-Cheng Zhu1-5/+0
2014-06-30MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"Deng-Cheng Zhu1-0/+2324