Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2011-07-01 16:38:33 to 2011-07-30 13:47:22 UTC [more...]

[PATCH] MIPS: Netlogic: Minor fixes for XLR processors
 2011-07-30 13:46 UTC  (2+ messages)

[PATCH 0/4] MIPS: Support for Netlogic XLP processors
 2011-07-30 13:29 UTC  (5+ messages)
` [PATCH 1/4] MIPS: Netlogic: XLP CPU support
` [PATCH 2/4] MIPS: Netlogic: Platform files for XLP processors
` [PATCH 3/4] MIPS: Netlogic: Build support for netlogic XLP
` [PATCH 4/4] MIPS: Netlogic: Add default XLP config

[PATCH v3 00/11] bcma: add support for embedded devices like bcm4716
 2011-07-29 21:06 UTC  (16+ messages)
` [PATCH 01/11] bcma: move parsing of EEPROM into own function
` [PATCH 02/11] bcma: move initializing of struct bcma_bus to "
` [PATCH 03/11] bcma: add functions to scan cores needed on SoCs
` [PATCH 04/11] bcma: add SOC bus
` [PATCH 05/11] bcma: add mips driver
` [PATCH 06/11] bcma: add serial console support
` [PATCH 07/11] bcma: get CPU clock
` [PATCH 08/11] bcm47xx: prepare to support different buses
` [PATCH 09/11] bcm47xx: make it possible to build bcm47xx without ssb
` [PATCH 10/11] bcm47xx: add support for bcma bus
` [PATCH 11/11] bcm47xx: fix irq assignment for new SoCs

[PATCH 0/2] PCI driver to use insert_resource_conflict() to claim resources
 2011-07-29 17:35 UTC  (9+ messages)
` [PATCH 1/2] PCI: make pci_claim_resource() work with conflict resources as appropriate
` [PATCH 2/2] kernel/resource: enrich the comment for insert_resource_conflict()

[RFC PATCH 0/2] MIPS: selectively eliminate plat_irq_dispatch
 2011-07-29  8:37 UTC  (3+ messages)
` [RFC PATCH 1/2] MIPS: add option to get rid of plat_irq_dispatch
` [RFC PATCH 2/2] MIPS: Alchemy: make ICs chained handlers of MIPS ints

[PATCH] SOUND: Fix txx9aclc.c build
 2011-07-29  5:55 UTC  (2+ messages)

[PATCH] [48/50] SERIAL: SC26xx: Fix link error
 2011-07-28 23:44 UTC 

[RFC PATCH] MIPS: Alchemy: make ICs chained handler of MIPS ints
 2011-07-28 17:29 UTC 

Compilation error on linux-mips git
 2011-07-27 20:27 UTC 

[PATCH V2 0/3] ASoC: au1x: update PSC AC97/I2S code
 2011-07-27 18:17 UTC  (8+ messages)
` [PATCH V2 1/3] ASoC: au1x: remove automatic DMA device registration from PSC drivers
` [PATCH V2 2/3] ASoC: au1x: update db1200 machine to the new way of things
` [PATCH V2 3/3] ASoC: au1x: use substream stream info directly

[PATCH V5 0/3] ASoC for Alchemy Au1000/1500/1100
 2011-07-27 18:12 UTC  (12+ messages)
` [PATCH V5 1/3] ASoC: Alchemy AC97C/I2SC audio support
` [PATCH V5 2/3] ASoC: Add a DB1x00 AC97 machine driver
` [PATCH V5 3/3] ALSA: deprecate MIPS AU1X00 AC97 driver

[patch 0/7] MIPS: Assorted fixlets and annotation patches
 2011-07-27 14:49 UTC  (16+ messages)
` [patch 1/7] mips: sibyte: Add missing irq_mask function
` [patch 3/7] mips: Enable interrupts in do_signal()
` [patch 2/7] mips: ftrace: Fix the CONFIG_DYNAMIC_FTRACE=n compile
` [patch 5/7] MIPS: Mark cascade and low level interrupts IRQF_NO_THREAD
` [patch 4/7] MIPS: Make the die_lock be raw
` [patch 6/7] MIPS: Loongson: Mark cascade interrupts IRQF_NO_THREAD
` [patch 7/7] mips: Allow forced irq threading

[PATCHv4 01/11] atomic: add *_dec_not_zero
 2011-07-27  9:47 UTC 

[PATCH] mips:lantiq:remove the dup include file
 2011-07-27  8:35 UTC  (3+ messages)

MIPS: fix rc32434 pci build error
 2011-07-27  8:29 UTC  (3+ messages)

[PATCH 1/2] MIPS: Add uasm UASM_i_SRL_SAFE macro
 2011-07-27  7:06 UTC  (5+ messages)
` [PATCH 2/2 v2] MIPS: Close races in TLB modify handlers

Mips still broken in v3.0 with v2.6.39 bug?
 2011-07-26 18:04 UTC 

[PATCH 19/23] mips: Use HAVE_MEMBLOCK_NODE_MAP
 2011-07-26 15:35 UTC 

[PATCH V4 0/3] ASoC for Alchemy Au1000/1500/1100
 2011-07-25 11:02 UTC  (8+ messages)
` [PATCH V4 1/3] ASoC: Alchemy AC97C/I2SC audio support
` [PATCH V4 2/3] ASoC: Add a DB1x00 AC97 machine driver
` [PATCH V4 3/3] ALSA: deprecate MIPS AU1X00 AC97 driver

[PATCH 0/2] ASoC: au1x: update PSC AC97/I2S code
 2011-07-25  9:41 UTC  (4+ messages)
` [PATCH 1/2] ASoC: au1x: remove automatic DMA device registration from PSC drivers
` [PATCH 2/2] ASoC: au1x: update db1200 machine to the new way of things

[PATCH v2 00/11] bcma: add support for embedded devices like bcm4716
 2011-07-22 20:16 UTC  (22+ messages)
` [PATCH v2 01/11] bcma: move parsing of EEPROM into own function
` [PATCH v2 02/11] bcma: move initializing of struct bcma_bus to "
` [PATCH v2 03/11] bcma: add functions to scan cores needed on SoCs
` [PATCH v2 04/11] bcma: add SOC bus
` [PATCH v2 05/11] bcma: add mips driver
` [PATCH v2 06/11] bcma: add serial console support
` [PATCH v2 07/11] bcma: get CPU clock
` [PATCH v2 08/11] bcm47xx: prepare to support different buses
` [PATCH v2 09/11] bcm47xx: make it possible to build bcm47xx without ssb
` [PATCH v2 10/11] bcm47xx: add support for bcma bus
` [PATCH v2 11/11] bcm47xx: fix irq assignment for new SoCs

[PATCH V3 0/3] ASoC for Alchemy Au1000/1500/1100
 2011-07-22 11:09 UTC  (4+ messages)
` [PATCH 1/3] ASoC: Alchemy AC97C/I2SC audio support
` [PATCH 2/3] ASoC: Add a DB1x00 AC97 machine driver
` [PATCH V3 3/3] ALSA: deprecate MIPS AU1X00 AC97 driver

[PATCH V2 0/2] ALSA: ASoC for Au1000/1500/1100
 2011-07-22  8:37 UTC  (10+ messages)
` [PATCH V2 1/2] ALSA: Alchemy AC97C/I2SC audio support
` [PATCH V2 2/2] ALSA: delete MIPS au1x00 driver
` [alsa-devel] [PATCH V2 0/2] ALSA: ASoC for Au1000/1500/1100

[PATCH] PCI: Make the struct pci_dev * argument of pci_fixup_irqs const
 2011-07-21 19:14 UTC  (3+ messages)

SGI Reality Server archive
 2011-07-20  2:03 UTC 

[GIT PULL] MIPS build fix related to power management for 3.0
 2011-07-19  5:35 UTC  (2+ messages)

[PATCH V2 1/3] MIPS: lantiq: fixes external interrupt sources
 2011-07-18 20:08 UTC 

[PATCH 1/3] MIPS: lantiq: fixes external interruot sources
 2011-07-18 20:04 UTC  (3+ messages)
` [PATCH 2/3] MIPS: lantiq: fix setting the PCI bus speed on AR9
` [PATCH 3/3] MIPS: lantiq: set timeout in uart_port

[RFC PATCH] MIPS: PCI: add a map_irq callback to struct pci_controller
 2011-07-18 18:30 UTC 

Status of MIPS on 3.0.0-rc6 kernel
 2011-07-15 21:53 UTC  (5+ messages)
      ` [PATCH] MIPS: Convert i8259.c to using syscore_ops (was: Re: Status of MIPS on 3.0.0-rc6 kernel)

Confusion with vmlinux objcopy translation
 2011-07-15 17:44 UTC  (3+ messages)

[PATCH RFC V3 0/2] MIPS: Alchemy: Au1300 / DB1300 support
 2011-07-15 11:41 UTC  (3+ messages)
` [RFC PATCH V3 1/2] MIPS: Alchemy: Au1300 SoC support
` [RFC PATCH V3 2/2] MIPS: Alchemy: DB1300 support

[PATCH 00/11] bcma: add support for embedded devices like bcm4716
 2011-07-14 20:37 UTC  (19+ messages)
` [PATCH 01/11] bcma: move parsing of EEPROM into own function
` [PATCH 02/11] bcma: move initializing of struct bcma_bus to "
` [PATCH 03/11] bcma: add functions to scan cores needed on SoCs
` [PATCH 04/11] bcma: add SOC bus
` [PATCH 05/11] bcma: add mips driver
` [PATCH 06/11] bcma: add serial console support
` [PATCH 07/11] bcma: get CPU clock
` [PATCH 08/11] bcm47xx: prepare to support different buses
` [PATCH 09/11] bcm47xx: make it possible to build bcm47xx without ssb
` [PATCH 10/11] bcm47xx: add support for bcma bus
` [PATCH 11/11] bcm47xx: fix irq assignment for new SoCs

[PATCH] i2c: Support for Netlogic XLR/XLS on-chip I2C controller
 2011-07-13 21:56 UTC  (2+ messages)

[ath9k-devel] [PATCH v2 07/46] net/wireless: ath9k: fix DMA API usage
 2011-07-12 19:13 UTC  (7+ messages)

[PATCH 2/7] MIPS: static should be at beginning of declaration
 2011-07-09 21:12 UTC 

[PATCH 0/5] MIPS: Alchemy: misc updates
 2011-07-08  9:18 UTC  (6+ messages)
` [PATCH 1/5] net: au1000_eth: pass MACDMA address through platform resource info
` [PATCH 2/5] MIPS: Alchemy: include Au1100 in PM code
` [PATCH 3/5] MIPS: Alchemy: abstract USB block control register access
` [PATCH 4/5] MIPS: Alchemy: rewrite USB platform setup
` [PATCH 5/5] MIPS: Alchemy: more base address cleanup

[PATCH 1/1] Pendantic stack backtrace code
 2011-07-06 23:36 UTC 

[PATCH] MIPS: Octeon: Enable C0_UserLocal probing
 2011-07-05 23:35 UTC 

[RFC] virtio: expose for non-virtualization users too
 2011-07-05 22:35 UTC  (3+ messages)

[PATCH 00/13] MIPS: ath79: add initial support for AR933X SoCs
 2011-07-01 21:11 UTC  (4+ messages)
` [PATCH 11/13] serial: add driver for the built-in UART of the AR933X SoC

[PATCH] MIPS: Close races in TLB modify handlers
 2011-07-01 16:38 UTC  (5+ messages)


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