aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-16MIPS: eBPF: Always return sign extended 32b valuesPaul Burton1-3/+6
2019-02-15MIPS: CM: Fix indentationPaul Burton1-2/+2
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-22/+127
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig3-10/+9
2019-02-12MIPS: lantiq: pass struct device to DMA API functionsChristoph Hellwig1-2/+2
2019-02-11MIPS: BCM47XX: Fix/improve Buffalo WHR-G54S supportRafał Miłecki2-6/+6
2019-02-11MIPS: fix truncation in __cmpxchg_small for short valuesMichael Clark1-2/+1
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner4-54/+96
2019-02-10Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner4-19/+17
2019-02-07MIPS: OCTEON: program rx/tx-delay always from DTAaro Koskinen6-52/+52
2019-02-07MIPS: OCTEON: delete board-specific link statusAaro Koskinen1-42/+1
2019-02-07MIPS: OCTEON: don't lie about interface type of CN3005 boardAaro Koskinen1-16/+0
2019-02-07MIPS: OCTEON: warn if deprecated link status is being usedAaro Koskinen2-0/+6
2019-02-07MIPS: OCTEON: add fixed-link nodes to in-kernel device treeAaro Koskinen2-0/+32
2019-02-07MIPS: Delete unused flush_cache_sigtramp()Paul Burton6-183/+0
2019-02-07mips: cm: reprime error causeVladimir Kondratiev1-1/+1
2019-02-07mips: loongson64: remove unreachable(), fix loongson_poweroff().Yifeng Li1-1/+6
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann3-0/+42
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann2-7/+7
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-22/+22
2019-02-07syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann1-13/+0
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2-51/+51
2019-02-06MIPS: Fix set_pte() for Netlogic XLR using cmpxchg64()Paul Burton2-6/+102
2019-02-05MIPS: Export mm switching functions used by KVMPaul Burton1-0/+3
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2-3/+3
2019-02-04MIPS: Remove function size check in get_frame_info()Jun-Ru Chang1-4/+3
2019-02-04MIPS: Loongson32: Remove DMA & NAND devices from ls1b/board.cPaul Burton1-28/+0
2019-02-04MIPS: Loongson32: Fix config brokenness; select SYS_SUPPORTS_32BIT_KERNELPaul Burton2-4/+13
2019-02-04MIPS: Don't select ARCH_HAS_SYNC_DMA_FOR_CPU when DMA is coherentPaul Burton1-4/+4
2019-02-04MIPS: Use lower case for addresses in nexys4ddr.dtsPaul Burton1-4/+4
2019-02-04MIPS: Enable hugepage support for MIPS64r6Paul Burton1-0/+1
2019-02-04MIPS: Remove open-coded cmpxchg() in set_pte()Paul Burton1-43/+2
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton15-31/+509
2019-02-04MIPS: Add GINVT instruction helpersPaul Burton4-0/+84
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton5-13/+24
2019-02-04MIPS: mm: Unify ASID version checksPaul Burton4-26/+28
2019-02-04MIPS: mm: Un-inline get_new_mmu_contextPaul Burton3-19/+21
2019-02-04MIPS: mm: Split obj-y to a file per linePaul Burton1-3/+12
2019-02-04MIPS: mm: Remove local_flush_tlb_mm()Paul Burton5-28/+5
2019-02-04MIPS: mm: Remove redundant preempt_disable in local_flush_tlb_mm()Paul Burton1-2/+0
2019-02-04MIPS: mm: Move drop_mmu_context() comment into appropriate blockPaul Burton1-5/+5
2019-02-04MIPS: mm: Consolidate drop_mmu_context() has-ASID checksPaul Burton5-22/+10
2019-02-04MIPS: mm: Avoid HTW stop/start when dropping an inactive mmPaul Burton1-2/+3
2019-02-04MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton4-11/+15
2019-02-04MIPS: mm: Remove redundant drop_mmu_context() cpu argumentPaul Burton5-8/+10
2019-02-04MIPS: mm: Define activate_mm() using switch_mm()Paul Burton1-27/+1
2019-02-04MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen8-0/+100
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani1-2/+9
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani1-2/+4
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani1-2/+3