| Commit message (Expand) | Author | Files | Lines |
2014-03-26 | MIPS: lib: memcpy: Merge EXC and load/store macros | Markos Chandras | 1 | -69/+89 |
2014-03-26 | MIPS: lib: strncpy_user: Add EVA support | Markos Chandras | 2 | -0/+25 |
2014-03-26 | MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbol | Markos Chandras | 1 | -8/+13 |
2014-03-26 | MIPS: lib: strlen_user: Add EVA support | Markos Chandras | 2 | -0/+24 |
2014-03-26 | MIPS: lib: strlen_user: Use macro to build the strlen_user symbol | Markos Chandras | 1 | -6/+10 |
2014-03-26 | MIPS: lib: strnlen_user: Add EVA support | Markos Chandras | 2 | -0/+24 |
2014-03-26 | MIPS: lib: strnlen_user: Use macro to build the strnlen_user symbol | Markos Chandras | 1 | -6/+10 |
2014-03-26 | MIPS: traps: Set correct address limit for breakpoints and traps | Leonid Yegoshin | 1 | -0/+12 |
2014-03-26 | MIPS: kernel: traps: Whitespace clean up | Markos Chandras | 1 | -7/+10 |
2014-03-26 | MIPS: kernel: scall32-o32: Use EVA wrappers to fetch syscall arguments | Markos Chandras | 1 | -4/+5 |
2014-03-26 | MIPS: uapi: inst: Add instruction format for SPECIAL3 instructions | Leonid Yegoshin | 1 | -0/+11 |
2014-03-26 | MIPS: uapi: inst: Add new EVA opcodes | Leonid Yegoshin | 1 | -4/+10 |
2014-03-26 | MIPS: futex: Add EVA support for futex operations | Markos Chandras | 1 | -4/+5 |
2014-03-26 | MIPS: asm: Add wrappers for EVA/non-EVA instructions | Markos Chandras | 2 | -0/+136 |
2014-03-26 | MIPS: asm: Add prefetch instruction for EVA | Leonid Yegoshin | 1 | -0/+8 |
2014-03-26 | MIPS: Kconfig: Add Kconfig symbols for EVA support | Leonid Yegoshin | 1 | -1/+27 |
2014-03-26 | MIPS: OProfile: Add CPU_P5600 cases | James Hogan | 2 | -0/+5 |
2014-03-26 | MIPS: Allow FTLB to be turned on for CPU_P5600 | James Hogan | 1 | -5/+7 |
2014-03-26 | MIPS: Add MIPS P5600 probe support | James Hogan | 1 | -0/+4 |
2014-03-26 | MIPS: Add cases for CPU_P5600 | James Hogan | 7 | -0/+7 |
2014-03-26 | MIPS: Add MIPS P5600 PRid and cputype identifiers | James Hogan | 1 | -1/+2 |
2014-03-26 | MIPS: Save/restore MSA context around signals | Paul Burton | 6 | -16/+357 |
2014-03-26 | MIPS: Warn if vector register partitioning is implemented | Paul Burton | 1 | -1/+4 |
2014-03-26 | MIPS: Dumb MSA FP exception handler | Paul Burton | 2 | -0/+13 |
2014-03-26 | MIPS: Basic MSA context switching support | Paul Burton | 10 | -34/+275 |
2014-03-26 | MIPS: Detect the MSA ASE | Paul Burton | 6 | -0/+50 |
2014-03-26 | MIPS: Add MSA register definitions & access | Paul Burton | 4 | -0/+302 |
2014-03-26 | MIPS: Don't assume 64-bit FP registers for context switch | Paul Burton | 3 | -128/+194 |
2014-03-26 | MIPS: Don't assume 64-bit FP registers for FP regset | Paul Burton | 1 | -6/+40 |
2014-03-26 | MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpu | Paul Burton | 1 | -2/+14 |
2014-03-26 | MIPS: Clear upper bits of FP registers on emulator writes | Paul Burton | 1 | -5/+20 |
2014-03-26 | MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptrace | Paul Burton | 2 | -4/+4 |
2014-03-26 | MIPS: Don't require FPU on sigcontext setup/restore | Paul Burton | 2 | -16/+28 |
2014-03-26 | MIPS: Move & rename fpu_emulator_{save,restore}_context | Paul Burton | 3 | -87/+76 |
2014-03-26 | MIPS: Update outdated comment | Paul Burton | 1 | -4/+3 |
2014-03-26 | MIPS: Simplify FP context access | Paul Burton | 6 | -65/+90 |
2014-03-26 | MIPS: Select HAVE_ARCH_SECCOMP_FILTER | Markos Chandras | 1 | -0/+1 |
2014-03-26 | MIPS: seccomp: Handle indirect system calls (o32) | Markos Chandras | 7 | -6/+45 |
2014-03-26 | MIPS: kernel: scalls: Skip the syscall if denied by the seccomp filter | Markos Chandras | 4 | -4/+12 |
2014-03-26 | MIPS: ptrace: Move away from secure_computing_strict | Markos Chandras | 2 | -5/+7 |
2014-03-26 | MIPS: asm: thread_info: Add _TIF_SECCOMP flag | Markos Chandras | 1 | -1/+2 |
2014-03-26 | MIPS: asm: syscall: Define syscall_get_arch | Markos Chandras | 2 | -3/+5 |
2014-03-26 | MIPS: asm: syscall: Add the syscall_rollback function | Markos Chandras | 1 | -0/+6 |
2014-03-26 | MIPS: Deprecate CONFIG_MIPS_CMP | Paul Burton | 1 | -1/+4 |
2014-03-26 | MIPS: MIPS_CMP should depend upon !SMTC, not upon SMVP | Paul Burton | 1 | -1/+1 |
2014-03-26 | MIPS: More helpful CONFIG_MIPS_CMP label, help text | Paul Burton | 1 | -2/+4 |
2014-03-26 | MIPS: Remove gcmpregs.h | Paul Burton | 2 | -126/+0 |
2014-03-26 | MIPS: Malta: Allow use of MIPS CPS SMP implementation | Paul Burton | 2 | -0/+3 |
2014-03-26 | MIPS: Malta: Probe CPC when supported | Paul Burton | 2 | -0/+12 |
2014-03-26 | MIPS: Malta: Make use of generic CM support | Paul Burton | 6 | -74/+38 |