summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_fixes_4.16_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-072-7/+14
|\
| * MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASSMatt Redfearn2018-02-051-2/+2
| * MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW falloutJames Hogan2018-02-051-5/+12
* | Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-02-0769-535/+997
|\ \
| * | MIPS: Malta: Sanitize mouse and keyboard configuration.Ralf Baechle2018-02-069-12/+11Star
| * | MIPS: Update defconfigs after previous patch.Ralf Baechle2018-02-067-7/+0Star
| * | MIPS: Push ARCH_MIGHT_HAVE_PC_SERIO down to platform levelRalf Baechle2018-02-061-1/+5
| * | MIPS: Push ARCH_MIGHT_HAVE_PC_PARPORT down to platform levelRalf Baechle2018-02-061-1/+3
| * | MIPS: SMP-CPS: Remove duplicate assignment of core in play_deadMatt Redfearn2018-02-051-2/+0Star
| * | MIPS: Generic: Support GIC in EIC modeMatt Redfearn2018-02-051-9/+9
| * | MIPS: generic: Fix Makefile alignmentJames Hogan2018-02-051-1/+1
| * | MIPS: generic: Fix ranchu_of_match[] terminationJames Hogan2018-02-051-0/+1
| * | MIPS: generic: Fix machine compatible matchingJames Hogan2018-02-051-1/+1
| * | MIPS: Loongson fix name confict - MEM_RESERVEDHuacai Chen2018-01-243-3/+3
| * | MIPS: bcm47xx: enable ZBOOT supportAaro Koskinen2018-01-242-0/+2
| * | MIPS: Fix trailing semicolonLuis de Bethencourt2018-01-241-1/+1
| * | MIPS: Watch: Avoid duplication of bits in mips_read_watch_registersMatt Redfearn2018-01-231-8/+6Star
| * | MIPS: Watch: Avoid duplication of bits in mips_install_watch_registers.Matt Redfearn2018-01-231-10/+7Star
| * | MIPS: MSA: Update helpers to use new asm macrosJames Hogan2018-01-221-44/+19Star
| * | MIPS: XPA: Standardise readx/writex accessorsJames Hogan2018-01-221-10/+10
| * | MIPS: XPA: Allow use of $0 (zero) to MTHC0James Hogan2018-01-221-2/+2
| * | MIPS: XPA: Use XPA instructions in assemblyJames Hogan2018-01-222-10/+22
| * | MIPS: VZ: Pass GC0 register names in $n formatJames Hogan2018-01-221-188/+188
| * | MIPS: VZ: Update helpers to use new asm macrosJames Hogan2018-01-221-127/+37Star
| * | MIPS: Add helpers for assembler macro instructionsJames Hogan2018-01-221-0/+83
| * | MIPS: ranchu: Add Ranchu as a new generic-based boardMiodrag Dinic2018-01-224-0/+133
| * | MIPS: Use proper kernel-doc Return keywordMathieu Malaterre2018-01-181-1/+1
| * | MIPS: Loongson64: Drop 32-bit support for Loongson 2E/2F devicesJiaxun Yang2018-01-181-2/+0Star
| * | MIPS: ingenic: Initial GCW Zero supportPaul Cercueil2018-01-184-0/+94
| * | MIPS: JZ4770: Work around config2 misreporting associativityMaarten ter Huurne2018-01-181-0/+9
| * | MIPS: ingenic: Initial JZ4770 supportPaul Cercueil2018-01-183-1/+219
| * | MIPS: ingenic: Detect machtype from SoC compatible stringPaul Cercueil2018-01-182-4/+19
| * | MIPS: platform: add machtype IDs for more Ingenic SoCsPaul Cercueil2018-01-181-0/+2
| * | MIPS: ingenic: Use common cmdline handling codePaul Burton2018-01-181-22/+2Star
| * | MIPS: Setup boot_command_line before plat_mem_setupPaul Burton2018-01-181-19/+20
| * | MIPS: ftrace: Remove pointer comparison to 0 in prepare_ftrace_returnMathieu Malaterre2018-01-181-1/+1
| * | MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIANCorentin Labbe2018-01-181-6/+6
| * | MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}James Hogan2018-01-181-1/+5
| * | MIPS: Fix vmlinuz build when ZBOOT is selectedDaniel Sabogal2018-01-181-1/+1
| * | MIPS: mm: remove mips_dma_mapping_errorFelix Fietkau2018-01-091-6/+0Star
| * | MIPS: mipsregs.h: Make read_c0_prid use const accessorJames Hogan2018-01-091-1/+1
| * | MIPS: mipsregs.h: Add read const Cop0 macrosJames Hogan2018-01-091-10/+27
| * | MIPS: math-emu: Mark fall throughs in switch statements with a commentAleksandar Markovic2017-12-1217-16/+38
| * | MIPS: math-emu: Avoid multiple assignmentAleksandar Markovic2017-12-123-4/+8
| * | MIPS: math-emu: Avoid an assignment within if statement conditionAleksandar Markovic2017-12-121-1/+2
| * | MIPS: math-emu: Declare function srl128() as staticAleksandar Markovic2017-12-121-1/+1
| * | MIPS: math-emu: Avoid definition duplication for macro DPXMULT()Aleksandar Markovic2017-12-123-6/+3Star
| * | MIPS: math-emu: Remove an unnecessary header inclusionAleksandar Markovic2017-12-121-1/+0Star
* | | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-062-9/+9
|\ \ \
| * | | MIPS: Set I/O port resource types correctlyBjorn Helgaas2017-12-192-9/+9
| |/ /