summaryrefslogtreecommitdiff
path: root/arch/mips/kvm/emulate.c
AgeCommit message (Expand)Author
2019-07-18MIPS: Annotate fall-through in kvm/emulate.cPaul Burton
2019-03-25MIPS: KVM: Use prandom_u32_max() to generate tlbwr indexPaul Burton
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton
2019-02-04MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář
2017-03-28KVM: MIPS/Emulate: Properly implement TLBR for T&EJames Hogan
2017-03-28KVM: MIPS/Emulate: Adapt T&E CACHE emulation for OcteonJames Hogan
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan
2017-03-28KVM: MIPS/Emulate: Drop CACHE emulation for VZJames Hogan
2017-03-28KVM: MIPS/Emulate: Update CP0_Compare emulation for VZJames Hogan
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan
2017-03-28KVM: MIPS/Emulate: Implement 64-bit MMIO emulationJames Hogan
2017-03-28KVM: MIPS/Emulate: De-duplicate MMIO emulationJames Hogan
2017-03-28KVM: MIPS: Implement HYPCALL emulationJames 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: Pass type of fault down to kvm_mips_map_page()James Hogan
2017-02-03KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan
2017-02-03KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan
2017-02-03KVM: MIPS/Emulate: Fix CACHE emulation for EVA hostsJames Hogan
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan
2017-02-03KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan
2016-10-26KVM: MIPS: Precalculate MMIO load resume PCJames Hogan
2016-10-26KVM: MIPS: Make ERET handle ERL before EXLJames 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-29KVM: MIPS: Drop dubious EntryHi optimisationJames Hogan
2016-09-29KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan
2016-09-29KVM: MIPS: Drop other CPU ASIDs on guest MMU changesJames Hogan
2016-08-12MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan
2016-08-01MIPS: KVM: Sign extend MFC0/RDHWR resultsJames Hogan
2016-07-05MIPS: KVM: Decode RDHWR more strictlyJames Hogan
2016-07-05MIPS: KVM: Recognise r6 CACHE encodingJames Hogan
2016-07-05MIPS: KVM: Support r6 compact branch emulationJames Hogan
2016-06-15MIPS: KVM: Add KScratch registersJames Hogan
2016-06-15MIPS: KVM: Emulate RDHWR CPUNum registerJames Hogan
2016-06-15MIPS: KVM: Allow ULRI to restrict UserLocal registerJames Hogan
2016-06-15MIPS: Clean up RDHWR handlingJames Hogan
2016-06-15MIPS: KVM: Convert emulation to use asm/inst.hJames Hogan
2016-06-14MIPS: KVM: Print unknown load/store encodingsJames Hogan
2016-06-14MIPS: KVM: Trace guest register access emulationJames Hogan