aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-26MIPS: lib: memcpy: Split source and destination prefetch macrosMarkos Chandras1-14/+22
2014-03-26MIPS: lib: memcpy: Merge EXC and load/store macrosMarkos Chandras1-69/+89
2014-03-26MIPS: lib: strncpy_user: Add EVA supportMarkos Chandras2-0/+25
2014-03-26MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbolMarkos Chandras1-8/+13
2014-03-26MIPS: lib: strlen_user: Add EVA supportMarkos Chandras2-0/+24
2014-03-26MIPS: lib: strlen_user: Use macro to build the strlen_user symbolMarkos Chandras1-6/+10
2014-03-26MIPS: lib: strnlen_user: Add EVA supportMarkos Chandras2-0/+24
2014-03-26MIPS: lib: strnlen_user: Use macro to build the strnlen_user symbolMarkos Chandras1-6/+10
2014-03-26MIPS: traps: Set correct address limit for breakpoints and trapsLeonid Yegoshin1-0/+12
2014-03-26MIPS: kernel: traps: Whitespace clean upMarkos Chandras1-7/+10
2014-03-26MIPS: kernel: scall32-o32: Use EVA wrappers to fetch syscall argumentsMarkos Chandras1-4/+5
2014-03-26MIPS: uapi: inst: Add instruction format for SPECIAL3 instructionsLeonid Yegoshin1-0/+11
2014-03-26MIPS: uapi: inst: Add new EVA opcodesLeonid Yegoshin1-4/+10
2014-03-26MIPS: futex: Add EVA support for futex operationsMarkos Chandras1-4/+5
2014-03-26MIPS: asm: Add wrappers for EVA/non-EVA instructionsMarkos Chandras2-0/+136
2014-03-26MIPS: asm: Add prefetch instruction for EVALeonid Yegoshin1-0/+8
2014-03-26MIPS: Kconfig: Add Kconfig symbols for EVA supportLeonid Yegoshin1-1/+27
2014-03-26MIPS: OProfile: Add CPU_P5600 casesJames Hogan2-0/+5
2014-03-26MIPS: Allow FTLB to be turned on for CPU_P5600James Hogan1-5/+7
2014-03-26MIPS: Add MIPS P5600 probe supportJames Hogan1-0/+4
2014-03-26MIPS: Add cases for CPU_P5600James Hogan7-0/+7
2014-03-26MIPS: Add MIPS P5600 PRid and cputype identifiersJames Hogan1-1/+2
2014-03-26MIPS: Save/restore MSA context around signalsPaul Burton6-16/+357
2014-03-26MIPS: Warn if vector register partitioning is implementedPaul Burton1-1/+4
2014-03-26MIPS: Dumb MSA FP exception handlerPaul Burton2-0/+13
2014-03-26MIPS: Basic MSA context switching supportPaul Burton10-34/+275
2014-03-26MIPS: Detect the MSA ASEPaul Burton6-0/+50
2014-03-26MIPS: Add MSA register definitions & accessPaul Burton4-0/+302
2014-03-26MIPS: Don't assume 64-bit FP registers for context switchPaul Burton3-128/+194
2014-03-26MIPS: Don't assume 64-bit FP registers for FP regsetPaul Burton1-6/+40
2014-03-26MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpuPaul Burton1-2/+14
2014-03-26MIPS: Clear upper bits of FP registers on emulator writesPaul Burton1-5/+20
2014-03-26MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptracePaul Burton2-4/+4
2014-03-26MIPS: Don't require FPU on sigcontext setup/restorePaul Burton2-16/+28
2014-03-26MIPS: Move & rename fpu_emulator_{save,restore}_contextPaul Burton3-87/+76
2014-03-26MIPS: Update outdated commentPaul Burton1-4/+3
2014-03-26MIPS: Simplify FP context accessPaul Burton6-65/+90
2014-03-26MIPS: Select HAVE_ARCH_SECCOMP_FILTERMarkos Chandras1-0/+1
2014-03-26MIPS: seccomp: Handle indirect system calls (o32)Markos Chandras7-6/+45
2014-03-26MIPS: kernel: scalls: Skip the syscall if denied by the seccomp filterMarkos Chandras4-4/+12
2014-03-26MIPS: ptrace: Move away from secure_computing_strictMarkos Chandras2-5/+7
2014-03-26MIPS: asm: thread_info: Add _TIF_SECCOMP flagMarkos Chandras1-1/+2
2014-03-26MIPS: asm: syscall: Define syscall_get_archMarkos Chandras2-3/+5
2014-03-26MIPS: asm: syscall: Add the syscall_rollback functionMarkos Chandras1-0/+6
2014-03-26MIPS: Deprecate CONFIG_MIPS_CMPPaul Burton1-1/+4
2014-03-26MIPS: MIPS_CMP should depend upon !SMTC, not upon SMVPPaul Burton1-1/+1
2014-03-26MIPS: More helpful CONFIG_MIPS_CMP label, help textPaul Burton1-2/+4
2014-03-26MIPS: Remove gcmpregs.hPaul Burton2-126/+0
2014-03-26MIPS: Malta: Allow use of MIPS CPS SMP implementationPaul Burton2-0/+3
2014-03-26MIPS: Malta: Probe CPC when supportedPaul Burton2-0/+12