messages from 2014-12-18 10:21:14 to 2014-12-19 09:01:54 UTC [more...]
[PATCH RFC 00/67] Add MIPS R6 support
2014-12-19 9:01 UTC (165+ messages)
` [PATCH RFC 01/67] MIPS: Add generic QEMU R6 PRid and cpu type identifiers
` [PATCH RFC 02/67] MIPS: Add cases for CPU_QEMUR6
` [PATCH RFC 03/67] MIPS: Add MIPS QEMUR6 probe support
` [PATCH RFC 04/67] MIPS: Add build support for the MIPS R6 ISA
` [PATCH RFC 05/67] MIPS: mm: uasm: Add signed 9-bit immediate related macros
` [PATCH RFC 06/67] MIPS: mm: Add MIPS R6 instruction encodings
` [PATCH RFC 07/67] MIPS: asm: asm: Add new macros to set ISA and arch asm annotations
` [PATCH RFC 08/67] MIPS: asm: module: define MODULE_PROC_FAMILY for MIPS R6
` [PATCH RFC 09/67] MIPS: asm: stackframe: Do not preserve the HI/LO registers on "
` [PATCH RFC 10/67] MIPS: asm: asmmacro: Drop unused 'reg' argument on MIPSR2
` [PATCH RFC 11/67] MIPS: asm: asmmacro: Add MIPS R6 support to the simple EI/DI variants
` [PATCH RFC 12/67] MIPS: asm: asmmacro: Replace add instructions with "addui"
` [PATCH RFC 13/67] MIPS: Use generic checksum functions for MIPS R6
` [PATCH RFC 14/67] MIPS: asm: cpu: Add MIPSR6 ISA definitions
` [PATCH RFC 15/67] MIPS: asm: hazards: Add MIPSR6 definitions
` [PATCH RFC 16/67] MIPS: asm: irqflags: Add MIPS R6 related definitions
` [PATCH RFC 17/67] MIPS: asm: r4kcache: Add MIPS R6 cache unroll functions
` [PATCH RFC 18/67] MIPS: asm: spram: Add MIPS R6 related definitions
` [PATCH RFC 19/67] MIPS: asm: atomic: Update asm and ISA constrains for MIPS R6 support
` [PATCH RFC 20/67] MIPS: asm: cmpxchg: "
` [PATCH RFC 21/67] MIPS: asm: bitops: "
` [PATCH RFC 22/67] MIPS: asm: futex: "
` [PATCH RFC 23/67] MIPS: asm: spinlock: Update asm "
` [PATCH RFC 24/67] MIPS: asm: spinlock: Replace sub instruction with addiu
` [PATCH RFC 25/67] MIPS: kernel: cpu-bugs64: Do not check R6 cores for existing 64-bit bugs
` [PATCH RFC 26/67] MIPS: kernel: cevt-r4k: Add MIPS R6 to the c0_compare_interrupt handler
` [PATCH RFC 27/67] MIPS: kernel: cpu-probe.c: Add support for MIPS R6
` [PATCH RFC 28/67] MIPS: kernel: entry.S: Add MIPS R6 related definitions
` [PATCH RFC 29/67] MIPS: kernel: proc: Add MIPS R6 support to /proc/cpuinfo
` [PATCH RFC 30/67] MIPS: kernel: traps: Add MIPS R6 related definitions
` [PATCH RFC 31/67] MIPS: kernel: r4k_switch: Add support for MIPS R6
` [PATCH RFC 32/67] MIPS: kernel: r4k_fpu: "
` [PATCH RFC 33/67] MIPS: kernel: genex: Set correct ISA level
` [PATCH RFC 34/67] MIPS: kernel: cps-vec: Replace addi with addiu
` [PATCH RFC 35/67] MIPS: uapi: inst: Add new opcodes for COP2 instructions
` [PATCH RFC 36/67] MIPS: kernel: unaligned: Add support for the MIPS R6
` [PATCH RFC 37/67] MIPS: lib: memcpy: Add MIPS R6 support
` [PATCH RFC 38/67] MIPS: lib: memset: "
` [PATCH RFC 39/67] MIPS: mm: page: "
` [PATCH RFC 40/67] MIPS: mm: tlbex: Add MIPS R6 case for the EHB instruction
` [PATCH RFC 41/67] MIPS: mm: c-r4k: Set the correct ISA level
` [PATCH RFC 42/67] MIPS: kernel: branch: Prepare the JR instruction for emulation on MIPS R6
` [PATCH RFC 43/67] MIPS: kernel: branch: Prevent BLTZL emulation for "
` [PATCH RFC 44/67] MIPS: kernel: branch: Prevent BGEZL "
` [PATCH RFC 45/67] MIPS: kernel: branch: Prevent BLTZAL "
` [PATCH RFC 46/67] MIPS: kernel: branch: Prevent BGEZAL "
` [PATCH RFC 47/67] MIPS: kernel: branch: Prevent BEQL "
` [PATCH RFC 48/67] MIPS: kernel: branch: Prevent BNEL "
` [PATCH RFC 49/67] MIPS: kernel: branch: Prevent BLEZL "
` [PATCH RFC 50/67] MIPS: kernel: branch: Prevent BGTZL "
` [PATCH RFC 51/67] MIPS: uapi: inst: Add new BC1EQZ and BC1NEZ MIPS R6 opcodes
` [PATCH RFC 52/67] MIPS: kernel: branch: Add support for the BC1{EQ,NE}Z FPU branches
` [PATCH RFC 53/67] MIPS: kernel: branch: Add new MIPS R6 B{L,G}ΕZ{AL,}C emulation
` [PATCH RFC 54/67] MIPS: kernel: branch: Add new MIPS R6 B{L,G}TZ{AL,}C emulation
` [PATCH RFC 55/67] MIPS: kernel: branch: Emulate the branch compact (BC) on MIPS R6
` [PATCH RFC 56/67] MIPS: kernel: branch: Emulate the BOVC, BEQC and BEQZALC R6 instructions
` [PATCH RFC 57/67] MIPS: kernel: branch: Emulate the BNVC, BNEC and BNEZLAC "
` [PATCH RFC 58/67] MIPS: kernel: branch: Emulate the BALC R6 instruction
` [PATCH RFC 59/67] MIPS: kernel: branch: Emulate the BEQZC and JIC instructions
` [PATCH RFC 60/67] MIPS: math-emu: cp1emu: Move the fpucondbit struct to a header
` [PATCH RFC 61/67] MIPS: Add LLB bit and related feature for the Config 5 CP0 register
` [PATCH RFC 62/67] MIPS: asm: mipsregs: Add support for the LLADDR register
` [PATCH RFC 63/67] MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6
` [PATCH RFC 64/67] MIPS: Make use of the ERETNC instruction on "
` [PATCH RFC 65/67] MIPS: Malta: malta-int: Set correct asm ISA level
` [PATCH RFC 66/67] MIPS: Malta: Add support for building MIPS R6 kernel
` [PATCH RFC 67/67] MIPS: Add Malta QEMU 32R6 defconfig
rfc: remove early_printk from a few arches? (blackfin, m68k, mips)
2014-12-19 8:03 UTC (6+ messages)
[PATCH] MIPS: JZ4740: fixup #include's (sparse)
2014-12-18 17:22 UTC (6+ messages)
[PATCH] ath79: Increase max memory limit to 256MByte
2014-12-18 12:05 UTC
[PATCH] MIPS: Remove unneeded #ifdef __KERNEL__ from asm/processor.h
2014-12-18 10:59 UTC (2+ messages)
[PATCH v2 00/12] MIPS: OCTEON: Some partial support for Octeon III
2014-12-18 10:18 UTC (23+ messages)
` [PATCH v2 02/12] MIPS: OCTEON: Fix FP context save
` [PATCH v2 03/12] MIPS: OCTEON: Save and restore CP2 SHA3 state
` [PATCH v2 04/12] MIPS: OCTEON: Use correct instruction to read 64-bit COP0 register
` [PATCH v2 05/12] MIPS: OCTEON: Delete unused COP2 saving code
` [PATCH v2 06/12] MIPS: OCTEON: Implement the core-16057 workaround
` [PATCH v2 07/12] MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs
` [PATCH v2 08/12] MIPS: OCTEON: Add ability to used an initrd from a named memory block
` [PATCH v2 09/12] MIPS: OCTEON: Add little-endian support to asm/octeon/octeon.h
` [PATCH v2 10/12] MIPS: OCTEON: Implement DCache errata workaround for all CN6XXX
` [PATCH v2 11/12] MIPS: OCTEON: Update octeon-model.h code for new SoCs
` [PATCH v2 12/12] MIPS: OCTEON: Handle OCTEON III in csrc-octeon
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox