public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/8] x86: UV - XPC fixes with related support functionality V2.
@ 2009-11-19 17:31 Robin Holt
  2009-11-19 17:31 ` [patch 1/8] x86: UV - Introduce a means to translate from gpa -> socket_paddr Robin Holt
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Robin Holt @ 2009-11-19 17:31 UTC (permalink / raw)
  To: Ingo Molnar, tglx; +Cc: Robin Holt, Jack Steiner, linux-kernel


The UV BIOS has been updated to implement some of our interface
functionality differently than originally expected.  These patches
update us to that working bios and include a few minor bug fixes
which prevent us from doing significant testing on real hardware.

Changes from V1:

- Actually include the patch introducing the gru_read_gpa.  This
  was missed in the V1 submission.

- One additional BIOS change has the OS no longer passing blade
  to the BIOS when registering a message queue watchlist.

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [patch 0/8] x86: UV - XPC fixes with related support functionality V2.
@ 2009-11-24  1:39 Robin Holt
  2009-12-15 17:04 ` Robin Holt
  0 siblings, 1 reply; 16+ messages in thread
From: Robin Holt @ 2009-11-24  1:39 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Robin Holt, Jack Steiner, linux-kernel, linux-mm


The UV BIOS has been updated to implement some of our interface
functionality differently than originally expected.  These patches update
the kernel to the bios implementation and include a few minor bug fixes
which prevent us from doing significant testing on real hardware.

Changes from V1:

- Actually include the patch introducing the gru_read_gpa.  This
  was missed in the V1 submission.

- One additional BIOS change has the OS no longer passing blade
  to the BIOS when registering a message queue watchlist.

---

 arch/x86/include/asm/uv/bios.h          |   11 --------
 arch/x86/include/asm/uv/uv_hub.h        |   20 +++++++++++++++
 arch/x86/kernel/bios_uv.c               |    8 +-----
 drivers/misc/sgi-gru/gru_instructions.h |   13 ++++++++++
 drivers/misc/sgi-gru/grukservices.c     |   23 +++++++++++++++++
 drivers/misc/sgi-gru/grukservices.h     |   14 ++++++++++
 drivers/misc/sgi-gru/gruprocfs.c        |    1 
 drivers/misc/sgi-gru/grutables.h        |    1 
 drivers/misc/sgi-xp/xp.h                |    1 
 drivers/misc/sgi-xp/xp_main.c           |    3 ++
 drivers/misc/sgi-xp/xp_sn2.c            |   10 +++++++
 drivers/misc/sgi-xp/xp_uv.c             |   33 +++++++++++++++++++++++++
 drivers/misc/sgi-xp/xpc_partition.c     |   13 +++++++---
 drivers/misc/sgi-xp/xpc_uv.c            |   41 +++++++++++++++++---------------
 14 files changed, 153 insertions(+), 39 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2009-12-15 17:06 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19 17:31 [patch 0/8] x86: UV - XPC fixes with related support functionality V2 Robin Holt
2009-11-19 17:31 ` [patch 1/8] x86: UV - Introduce a means to translate from gpa -> socket_paddr Robin Holt
2009-11-19 17:31 ` [patch 2/8] x86: UV - XPC needs to provide an abstraction for uv_gpa Robin Holt
2009-11-19 17:32 ` [patch 3/8] x86: UV - Introduce uv_gpa_is_mmr Robin Holt
2009-11-19 17:32 ` [patch 4/8] X86: UV - Implement a gru_read_gpa kernel function Robin Holt
2009-11-19 17:32 ` [patch 5/8] x86: UV - Update XPC to handle updated BIOS interface Robin Holt
2009-11-19 17:32 ` [patch 6/8] x86: UV - XPC NULL deref when mesq becomes empty Robin Holt
2009-11-19 17:32 ` [patch 7/8] X86: UV - xpc_make_first_contact hang due to not accepting ACTIVE state Robin Holt
2009-11-19 17:32 ` [patch 8/8] X86: UV - XPC receive message reuse triggers invalid BUG_ON() Robin Holt
2009-11-23 18:03 ` [patch 0/8] x86: UV - XPC fixes with related support functionality V2 Ingo Molnar
2009-11-23 18:10   ` Ingo Molnar
2009-11-23 23:57     ` Robin Holt
2009-11-24  7:19       ` Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2009-11-24  1:39 Robin Holt
2009-12-15 17:04 ` Robin Holt
2009-12-15 17:06   ` Robin Holt

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