summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-02-06MIPS: Update defconfigs after previous patch.Ralf Baechle7-7/+0
2018-02-06MIPS: Push ARCH_MIGHT_HAVE_PC_SERIO down to platform levelRalf Baechle1-1/+5
2018-02-06MIPS: Push ARCH_MIGHT_HAVE_PC_PARPORT down to platform levelRalf Baechle1-1/+3
2018-02-05MIPS: SMP-CPS: Remove duplicate assignment of core in play_deadMatt Redfearn1-2/+0
2018-02-05MIPS: Generic: Support GIC in EIC modeMatt Redfearn1-9/+9
2018-02-05MIPS: generic: Fix Makefile alignmentJames Hogan1-1/+1
2018-02-05MIPS: generic: Fix ranchu_of_match[] terminationJames Hogan1-0/+1
2018-02-05MIPS: generic: Fix machine compatible matchingJames Hogan1-1/+1
2018-01-24MIPS: Loongson fix name confict - MEM_RESERVEDHuacai Chen3-3/+3
2018-01-24MIPS: bcm47xx: enable ZBOOT supportAaro Koskinen2-0/+2
2018-01-24MIPS: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-23MIPS: Watch: Avoid duplication of bits in mips_read_watch_registersMatt Redfearn1-8/+6
2018-01-23MIPS: Watch: Avoid duplication of bits in mips_install_watch_registers.Matt Redfearn1-10/+7
2018-01-22MIPS: MSA: Update helpers to use new asm macrosJames Hogan1-44/+19
2018-01-22MIPS: XPA: Standardise readx/writex accessorsJames Hogan1-10/+10
2018-01-22MIPS: XPA: Allow use of $0 (zero) to MTHC0James Hogan1-2/+2
2018-01-22MIPS: XPA: Use XPA instructions in assemblyJames Hogan2-10/+22
2018-01-22MIPS: VZ: Pass GC0 register names in $n formatJames Hogan1-188/+188
2018-01-22MIPS: VZ: Update helpers to use new asm macrosJames Hogan1-127/+37
2018-01-22MIPS: Add helpers for assembler macro instructionsJames Hogan1-0/+83
2018-01-22MIPS: ranchu: Add Ranchu as a new generic-based boardMiodrag Dinic4-0/+133
2018-01-18MIPS: Use proper kernel-doc Return keywordMathieu Malaterre1-1/+1
2018-01-18MIPS: Loongson64: Drop 32-bit support for Loongson 2E/2F devicesJiaxun Yang1-2/+0
2018-01-18MIPS: ingenic: Initial GCW Zero supportPaul Cercueil4-0/+94
2018-01-18MIPS: JZ4770: Work around config2 misreporting associativityMaarten ter Huurne1-0/+9
2018-01-18MIPS: ingenic: Initial JZ4770 supportPaul Cercueil3-1/+219
2018-01-18MIPS: ingenic: Detect machtype from SoC compatible stringPaul Cercueil2-4/+19
2018-01-18MIPS: platform: add machtype IDs for more Ingenic SoCsPaul Cercueil1-0/+2
2018-01-18MIPS: ingenic: Use common cmdline handling codePaul Burton1-22/+2
2018-01-18MIPS: Setup boot_command_line before plat_mem_setupPaul Burton1-19/+20
2018-01-18MIPS: ftrace: Remove pointer comparison to 0 in prepare_ftrace_returnMathieu Malaterre1-1/+1
2018-01-18MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIANCorentin Labbe1-6/+6
2018-01-18MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}James Hogan1-1/+5
2018-01-18MIPS: Fix vmlinuz build when ZBOOT is selectedDaniel Sabogal1-1/+1
2018-01-09MIPS: mm: remove mips_dma_mapping_errorFelix Fietkau1-6/+0
2018-01-09MIPS: mipsregs.h: Make read_c0_prid use const accessorJames Hogan1-1/+1
2018-01-09MIPS: mipsregs.h: Add read const Cop0 macrosJames Hogan1-10/+27
2017-12-12MIPS: math-emu: Mark fall throughs in switch statements with a commentAleksandar Markovic17-16/+38
2017-12-12MIPS: math-emu: Avoid multiple assignmentAleksandar Markovic3-4/+8
2017-12-12MIPS: math-emu: Avoid an assignment within if statement conditionAleksandar Markovic1-1/+2
2017-12-12MIPS: math-emu: Declare function srl128() as staticAleksandar Markovic1-1/+1
2017-12-12MIPS: math-emu: Avoid definition duplication for macro DPXMULT()Aleksandar Markovic3-6/+3
2017-12-12MIPS: math-emu: Remove an unnecessary header inclusionAleksandar Markovic1-1/+0
2017-12-10Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds59-107/+124
2017-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds24-142/+173
2017-12-09Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson4-15/+15
2017-12-09Merge tag 'omap-for-v4.15/fixes-dt-warnings' of git://git.kernel.org/pub/scm/...Olof Johansson2-1/+2
2017-12-08kmemcheck: rip it out for realMichal Hocko10-10/+0
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-67/+120
2017-12-08Merge tag 'powerpc-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds9-29/+54