aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30MIPS: generic: Select MIPS_AUTO_PFN_OFFSETPaul Burton1-0/+1
2018-07-30MIPS: Allow auto-dection of ARCH_PFN_OFFSET & PHYS_OFFSETPaul Burton4-6/+28
2018-07-30MIPS: Fix ISA virt/bus conversion for non-zero PHYS_OFFSETPaul Burton1-4/+4
2018-07-30MIPS: Make (UN)CAC_ADDR() PHYS_OFFSET-agnosticPaul Burton5-8/+4
2018-07-28Merge tag 'mips_fixes_4.18_5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-9/+0
2018-07-27MIPS: generic: fix missing of_node_put()Nicholas Mc Guire1-0/+1
2018-07-27MIPS: Octeon: add missing of_node_put()Nicholas Mc Guire1-0/+2
2018-07-27MIPS: VDSO: Prevent use of smp_processor_id()Paul Burton2-2/+13
2018-07-27MIPS: ath79: Use the IRQ based GPIO key driver for the buttonsAlban Bedel5-14/+9
2018-07-27MIPS: remove mips_swiotlb_opsChristoph Hellwig3-64/+3
2018-07-27Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"Rafał Miłecki2-9/+0
2018-07-26MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ONPaul Burton1-2/+4
2018-07-26MIPS: ath79: Fix the USB PHY reset namesAlban Bedel2-2/+2
2018-07-26MIPS: mscc: ocelot: add MIIM1 busQuentin Schulz1-0/+16
2018-07-26MIPS: mscc: ocelot: fix length of memory address space for MIIMQuentin Schulz1-1/+1
2018-07-26MIPS: TXx9: remove useless RTC definitionsAlexandre Belloni1-29/+0
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar4-28/+57
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2018-07-24MIPS: ath79: get PCIe controller out of resetMathias Kresin1-0/+42
2018-07-24MIPS: ath79: enable uart during early_prinkGabor Juhos1-1/+43
2018-07-24MIPS: ath79: finetune cpu-overridesFelix Fietkau1-0/+6
2018-07-24MIPS: ath79: fix system restartFelix Fietkau2-0/+2
2018-07-24MIPS: ath79: select the PINCTRL subsystemJohn Crispin1-0/+1
2018-07-24MIPS: ath79: add support for QCA953x QCA956x TP9343Matthias Schiffer5-3/+269
2018-07-24MIPS: ath79: add lots of missing registersGabor Juhos1-1/+770
2018-07-24mips: mscc: build FIT image for OcelotAlexandre Belloni4-3/+35
2018-07-24MIPS: Octeon: Remove extern declarations.Steven J. Hill12-34/+30
2018-07-24MIPS: memset.S: Add comments to fault fixup handlersMatt Redfearn1-0/+18
2018-07-24MIPS: memset.S: Fix byte_fixup for MIPSr6Matt Redfearn1-1/+2
2018-07-24MIPS: Hardcode cpu_has_* where known at compile time due to ISAPaul Burton1-69/+107
2018-07-24MIPS: jz4780: DTS: Probe the spi-gpio driver from devicetreeMathieu Malaterre1-0/+19
2018-07-24MIPS: Ci20: Enable SPI/GPIO driverMathieu Malaterre1-0/+2
2018-07-24MIPS: Octeon: Select HAS_RAPIDIOAlexander Sverdlin1-0/+1
2018-07-24MIPS: Introduce HAS_RAPIDIO Kconfig optionAlexander Sverdlin1-2/+5
2018-07-24mips: use asm-generic version of msi.hThomas Petazzoni1-0/+1
2018-07-23MIPS: Loongson64: Define and use some CP0 registersHuacai Chen2-12/+14
2018-07-23MIPS: Loongson: Add Loongson-3A R3.1 basic supportHuacai Chen4-28/+32
2018-07-23MIPS: jz4740: Bump zload addressPaul Cercueil1-1/+1
2018-07-23MIPS: lantiq: Use dma_zalloc_coherent() in dma codeHauke Mehrtens1-2/+1
2018-07-23MIPS: Change definition of cpu_relax() for Loongson-3Huacai Chen1-0/+13
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller3-26/+55
2018-07-20mips: mm: Discard ioremap_cacheable_cow() methodSerge Semin1-7/+0
2018-07-20MIPS: ath79: fix register address in ath79_ddr_wb_flush()Felix Fietkau1-1/+1
2018-07-19MIPS: Add FP_MODE regset supportMaciej W. Rozycki1-0/+63
2018-07-19MIPS: Add DSP ASE regset supportMaciej W. Rozycki1-0/+189
2018-07-19MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki3-3/+3
2018-07-18MIPS: jz4740: Move jz4740_nand.h header to include/linux/platform_data/jz4740Boris Brezillon2-35/+2
2018-07-18MIPS: txx9: Move the ndfc.h header to include/linux/platform_data/txx9Boris Brezillon4-33/+3
2018-07-17MIPS: loongson64: cs5536: Fix PCI_OHCI_INT_REG readsPaul Burton1-1/+1
2018-07-17mips: unify prom_putchar() declarationsAlexander Sverdlin28-32/+47