Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2016-08-26 15:44:15 to 2016-09-01 15:30:53 UTC [more...]

[Patch v3 00/11] microblaze/MIPS: xilfpga: intc and peripheral
 2016-09-01 15:30 UTC  (41+ messages)
` [Patch v3 01/11] microblaze: irqchip: Move intc driver to irqchip
` [Patch v3 02/11] irqchip: axi-intc: Clean up irqdomain argument and read/write
` [Patch v3 03/11] irqchip: axi-intc: Add support for parent intc
` [Patch v3 04/11] MIPS: xilfpga: Use irqchip_init instead of the legacy way
` [Patch v3 05/11] MIPS: xilfpga: Use Xilinx AXI Interrupt Controller
` [Patch v3 06/11] MIPS: xilfpga: Update DT node and specify uart irq
` [Patch v3 07/11] MIPS: Xilfpga: Add DT node for AXI I2C
` [Patch v3 08/11] net: ethernet: xilinx: Generate random mac if none found
` [Patch v3 09/11] net: ethernet: xilinx: Enable emaclite for MIPS
` [Patch v3 10/11] MIPS: xilfpga: Add DT node for AXI emaclite
` [Patch v3 11/11] MIPS: xilfpga: Update defconfig

[PATCH 2/2] MIPS: set NR_syscall_tables appropriately
 2016-09-01 15:24 UTC  (19+ messages)
  ` [PATCH 1/2] tracing/syscalls: allow multiple syscall numbers per syscall

[PATCH] MIPS: vDSO: Fix Malta EVA mapping to vDSO page structs
 2016-09-01 12:04 UTC  (2+ messages)

[PATCH v2] CLK: Add Loongson1C clock support
 2016-09-01  7:31 UTC  (3+ messages)

[PATCH v2 00/19] MIPS: SEAD3 device tree conversion
 2016-08-31 16:18 UTC  (7+ messages)
` [PATCH v2 10/19] leds: Remove SEAD3 driver
` [PATCH v2 16/19] dt-bindings: img-ascii-lcd: Document a binding for simple ASCII LCDs

[PATCH 00/10] MIPS CPC fixup and CPU Idle for MIPSr6 CPUs
 2016-08-31 15:49 UTC  (28+ messages)
` [PATCH 01/10] MIPS: CPC: Convert bare 'unsigned' to 'unsigned int'
` [PATCH 02/10] MIPS: CPC: Avoid lock when MIPS CM >= 3 is present
` [PATCH 03/10] MIPS: pm-cps: Change FSB workaround to CPU blacklist
` [PATCH 04/10] MIPS: pm-cps: Remove I6400 sync types
` [PATCH 05/10] MIPS: pm-cps: Add P6600 implementation lightweight "
` [PATCH 06/10] MIPS: pm-cps: Use MIPS standard lightweight ordering barrier
` [PATCH 07/10] MIPS: pm-cps: Add MIPSr6 CPU support
` [PATCH 08/10] MIPS: pm-cps: Support CM3 changes to Coherence Enable Register
` [PATCH 09/10] MIPS: SMP: Wrap call to mips_cpc_lock_other in mips_cm_lock_other
` [PATCH 10/10] cpuidle: cpuidle-cps: Enable use with MIPSr6 CPUs

[PATCH] MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)
 2016-08-31 10:33 UTC  (2+ messages)

[PATCH v2 00/26] MIPS generic kernels, SEAD-3 & Boston support
 2016-08-31 10:21 UTC  (55+ messages)
` [PATCH v2 01/26] MIPS: PCI: Support for CONFIG_PCI_DOMAINS_GENERIC
` [PATCH v2 02/26] MIPS: PCI: Make pcibios_set_cache_line_size an initcall
` [PATCH v2 03/26] MIPS: PCI: Inline pcibios_assign_all_busses
` [PATCH v2 04/26] MIPS: PCI: Split pci.c into pci.c & pci-legacy.c
` [PATCH v2 05/26] MIPS: PCI: Introduce CONFIG_PCI_DRIVERS_LEGACY
` [PATCH v2 06/26] MIPS: PCI: Support generic drivers
` [PATCH v2 07/26] MIPS: Sanitise coherentio semantics
` [PATCH v2 08/26] MIPS: dma-default: Don't check hw_coherentio if device is non-coherent
` [PATCH v2 09/26] MIPS: Support per-device DMA coherence
` [PATCH v2 10/26] MIPS: Print CM error reports upon bus errors
` [PATCH v2 11/26] dt-bindings: Document mti,mips-cpc binding
` [PATCH v2 12/26] MIPS: CPC: Provide a default mips_cpc_default_phys_base
` [PATCH v2 13/26] dt-bindings: Document mti,mips-cdmm binding
` [PATCH v2 14/26] MIPS: CDMM: Allow CDMM base address to be specified via DT
` [PATCH v2 15/26] irqchip: mips-cpu: Replace magic 0x100 with IE_SW0
` [PATCH v2 16/26] irqchip: mips-cpu: Prepare for non-legacy IRQ domains
` [PATCH v2 17/26] irqchip: mips-cpu: Introduce IPI IRQ domain support
` [PATCH v2 18/26] MIPS: smp-mt: Use CPU interrupt controller "
` [PATCH v2 19/26] MIPS: Stengthen IPI IRQ domain sanity check
` [PATCH v2 20/26] MIPS: Adjust MIPS64 CAC_BASE to reflect Config.K0
` [PATCH v2 21/26] MIPS: Support generating Flattened Image Trees (.itb)
` [PATCH v2 22/26] MIPS: generic: Introduce generic DT-based board support
` [PATCH v2 23/26] MIPS: generic: Convert SEAD-3 to a generic board
` [PATCH v2 24/26] dt-bindings: Document img,boston-clock binding
` [PATCH v2 25/26] clk: boston: Add a driver for MIPS Boston board clocks
` [PATCH v2 26/26] MIPS: generic: Support MIPS Boston development boards

[PATCH 00/26] MIPS generic kernels, SEAD-3 & Boston support
 2016-08-30 15:53 UTC  (22+ messages)
` [PATCH 15/26] irqchip: mips-cpu: Replace magic 0x100 with IE_SW0
` [PATCH 16/26] irqchip: mips-cpu: Prepare for non-legacy IRQ domains
` [PATCH 17/26] irqchip: mips-cpu: Introduce IPI IRQ domain support
` [PATCH 18/26] MIPS: smp-mt: Use CPU interrupt controller "
` [PATCH 19/26] MIPS: Stengthen IPI IRQ domain sanity check
` [PATCH 20/26] MIPS: Adjust MIPS64 CAC_BASE to reflect Config.K0
` [PATCH 21/26] MIPS: Support generating Flattened Image Trees (.itb)
` [PATCH 22/26] MIPS: generic: Introduce generic DT-based board support
` [PATCH 23/26] MIPS: generic: Convert SEAD-3 to a generic board
` [PATCH 24/26] dt-bindings: Document img,boston-clock binding
` [PATCH 25/26] clk: boston: Add a driver for MIPS Boston board clocks
` [PATCH 26/26] MIPS: generic: Support MIPS Boston development boards

[BISECTED REGRESSION] v4.8-rc: DT/OCTEON driver probing broken
 2016-08-29 22:39 UTC  (6+ messages)

[PATCH v9 1/4] nmi_backtrace: add more trigger_*_cpu_backtrace() methods
 2016-08-29 16:12 UTC  (2+ messages)

[PATCH 0/5] mips: audit and remove needless module.h use from core
 2016-08-29 11:59 UTC  (4+ messages)
` [PATCH 5/5] mips/kvm: Audit and remove any unnecessary uses of module.h

SGI Octane && Bridge DMA bug
 2016-08-29  6:05 UTC  (5+ messages)

[PATCH v2 0/4] hw_random: Add driver for Ingenic JZ4780 SoC RNG
 2016-08-28 17:59 UTC  (7+ messages)
` [PATCH v2 1/4] hw_random: jz4780-rng: Add devicetree bindings for RNG in JZ4780 SoC
` [PATCH v2 2/4] hw_random: jz4780-rng: Add Ingenic JZ4780 hardware RNG driver
` [PATCH v2 3/4] hw_random: jz4780-rng: Add RNG node to jz4780.dtsi
` [PATCH v2 4/4] hw_random: jz4780-rng: Enable hardware RNG in CI20 defconfig

[PATCH v2] MIPS: Octeon: mark GPIO controller node not populated after IRQ init
 2016-08-26 19:02 UTC  (2+ messages)

Catholic Rev.Sister
 2016-08-26 16:22 UTC  (2+ messages)

[PATCH v2 07/19] usb: host: ehci-sead3: Remove SEAD-3 EHCI code
 2016-08-26 15:55 UTC  (3+ messages)


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