messages from 2015-01-16 10:53:29 to 2015-01-18 22:43:11 UTC [more...]
[PATCH 00/36] jz4780 & CI20 support
2015-01-18 22:42 UTC (70+ messages)
` [PATCH 01/36] devicetree/bindings: add Ingenic Semiconductor vendor prefix
` [PATCH 02/36] MIPS: jz4740: require & include DT
` [PATCH 03/36] MIPS: irq_cpu: declare irqchip table entry
` [PATCH 04/36] MIPS: jz4740: probe CPU interrupt controller via DT
` [PATCH 05/36] MIPS: jz4740: use generic plat_irq_dispatch
` [PATCH 06/36] MIPS: jz4740: move arch_init_irq out of arch/mips/jz4740/irq.c
` [PATCH 07/36] devicetree: document ingenic,jz4740-intc binding
` [PATCH 08/36] MIPS: jz4740: allow interrupt controller probe via DT
` [PATCH 09/36] MIPS: jz4740: probe interrupt controller "
` [PATCH 10/36] MIPS: jz4740: remove non-DT interrupt controller init
` [PATCH 11/36] MIPS: jz4740: register an irq_domain for the interrupt controller
` [PATCH 12/36] MIPS: jz4740: call jz4740_clock_init earlier
` [PATCH 13/36] MIPS: jz4740: replace use of jz4740_clock_bdata
` [PATCH 14/36] clk: jz47xx-cgu: add driver for Ingenic jz47xx series CGU clocks
` [PATCH 15/36] devicetree: add ingenic,jz4740-cgu binding documentation
` [PATCH 16/36] MIPS,clk: migrate jz4740 to common clock framework
` [PATCH 17/36] MIPS,clk: move jz4740_clock_set_wait_mode to jz4740-cgu
` [PATCH 18/36] MIPS,clk: move jz4740 UDC auto suspend functions "
` [PATCH 19/36] MIPS,clk: move jz4740 clock suspend,resume "
` [PATCH 20/36] MIPS: jz4740: remove clock.h
` [PATCH 21/36] MIPS: jz4740: only detect RAM size if not specified in DT
` [PATCH 22/36] MIPS: jz4740: support >32 interrupts
` [PATCH 23/36] MIPS: jz4740: define IRQ numbers based on number of intc IRQs
` [PATCH 24/36] devicetree: document ingenic,jz4740-uart binding
` [PATCH 25/36] devicetree: document ingenic,jz4780-uart binding
` [PATCH 26/36] serial: 8250_jz47xx: support for Ingenic jz47xx UARTs
` [PATCH 27/36] MIPS: allow mach-provided serial.h
` [PATCH 28/36] MIPS: jz4740: use jz47xx-uart & DT for UART output
` [PATCH 29/36] devicetree: add ingenic,jz4780-cgu binding documentation
` [PATCH 30/36] clk: add Ingenic jz4780 CGU driver
` [PATCH 31/36] devicetree: document ingenic,jz4780-intc binding
` [PATCH 32/36] MIPS: jz4740: add jz4780 interrupt controller support
` [PATCH 33/36] MIPS: add jz4780 Ingenic vendor ID
` [PATCH 34/36] MIPS: initial Ingenic jz4780 support
[PATCH] MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS
2015-01-18 21:47 UTC (6+ messages)
3.18+: soft-float userland unusable due to .MIPS.abiflags patch
2015-01-18 10:35 UTC (9+ messages)
[PATCH] MIPS: Changed current_thread_info() to an equivalent supported by both clang and GCC
2015-01-17 16:16 UTC (11+ messages)
[PATCH v2] MIPS: Changed current_thread_info() to an equivalent supported by both clang and GCC
2015-01-17 15:52 UTC (3+ messages)
[PATCH RFC v2 00/70] Add MIPS R6 support
2015-01-17 13:24 UTC (100+ messages)
` [PATCH RFC v2 05/70] MIPS: mm: uasm: Add signed 9-bit immediate related macros
` [PATCH RFC v2 06/70] MIPS: mm: Add MIPS R6 instruction encodings
` [PATCH RFC v2 09/70] MIPS: asm: stackframe: Do not preserve the HI/LO registers on MIPS R6
` [PATCH RFC v2 10/70] MIPS: asm: asmmacro: Drop unused 'reg' argument on MIPSR2
` [PATCH RFC v2 11/70] MIPS: asm: asmmacro: Add MIPS R6 support to the simple EI/DI variants
` [PATCH RFC v2 12/70] MIPS: asm: asmmacro: Replace add instructions with "addui"
` [PATCH RFC v2 13/70] MIPS: Use generic checksum functions for MIPS R6
` [PATCH RFC v2 14/70] MIPS: asm: cpu: Add MIPSR6 ISA definitions
` [PATCH RFC v2 15/70] MIPS: asm: hazards: Add MIPSR6 definitions
` [PATCH RFC v2 16/70] MIPS: asm: irqflags: Add MIPS R6 related definitions
` [PATCH RFC v2 17/70] MIPS: asm: r4kcache: Add MIPS R6 cache unroll functions
` [PATCH RFC v2 18/70] MIPS: asm: spram: Add MIPS R6 related definitions
` [PATCH RFC v2 19/70] MIPS: Use the new "ZC" constraint for MIPS R6
` [PATCH RFC v2 20/70] MIPS: asm: cmpxchg: Update ISA constraints for MIPS R6 support
` [PATCH RFC v2 21/70] MIPS: asm: atomic: "
` [PATCH RFC v2 22/70] MIPS: asm: bitops: "
` [PATCH RFC v2 23/70] MIPS: asm: futex: Set the appropriate ISA level for MIPS R6
` [PATCH RFC v2 24/70] MIPS: asm: spinlock: Replace sub instruction with addiu
` [PATCH RFC v2 25/70] MIPS: asm: local: Set the appropriate ISA level for MIPS R6
` [PATCH RFC v2 26/70] MIPS: kernel: cpu-bugs64: Do not check R6 cores for existing 64-bit bugs
` [PATCH RFC v2 27/70] MIPS: kernel: cevt-r4k: Add MIPS R6 to the c0_compare_interrupt handler
` [PATCH RFC v2 28/70] MIPS: kernel: cpu-probe.c: Add support for MIPS R6
` [PATCH RFC v2 29/70] MIPS: kernel: entry.S: Add MIPS R6 related definitions
` [PATCH RFC v2 30/70] MIPS: kernel: proc: Add MIPS R6 support to /proc/cpuinfo
` [PATCH RFC v2 31/70] MIPS: kernel: traps: Add MIPS R6 related definitions
` [PATCH RFC v2 32/70] MIPS: kernel: r4k_switch: Add support for MIPS R6
` [PATCH RFC v2 33/70] MIPS: kernel: r4k_fpu: "
` [PATCH RFC v2 34/70] MIPS: kernel: genex: Set correct ISA level
` [PATCH RFC v2 35/70] MIPS: kernel: cps-vec: Replace addi with addiu
` [PATCH RFC v2 36/70] MIPS: kernel: unaligned: Add support for the MIPS R6
` [PATCH RFC v2 37/70] MIPS: kernel: syscall: Set the appropriate ISA level for "
` [PATCH RFC v2 38/70] MIPS: lib: memcpy: Add MIPS R6 support
` [PATCH RFC v2 39/70] MIPS: lib: memset: "
` [PATCH RFC v2 40/70] MIPS: mm: page: "
` [PATCH RFC v2 41/70] MIPS: mm: tlbex: Use cpu_has_mips_r2_exec_hazard for the EHB instruction
` [PATCH RFC v2 42/70] MIPS: mm: c-r4k: Set the correct ISA level
` [PATCH RFC v2 43/70] MIPS: mm: scache: Add secondary cache support for MIPS R6 cores
` [PATCH RFC v2 44/70] MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6
` [PATCH RFC v2 45/70] MIPS: kernel: branch: Prevent BLTZL emulation for "
` [PATCH RFC v2 46/70] MIPS: kernel: branch: Prevent BGEZL "
` [PATCH RFC v2 47/70] MIPS: kernel: branch: Prevent BLTZAL "
` [PATCH RFC v2 48/70] MIPS: kernel: branch: Prevent BGEZAL "
` [PATCH RFC v2 49/70] MIPS: kernel: branch: Prevent BEQL "
` [PATCH RFC v2 50/70] MIPS: kernel: branch: Prevent BNEL "
` [PATCH RFC v2 51/70] MIPS: kernel: branch: Prevent BLEZL "
` [PATCH RFC v2 52/70] MIPS: kernel: branch: Prevent BGTZL "
` [PATCH RFC v2 53/70] MIPS: Emulate the BC1{EQ,NE}Z FPU instructions
` [PATCH RFC v2 54/70] MIPS: Emulate the new MIPS R6 B{L,G}Ε{Z,}{AL,}C instructions
` [PATCH RFC v2 55/70] MIPS: Emulate the new MIPS R6 B{L,G}T{Z,}{AL,}C instructions
` [PATCH RFC v2 56/70] MIPS: Emulate the new MIPS R6 branch compact (BC) instruction
` [PATCH RFC v2 57/70] MIPS: Emulate the new MIPS R6 BOVC, BEQC and BEQZALC instructions
` [PATCH RFC v2 58/70] MIPS: Emulate the new MIPS R6 BNVC, BNEC and BNEZLAC instructions
` [PATCH RFC v2 59/70] MIPS: Emulate the new MIPS R6 BALC instruction
` [PATCH RFC v2 60/70] MIPS: Emulate the new MIPS R6 BEQZC and JIC instructions
` [PATCH RFC v2 61/70] MIPS: Emulate the new MIPS R6 BNEZC and JIALC instructions
` [PATCH RFC v2 62/70] MIPS: Add LLB bit and related feature for the Config 5 CP0 register
` [PATCH RFC v2 63/70] MIPS: asm: mipsregs: Add support for the LLADDR register
` [PATCH RFC v2 64/70] MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6
` [PATCH RFC v2 65/70] MIPS: Make use of the ERETNC instruction on "
` [PATCH RFC v2 66/70] MIPS: Handle MIPS IV, V and R2 FPU instructions on MIPS R6 as well
` [PATCH RFC v2 67/70] MIPS: kernel: process: Do not allow FR=0 on MIPS R6
` [PATCH RFC v2 68/70] MIPS: kernel: elf: Improve the overall ABI and FPU mode checks
` [PATCH RFC v2 69/70] MIPS: Malta: Add support for building MIPS R6 kernel
` [PATCH RFC v2 70/70] MIPS: Add Malta QEMU 32R6 defconfig
[PATCH RESEND v8 2/2] clk: Add floor and ceiling constraints to clock rates
2015-01-17 1:57 UTC (2+ messages)
[PATCH v3.19] MIPS: smp-mt,smp-cmp: Enable all HW IRQs on secondary CPUs
2015-01-16 18:40 UTC (3+ messages)
[PATCH 0/5] Mapped kernel support for Broadcom XLP/XLPII
2015-01-16 12:38 UTC (12+ messages)
` [PATCH 1/5] MIPS: Make MAPPED_KERNEL config option common
` [PATCH 2/5] MIPS: Add platform function to fixup memory
` [PATCH 3/5] MIPS: Netlogic: Mapped kernel support
` [PATCH 4/5] MIPS: Compress MAPPED kernels
` [PATCH 5/5] MIPS: Netlogic: Map kernel with 1G/4G pages on XLPII
[PATCH] MIPS: Netlogic: Add NUMA support
2015-01-16 12:37 UTC (2+ messages)
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