summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorLines
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-277/+0
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-1771/+2206
2017-07-12MIPS: SMP: move asmlinkage before return typeJoe Perches-1/+1
2017-07-12MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko-1/+1
2017-07-11MIPS: Fix MIPS I ISA /proc/cpuinfo reportingMaciej W. Rozycki-1/+1
2017-07-11MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn-1/+1
2017-07-11MIPS: generic: Support MIPS Boston development boardsPaul Burton-0/+311
2017-07-11MIPS: DTS: img: Don't attempt to build-in all .dtb filesPaul Burton-2/+1
2017-07-11MIPS: Traced negative syscalls should return -ENOSYSJames Hogan-0/+7
2017-07-11MIPS: Correct forced syscall errorsJames Hogan-1/+1
2017-07-11MIPS: Negate error syscall return in traceJames Hogan-1/+1
2017-07-11MIPS: Drop duplicate HAVE_SYSCALL_TRACEPOINTS selectJames Hogan-1/+0
2017-07-11MIPS16e2: Provide feature overrides for non-MIPS16 systemsMaciej W. Rozycki-0/+16
2017-07-11MIPS: MIPS16e2: Report ASE presence in /proc/cpuinfoMaciej W. Rozycki-0/+1
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer-2/+4
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+1
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-1/+1
2017-07-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-5/+0
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+2
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-208/+1
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-14/+5
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+2
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal-1/+2
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-904/+276
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+4
2017-07-05MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructionsMaciej W. Rozycki-2/+37
2017-07-05MIPS: MIPS16e2: Identify ASE presenceMaciej W. Rozycki-0/+7
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+10
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+0
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+9
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro-277/+0
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2017-06-30Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini-2/+2
2017-06-30MIPS: Avoid accidental raw backtraceJames Hogan-0/+2
2017-06-30MIPS: Perform post-DMA cache flushes on systems with MAARsPaul Burton-5/+18
2017-06-30MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton-0/+3
2017-06-30MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton-8/+1
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij-34/+40
2017-06-29MIPS: VDSO: Fix a mismatch between comment and preprocessor constantAleksandar Markovic-1/+1
2017-06-29MIPS: VDSO: Add implementation of gettimeofday() fallbackGoran Ferenc-1/+23
2017-06-29MIPS: VDSO: Add implementation of clock_gettime() fallbackGoran Ferenc-3/+22
2017-06-29MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse()Goran Ferenc-6/+6
2017-06-29MIPS: Use current_cpu_type() in m4kc_tlbp_war()Paul Burton-2/+1
2017-06-29MIPS: Allow storing pgd in C0_CONTEXT for MIPSr6Paul Burton-1/+1
2017-06-29MIPS: Handle tlbex-tlbp race conditionPaul Burton-1/+37
2017-06-29MIPS: Add CPU shared FTLB feature detectionPaul Burton-0/+56
2017-06-29MIPS: CPS: Handle spurious VP starts more gracefullyPaul Burton-1/+6
2017-06-29MIPS: CPS: Handle cores not powering down more gracefullyPaul Burton-3/+24