summaryrefslogtreecommitdiff
path: root/arch/mips/kvm/trap_emul.c
AgeCommit message (Expand)Author
2021-03-10MIPS: Remove KVM_TE supportThomas Bogendoerfer
2020-09-28KVM: MIPS: clean up redundant kvm_run parameters in assemblyTianjia Zhang
2020-07-10KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-04KVM: MIPS: Add EVENTFD support which is needed by VHOSTHuacai Chen
2019-11-22mips: add support for folded p4d page tablesMike Rapoport
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton
2019-02-04MIPS: mm: Unify ASID version checksPaul Burton
2019-02-04MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton
2017-06-04KVM: add kvm_request_pendingRadim Krčmář
2017-03-28KVM: MIPS/T&E: Report correct dcache line sizeJames 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: Implement HYPCALL emulationJames Hogan
2017-02-03KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan
2017-02-03KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan
2017-02-03KVM: MIPS/T&E: Default to reset vectorJames Hogan
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan
2017-02-03KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan
2017-02-03KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIOJames Hogan
2017-02-03KVM: MIPS/T&E: Abstract bad access handlingJames Hogan
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan
2017-02-03KVM: MIPS/T&E: Ignore user writes to CP0_Config7James Hogan
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan
2017-02-03KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan
2017-02-03KVM: MIPS/T&E: Reduce stale ASID checksJames Hogan
2017-02-03KVM: MIPS/T&E: Handle TLB invalidation requestsJames Hogan
2017-02-03KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan
2017-02-03KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan
2017-02-03KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan
2017-02-03KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan
2017-02-03KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan
2017-02-03KVM: MIPS/T&E: Restore host asid on return to hostJames Hogan
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan
2017-02-03KVM: MIPS/MMU: Move preempt/ASID handling to implementationJames Hogan
2017-02-03KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-10-05MIPS: kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-09-08KVM: MIPS: Emulate MMIO via TLB miss for EVAJames Hogan
2016-07-05MIPS: KVM: Emulate generic QEMU machine on r6 T&EJames Hogan