summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2019-02-16MIPS: eBPF: Always return sign extended 32b valuesPaul Burton
2019-02-15MIPS: CM: Fix indentationPaul Burton
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig
2019-02-12MIPS: lantiq: pass struct device to DMA API functionsChristoph Hellwig
2019-02-11MIPS: BCM47XX: Fix/improve Buffalo WHR-G54S supportRafał Miłecki
2019-02-11MIPS: fix truncation in __cmpxchg_small for short valuesMichael Clark
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner
2019-02-10Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner
2019-02-07MIPS: OCTEON: program rx/tx-delay always from DTAaro Koskinen
2019-02-07MIPS: OCTEON: delete board-specific link statusAaro Koskinen
2019-02-07MIPS: OCTEON: don't lie about interface type of CN3005 boardAaro Koskinen
2019-02-07MIPS: OCTEON: warn if deprecated link status is being usedAaro Koskinen
2019-02-07MIPS: OCTEON: add fixed-link nodes to in-kernel device treeAaro Koskinen
2019-02-07MIPS: Delete unused flush_cache_sigtramp()Paul Burton
2019-02-07mips: cm: reprime error causeVladimir Kondratiev
2019-02-07mips: loongson64: remove unreachable(), fix loongson_poweroff().Yifeng Li
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann
2019-02-07syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-02-06MIPS: Fix set_pte() for Netlogic XLR using cmpxchg64()Paul Burton
2019-02-05MIPS: Export mm switching functions used by KVMPaul Burton
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij
2019-02-04MIPS: Remove function size check in get_frame_info()Jun-Ru Chang
2019-02-04MIPS: Loongson32: Remove DMA & NAND devices from ls1b/board.cPaul Burton
2019-02-04MIPS: Loongson32: Fix config brokenness; select SYS_SUPPORTS_32BIT_KERNELPaul Burton
2019-02-04MIPS: Don't select ARCH_HAS_SYNC_DMA_FOR_CPU when DMA is coherentPaul Burton
2019-02-04MIPS: Use lower case for addresses in nexys4ddr.dtsPaul Burton
2019-02-04MIPS: Enable hugepage support for MIPS64r6Paul Burton
2019-02-04MIPS: Remove open-coded cmpxchg() in set_pte()Paul Burton
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton
2019-02-04MIPS: Add GINVT instruction helpersPaul Burton
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton
2019-02-04MIPS: mm: Unify ASID version checksPaul Burton
2019-02-04MIPS: mm: Un-inline get_new_mmu_contextPaul Burton
2019-02-04MIPS: mm: Split obj-y to a file per linePaul Burton
2019-02-04MIPS: mm: Remove local_flush_tlb_mm()Paul Burton
2019-02-04MIPS: mm: Remove redundant preempt_disable in local_flush_tlb_mm()Paul Burton
2019-02-04MIPS: mm: Move drop_mmu_context() comment into appropriate blockPaul Burton
2019-02-04MIPS: mm: Consolidate drop_mmu_context() has-ASID checksPaul Burton
2019-02-04MIPS: mm: Avoid HTW stop/start when dropping an inactive mmPaul Burton
2019-02-04MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton
2019-02-04MIPS: mm: Remove redundant drop_mmu_context() cpu argumentPaul Burton
2019-02-04MIPS: mm: Define activate_mm() using switch_mm()Paul Burton
2019-02-04MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani