summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/trap_emul.c
AgeCommit message (Expand)Author
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
2016-06-15MIPS: KVM: Use mipsregs.h defs for config registersJames Hogan
2016-06-15MIPS: KVM: Report more accurate CP0_Config fields to guestJames Hogan
2016-06-15MIPS: KVM: Add KScratch registersJames Hogan
2016-06-15MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan
2016-06-14MIPS: KVM: Combine handle_tlb_ld/st_missJames Hogan
2016-06-14MIPS: KVM: Make various Cause variables 32-bitJames Hogan
2016-06-14MIPS: KVM: Convert code to kernel sized typesJames Hogan
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-13MIPS: Define & use CP0_EBase bit definitionsJames Hogan
2016-05-10MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan