summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-24MIPS: use dma_direct_ops for coherent I/OChristoph Hellwig2-15/+2
2018-06-24MIPS: loongson: remove loongson-3 handling from dma-coherence.hChristoph Hellwig1-15/+1
2018-06-24MIPS: loongson: untangle dma implementationsChristoph Hellwig5-24/+6
2018-06-24MIPS: Octeon: move swiotlb declarations out of dma-coherence.hChristoph Hellwig4-22/+3
2018-06-24MIPS: Octeon: remove mips dma-default stubsChristoph Hellwig1-48/+0
2018-06-24MIPS: make the default mips dma implementation optionalChristoph Hellwig9-2/+59
2018-06-24MIPS: remove the mips_dma_map_ops indirectionChristoph Hellwig2-6/+4
2018-06-24MIPS: consolidate the swiotlb implementationsChristoph Hellwig8-153/+84
2018-06-24MIPS: loongson: remove loongson_dma_supportedChristoph Hellwig1-8/+1
2018-06-24MIPS: Octeon: refactor swiotlb codeChristoph Hellwig3-94/+71
2018-06-24MIPS: Octeon: unexport __phys_to_dma and __dma_to_physChristoph Hellwig1-3/+0
2018-06-24MIPS: remove CONFIG_DMA_COHERENTChristoph Hellwig5-24/+6
2018-06-24MIPS: simplify CONFIG_DMA_NONCOHERENT ifdefsChristoph Hellwig3-6/+6
2018-06-24MIPS: remove a dead ifdef from mach-ath25/dma-coherence.hChristoph Hellwig1-5/+0
2018-06-24MIPS: kexec: fix typosYegor Yefremov1-2/+2
2018-06-24MIPS: Make elf2ecoff work on 64bit host machinesThomas Bogendoerfer2-44/+48
2018-06-19MIPS: Wire up io_pgetevents syscallPaul Burton5-6/+13
2018-06-19MIPS: Wire up the restartable sequences (rseq) syscallPaul Burton5-6/+13
2018-06-19MIPS: Add syscall detection for restartable sequencesPaul Burton1-0/+8
2018-06-19MIPS: Add support for restartable sequencesPaul Burton2-0/+4
2018-06-19MIPS: io: Add barrier after register read in inX()Huacai Chen1-0/+2
2018-06-19mips: ftrace: fix static function graph tracingMatthias Schiffer1-15/+12
2018-06-18MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratumTokunori Ikegami2-0/+9
2018-06-18MIPS: pb44: Fix i2c-gpio GPIO descriptor tableLinus Walleij1-1/+1
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-2/+2
2018-06-15Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada1-1/+1
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds5-5/+5
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-10/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook6-8/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2