aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/trap_emul.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton1-3/+3
2019-02-04MIPS: mm: Unify ASID version checksPaul Burton1-18/+4
2019-02-04MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton1-5/+5
2017-06-04KVM: add kvm_request_pendingRadim Krčmář1-1/+1
2017-03-28KVM: MIPS/T&E: Report correct dcache line sizeJames Hogan1-0/+8
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan1-3/+5
2017-03-28KVM: MIPS: Add guest exit exception callbackJames Hogan1-0/+24
2017-03-28KVM: MIPS: Add hardware_{enable,disable} callbackJames Hogan1-0/+11
2017-03-28KVM: MIPS: Add callback to check extensionJames Hogan1-0/+17
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan1-0/+3
2017-03-28KVM: MIPS: Implement HYPCALL emulationJames Hogan1-0/+4
2017-02-03KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan1-0/+7
2017-02-03KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan1-0/+14
2017-02-03KVM: MIPS/T&E: Default to reset vectorJames Hogan1-0/+6
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan1-0/+12
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan1-3/+178
2017-02-03KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan1-26/+43
2017-02-03KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIOJames Hogan1-5/+5
2017-02-03KVM: MIPS/T&E: Abstract bad access handlingJames Hogan1-47/+72
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan1-2/+2
2017-02-03KVM: MIPS/T&E: Ignore user writes to CP0_Config7James Hogan1-0/+3
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan1-0/+14
2017-02-03KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan1-0/+65
2017-02-03KVM: MIPS/T&E: Reduce stale ASID checksJames Hogan1-29/+6
2017-02-03KVM: MIPS/T&E: Handle TLB invalidation requestsJames Hogan1-8/+63
2017-02-03KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan1-0/+12
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan1-3/+3
2017-02-03KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan1-0/+9
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan1-6/+0
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan1-2/+3
2017-02-03KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan1-4/+6
2017-02-03KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan1-0/+63
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan1-0/+5
2017-02-03KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan1-1/+11
2017-02-03KVM: MIPS/T&E: Restore host asid on return to hostJames Hogan1-7/+20
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan1-0/+48
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan1-17/+12
2017-02-03KVM: MIPS/MMU: Move preempt/ASID handling to implementationJames Hogan1-2/+54
2017-02-03KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan1-6/+6
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-08KVM: MIPS: Emulate MMIO via TLB miss for EVAJames Hogan1-0/+18
2016-07-05MIPS: KVM: Emulate generic QEMU machine on r6 T&EJames Hogan1-1/+7
2016-06-15MIPS: KVM: Use mipsregs.h defs for config registersJames Hogan1-5/+3
2016-06-15MIPS: KVM: Report more accurate CP0_Config fields to guestJames Hogan1-5/+15
2016-06-15MIPS: KVM: Add KScratch registersJames Hogan1-0/+2
2016-06-15MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan1-0/+13
2016-06-14MIPS: KVM: Combine handle_tlb_ld/st_missJames Hogan1-52/+19
2016-06-14MIPS: KVM: Make various Cause variables 32-bitJames Hogan1-21/+21
2016-06-14MIPS: KVM: Convert code to kernel sized typesJames Hogan1-15/+15