public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] PCI fixes for 2.5.62
@ 2003-02-21  0:43 Greg KH
  2003-02-21  0:44 ` [PATCH] " Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2003-02-21  0:43 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi,

Here's three patches that remove the pci functions off of the top of
your list of "abuse the most stack space" list.  And there's a patch in
here from Louis Zhuang that cleans up some of the list handling code in
the pci core (his patch has been posted to lkml in the past).

Please pull from:
	bk://kernel.bkbits.net/gregkh/linux/pci-2.5

thanks,

greg k-h

p.s. I'll send these as patches in response to this email to lkml for
those who want to see them.


 arch/i386/pci/direct.c  |   34 ++++++++++++++++++++++++----------
 arch/i386/pci/legacy.c  |   27 +++++++++++++++++++--------
 drivers/pci/probe.c     |   28 +++++++++++++++++-----------
 drivers/pci/setup-bus.c |   30 ++++++++++++------------------
 4 files changed, 72 insertions(+), 47 deletions(-)
-----

ChangeSet@1.1006, 2003-02-20 16:32:48-08:00, louis.zhuang@linux.co.intel.com
  [PATCH] PCI: list code cleanup
  
  Cleans up the list handling in a few places within the pci core.

 drivers/pci/probe.c     |    5 ++---
 drivers/pci/setup-bus.c |   30 ++++++++++++------------------
 2 files changed, 14 insertions(+), 21 deletions(-)
------

ChangeSet@1.1005, 2003-02-20 14:23:58-08:00, greg@kroah.com
  [PATCH] PCI i386: remove large stack usage in pcibios_fixup_peer_bridges()

 arch/i386/pci/legacy.c |   27 +++++++++++++++++++--------
 1 files changed, 19 insertions(+), 8 deletions(-)
------

ChangeSet@1.1004, 2003-02-20 14:23:43-08:00, greg@kroah.com
  [PATCH] PCI i386: remove large stack usage in pci_sanity_check()

 arch/i386/pci/direct.c |   34 ++++++++++++++++++++++++----------
 1 files changed, 24 insertions(+), 10 deletions(-)
------

ChangeSet@1.1003, 2003-02-20 14:23:27-08:00, greg@kroah.com
  [PATCH] PCI: remove large stack usage in pci_do_scan_bus()

 drivers/pci/probe.c |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)
------


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

end of thread, other threads:[~2003-02-21  0:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-21  0:43 [BK PATCH] PCI fixes for 2.5.62 Greg KH
2003-02-21  0:44 ` [PATCH] " Greg KH
2003-02-21  0:44   ` Greg KH
2003-02-21  0:45     ` Greg KH
2003-02-21  0:45       ` Greg KH

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