index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: lib: memcpy: Add MIPS R6 support
Leonid Yegoshin
2015-02-17
1
-0
/
+23
*
MIPS: kernel: syscall: Set the appropriate ISA level for MIPS R6
Markos Chandras
2015-02-17
1
-1
/
+1
*
MIPS: kernel: unaligned: Add support for the MIPS R6
Leonid Yegoshin
2015-02-17
1
-4
/
+386
*
MIPS: kernel: cps-vec: Replace "addi" with "addiu"
Markos Chandras
2015-02-17
1
-8
/
+8
*
MIPS: kernel: genex: Set correct ISA level
Markos Chandras
2015-02-17
1
-1
/
+1
*
MIPS: kernel: r4k_fpu: Add support for MIPS R6
Leonid Yegoshin
2015-02-17
1
-3
/
+9
*
MIPS: kernel: r4k_switch: Add support for MIPS R6
Leonid Yegoshin
2015-02-17
2
-11
/
+15
*
MIPS: kernel: traps: Add MIPS R6 related definitions
Leonid Yegoshin
2015-02-17
1
-5
/
+5
*
MIPS: kernel: proc: Add MIPS R6 support to /proc/cpuinfo
Markos Chandras
2015-02-17
2
-1
/
+10
*
MIPS: kernel: entry.S: Add MIPS R6 related definitions
Markos Chandras
2015-02-17
1
-2
/
+3
*
MIPS: kernel: cpu-probe.c: Add support for MIPS R6
Leonid Yegoshin
2015-02-17
1
-4
/
+16
*
MIPS: kernel: cevt-r4k: Add MIPS R6 to the c0_compare_interrupt handler
Leonid Yegoshin
2015-02-17
1
-1
/
+1
*
MIPS: kernel: cpu-bugs64: Do not check R6 cores for existing 64-bit bugs
Leonid Yegoshin
2015-02-17
1
-4
/
+7
*
MIPS: asm: local: Set the appropriate ISA level for MIPS R6
Markos Chandras
2015-02-17
1
-2
/
+3
*
MIPS: asm: spinlock: Replace "sub" instruction with "addiu"
Markos Chandras
2015-02-17
1
-5
/
+2
*
MIPS: asm: futex: Set the appropriate ISA level for MIPS R6
Markos Chandras
2015-02-17
1
-4
/
+4
*
MIPS: asm: bitops: Update ISA constraints for MIPS R6 support
Markos Chandras
2015-02-17
1
-15
/
+15
*
MIPS: asm: atomic: Update ISA constraints for MIPS R6 support
Markos Chandras
2015-02-17
1
-6
/
+6
*
MIPS: asm: cmpxchg: Update ISA constraints for MIPS R6 support
Markos Chandras
2015-02-17
1
-5
/
+5
*
MIPS: Use the new "ZC" constraint for MIPS R6
Markos Chandras
2015-02-17
1
-1
/
+6
*
MIPS: asm: Rename GCC_OFF12_ASM to GCC_OFF_SMALL_ASM
Markos Chandras
2015-02-17
9
-93
/
+93
*
MIPS: asm: spram: Add new symbol for MIPS scratch pad storage
Markos Chandras
2015-02-17
3
-3
/
+8
*
MIPS: asm: r4kcache: Add MIPS R6 cache unroll functions
Markos Chandras
2015-02-17
1
-2
/
+148
*
MIPS: asm: irqflags: Add MIPS R6 related definitions
Markos Chandras
2015-02-17
2
-4
/
+5
*
MIPS: asm: hazards: Add MIPSR6 definitions
Markos Chandras
2015-02-17
1
-4
/
+5
*
MIPS: asm: cpu: Add MIPSR6 ISA definitions
Leonid Yegoshin
2015-02-17
2
-6
/
+20
*
MIPS: Use generic checksum functions for MIPS R6
Markos Chandras
2015-02-17
5
-0
/
+14
*
MIPS: asm: asmmacro: Replace "add" instructions with "addu"
Markos Chandras
2015-02-17
1
-2
/
+2
*
MIPS: asm: asmmacro: Add MIPS R6 support to the simple EI/DI variants
Leonid Yegoshin
2015-02-17
1
-1
/
+1
*
MIPS: asm: stackframe: Do not preserve the HI/LO registers on MIPS R6
Leonid Yegoshin
2015-02-17
1
-4
/
+4
*
MIPS: asm: module: define MODULE_PROC_FAMILY for MIPS R6
Leonid Yegoshin
2015-02-17
1
-0
/
+4
*
MIPS: asm: compiler: Add new macros to set ISA and arch asm annotations
Markos Chandras
2015-02-17
1
-0
/
+13
*
MIPS: mm: Add MIPS R6 instruction encodings
Leonid Yegoshin
2015-02-16
2
-3
/
+38
*
MIPS: mm: uasm: Add signed 9-bit immediate related macros
Leonid Yegoshin
2015-02-16
1
-1
/
+12
*
MIPS: Add build support for the MIPS R6 ISA
Leonid Yegoshin
2015-02-16
2
-4
/
+45
*
MIPS: Add MIPS generic QEMU probe support
Leonid Yegoshin
2015-02-16
1
-0
/
+5
*
MIPS: Add cases for CPU_QEMU_GENERIC
Leonid Yegoshin
2015-02-16
7
-0
/
+13
*
MIPS: Add generic QEMU PRid and cpu type identifiers
Leonid Yegoshin
2015-02-16
1
-0
/
+3
*
MIPS: Makefile: Move the ASEs checks after setting the core's CFLAGS
Markos Chandras
2015-02-16
1
-18
/
+17
*
MIPS: HTW: Prevent accidental HTW start due to nested htw_{start, stop}
Markos Chandras
2015-02-16
4
-8
/
+32
*
MIPS: asm: pgtable: Prevent HTW race when updating PTEs
Markos Chandras
2015-02-16
1
-10
/
+4
*
MIPS: asm: pgtable: Add c0 hazards on HTW start/stop sequences
Markos Chandras
2015-02-16
1
-4
/
+6
*
MIPS: mm: Add debug information for userland SIGSEGV signals.
Markos Chandras
2015-02-16
2
-9
/
+21
*
MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS
Paul Burton
2015-02-12
5
-0
/
+127
*
MIPS: cevt-r4k: Drop GIC special case
James Hogan
2015-02-05
1
-5
/
+1
*
MIPS: elf2ecoff: Fix warning due to dead code.
Ralf Baechle
2015-02-04
1
-4
/
+0
*
MIPS: Add struct pci_ops member names to initialization
Rob Herring
2015-01-16
3
-10
/
+10
*
MIPS: Remove unused dt_setup_arch()
Geert Uytterhoeven
2015-01-16
1
-7
/
+0
*
MIPS: ARC: Add declarations for a few missing ARC firmware functions.
Ralf Baechle
2015-01-13
1
-0
/
+3
*
MIPS: ARC: Use __noreturn instead of open coded attributes in declarations.
Ralf Baechle
2015-01-13
1
-2
/
+3
[next]