summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2018-07-12mips/jazz: provide missing dma_mask/coherent_dma_maskThomas Bogendoerfer1-2/+15
2018-07-10mips: mm: Discard ioremap_uncached_accelerated() methodSerge Semin1-6/+2
2018-07-10mips: mm: Create UCA-based ioremap_wc() methodSerge Semin1-0/+23
2018-07-08crypto: shash - remove useless setting of type flagsEric Biggers4-6/+0
2018-07-06MIPS: Fix ioremap() RAM checkPaul Burton1-12/+25
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+3
2018-07-04MIPS: Octeon: Simplify CIU register functions.Steven J. Hill1-94/+22
2018-07-04MIPS: Octeon: Create simple macro for CIU registers.Steven J. Hill1-28/+32
2018-07-04MIPS: Octeon: Remove all unused CIU macros.Steven J. Hill1-52/+18
2018-07-04MIPS: Octeon: Convert CIU types to use bitfields.Steven J. Hill1-128/+56
2018-07-04MIPS: Octeon: Unify QLM data types in CIU header.Steven J. Hill2-39/+4
2018-07-04MIPS: Octeon: Remove unused CIU types.Steven J. Hill1-9629/+0
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar13-22/+56
2018-06-29MIPS: AR7: Normalize clk APIGeert Uytterhoeven1-0/+29
2018-06-29MIPS: Always use -march=<arch>, not -<arch> shortcutsPaul Burton1-8/+4
2018-06-29MIPS: ath25: Convert random_ether_addr to eth_random_addrJoe Perches1-3/+3
2018-06-29MIPS: Annotate cpu_wait implementations with __cpuidlePaul Burton2-7/+8
2018-06-29MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton1-15/+30
2018-06-28MIPS: Call dump_stack() from show_regs()Paul Burton2-2/+3
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar13-22/+56
2018-06-24MIPS: Add ksig argument to rseq_{signal_deliver,handle_notify_resume}Paul Burton1-2/+2
2018-06-24arch: mips: mm: page: Remove unused functionRickard Strandqvist1-15/+0
2018-06-24arch: mips: pci: pci-ip27.c: Remove unused functionRickard Strandqvist1-11/+0
2018-06-24MIPS: Malta: Use PIIX4 poweroff driver to power downPaul Burton13-134/+9
2018-06-24MIPS: Malta: Cleanup DMA coherence #ifdefsPaul Burton1-38/+0
2018-06-24MIPS: Set MIPS_IC_SNOOPS_REMOTE for systems with CMPaul Burton1-0/+8
2018-06-24MIPS: Use !pci_is_root_bus(bus) in ops-bridge.cJoshua Kinard1-2/+2
2018-06-24MIPS: Schedule on CPUs we need to lose FPU for a mode switchPaul Burton3-47/+42
2018-06-24MIPS: lantiq: remove unnecessary of_platform_default_populate callRob Herring1-8/+0
2018-06-24MIPS: generic: remove unnecessary of_platform_populate callRob Herring1-13/+0
2018-06-24MIPS: bmips: remove unnecessary call to register "simple-bus"Rob Herring1-7/+0
2018-06-24MIPS: netlogic: remove unnecessary of_platform_bus_probe callRob Herring1-14/+0
2018-06-24MIPS: octeon: use of_platform_populate to probe devicesRob Herring1-1/+1
2018-06-24MIPS: Fix ejtag handler on SMPHeiher1-0/+46
2018-06-24MIPS: boot: merge build rules of vmlinux.*.itb by using pattern ruleMasahiro Yamada1-18/+9
2018-06-24MIPS: boot: add missing targets for vmlinux.*.itsMasahiro Yamada1-0/+6
2018-06-24MIPS: boot: fix build rule of vmlinux.its.SMasahiro Yamada1-2/+4
2018-06-24MIPS: boot: do not include $(cpp_flags) for preprocessing ITSMasahiro Yamada1-6/+6
2018-06-24Revert "MIPS: boot: Define __ASSEMBLY__ for its.S build"Masahiro Yamada1-1/+0
2018-06-24MIPS: Octeon: assign bool true/false not 1/0Nicholas Mc Guire1-1/+1
2018-06-24MIPS: remove unneeded includes from dma-mapping.hChristoph Hellwig2-8/+1
2018-06-24MIPS: remove the old dma-default implementationChristoph Hellwig5-460/+1
2018-06-24MIPS: bmips: use generic dma noncoherent opsChristoph Hellwig4-84/+21
2018-06-24MIPS: jazz: split dma mapping operations from dma-defaultChristoph Hellwig4-65/+144
2018-06-24MIPS: ath25: use generic dma noncoherent opsChristoph Hellwig4-72/+25
2018-06-24MIPS: IP32: use generic dma noncoherent opsChristoph Hellwig4-94/+39
2018-06-24MIPS: loongson64: use generic dma noncoherent opsChristoph Hellwig5-71/+20
2018-06-24MIPS: use generic dma noncoherent ops for simple noncoherent platformsChristoph Hellwig8-28/+216
2018-06-24MIPS: move coherentio setup to setup.cChristoph Hellwig2-23/+24
2018-06-24MIPS: IP27: use dma_direct_opsChristoph Hellwig3-71/+15