Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2010-11-08 13:25:48 to 2010-11-23 22:13:09 UTC [more...]

[PATCH 00/18] MIPS: initial support for the Atheros AR71XX/AR724X/AR913X SoCs
 2010-11-23 22:12 UTC  (28+ messages)
` [PATCH 01/18] MIPS: add initial support for the Atheros AR71XX/AR724X/AR931X SoCs
` [PATCH 02/18] MIPS: ath79: add GPIOLIB support
` [PATCH 03/18] MIPS: add generic support for multiple machines within a single kernel
` [PATCH 04/18] MIPS: ath79: utilize the MIPS multi-machine support
` [PATCH 05/18] MIPS: ath79: add initial support for the Atheros PB44 reference board
` [PATCH 06/18] MIPS: ath79: add common GPIO LEDs device
` [PATCH 07/18] watchdog: add driver for the Atheros AR71XX/AR724X/AR913X SoCs
` [PATCH 08/18] MIPS: ath79: add common watchdog device
` [PATCH 09/18] input: add input driver for polled GPIO buttons
` [PATCH 10/18] MIPS: ath79: add common GPIO buttons device
` [PATCH 11/18] spi: add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCs
` [PATCH 12/18] MIPS: ath79: add common SPI controller device
` [PATCH 13/18] USB: ehci: add workaround for Synopsys HC bug
` [PATCH 14/18] USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR913X SoCs
` [PATCH 15/18] USB: ohci: add bus glue for the Atheros AR71XX/AR7240 SoCs
` [PATCH 16/18] MIPS: ath79: add common USB Host Controller device
` [PATCH 17/18] MIPS: ath79: add initial support for the Atheros AP81 reference board
` [PATCH 18/18] MIPS: ath79: add common WMAC device for AR913X based boards

Build failure triggered by recordmcount
 2010-11-23 20:09 UTC  (11+ messages)

[PATCH RESEND 1/7] MIPS: sync after cacheflush
 2010-11-23 18:26 UTC  (14+ messages)
` [PATCH RESEND 2/7] MIPS: pfn_valid() is broken on low memory HIGHMEM systems
` [PATCH v2 RESEND 3/7] MIPS: Move FIXADDR_TOP into spaces.h
` [PATCH v4 RESEND 4/7] MIPS: HIGHMEM DMA on noncoherent MIPS32 processors
` [PATCH RESEND 5/7] MIPS: Install handlers for BMIPS software IRQs
` [PATCH 6/7] MIPS: Fix CP0 COUNTER clockevent race
` [PATCH 7/7] MIPS: Fix regression on BCM4710 processor detection

[PATCH] MIPS: Fix build failure for IP22
 2010-11-23 17:11 UTC  (3+ messages)

[PATCH] au1000_eth: fix invalid address accessing the MAC enable register
 2010-11-23 16:40 UTC 

alchemy/gpr: au1000_eth regression with v2.6.37rc2
 2010-11-23 15:33 UTC  (6+ messages)

[PATCH v3 22/22] bitops: remove minix bitops from asm/bitops.h
 2010-11-23 13:38 UTC 

[PATCH 0/5] MIPS/Perf-events: Sync with mainline upper layer
 2010-11-23  7:06 UTC  (16+ messages)
` [PATCH 1/5] MIPS/Perf-events: Work with irq_work
` [PATCH 2/5] MIPS/Perf-events: Work with the new PMU interface
` [PATCH 3/5] MIPS/Perf-events: Check event state in validate_event()
` [PATCH 4/5] MIPS/Perf-events: Work with the new callchain interface
` [PATCH 5/5] MIPS/Perf-events: Use unsigned delta for right shift in event update

[PATCH] MIPS: ASID conflict after CPU hotplug
 2010-11-22 21:34 UTC  (4+ messages)

The new "real" console doesn't display printk() messages like "early" console!
 2010-11-22 21:02 UTC  (17+ messages)

[PATCH 00/14] Use printf extension %pR for struct resource
 2010-11-22 20:28 UTC  (3+ messages)
` [PATCH 02/14] arch/mips: "

[PATCH] MIPS: JZ4740: Fix pcm device name
 2010-11-22 18:47 UTC  (3+ messages)
` [PATCH] MIPS: JZ4740: Set nand ecc offsets for the qi_lb60 board

[PATCH] Enable AT_PLATFORM for Loongson 2F CPU
 2010-11-22 12:44 UTC  (12+ messages)

[PATCH] Add support for Realtek Media Player SoCs
 2010-11-22  2:24 UTC  (5+ messages)

[PATCH] Fix MSP71xx bpci interrupt handler return value
 2010-11-18 10:32 UTC 

[PATCH] Select R4K timer lib for all MSP platforms
 2010-11-18  8:12 UTC  (2+ messages)

[PATCH] of: Request module by alias in of_i2c.c
 2010-11-17  6:24 UTC  (2+ messages)

[PATCH RESEND] MIPS: Define dummy MAX_DMA_CHANNELS to fix build failure
 2010-11-16 14:47 UTC 

[RFC 00/18] MIPS: initial support for the Atheros AR71XX/AR724X/AR913X SoCs
 2010-11-15 16:28 UTC  (31+ messages)
` [RFC 01/18] MIPS: add initial support for the Atheros AR71XX/AR724X/AR931X SoCs
` [RFC 02/18] MIPS: ath79: add GPIOLIB support
` [RFC 03/18] MIPS: add generic support for multiple machines within a single kernel
` [RFC 04/18] MIPS: ath79: utilize the MIPS multi-machine support
` [RFC 05/18] MIPS: ath79: add initial support for the Atheros PB44 reference board
` [RFC 06/18] MIPS: ath79: add common GPIO LEDs device
` [RFC 07/18] watchdog: add driver for the Atheros AR71XX/AR724X/AR913X SoCs
` [RFC 08/18] MIPS: ath79: add common watchdog device
` [RFC 09/18] input: add input driver for polled GPIO buttons
` [RFC 10/18] MIPS: ath79: add common GPIO buttons device
` [RFC 11/18] spi: add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCs
` [RFC 12/18] MIPS: ath79: add common SPI controller device
` [RFC 13/18] USB: ehci: add workaround for Synopsys HC bug
` [RFC 14/18] USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR913X SoCs
` [RFC 15/18] USB: ohci: add bus glue for the Atheros AR71XX/AR7240 SoCs
` [RFC 16/18] MIPS: ath79: add common USB Host Controller device
` [RFC 17/18] MIPS: ath79: add initial support for the Atheros AP81 reference board
` [RFC 18/18] MIPS: ath79: add common WMAC device for AR913X based boards

MIPS: RTC and hwmon for SWARM
 2010-11-15  4:53 UTC  (4+ messages)
` [PATCH 1/3] RTC: SMBus support for the M41T80
` [PATCH 2/3] MIPS: clean up SWARM RTC setup
` [PATCH 3/3] MIPS: register hwmon on SWARM

Why do we have ebase located at some high memory address when we use Vectored Interrupts?
 2010-11-12 18:53 UTC  (2+ messages)

Kernel crash when loading initramfs
 2010-11-12 18:46 UTC  (2+ messages)

printk failed in cpu bus/cache error
 2010-11-12 15:19 UTC 

Kernel is stuck in Calibrating delay loop
 2010-11-11 15:04 UTC  (5+ messages)

XFS mounting fails on MIPS
 2010-11-11 14:56 UTC  (5+ messages)

I am Dr. Paul Wizman, reply to (dr.paul.wizman@9.cn)
 2010-11-11  7:42 UTC  (2+ messages)

[PATCH v2] MIPS: Separate two consecutive loads in memset.S
 2010-11-10 23:30 UTC  (3+ messages)

[PATCH v3] jump label: Add MIPS support
 2010-11-09 20:35 UTC 

[PATCH 1/2] MIPS: Remove useless comment about kprobe from arch/mips/Makefile
 2010-11-09 16:26 UTC  (2+ messages)
` [PATCH 2/2] MIPS: Quiet the building output of vmlinux.32 and vmlinux.64

[PATCH] MIPS: Separate two consecutive loads in memset.S
 2010-11-09 13:26 UTC  (2+ messages)

[PATCH 6/14] arch/mips/pmc-sierra/yosemite/setup.c: delete double assignment
 2010-11-09  7:10 UTC  (3+ messages)

[PATCH] MIPS: Loongson: add return value check for strict_strtoul()
 2010-11-08 21:36 UTC  (2+ messages)

MIPS: alchemy: add return value check for strict_strtoul()
 2010-11-08 22:01 UTC  (2+ messages)

[PATCH] Check vmalloc return value in vpe_open
 2010-11-08 22:44 UTC  (4+ messages)
  ` [PATCH] MIPS VPE support module: don't deref potentially null pbuffer and don't do pointless null check before vfree

[PATCH] MIPS: Rework GENERIC_HARDIRQS Kconfig
 2010-11-08 23:21 UTC  (2+ messages)

[PATCH] removed ad-hoc cmdline default
 2010-11-08 22:58 UTC  (2+ messages)

[PATCH 1/2] AR7: fix double ar7_gpio_init declaration
 2010-11-08 23:36 UTC  (4+ messages)
` [PATCH 2/2] AR7: fix loops per jiffies on TNETD7200 devices

[PATCH] MIPS: Send proper signal and siginfo on FP emulator faults
 2010-11-09  0:59 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