public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Prarit Bhargava <prarit@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH 0/6]: hotplug/ia64: SN Hotplug Driver: Overview
Date: Fri, 13 May 2005 00:45:37 +0000	[thread overview]
Message-ID: <20050513004535.17135.66811.sendpatchset@prarit.boston.redhat.com> (raw)
In-Reply-To: <42835E01.5020701@sgi.com>

Resubmitting after sending patches to kernel-mentors list.

This patchset adds the SN Hotplug Driver to Linux.  The patches are git
patches against 2.6.12-rc4.

The patches are

[PATCH 1/6]: hotplug/ia64: SN Hotplug Driver: SN IRQ fixes
[PATCH 2/6]: hotplug/ia64: SN Hotplug Driver: moving of header files
[PATCH 3/6]: hotplug/ia64: SN Hotplug Driver: pci_find_next_bus export
[PATCH 4/6]: hotplug/ia64: SN Hotplug Driver: new SN PROM version code
[PATCH 5/6]: hotplug/ia64: SN Hotplug Driver: SN Hotplug Driver code
[PATCH 6/6]: hotplug/ia64: SN Hotplug Driver: PREEMPT/pcibus_info fix

The patches are incremental, however, the kernel will still compile
after applying each patch.

The first patch fixes the SN IRQ code such that cpu affinity and
Hotplug can modify IRQ values.  The sn_irq_info structures are now locked
using a RCU lock mechanism to avoid lock contention in the lost interrupt
WAR code.

The second patch above moves header files out of the arch/ia64/sn
directories and into include/asm-ia64/sn.  These files were being included by
other subsystems and should be under include/asm-ia64/sn.

The third patch exports the pci_find_next_bus function to the
rest of the kernel.

The fourth patch above is a modification to the method in which the SN PROM
information is examined in the kernel.

The fifth patch is the SN Hotplug Driver and some additional required
modifications.  These modifications include changes to the SN io_init.c code
for memory management, the inclusion of new SAL calls to enable and disable
PCI slots, and a hotplug-style driver.

The final patch fixes an issue with the PROM and a kernel running with
CONFIG_PREEMPT enabled.  When CONFIG_PREEMPT is enabled, the size of a
spinlock_t changes -- resulting in the PROM writing to an incorrect location.

      parent reply	other threads:[~2005-05-13  0:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-12 13:45 [PATCH 0/6]: hotplug/ia64: SN Hotplug Driver: Overview Prarit Bhargava
2005-05-12 14:28 ` Greg KH
2005-05-13  0:45 ` Prarit Bhargava [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050513004535.17135.66811.sendpatchset@prarit.boston.redhat.com \
    --to=prarit@sgi.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox