[PATCH] [235/2many] MAINTAINERS - IA64 (Itanium) PLATFORM

2007-08-13 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches [EMAIL PROTECTED] diff --git a/MAINTAINERS b/MAINTAINERS index 802960b..f68199b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2237,6 +2237,8 @@ L:linux-ia64@vger.kernel.org W: http://www.ia64-linux.org/ T: git

[PATCH] [429/2many] MAINTAINERS - SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER

2007-08-13 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches [EMAIL PROTECTED] diff --git a/MAINTAINERS b/MAINTAINERS index 016cd0c..a4aa6af 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4084,6 +4084,7 @@ P:Pat Gefre M: [EMAIL PROTECTED] L: linux-ia64@vger.kernel.org S:

[PATCH] Failure to grow RBS

2007-08-13 Thread Andrew Burgess
I recently uncovered a bug in the ia64_do_page_fault code that can cause a failure to grow the register backing store, or any mapping that is marked as VM_GROWSUP if the mapping is the highest mapped area of memory. The problem was revealed when I switched to a RedHat 5 system that turns on some

BINIT and physical address

2007-08-13 Thread Natalie Protasevich
Hello, Some help is needed with debugging of a hang. A system hits BINIT once in a while and the processors are all spinning on the address 0x0012C00 and if the HT is off the address becomes 0x002A80. This is a physical address captured on the bus by analyser. How can this address be

[PATCH] Fix processor_get_freq

2007-08-13 Thread Alex Williamson
The core cpufreq code doesn't appear to understand returning -EAGAIN for the get() function of the cpufreq_driver. If PAL_GET_PSTATE returns -1, such as when running on Xen, scaling_cur_freq is happy to return 4294967285 kHz (ie. (unsigned)-11). The other drivers appear to return 0 for a

[PATCH] SGI Altix : fix a force_interrupt bug on altix

2007-08-13 Thread Mike Habeck
If the interrupt has been disabled, don't call the force_interrupt provider. Doing so can result in an infinite runaway interrupt loop. Signed-off-by: Mike Habeck [EMAIL PROTECTED] --- This patch is based off the aegl/linux-2.6.git tree. arch/ia64/sn/kernel/irq.c |5 - 1 file

RE: [PATCH] [429/2many] MAINTAINERS - SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER

2007-08-13 Thread Luck, Tony
@@ -4084,6 +4084,7 @@ P:Pat Gefre M: [EMAIL PROTECTED] L: linux-ia64@vger.kernel.org S: Supported +F: Documentation/ia64/serial.txt SGI VISUAL WORKSTATION 320 AND 540 P: Andrey Panin Huh? Perhaps this should be: +F: drivers/serial/sn_console.c -Tony -