summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm
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
* KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan2016-10-262-5/+4Star
* KVM: MIPS: Add missing uaccess.h includeJames Hogan2016-10-191-0/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-155-7/+2Star
|\
| * MIPS: kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-055-5/+0Star
| * MIPS: KVM: Use __local_flush_icache_user_range()James Hogan2016-10-051-2/+2
* | Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Radim Krčmář2016-09-294-16/+126
|\ \
| * | KVM: MIPS: Drop dubious EntryHi optimisationJames Hogan2016-09-291-2/+1Star
| * | KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan2016-09-293-5/+47
| * | KVM: MIPS: Split kernel/user ASID regenerationJames Hogan2016-09-291-2/+10
| * | KVM: MIPS: Drop other CPU ASIDs on guest MMU changesJames Hogan2016-09-291-10/+53
| * | KVM: MIPS: Emulate MMIO via TLB miss for EVAJames Hogan2016-09-081-0/+18
* | | kvm: add stubs for arch specific debugfs supportLuiz Capitulino2016-09-161-0/+10
| |/ |/|
* | MIPS: KVM: Check for pfn noslot caseJames Hogan2016-08-191-1/+1
|/
* MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan2016-08-122-12/+35
* MIPS: KVM: Fix gfn range check in kseg0 tlb faultsJames Hogan2016-08-121-1/+1
* MIPS: KVM: Add missing gfn range checkJames Hogan2016-08-121-8/+15
* MIPS: KVM: Fix mapped fault broken commpage handlingJames Hogan2016-08-121-21/+28
* MIPS: KVM: Reset CP0_PageMask during host TLB flushJames Hogan2016-08-011-0/+2
* MIPS: KVM: Fix ptr->int cast via KVM_GUEST_KSEGX()James Hogan2016-08-011-1/+1
* MIPS: KVM: Sign extend MFC0/RDHWR resultsJames Hogan2016-08-011-3/+4
* MIPS: KVM: Fix 64-bit big endian dynamic translationJames Hogan2016-08-011-0/+8
* MIPS: KVM: Fail if ebase doesn't fit in CP0_EBaseJames Hogan2016-08-011-0/+12
* MIPS: KVM: Use 64-bit CP0_EBase when appropriateJames Hogan2016-08-011-3/+22
* MIPS: KVM: Set CP0_Status.KX on MIPS64James Hogan2016-08-011-2/+8
* MIPS: KVM: Make entry code MIPS64 friendlyJames Hogan2016-08-011-24/+24
* MIPS: KVM: Use kmap instead of CKSEG0ADDR()James Hogan2016-08-012-7/+17
* MIPS: KVM: Use virt_to_phys() to get commpage PFNJames Hogan2016-08-011-1/+1
* MIPS: KVM: Emulate generic QEMU machine on r6 T&EJames Hogan2016-07-051-1/+7
* MIPS: KVM: Decode RDHWR more strictlyJames Hogan2016-07-051-1/+3
* MIPS: KVM: Recognise r6 CACHE encodingJames Hogan2016-07-052-2/+24
* MIPS: KVM: Support r6 compact branch emulationJames Hogan2016-07-051-6/+46
* MIPS: KVM: Don't save/restore lo/hi for r6James Hogan2016-07-052-12/+10Star
* MIPS: KVM: Fix fpu.S misassembly with r6James Hogan2016-07-051-2/+5
* MIPS: KVM: Save k0 straight into VCPU structureJames Hogan2016-07-051-22/+15Star
* MIPS: KVM: Relative branch to common exit handlerJames Hogan2016-07-052-11/+24
* MIPS: KVM: Dynamically choose scratch registersJames Hogan2016-07-052-15/+83
* MIPS: KVM: Drop redundant restore of DDATA_LOJames Hogan2016-07-051-4/+0Star
* MIPS: KVM: Check MSA presence at uasm timeJames Hogan2016-07-051-20/+15Star
* MIPS: KVM: Omit FPU handling entry code if possibleJames Hogan2016-07-051-12/+15
* MIPS: KVM: Add dumping of generated entry codeJames Hogan2016-07-051-0/+25
* MIPS; KVM: Convert exception entry to uasmJames Hogan2016-07-056-632/+636
* KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-011-2/+2
* MIPS: KVM: Combine entry trace events into classJames Hogan2016-06-231-40/+22Star
* MIPS: KVM: Use mipsregs.h defs for config registersJames Hogan2016-06-151-5/+3Star
* MIPS: KVM: Report more accurate CP0_Config fields to guestJames Hogan2016-06-151-5/+15
* MIPS: KVM: Use host CCA for TLB mappingsJames Hogan2016-06-152-9/+12
* MIPS: KVM: Move commpage so 0x0 is unmappedJames Hogan2016-06-153-12/+12
* MIPS: KVM: Add KScratch registersJames Hogan2016-06-154-1/+85