aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-5/+13
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-03-02MIPS: eBPF: Fix icache flush end addressPaul Burton1-1/+1
2019-02-28Merge tag 'mips_fixes_5.0_4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds4-5/+13
2019-02-27MIPS: fix memory setup for platforms with PHYS_OFFSET != 0Thomas Bogendoerfer1-1/+2
2019-02-25MIPS: BCM63XX: provide DMA masks for ethernet devicesJonas Gorski1-0/+8
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+12
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-12/+12
2019-02-16MIPS: eBPF: Remove REG_32BIT_ZERO_EXPaul Burton1-10/+7
2019-02-16MIPS: eBPF: Always return sign extended 32b valuesPaul Burton1-3/+6
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-22/+127
2019-02-12MIPS: lantiq: pass struct device to DMA API functionsChristoph Hellwig1-2/+2
2019-02-11MIPS: fix truncation in __cmpxchg_small for short valuesMichael Clark1-2/+1
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-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: Use lower case for addresses in nexys4ddr.dtsPaul Burton1-4/+4
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
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani1-2/+12
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani1-7/+16
2019-01-29MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds buildsPaul Burton1-2/+2
2019-01-29MIPS: VDSO: Use same -m%-float cflag as the kernel properPaul Burton1-0/+1
2019-01-29MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabledAaro Koskinen1-5/+5
2019-01-25DTS: CI20: Fix bugs in ci20's device tree.Zhou Yanjie1-4/+4
2019-01-25MIPS: DTS: jz4740: Correct interrupt number of DMA corePaul Cercueil1-1/+1
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-79/+46
2019-01-20Merge tag 'mips_fixes_5.0_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds9-79/+46
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann1-0/+2
2019-01-14MIPS: OCTEON: fix kexec supportAurelien Jarno1-1/+1
2019-01-11mips: fix n32 compat_ipc_parse_versionArnd Bergmann1-0/+1
2019-01-10Disable MSI also when pcie-octeon.pcie_disable onYunQiang Su1-1/+3
2019-01-09MIPS: BCM47XX: Setup struct device for the SoCRafał Miłecki1-0/+31
2019-01-09MIPS: jazz: fix 64bit buildThomas Bogendoerfer1-2/+3
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
2019-01-07MIPS: ath79: Enable OF serial ports in the default configAlban Bedel1-0/+1
2019-01-07MIPS: lantiq: Use CP0_LEGACY_COMPARE_IRQHauke Mehrtens3-12/+1
2019-01-07MIPS: lantiq: Fix IPI interrupt handlingHauke Mehrtens1-63/+5
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-2/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-1/+0
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-4/+0
2019-01-05Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds15-186/+64
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+3
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-4/+2
2019-01-04fls: change parameter to unsigned intMatthew Wilcox1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds17-110/+101