summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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
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-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-6/+6
2018-06-24Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2018-06-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-22/+95
2018-06-24Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+5
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-51/+0
2018-06-24Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-18/+42
2018-06-24Merge tag 'mips_fixes_4.18_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-22/+56
2018-06-24efi/x86: Fix incorrect invocation of PciIo->Attributes()Ard Biesheuvel1-1/+1
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2018-06-23Merge tag 'powerpc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds16-34/+153