Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2015-01-30 10:18:58 to 2015-02-04 15:27:20 UTC [more...]

[PATCH_V2 00/34] jz4780 & CI20 support
 2015-02-04 15:22 UTC  (70+ messages)
` [PATCH_V2 01/34] dt: Add Ingenic Semiconductor vendor prefix
` [PATCH_V2 02/34] MIPS: jz4740: require & include DT
` [PATCH_V2 03/34] MIPS: irq_cpu: declare irqchip table entry
` [PATCH_V2 04/34] MIPS: jz4740: probe CPU interrupt controller via DT
` [PATCH_V2 05/34] MIPS: jz4740: use generic plat_irq_dispatch
` [PATCH_V2 06/34] MIPS: jz4740: move arch_init_irq out of arch/mips/jz4740/irq.c
` [PATCH_V2 07/34] dt: interrupt-controller: Add ingenic,jz4740-intc binding doc
` [PATCH_V2 08/34] MIPS: jz4740: allow interrupt controller probe via DT
` [PATCH_V2 09/34] MIPS: jz4740: probe interrupt controller "
` [PATCH_V2 10/34] MIPS: jz4740: remove non-DT interrupt controller init
` [PATCH_V2 11/34] MIPS: jz4740: register an irq_domain for the interrupt controller
` [PATCH_V2 12/34] MIPS: jz4740: call jz4740_clock_init earlier
` [PATCH_V2 13/34] MIPS: jz4740: replace use of jz4740_clock_bdata
` [PATCH_V2 14/34] clk: jz47xx-cgu: add driver for Ingenic jz47xx series CGU clocks
` [PATCH_V2 15/34] dt: clk: Add ingenic,jz4740-cgu binding documentation
` [PATCH_V2 16/34] MIPS: clk: migrate jz4740 to common clock framework
` [PATCH_V2 17/34] MIPS: clk: move jz4740_clock_set_wait_mode to jz4740-cgu
` [PATCH_V2 18/34] MIPS: clk: move jz4740 UDC auto suspend functions "
` [PATCH_V2 19/34] MIPS: clk: move jz4740 clock suspend, resume "
` [PATCH_V2 20/34] MIPS: jz4740: remove clock.h
` [PATCH_V2 21/34] MIPS: jz4740: only detect RAM size if not specified in DT
` [PATCH_V2 22/34] MIPS: jz4740: support >32 interrupts
` [PATCH_V2 23/34] MIPS: jz4740: define IRQ numbers based on number of intc IRQs
` [PATCH_V2 24/34] dt: serial: Add ingenic,jz4740-uart binding
` [PATCH_V2 25/34] serial: 8250_jz47xx: support for Ingenic jz47xx UARTs
` [PATCH_V2 26/34] MIPS: allow mach-provided serial.h
` [PATCH_V2 27/34] MIPS: jz4740: use jz47xx-uart & DT for UART output
` [PATCH_V2 28/34] dt: clk: Add ingenic,jz4780-cgu binding documentation
` [PATCH_V2 29/34] clk: add Ingenic jz4780 CGU driver
` [PATCH_V2 30/34] MIPS: jz4740: add jz4780 interrupt controller support
` [PATCH_V2 31/34] MIPS: add jz4780 Ingenic vendor ID
` [PATCH_V2 32/34] MIPS: initial Ingenic jz4780 support
` [PATCH_V2 33/34] MIPS: initial MIPS Creator CI20 board support
` [PATCH_V2 34/34] MIPS: allow jz4780 to be selected in Kconfig

[PATCH 1/3] MIPS: Fix cache flushing for swap pages with non-DMA I/O
 2015-02-04 14:54 UTC  (3+ messages)
` [1/3] "

watchdog: SOC_MT7621?
 2015-02-04 14:14 UTC  (7+ messages)

[PATCH 0/5] MIPS: LLVMLinux: Patches to enable compilation of a working kernel for MIPS using Clang/LLVM
 2015-02-04 12:57 UTC  (12+ messages)
` [PATCH 2/5] MIPS: LLVMLinux: Fix a 'cast to type not present in union' error
` [PATCH 3/5] MIPS: LLVMLinux: Fix an 'inline asm input/output type mismatch' error
` [PATCH 4/5] MIPS: LLVMLinux: Silence variable self-assignment warnings
` [PATCH 5/5] MIPS: LLVMLinux: Silence unicode warnings when preprocessing assembly

[PATCH] KVM: MIPS: Disable HTW while in guest
 2015-02-04 10:52 UTC  (2+ messages)

3.19-rcs won't boot on yeeloong
 2015-02-04  6:59 UTC  (2+ messages)

[PATCH] mips: Re-introduce copy_user_page
 2015-02-04  3:33 UTC  (4+ messages)
`  "

[PATCH V3] watchdog: add MT7621 watchdog support
 2015-02-03 18:57 UTC  (4+ messages)
` [PATCH] watchdog: rt2880_wdt: minor clean up

[PATCH v11 16/19] mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()
 2015-02-03 17:43 UTC  (2+ messages)

Few questions about porting Linux to SMP86xx boards
 2015-02-03 16:40 UTC  (13+ messages)

[PATCH] MIPS: Fix syscall_get_nr for the syscall exit tracing
 2015-02-03 16:08 UTC 

MIPS: OCTEON: Populate kernel memory from cvmx_bootmem named blocks
 2015-02-03 15:31 UTC 

[PATCH RFC v2 00/70] Add MIPS R6 support
 2015-02-03 12:41 UTC  (13+ messages)
` [PATCH RFC v2 46/70] MIPS: kernel: branch: Prevent BGEZL emulation for MIPS R6
` [PATCH RFC v2 67/70] MIPS: kernel: process: Do not allow FR=0 on "
` [PATCH RFC v2 68/70] MIPS: kernel: elf: Improve the overall ABI and FPU mode checks

[PATCH v13 4/6] clk: Add rate constraints to clocks
 2015-02-02 20:47 UTC  (21+ messages)

[PATCH 00/36] jz4780 & CI20 support
 2015-02-02 16:32 UTC  (6+ messages)
` [PATCH 26/36] serial: 8250_jz47xx: support for Ingenic jz47xx UARTs

[PATCH RFC v2 68/70] MIPS: kernel: elf: Improve the overall ABI and FPU mode checks
 2015-02-02 16:13 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/2] MIPS: Makefile: Move the ASEs checks after setting the core's CFLAGS
 2015-02-02 15:41 UTC  (4+ messages)
` [PATCH 2/2] MIPS: Makefile: Pass -march option on Loongson3A cores

[PATCH v2 0/3] Add MIPS CDMM bus support
 2015-02-02 11:45 UTC  (8+ messages)
` [PATCH v2 1/3] MIPS: Add arch CDMM definitions and probing
` [PATCH v2 2/3] MIPS: Add CDMM bus support
` [PATCH v2 3/3] MIPS: Malta: Implement mips_cdmm_phys_base()

[PATCH] mtd: nand: jz4740: Convert to GPIO descriptor API
 2015-02-02  9:05 UTC  (4+ messages)

[PATCH] MIPS: boot: elf2ecoff: Ignore the PT_MIPS_ABIFLAGS section
 2015-02-02  9:03 UTC  (2+ messages)

[PATCH v2 1/2] MIPS: OCTEON: fix kernel crash when offlining a CPU
 2015-01-30 18:53 UTC  (12+ messages)
` [PATCH v2 2/2] MIPS: fix kernel lockup or crash after CPU offline/online

[PATCH 1/2] MIPS: Makefile: Set correct ISA level for MIPS ASEs
 2015-01-30 17:13 UTC  (15+ messages)
` [PATCH 2/2] MIPS: Makefile: Set default ISA level

[PATCH 0/2] MIPS: Fix build errors with binutils 2.24.51+
 2015-01-30 15:45 UTC  (8+ messages)
` [PATCH 1/2] MIPS: mipsregs.h: Add write_32bit_cp1_register()
` [PATCH 2/2] MIPS: traps: Fix inline asm ctc1 missing .set hardfloat

[PATCH v2 00/10] FP/MSA fixes
 2015-01-30 12:09 UTC  (22+ messages)
` [PATCH v2 01/10] MIPS: push .set arch=r4000 into the functions needing it
` [PATCH v2 02/10] MIPS: assume at as source/dest of MSA copy/insert instructions
` [PATCH v2 03/10] MIPS: remove MSA macro recursion
` [PATCH v2 04/10] MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA support
` [PATCH v2 05/10] MIPS: clear MSACSR cause bits when handling MSA FP exception
` [PATCH v2 06/10] MIPS: ensure FCSR cause bits are clear after invoking FPU emulator
` [PATCH v2 07/10] MIPS: prevent FP context set via ptrace being discarded
` [PATCH v2 08/10] MIPS: disable FPU if the mode is unsupported
` [PATCH v2 09/10] Revert "MIPS: Don't assume 64-bit FP registers for context switch"
` [PATCH v2 10/10] MIPS: MSA: Fix big-endian FPR_IDX implementation

[PATCH v8 0/2] Imagination Technologies PWM support
 2015-01-30 11:18 UTC  (2+ messages)


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