Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2014-01-21 16:53:06 to 2014-01-27 20:25:36 UTC [more...]

[PATCH 00/58] Add support for Enhanced Virtual Addressing
 2014-01-27 20:19 UTC  (90+ messages)
` [PATCH 01/58] MIPS: Kconfig: Add Kconfig symbols for EVA support
` [PATCH 02/58] MIPS: asm: Add prefetch instruction for EVA
` [PATCH 03/58] MIPS: asm: Add wrappers for EVA/non-EVA instructions
` [PATCH 04/58] MIPS: futex: Add EVA support for futex operations
` [PATCH 05/58] MIPS: uapi: inst: Add new EVA opcodes
` [PATCH 06/58] MIPS: uapi: inst: Add instruction format for SPECIAL3 instructions
` [PATCH 07/58] MIPS: kernel: scall32-o32: Use EVA wrappers to fetch syscall arguments
` [PATCH 08/58] MIPS: kernel: traps: Whitespace clean up
` [PATCH 09/58] MIPS: traps: Set correct address limit for breakpoints and traps
` [PATCH 10/58] MIPS: lib: strnlen_user: Use macro to build the strnlen_user symbol
` [PATCH 11/58] MIPS: lib: strnlen_user: Add EVA support
` [PATCH 12/58] MIPS: lib: strlen_user: Use macro to build the strlen_user symbol
` [PATCH 13/58] MIPS: lib: strlen_user: Add EVA support
` [PATCH 14/58] MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbol
` [PATCH 15/58] MIPS: lib: strncpy_user: Add EVA support
` [PATCH 16/58] MIPS: lib: memcpy: Merge EXC and load/store macros
` [PATCH 17/58] MIPS: lib: memcpy: Split source and destination prefetch macros
` [PATCH 18/58] MIPS: lib: memcpy: Use macro to build the copy_user code
` [PATCH 19/58] MIPS: lib: memcpy: Add EVA support
` [PATCH 20/58] MIPS: lib: memset: Whitespace fixes
` [PATCH 21/58] MIPS: lib: memset: Use macro to build the __bzero symbol
` [PATCH 22/58] MIPS: lib: memset: Add EVA support for the __bzero function
` [PATCH 23/58] MIPS: asm: uaccess: Add instruction argument to __{put,get}_user_asm
` [PATCH 24/58] MIPS: asm: uaccess: Move duplicated code to common function
` [PATCH 25/58] MIPS: asm: uaccess: Disable unaligned access macros for EVA
` [PATCH 26/58] MIPS: asm: uaccess: Use EVA instructions wrappers
` [PATCH 27/58] MIPS: asm: uaccess: Rename {get,put}_user_asm macros
` [PATCH 28/58] MIPS: asm: uaccess: Add EVA support to copy_{in, to,from}_user
` [PATCH 29/58] MIPS: asm: uaccess: Add EVA support for str*_user operations
` [PATCH 30/58] MIPS: kernel: unaligned: Add EVA instruction wrappers
` [PATCH 31/58] MIPS: kernel: unaligned: Handle unaligned accesses for EVA
` [PATCH 32/58] MIPS: checksum: Split the 'copy_user' symbol
` [PATCH 33/58] MIPS: lib: csum_partial: Merge EXC and load/store macros
` [PATCH 34/58] MIPS: lib: csum_partial: Add macro to build csum_partial symbols
` [PATCH 35/58] MIPS: lib: csum_partial: Add EVA support
` [PATCH 36/58] MIPS: asm: checksum: Split kernel and user copy operations
` [PATCH 37/58] MIPS: asm: checksum: Add MIPS specific csum_and_copy_from_user function
` [PATCH 38/58] MIPS: kernel: signal: Prevent save/restore FPU context in user memory
` [PATCH 39/58] MIPS: asm: r4kcache: Build flushing code for instruction cache
` [PATCH 40/58] MIPS: asm: r4kcache: Add protected cache operation for EVA
` [PATCH 41/58] MIPS: asm: r4kcache: Add EVA cache flushing functions
` [PATCH 42/58] MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushes
` [PATCH 43/58] MIPS: asm: page: Allow __pa_symbol overrides
` [PATCH 44/58] MIPS: asm: cpu: Add cpu flag for Enhanced Virtual Addressing

[PATCH 00/15] Initial MSA support
 2014-01-27 20:06 UTC  (44+ messages)
` [PATCH v2 01/15] mips: simplify FP context access
` [PATCH 02/15] mips: update outdated comment
` [PATCH 03/15] mips: move & rename fpu_emulator_{save,restore}_context
` [PATCH 04/15] mips: don't require FPU on sigcontext setup/restore
` [PATCH 05/15] mips: replace hardcoded 32 with NUM_FPU_REGS in ptrace
` [PATCH 06/15] mips: clear upper bits of FP registers on emulator writes
    ` [PATCH v2 "
` [PATCH 07/15] mips: don't assume 64-bit FP registers for dump_{,task_}fpu
` [PATCH 08/15] mips: don't assume 64-bit FP registers for FP regset
` [PATCH 09/15] mips: don't assume 64-bit FP registers for context switch
` [PATCH 10/15] mips: add MSA register definitions & access
` [PATCH 11/15] mips: detect the MSA ASE
` [PATCH 12/15] mips: basic MSA context switching support
` [PATCH 13/15] mips: dumb MSA FP exception handler
` [PATCH 14/15] mips: panic if vector register partitioning is implemented
` [PATCH 15/15] mips: save/restore MSA context around signals

[PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions
 2014-01-27  6:56 UTC  (5+ messages)

[PATCH] gpio: vr41xx: mark GPIO lines used for IRQ
 2014-01-23 23:07 UTC 

[PATCH] mips: restore init.h usage to arch/mips/ar7/time.c
 2014-01-23 16:46 UTC  (2+ messages)

[PATCH 2/2] clocksource: Make clocksource register functions void
 2014-01-23 11:40 UTC  (15+ messages)

[PATCH 1/2] clocksource: Remove outdated comments
 2014-01-23  7:12 UTC  (2+ messages)

[PATCH RFC 00/73] tree-wide: clean up some no longer required #include <linux/init.h>
 2014-01-23  0:38 UTC  (8+ messages)
` [PATCH 34/73] mips: delete non-required instances of include <linux/init.h>

[PATCH mips-for-linux-next] MIPS: check for D$ line size and CONFIG_MIPS_L1_SHIFT
 2014-01-22 23:20 UTC  (3+ messages)

[RFC][PATCH] MIPS: VPE: Remove vpe_getuid and vpe_getgid
 2014-01-22 22:14 UTC  (6+ messages)

[PATCH] mips: don't use module_init in non-modular sead3-mtd.c code
 2014-01-22 20:39 UTC  (4+ messages)

[PATCH v2 0/5] Add basic MIPS P5600 core support
 2014-01-22 16:19 UTC  (12+ messages)
` [PATCH v2 1/5] MIPS: Add MIPS P5600 PRid and cputype identifiers
` [PATCH v2 2/5] MIPS: Add cases for CPU_P5600
` [PATCH v2 3/5] MIPS: Add MIPS P5600 probe support
` [PATCH v2 4/5] MIPS: Allow FTLB to be turned on for CPU_P5600
` [PATCH v2 5/5] MIPS: OProfile: Add CPU_P5600 cases

[PATCH] mips: make loongsoon serial driver explicitly modular
 2014-01-22 15:25 UTC  (3+ messages)

[PATCH 0/8] Improved seccomp-bpf support for MIPS
 2014-01-22 14:40 UTC  (18+ messages)
` [PATCH 1/8] MIPS: asm: syscall: Fix copying system call arguments
` [PATCH 2/8] MIPS: asm: syscall: Add the syscall_rollback function
` [PATCH 3/8] MIPS: asm: syscall: Define syscall_get_arch
` [PATCH 4/8] MIPS: asm: thread_info: Add _TIF_SECCOMP flag
` [PATCH 5/8] MIPS: ptrace: Move away from secure_computing_strict
` [PATCH 6/8] MIPS: kernel: scalls: Skip the syscall if denied by the seccomp filter
` [PATCH 7/8] MIPS: seccomp: Handle indirect system calls (o32)
` [PATCH 8/8] MIPS: Select HAVE_ARCH_SECCOMP_FILTER

MIPS: asm: thread_info: Add _TIF_SECCOMP flag
 2014-01-22 14:40 UTC 

[PATCH] MIPS: lib: Optimize partial checksum ops using prefetching
 2014-01-21 21:03 UTC  (9+ messages)

[PATCH 1/2] MIPS: add MIPS_L1_CACHE_SHIFT_2
 2014-01-21 18:01 UTC  (4+ messages)
` [PATCH 2/2] MIPS: fix DECStation build for L1_CACHE_SHIFT value

[PATCH] MIPS: Add P5600 PRid and probe support
 2014-01-21 17:13 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox