summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
AgeCommit message (Expand)AuthorLines
2017-03-28MIPS: asm/tlb.h: Add UNIQUE_GUEST_ENTRYHI() macroJames Hogan-2/+4
2017-03-28MIPS: Add some missing guest CP0 accessors & defsJames Hogan-2/+14
2017-03-28MIPS: Probe guest MVHJames Hogan-0/+3
2017-03-28MIPS: Probe guest CP0_UserLocalJames Hogan-0/+3
2017-03-28MIPS: Separate MAAR V bit into VL and VH for XPAJames Hogan-6/+12
2017-03-28MIPS: Add defs & probing of UFRJames Hogan-0/+5
2017-03-24net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala-0/+1
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt-0/+3
2017-03-22MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn-0/+15
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov-0/+2
2017-03-08MIPS: Wire up statx system callJames Hogan-6/+9
2017-03-08MIPS: Include asm/ptrace.h now linux/sched.h doesn'tJames Hogan-0/+1
2017-03-08MIPS: End spinlocks with .insnPaul Burton-4/+4
2017-03-08MIPS: Add missing include filesArnd Bergmann-0/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro-3/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar-0/+4
2017-03-02signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h>Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez-1/+5
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-13/+5
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-54/+140
2017-02-21Merge tag 'mips_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds-133/+278
2017-02-17MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle-0/+2
2017-02-14MIPS: Unify perf counter register definitionsJames Hogan-0/+33
2017-02-14MIPS: OCTEON: Platform support for OCTEON III USB controllerSteven J. Hill-2/+6
2017-02-13MIPS: Fix protected_cache(e)_op() for microMIPSPaul Burton-2/+4
2017-02-13Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan-35/+67
2017-02-03KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan-1/+1
2017-02-03KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan-0/+1
2017-02-03KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan-0/+2
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan-0/+3
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan-1/+0
2017-02-03KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan-0/+2
2017-02-03KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan-0/+13
2017-02-03KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan-0/+1
2017-02-03KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan-5/+0
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan-3/+6
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan-3/+8
2017-02-03KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan-1/+1
2017-02-03KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan-0/+15
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan-3/+4
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan-0/+4
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan-2/+1
2017-02-03KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan-0/+27
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan-5/+0
2017-02-03KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan-1/+0
2017-02-03KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan-6/+0
2017-02-03KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan-2/+0
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan-3/+0