summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+6
2017-05-02Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-393/+64
2017-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro6-393/+67
2017-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+29
2017-04-12MIPS: Fix modversioning of _mcount symbolJames Cowgill1-0/+1
2017-04-08New getsockopt option to get socket cookieChenbo Feng1-0/+2
2017-04-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-10/+29
2017-04-06mips: switch to RAW_COPY_USERAl Viro1-248/+26
2017-04-06mips: get rid of tail-zeroing in primitivesAl Viro1-17/+2
2017-04-06mips: make copy_from_user() zero tail explicitlyAl Viro1-7/+7
2017-04-06mips: clean and reorder the forest of macros...Al Viro1-71/+49
2017-04-06mips: consolidate __invoke_... wrappersAl Viro1-100/+44
2017-04-06mips: sanitize __access_ok()Al Viro1-15/+6
2017-04-06Merge commit 'fc69910f329d' into uaccess.mipsAl Viro1-0/+1
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro3-0/+3
2017-03-28new helper: uaccess_kernel()Al Viro3-5/+5
2017-03-25net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala1-0/+1
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt1-0/+3
2017-03-22MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn1-0/+15
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2-0/+2
2017-03-08MIPS: Wire up statx system callJames Hogan1-6/+9
2017-03-08MIPS: Include asm/ptrace.h now linux/sched.h doesn'tJames Hogan1-0/+1
2017-03-08MIPS: End spinlocks with .insnPaul Burton1-4/+4
2017-03-08MIPS: Add missing include filesArnd Bergmann1-0/+1
2017-03-06uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-06uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...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 <lin...Ingo Molnar1-0/+1
2017-02-28kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-1/+5
2017-02-26Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-13/+5
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-54/+140
2017-02-22Merge tag 'mips_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus 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