summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MIPS: ip22: Fix ip28 build for modern gccArnd Bergmann2017-01-251-1/+1
* MIPS: Octeon: Avoid empty-body warningArnd Bergmann2017-01-251-10/+5
* MIPS: Loongson64: Fix empty-body warning in dma_allocArnd Bergmann2017-01-251-14/+6
* MIPS: ralink: Remove unused rt*_wdt_reset functionsArnd Bergmann2017-01-253-31/+0
* MIPS: ralink: Fix request_mem_region error handlingArnd Bergmann2017-01-252-4/+4
* MIPS: ralink: Remove unused timer functionsArnd Bergmann2017-01-251-14/+0
* MIPS: Lantiq: Fix another request_mem_region() return code checkArnd Bergmann2017-01-251-2/+2
* MIPS: Alchemy: Remove duplicate initializerArnd Bergmann2017-01-251-1/+0
* MIPS: 'make -s' should be silentArnd Bergmann2017-01-251-2/+2
* MIPS: VDSO: avoid duplicate CAC_BASE definitionArnd Bergmann2017-01-251-2/+4
* MIPS: Fix modversionsArnd Bergmann2017-01-246-9/+43
* MIPS: Update ip27_defconfig for SCSI_DH changeArnd Bergmann2017-01-241-1/+1
* MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT changeArnd Bergmann2017-01-241-1/+1
* MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE changeArnd Bergmann2017-01-247-12/+12
* MIPS: BMIPS: Add support SPI device nodesJaedon Shin2017-01-2416-6/+478
* MIPS: Fix printk continuations in cpu-bugs64.cJames Hogan2017-01-241-12/+12
* MIPS: zboot: Consolidate compiler flag filtering.Ralf Baechle2017-01-031-1/+1
* MIPS: ralink: Fix incorrect assignment on ralink_socColin Ian King2017-01-031-1/+1
* MIPS: sc-mips: L2 cache is inclusive of L1 dcache for CM3Paul Burton2017-01-031-0/+1
* MIPS: c-r4k: Treat physically indexed dcaches as not aliasingPaul Burton2017-01-031-0/+4
* MIPS: c-r4k: Treat I6400 dcache as though physically indexedPaul Burton2017-01-031-1/+1
* MIPS: Loongson1B: Change the OSC clock nameKelvin Cheung2017-01-031-1/+1
* MIPS: Netlogic: Fix assembler warning from smpboot.SPaul Burton2017-01-031-2/+2
* MIPS: Export {copy, clear}_page functions alongside their definitionsPaul Burton2017-01-034-25/+6
* MIPS: Export memcpy & memset functions alongside their definitionsPaul Burton2017-01-034-24/+19
* MIPS: Export string functions alongside their definitionsPaul Burton2017-01-034-24/+10
* MIPS: Export csum functions alongside their definitionsPaul Burton2017-01-032-8/+6
* MIPS: Export invalid_pte_table alongside its definitionPaul Burton2017-01-032-2/+2
* MIPS: Export _mcount alongside its definitionPaul Burton2017-01-032-4/+3
* MIPS: Export _save_fp & _save_msa alongside their definitionsPaul Burton2017-01-033-8/+5
* MIPS: End asm function prologue macros with .insnPaul Burton2017-01-031-4/+6
* MIPS: tlbex: Clear ISA bit when writing to handle_tlb{l,m,s}Paul Burton2017-01-031-3/+3
* MIPS: Use generic asm/export.hPaul Burton2017-01-031-0/+1
* OF: Prevent unaligned access in of_alias_scan()Paul Burton2017-01-031-1/+1
* MIPS: IRQ: Remove useless i8259_of_init() prototype.Ralf Baechle2017-01-031-1/+0
* MIPS: uprobes: Remove __weak attribute from arch_uprobe_copy_ixol.Marcin Nowakowski2017-01-031-1/+1
* MIPS: ralink: Cosmetic change to prom_init().John Crispin2017-01-031-5/+4
* MIPS: ralink: Add missing symbol for highmem support.John Crispin2017-01-031-0/+1
* MIPS: ralink: Add missing clk_round_rate().John Crispin2017-01-031-0/+6
* MIPS: ralink: Fix a typo in the pinmux setup.John Crispin2017-01-031-9/+9
* MIPS: ralink: Add missing pinmux.John Crispin2017-01-032-3/+12
* MIPS: ralink: Add missing I2C and I2S clocks.John Crispin2017-01-034-0/+10
* MIPS: ralink: MT7621 does not set its SoC type.John Crispin2017-01-031-1/+1
* MIPS: Add cacheinfo supportJustin Chen2017-01-032-1/+86
* MIPS: generic/kexec: add support for a DTB passed in a separate bufferMarcin Nowakowski2017-01-032-0/+45
* MIPS: kexec: add debug info about the new kexec'ed imageMarcin Nowakowski2017-01-031-0/+22
* MIPS: kexec: Do not reserve invalid crashkernel memory on bootMarcin Nowakowski2017-01-031-0/+5
* MIPS: fix mem=X@Y commandline processingMarcin Nowakowski2017-01-031-0/+4
* MIPS: relocate: Optionally relocate the DTBMarcin Nowakowski2017-01-031-2/+36
* MIPS: platform: Allow for DTB to be moved during kernel relocationMarcin Nowakowski2017-01-032-0/+26