All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] I/OAT fixes
@ 2007-03-03  2:22 Chris Leech
  2007-03-03  2:24 ` [PATCH 1/9] ioatdma: Push pending transactions to hardware more frequently Chris Leech
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Chris Leech @ 2007-03-03  2:22 UTC (permalink / raw)
  To: linux-kernel, netdev

Andrew Morton (1):
     I/OAT: warning fix

Chris Leech (6):
     ioatdma: Push pending transactions to hardware more frequently
     ioatdma: Remove the wrappers around read(bwl)/write(bwl) in ioatdma
     ioatdma: Remove the use of writeq from the ioatdma driver
     I/OAT: Add documentation for the tcp_dma_copybreak sysctl
     I/OAT: Add entries to MAINTAINERS for the DMA memcpy subsystem and ioatdma
     I/OAT: Only offload copies for TCP when there will be a context switch

Dan Aloni (1):
     I/OAT: fix I/OAT for kexec

Jeff Garzik (1):
     drivers/dma: handle sysfs errors

 Documentation/networking/ip-sysctl.txt |    6 +
 MAINTAINERS                            |   12 +++
 drivers/dma/dmaengine.c                |   22 +++++-
 drivers/dma/ioatdma.c                  |   81 ++++++++++++----------
 drivers/dma/ioatdma_io.h               |  118 ---------------------------------
 net/ipv4/tcp.c                         |   26 +++++--
 6 files changed, 100 insertions(+), 165 deletions(-)

--
Chris Leech <christopher.leech@intel.com>
I/O Acceleration Technology Software Development
LAN Access Division / Digital Enterprise Group 

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

end of thread, other threads:[~2007-03-03  6:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-03  2:22 [PATCH 0/9] I/OAT fixes Chris Leech
2007-03-03  2:24 ` [PATCH 1/9] ioatdma: Push pending transactions to hardware more frequently Chris Leech
2007-03-03  3:14   ` Jeff Garzik
2007-03-03  4:27     ` David Miller
2007-03-03  6:00       ` Chris Leech
2007-03-03  2:24 ` [PATCH 2/9] drivers/dma: handle sysfs errors Chris Leech
2007-03-03  2:24 ` [PATCH 3/9] ioatdma: Remove the wrappers around read(bwl)/write(bwl) in ioatdma Chris Leech
2007-03-03  2:24 ` [PATCH 4/9] ioatdma: Remove the use of writeq from the ioatdma driver Chris Leech
2007-03-03  2:24 ` [PATCH 5/9] I/OAT: Add documentation for the tcp_dma_copybreak sysctl Chris Leech
2007-03-03  2:24 ` [PATCH 6/9] I/OAT: Add entries to MAINTAINERS for the DMA memcpy subsystem and ioatdma Chris Leech
2007-03-03  2:24 ` [PATCH 7/9] I/OAT: Only offload copies for TCP when there will be a context switch Chris Leech
2007-03-03  2:24 ` [PATCH 8/9] I/OAT: warning fix Chris Leech
2007-03-03  2:24 ` [PATCH 9/9] I/OAT: fix I/OAT for kexec Chris Leech

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.