summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | MIPS: kernel: proc: Add MIPS R6 support to /proc/cpuinfoMarkos Chandras2015-02-172-1/+10
| | * | | | | MIPS: kernel: entry.S: Add MIPS R6 related definitionsMarkos Chandras2015-02-171-2/+3
| | * | | | | MIPS: kernel: cpu-probe.c: Add support for MIPS R6Leonid Yegoshin2015-02-171-4/+16
| | * | | | | MIPS: kernel: cevt-r4k: Add MIPS R6 to the c0_compare_interrupt handlerLeonid Yegoshin2015-02-171-1/+1
| | * | | | | MIPS: kernel: cpu-bugs64: Do not check R6 cores for existing 64-bit bugsLeonid Yegoshin2015-02-171-4/+7
| | * | | | | MIPS: asm: local: Set the appropriate ISA level for MIPS R6Markos Chandras2015-02-171-2/+3
| | * | | | | MIPS: asm: spinlock: Replace "sub" instruction with "addiu"Markos Chandras2015-02-171-5/+2Star
| | * | | | | MIPS: asm: futex: Set the appropriate ISA level for MIPS R6Markos Chandras2015-02-171-4/+4
| | * | | | | MIPS: asm: bitops: Update ISA constraints for MIPS R6 supportMarkos Chandras2015-02-171-15/+15
| | * | | | | MIPS: asm: atomic: Update ISA constraints for MIPS R6 supportMarkos Chandras2015-02-171-6/+6
| | * | | | | MIPS: asm: cmpxchg: Update ISA constraints for MIPS R6 supportMarkos Chandras2015-02-171-5/+5
| | * | | | | MIPS: Use the new "ZC" constraint for MIPS R6Markos Chandras2015-02-171-1/+6
| | * | | | | MIPS: asm: Rename GCC_OFF12_ASM to GCC_OFF_SMALL_ASMMarkos Chandras2015-02-179-93/+93
| | * | | | | MIPS: asm: spram: Add new symbol for MIPS scratch pad storageMarkos Chandras2015-02-173-3/+8
| | * | | | | MIPS: asm: r4kcache: Add MIPS R6 cache unroll functionsMarkos Chandras2015-02-171-2/+148
| | * | | | | MIPS: asm: irqflags: Add MIPS R6 related definitionsMarkos Chandras2015-02-172-4/+5
| | * | | | | MIPS: asm: hazards: Add MIPSR6 definitionsMarkos Chandras2015-02-171-4/+5
| | * | | | | MIPS: asm: cpu: Add MIPSR6 ISA definitionsLeonid Yegoshin2015-02-172-6/+20
| | * | | | | MIPS: Use generic checksum functions for MIPS R6Markos Chandras2015-02-175-0/+14
| | * | | | | MIPS: asm: asmmacro: Replace "add" instructions with "addu"Markos Chandras2015-02-171-2/+2
| | * | | | | MIPS: asm: asmmacro: Add MIPS R6 support to the simple EI/DI variantsLeonid Yegoshin2015-02-171-1/+1
| | * | | | | MIPS: asm: stackframe: Do not preserve the HI/LO registers on MIPS R6Leonid Yegoshin2015-02-171-4/+4
| | * | | | | MIPS: asm: module: define MODULE_PROC_FAMILY for MIPS R6Leonid Yegoshin2015-02-171-0/+4
| | * | | | | MIPS: asm: compiler: Add new macros to set ISA and arch asm annotationsMarkos Chandras2015-02-171-0/+13
| | * | | | | MIPS: mm: Add MIPS R6 instruction encodingsLeonid Yegoshin2015-02-162-3/+38
| | * | | | | MIPS: mm: uasm: Add signed 9-bit immediate related macrosLeonid Yegoshin2015-02-161-1/+12
| | * | | | | MIPS: Add build support for the MIPS R6 ISALeonid Yegoshin2015-02-162-4/+45
| | * | | | | MIPS: Add MIPS generic QEMU probe supportLeonid Yegoshin2015-02-161-0/+5
| | * | | | | MIPS: Add cases for CPU_QEMU_GENERICLeonid Yegoshin2015-02-167-0/+13
| | * | | | | MIPS: Add generic QEMU PRid and cpu type identifiersLeonid Yegoshin2015-02-161-0/+3
| | * | | | | MIPS: Makefile: Move the ASEs checks after setting the core's CFLAGSMarkos Chandras2015-02-161-18/+17Star
| * | | | | | MIPS: Export MSA functions used by lose_fpu(1) for KVMJames Hogan2015-02-191-0/+4
| * | | | | | MIPS: Export FP functions used by lose_fpu(1) for KVMJames Hogan2015-02-191-0/+6
| * | | | | | MIPS: BCM3384: Fix outdated use of mips_cpu_intc_init()Kevin Cernekee2015-02-191-1/+1
| * | | | | | MIPS: Provide correct siginfo_t.si_stimePetr Malat2015-02-192-37/+3Star
| * | | | | | MIPS: Makefile: Move the ASEs checks after setting the core's CFLAGSMarkos Chandras2015-02-191-18/+17Star
| * | | | | | MIPS: Makefile: Pass -march option on Loongson3A coresRalf Baechle2015-02-191-0/+10
| |/ / / / /
| * | | | | MIPS: HTW: Prevent accidental HTW start due to nested htw_{start, stop}Markos Chandras2015-02-164-8/+32
| * | | | | MIPS: asm: pgtable: Prevent HTW race when updating PTEsMarkos Chandras2015-02-161-10/+4Star
| * | | | | MIPS: asm: pgtable: Add c0 hazards on HTW start/stop sequencesMarkos Chandras2015-02-161-4/+6
| * | | | | MIPS: mm: Add debug information for userland SIGSEGV signals.Markos Chandras2015-02-162-9/+21
| * | | | | MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton2015-02-127-0/+144
| * | | | | MIPS: cevt-r4k: Drop GIC special caseJames Hogan2015-02-053-14/+1Star
| * | | | | MIPS: elf2ecoff: Fix warning due to dead code.Ralf Baechle2015-02-041-4/+0Star
| * | | | | MIPS: Add struct pci_ops member names to initializationRob Herring2015-01-163-10/+10
| * | | | | MIPS: Remove unused dt_setup_arch()Geert Uytterhoeven2015-01-161-7/+0Star
| * | | | | MIPS: ARC: Add declarations for a few missing ARC firmware functions.Ralf Baechle2015-01-131-0/+3
| * | | | | MIPS: ARC: Use __noreturn instead of open coded attributes in declarations.Ralf Baechle2015-01-131-2/+3
| * | | | | MIPS: IP27: Use __noreturn instead of open coded attributes in declarations.Ralf Baechle2015-01-131-3/+4
| * | | | | MIPS: IP32: Use __noreturn instead of open coded attributes in declarations.Ralf Baechle2015-01-131-3/+4