Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2013-01-16 17:57:11 to 2013-01-31 13:36:49 UTC [more...]

[PATCH V3 00/10] MIPS: ralink: adds support for ralink platform
 2013-01-31 13:36 UTC  (21+ messages)
` [PATCH V3 01/10] MIPS: ralink: adds include files
` [PATCH V3 02/10] MIPS: ralink: adds irq code
` [PATCH V3 03/10] MIPS: ralink: adds reset code
` [PATCH V3 04/10] MIPS: ralink: adds prom and cmdline code
` [PATCH V3 05/10] MIPS: ralink: adds clkdev code
` [PATCH V3 06/10] MIPS: ralink: adds OF code
` [PATCH V3 07/10] MIPS: ralink: adds early_printk support
` [PATCH V3 08/10] MIPS: ralink: adds support for RT305x SoC family
` [PATCH V3 09/10] MIPS: ralink: adds rt305x devicetree
` [PATCH V3 10/10] MIPS: ralink: adds Kbuild files

[PATCH 1/3] Document: devicetree: add OF documents for MIPS interrupt controller
 2013-01-31 13:20 UTC  (3+ messages)
` [PATCH 2/3] MIPS: add irqdomain support for the CPU IRQ controller
` [PATCH 3/3] MIPS: ralink: add CPU interrupt controller to of_irq_ids

MIPS atomic_set_mask and atomic_clear_mask
 2013-01-31 10:26 UTC  (2+ messages)

[PATCH 1/3] watchdog: ath79_wdt: convert to use devm_clk_get
 2013-01-30 19:52 UTC 

[PATCH][RFC] MIPS: microMIPS: Add support to micro-assembler
 2013-01-30 18:04 UTC  (3+ messages)

Distincting very similar CPUs in cpu-probe.c
 2013-01-30 14:34 UTC  (3+ messages)

[PATCH V9 00/13] MIPS: Add Loongson-3 based machines support
 2013-01-30  6:25 UTC  (14+ messages)
` [PATCH V9 01/13] MIPS: Loongson: Add basic Loongson-3 definition
` [PATCH V9 02/13] MIPS: Loongson: Add basic Loongson-3 CPU support
` [PATCH V9 03/13] MIPS: Loongson: Introduce and use cpu_has_coherent_cache feature
` [PATCH V9 04/13] MIPS: Loongson 3: Add Lemote-3A machtypes definition
` [PATCH V9 05/13] MIPS: Loongson: Add UEFI-like firmware interface support
` [PATCH V9 06/13] MIPS: Loongson 3: Add HT-linked PCI support
` [PATCH V9 07/13] MIPS: Loongson 3: Add IRQ init and dispatch support
` [PATCH V9 08/13] MIPS: Loongson 3: Add serial port support
` [PATCH V9 09/13] MIPS: Loongson: Add swiotlb to support big memory (>4GB)
` [PATCH V9 10/13] MIPS: Loongson: Add Loongson-3 Kconfig options
` [PATCH V9 11/13] MIPS: Loongson 3: Add Loongson-3 SMP support
` [PATCH V9 12/13] MIPS: Loongson 3: Add CPU hotplug support
` [PATCH V9 13/13] MIPS: Loongson: Add a Loongson-3 default config file

[PATCH 1/2] NET: ethernet/netlogic: Netlogic XLR/XLS GMAC driver
 2013-01-30  1:11 UTC  (4+ messages)
` [PATCH 2/2] MIPS: Netlogic: Platform changes for XLR/XLS gmac

[PATCH] MIPS: lantiq: fix cp0_perfcount_irq mapping
 2013-01-29 19:46 UTC 

[PATCH] MIPS: add irqdomain support for the CPU IRQ controller
 2013-01-29 18:32 UTC  (4+ messages)

[PATCH] MIPS: ath79: simplify MISC IRQ handling
 2013-01-29 17:13 UTC 

[PATCH 1/2] MIPS: pci-ar724x: fix AR724X_PCI_MEM_SIZE
 2013-01-29  9:27 UTC  (2+ messages)
` [PATCH 2/2] MIPS: pci-ar71xx: fix AR71XX_PCI_MEM_SIZE

[PATCH 1/2] MIPS: ath79: fix GPIO function selection for AR934x SoCs
 2013-01-29  9:19 UTC  (3+ messages)
` [PATCH 2/2] MIPS: ath79: simplify ath79_gpio_function_* routines

[PATCH 00/13] MIPS: BCM63XX: support for OHCI and EHCI integrated controllers
 2013-01-29  7:37 UTC  (26+ messages)
` [PATCH 01/13] MIPS: BCM63XX: add USB host clock enable delay
` [PATCH 02/13] MIPS: BCM63XX: add USB device clock enable delay to clock code
` [PATCH 03/13] MIPS: BCM63XX: move code touching the USB private register
` [PATCH 04/13] MIPS: BCM63XX: add OHCI/EHCI configuration bits to common USB code
` [PATCH 05/13] MIPS: BCM63XX: introduce BCM63XX_OHCI configuration symbol
` [PATCH 06/13] MIPS: BCM63XX: add support for the on-chip OHCI controller
` [PATCH 07/13] MIPS: BCM63XX: register OHCI controller if board enables it
` [PATCH 08/13] MIPS: BCM63XX: introduce BCM63XX_EHCI configuration symbol
` [PATCH 09/13] MIPS: BCM63XX: add support for the on-chip EHCI controller
` [PATCH 10/13] MIPS: BCM63XX: register EHCI controller if board enables it
` [PATCH 11/13] USB: EHCI: add ignore_oc flag to disable overcurrent checking
` [PATCH 12/13] MIPS: BCM63XX: EHCI controller does not support overcurrent
` [PATCH 13/13] MIPS: BCM63XX: update defconfig

[PATCH v4 0/5] watchdog: bcm47xx_wdt.c: add support for SoCs with PMU
 2013-01-28 22:06 UTC  (4+ messages)

[PATCH V3 7/10] MIPS: ralink: adds early_printk support
 2013-01-28 21:26 UTC  (3+ messages)

[PATCH V2 00/10] MIPS: ralink: adds support for ralink platform
 2013-01-27 19:26 UTC  (12+ messages)
` [PATCH V2 01/10] MIPS: ralink: adds include files
` [PATCH V2 02/10] MIPS: ralink: adds irq code
` [PATCH V2 03/10] MIPS: ralink: adds reset code
` [PATCH V2 04/10] MIPS: ralink: adds prom and cmdline code
` [PATCH V2 05/10] MIPS: ralink: adds clkdev code
` [PATCH V2 06/10] MIPS: ralink: adds OF code
` [PATCH V2 07/10] MIPS: ralink: adds early_printk support
` [PATCH V2 08/10] MIPS: ralink: adds support for RT305x SoC family
` [PATCH V2 09/10] MIPS: ralink: adds rt305x devicetree
` [PATCH V2 10/10] MIPS: ralink: adds Kbuild files

[PATCH V8 00/13] MIPS: Add Loongson-3 based machines support
 2013-01-27  8:48 UTC 

[PATCH] mips: Move __virt_addr_valid() to a place for MIPS 64
 2013-01-26 21:19 UTC  (4+ messages)

[PATCH] mips/ftrace: Fix kernel compile error
 2013-01-25 18:04 UTC 

[PATCH V2 1/2] serial: ralink: adds support for the serial core found on ralink wisoc
 2013-01-25 16:58 UTC  (2+ messages)

[PATCH 35/35] x86: Don't panic if can not alloc buffer for swiotlb
 2013-01-25 16:47 UTC  (2+ messages)

[PATCH 1/2] serial: ralink: adds support for the serial core found on ralink wisoc
 2013-01-25 12:40 UTC  (5+ messages)
` [PATCH 2/2] serial: of: allow au1x00 and rt288x to load from OF

[PATCH V8 00/13] MIPS: Add Loongson-3 based machines support
 2013-01-25  6:25 UTC 

[RFC] MIPS: microMIPS: Add instruction formats
 2013-01-24 22:32 UTC 

mips-next: Pull Request for 3.9
 2013-01-24 17:45 UTC 

[PATCH v3] MIPS: microMIPS: Redefine value of BRK_BUG
 2013-01-24 17:26 UTC 

[PATCH v4 2/5] watchdog: bcm47xx_wdt.c: use platform device
 2013-01-24 17:13 UTC  (2+ messages)
` [PATCH v5 "

[PATCH v2 00/18] KVM for MIPS32 Processors
 2013-01-24 15:59 UTC  (8+ messages)
` [PATCH v2 02/18] KVM/MIPS32: Arch specific KVM data structures
` [PATCH v2 15/18] MIPS: Pull in MIPS fix: fix endless loop when processing signals for kernel tasks

[RFC 00/11] MIPS: ralink: adds support for ralink platform
 2013-01-24 15:06 UTC  (31+ messages)
` [RFC 01/11] MIPS: allow platforms to override cp0_compare_irq
` [RFC 02/11] MIPS: ralink: adds include files
` [RFC 03/11] MIPS: ralink: adds irq code
` [RFC 04/11] MIPS: ralink: adds reset code
` [RFC 05/11] MIPS: ralink: adds prom and cmdline code
` [RFC 06/11] MIPS: ralink: adds clkdev code
` [RFC 07/11] MIPS: ralink: adds OF code
` [RFC 08/11] MIPS: ralink: adds early_printk support
` [RFC 09/11] MIPS: ralink: adds support for RT305x SoC family
` [RFC 10/11] MIPS: ralink: adds rt305x devicetree
` [RFC 11/11] MIPS: ralink: adds Kbuild files

[PATCH V8 00/13] MIPS: Add Loongson-3 based machines support
 2013-01-24 10:32 UTC  (2+ messages)

git (linux-queue.git) not available: access denied or repository not exported
 2013-01-23 20:08 UTC  (3+ messages)

Upcoming cross-tree build breakage on merge window
 2013-01-23 12:13 UTC 

pnx_clocksource broken?
 2013-01-22 11:54 UTC  (3+ messages)
` Any NXP PNX user left (was: Re: pnx_clocksource broken?)

[PATCH] MIPS: fix 64-bit kernel build
 2013-01-21 11:19 UTC 

[PATCH 03/33] MIPS: Convert to devm_ioremap_resource()
 2013-01-21 10:08 UTC 

[PATCH] mips: bcm47xx: select GPIOLIB for BCMA on bcm47xx platform
 2013-01-21  9:40 UTC  (7+ messages)

[PATCH] MIPS: show correct cpu name for 24KEc
 2013-01-19  9:56 UTC 

[PATCH 1/5] MIPS: lantiq: trivial typo fix
 2013-01-19  9:54 UTC  (5+ messages)
` [PATCH 2/5] MIPS: lantiq: adds static clock for PP32
` [PATCH 3/5] MIPS: lantiq: add GPHY clock gate bits
` [PATCH 4/5] MIPS: lantiq: improve pci reset gpio handling
` [PATCH 5/5] MIPS: lantiq: rework external irq code

[PATCH] MIPS: Fix build failure by adding definition of pfn_pmd()
 2013-01-18 19:16 UTC 

3.8-rc1 build failure with MIPS/SPARSEMEM
 2013-01-18 18:10 UTC  (3+ messages)
  ` 3.8-rc4 build regression (was: Re: 3.8-rc1 build failure with MIPS/SPARSEMEM)

[PATCH v2] MIPS: microMIPS: Redefine value of BRK_BUG
 2013-01-18 17:53 UTC 

[PATCH v4] OF: MIPS: sead3: Implement OF support
 2013-01-18 13:24 UTC  (2+ messages)

[PATCH] MIPS: microMIPS: Redefine value of BRK_BUG
 2013-01-18  0:42 UTC  (5+ messages)

[PATCH v2,4/4] MIPS: malta: Code clean-ups
 2013-01-17 17:40 UTC 

[PATCH v2] MIPS: malta: Code clean-ups
 2013-01-17 17:36 UTC 

[PATCH V2] mips: function tracer: Fix broken function tracing
 2013-01-17 15:35 UTC  (4+ messages)

[PATCH] [RFC] Proposed changes to eliminate 'union mips_instruction' type
 2013-01-17 14:05 UTC  (9+ messages)

[PATCH] mpis: cavium-octeon/executive/cvmx-l2c.c: fix uninitialized variable
 2013-01-16 18:09 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