summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mips: cavium: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-28/+4
| * | | | | MIPS: Compile post DMA flush only when neededHauke Mehrtens2019-01-182-1/+7
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-053-12/+43
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-044-5/+13
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-12/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-1516-22/+127
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-042-3/+3
| * | | | | | | | sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani2019-02-031-2/+9
| * | | | | | | | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-031-2/+4
| * | | | | | | | socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-031-2/+3
| * | | | | | | | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-2/+12
| * | | | | | | | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-7/+16
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-219-79/+46
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-0/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'spi-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2019-03-042-20/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'spi-5.1' into spi-nextMark Brown2019-03-042-20/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | spi: ath79: Enable support for compile testAlban Bedel2019-01-172-20/+1
| | | |_|_|_|_|/ | | |/| | | | |
* | / | | | | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-044-7/+6
|/ / / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-021-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | MIPS: eBPF: Fix icache flush end addressPaul Burton2019-03-021-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'mips_fixes_5.0_4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-02-284-5/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MIPS: fix memory setup for platforms with PHYS_OFFSET != 0Thomas Bogendoerfer2019-02-271-1/+2
| * | | | | MIPS: BCM63XX: provide DMA masks for ethernet devicesJonas Gorski2019-02-251-0/+8
| * | | | | MIPS: lantiq: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-2/+2
| * | | | | MIPS: fix truncation in __cmpxchg_small for short valuesMichael Clark2019-02-111-2/+1
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-161-12/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MIPS: eBPF: Remove REG_32BIT_ZERO_EXPaul Burton2019-02-161-10/+7
| * | | | MIPS: eBPF: Always return sign extended 32b valuesPaul Burton2019-02-161-3/+6
| | |_|/ | |/| |
* | | | mips: cm: reprime error causeVladimir Kondratiev2019-02-071-1/+1
* | | | mips: loongson64: remove unreachable(), fix loongson_poweroff().Yifeng Li2019-02-071-1/+6
* | | | MIPS: Remove function size check in get_frame_info()Jun-Ru Chang2019-02-041-4/+3
* | | | MIPS: Use lower case for addresses in nexys4ddr.dtsPaul Burton2019-02-041-4/+4
* | | | MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen2019-02-048-0/+100
* | | | MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds buildsPaul Burton2019-01-291-2/+2
* | | | MIPS: VDSO: Use same -m%-float cflag as the kernel properPaul Burton2019-01-291-0/+1
* | | | MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabledAaro Koskinen2019-01-291-5/+5
* | | | DTS: CI20: Fix bugs in ci20's device tree.Zhou Yanjie2019-01-251-4/+4
* | | | MIPS: DTS: jz4740: Correct interrupt number of DMA corePaul Cercueil2019-01-251-1/+1
|/ / /
* | | Merge tag 'mips_fixes_5.0_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-01-209-79/+46
|\ \ \ | |_|/ |/| |
| * | MIPS: OCTEON: fix kexec supportAurelien Jarno2019-01-141-1/+1
| * | mips: fix n32 compat_ipc_parse_versionArnd Bergmann2019-01-111-0/+1
| * | Disable MSI also when pcie-octeon.pcie_disable onYunQiang Su2019-01-101-1/+3
| * | MIPS: BCM47XX: Setup struct device for the SoCRafał Miłecki2019-01-091-0/+31
| * | MIPS: jazz: fix 64bit buildThomas Bogendoerfer2019-01-091-2/+3
| * | MIPS: ath79: Enable OF serial ports in the default configAlban Bedel2019-01-071-0/+1
| * | MIPS: lantiq: Use CP0_LEGACY_COMPARE_IRQHauke Mehrtens2019-01-073-12/+1
| * | MIPS: lantiq: Fix IPI interrupt handlingHauke Mehrtens2019-01-071-63/+5
| |/
* / cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-2/+0