summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/emulate.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: MIPS: Precalculate MMIO load resume PCJames Hogan2016-10-261-9/+15
* KVM: MIPS: Make ERET handle ERL before EXLJames Hogan2016-10-261-4/+4
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-151-1/+0
|\
| * MIPS: kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-051-1/+0
* | KVM: MIPS: Drop dubious EntryHi optimisationJames Hogan2016-09-291-2/+1
* | KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan2016-09-291-5/+13
* | KVM: MIPS: Drop other CPU ASIDs on guest MMU changesJames Hogan2016-09-291-10/+53
|/
* MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan2016-08-121-9/+26
* MIPS: KVM: Sign extend MFC0/RDHWR resultsJames Hogan2016-08-011-3/+4
* MIPS: KVM: Decode RDHWR more strictlyJames Hogan2016-07-051-1/+3
* MIPS: KVM: Recognise r6 CACHE encodingJames Hogan2016-07-051-1/+20
* MIPS: KVM: Support r6 compact branch emulationJames Hogan2016-07-051-6/+46
* MIPS: KVM: Add KScratch registersJames Hogan2016-06-151-1/+6
* MIPS: KVM: Emulate RDHWR CPUNum registerJames Hogan2016-06-151-1/+1
* MIPS: KVM: Allow ULRI to restrict UserLocal registerJames Hogan2016-06-151-2/+12
* MIPS: Clean up RDHWR handlingJames Hogan2016-06-151-5/+5
* MIPS: KVM: Convert emulation to use asm/inst.hJames Hogan2016-06-151-66/+43
* MIPS: KVM: Print unknown load/store encodingsJames Hogan2016-06-141-2/+4
* MIPS: KVM: Trace guest register access emulationJames Hogan2016-06-141-12/+19
* MIPS: KVM: Add kvm_asid_change trace eventJames Hogan2016-06-141-4/+3
* MIPS: KVM: Clean up kvm_exit trace eventJames Hogan2016-06-141-2/+2
* MIPS: KVM: Generalise fpu_inuse for other stateJames Hogan2016-06-141-4/+4
* MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan2016-06-141-5/+5
* MIPS: KVM: Drop unused hpa0/hpa1 args from functionJames Hogan2016-06-141-5/+2
* MIPS: KVM: Make various Cause variables 32-bitJames Hogan2016-06-141-19/+19
* MIPS: KVM: Convert code to kernel sized typesJames Hogan2016-06-141-51/+53
* MIPS: KVM: Convert headers to kernel sized typesJames Hogan2016-06-141-34/+33
* MIPS: KVM: Drop unused kvm_mips_sync_icache()James Hogan2016-06-141-26/+0
* MIPS: KVM: Drop unused host_cp0_entryhiJames Hogan2016-06-141-3/+2
* MIPS: KVM: Fix CACHE triggered exception emulationJames Hogan2016-06-141-0/+3
* MIPS: KVM: Don't unwind PC when emulating CACHEJames Hogan2016-06-141-6/+10
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-191-39/+50
|\
| * MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan2016-05-101-34/+27
| * MIPS: KVM: Fix timer IRQ race when freezing timerJames Hogan2016-05-101-5/+23
* | MIPS: KVM: Abstract guest ASID maskPaul Burton2016-05-131-12/+13
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-241-66/+50
|\
| * MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan2016-01-241-4/+3
| * MIPS: KVM: Use cacheops.h definitionsJames Hogan2016-01-241-22/+8
| * MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan2016-01-241-35/+36
| * MIPS: KVM: Trivial whitespace and style fixesJames Hogan2016-01-241-5/+3
* | kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-1/+1
|/
* MIPS: KVM: Fix CACHE immediate offset sign extensionJames Hogan2015-11-181-1/+1
* MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire2015-06-061-1/+1
* MIPS: KVM: Fix unused variable build warningNicholas Mc Guire2015-05-121-6/+0
* MIPS: KVM: Add MSA exception handlingJames Hogan2015-03-271-0/+71
* MIPS: KVM: Emulate MSA bits in COP0 interfaceJames Hogan2015-03-271-2/+35
* MIPS: KVM: Add FP exception handlingJames Hogan2015-03-271-0/+36
* MIPS: KVM: Emulate FPU bits in COP0 interfaceJames Hogan2015-03-271-11/+100
* MIPS: KVM: Add Config4/5 and writing of Config registersJames Hogan2015-03-271-0/+52
* MIPS: KVM: Handle TRAP exceptions from guest kernelJames Hogan2015-03-271-0/+36
OpenPOWER on IntegriCloud