aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar2-0/+4
2017-03-02signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-1/+5
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds4-13/+5
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-54/+140
2017-02-21Merge tag 'mips_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds34-133/+278
2017-02-17MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle1-0/+2
2017-02-14MIPS: Unify perf counter register definitionsJames Hogan1-0/+33
2017-02-14MIPS: OCTEON: Platform support for OCTEON III USB controllerSteven J. Hill1-2/+6
2017-02-13MIPS: Fix protected_cache(e)_op() for microMIPSPaul Burton1-2/+4
2017-02-13Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan4-35/+67
2017-02-03KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan1-1/+1
2017-02-03KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan1-0/+1
2017-02-03KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan1-0/+2
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan1-0/+3
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan1-1/+0
2017-02-03KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan1-0/+2
2017-02-03KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan1-0/+13
2017-02-03KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan1-0/+1
2017-02-03KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan1-5/+0
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan1-3/+6
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan1-3/+8
2017-02-03KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan1-1/+1
2017-02-03KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan1-0/+15
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan1-3/+4
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan1-0/+4
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan1-2/+1
2017-02-03KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan1-0/+27
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan1-5/+0
2017-02-03KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan1-1/+0
2017-02-03KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan2-6/+0
2017-02-03KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan1-2/+0
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan1-3/+0
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan1-3/+0
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan1-5/+2
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan1-0/+17
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan1-0/+17
2017-02-03KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan1-1/+2
2017-02-03KVM: MIPS: Add fast path TLB refill handlerJames Hogan1-0/+1
2017-02-03KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan1-1/+3
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan1-1/+1
2017-02-03KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan1-0/+4
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan1-0/+2
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan1-3/+1
2017-02-03KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan1-2/+2
2017-02-03KVM: MIPS/MMU: Simplify ASID restorationJames Hogan1-3/+0
2017-02-03MIPS: Add return errors to protected cache opsJames Hogan1-20/+35
2017-02-03MIPS: Export some tlbex internals for KVM to useJames Hogan1-0/+26
2017-02-03MIPS: uasm: Add include guards in asm/uasm.hJames Hogan1-0/+5