summary refs log tree commit diff
AgeCommit message (Expand)Author
2014-03-26MIPS: kernel: unaligned: Add EVA instruction wrappersMarkos Chandras
2014-03-26MIPS: asm: uaccess: Add EVA support for str*_user operationsMarkos Chandras
2014-03-26MIPS: asm: uaccess: Add EVA support to copy_{in, to,from}_userMarkos Chandras
2014-03-26MIPS: asm: uaccess: Rename {get,put}_user_asm macrosMarkos Chandras
2014-03-26MIPS: asm: uaccess: Use EVA instructions wrappersMarkos Chandras
2014-03-26MIPS: asm: uaccess: Disable unaligned access macros for EVALeonid Yegoshin
2014-03-26MIPS: asm: uaccess: Move duplicated code to common functionMarkos Chandras
2014-03-26MIPS: asm: uaccess: Add instruction argument to __{put,get}_user_asmMarkos Chandras
2014-03-26MIPS: lib: memset: Add EVA support for the __bzero function.Markos Chandras
2014-03-26MIPS: lib: memset: Use macro to build the __bzero symbolMarkos Chandras
2014-03-26MIPS: lib: memset: Whitespace fixesMarkos Chandras
2014-03-26MIPS: lib: memcpy: Add EVA supportMarkos Chandras
2014-03-26MIPS: lib: memcpy: Use macro to build the copy_user codeMarkos Chandras
2014-03-26MIPS: lib: memcpy: Split source and destination prefetch macrosMarkos Chandras
2014-03-26MIPS: lib: memcpy: Merge EXC and load/store macrosMarkos Chandras
2014-03-26MIPS: lib: strncpy_user: Add EVA supportMarkos Chandras
2014-03-26MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbolMarkos Chandras
2014-03-26MIPS: lib: strlen_user: Add EVA supportMarkos Chandras
2014-03-26MIPS: lib: strlen_user: Use macro to build the strlen_user symbolMarkos Chandras
2014-03-26MIPS: lib: strnlen_user: Add EVA supportMarkos Chandras
2014-03-26MIPS: lib: strnlen_user: Use macro to build the strnlen_user symbolMarkos Chandras
2014-03-26MIPS: traps: Set correct address limit for breakpoints and trapsLeonid Yegoshin
2014-03-26MIPS: kernel: traps: Whitespace clean upMarkos Chandras
2014-03-26MIPS: kernel: scall32-o32: Use EVA wrappers to fetch syscall argumentsMarkos Chandras
2014-03-26MIPS: uapi: inst: Add instruction format for SPECIAL3 instructionsLeonid Yegoshin
2014-03-26MIPS: uapi: inst: Add new EVA opcodesLeonid Yegoshin
2014-03-26MIPS: futex: Add EVA support for futex operationsMarkos Chandras
2014-03-26MIPS: asm: Add wrappers for EVA/non-EVA instructionsMarkos Chandras
2014-03-26MIPS: asm: Add prefetch instruction for EVALeonid Yegoshin
2014-03-26MIPS: Kconfig: Add Kconfig symbols for EVA supportLeonid Yegoshin
2014-03-26MIPS: OProfile: Add CPU_P5600 casesJames Hogan
2014-03-26MIPS: Allow FTLB to be turned on for CPU_P5600James Hogan
2014-03-26MIPS: Add MIPS P5600 probe supportJames Hogan
2014-03-26MIPS: Add cases for CPU_P5600James Hogan
2014-03-26MIPS: Add MIPS P5600 PRid and cputype identifiersJames Hogan
2014-03-26MIPS: Save/restore MSA context around signalsPaul Burton
2014-03-26MIPS: Warn if vector register partitioning is implementedPaul Burton
2014-03-26MIPS: Dumb MSA FP exception handlerPaul Burton
2014-03-26MIPS: Basic MSA context switching supportPaul Burton
2014-03-26MIPS: Detect the MSA ASEPaul Burton
2014-03-26MIPS: Add MSA register definitions & accessPaul Burton
2014-03-26MIPS: Don't assume 64-bit FP registers for context switchPaul Burton
2014-03-26MIPS: Don't assume 64-bit FP registers for FP regsetPaul Burton
2014-03-26MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpuPaul Burton
2014-03-26MIPS: Clear upper bits of FP registers on emulator writesPaul Burton
2014-03-26MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptracePaul Burton
2014-03-26MIPS: Don't require FPU on sigcontext setup/restorePaul Burton
2014-03-26MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton
2014-03-26MIPS: Update outdated commentPaul Burton
2014-03-26MIPS: Simplify FP context accessPaul Burton