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