public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL] virtio & lguest changes for 2.6.26
@ 2008-05-02 11:54 Rusty Russell
  0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2008-05-02 11:54 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Ryan Harper, Christian Borntraeger, Harvey Harrison,
	Marcelo Tosatti, virtualization, lguest

The following changes since commit 886c35fbcf6fb2eee15687efc2d64d99b6ad9a4a:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../ieee1394/linux1394-2.6

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master

Christian Borntraeger (1):
      virtio: export more headers to userspace

Harvey Harrison (1):
      virtio: fix sparse return void-valued expression warnings

Marcelo Tosatti (1):
      virtio-blk: fix remove oops

Rusty Russell (11):
      virtio: ignore corrupted virtqueues rather than spinning.
      virtio: fix tx_ stats in virtio_net
      virtio: de-structify virtio_block status byte
      virtio: fix scatterlist sizing in net driver.
      virtio: wean net driver off NETDEV_TX_BUSY
      virtio: finer-grained features for virtio_net
      virtio: change config to guest endian.
      virtio: explicit advertisement of driver features
      lguest: avoid using NR_CPUS as a bounds check.
      lguest: remove bogus NULL cpu check
      lguest: make Launcher see device status updates

Ryan Harper (1):
      virtio: add virtio disk geometry feature

 Documentation/lguest/lguest.c   |   62 +++++++++++++++++---------
 drivers/block/virtio_blk.c      |   44 +++++++++++++-----
 drivers/lguest/lguest_device.c  |   68 +++++++++++++++++-----------
 drivers/lguest/lguest_user.c    |    4 +-
 drivers/net/virtio_net.c        |   96 +++++++++++++++++++++++++++-----------
 drivers/virtio/virtio.c         |   38 +++++++++++++++-
 drivers/virtio/virtio_balloon.c |   12 +++--
 drivers/virtio/virtio_pci.c     |   34 +++++++-------
 drivers/virtio/virtio_ring.c    |    5 ++
 include/linux/Kbuild            |    5 ++
 include/linux/virtio.h          |    7 +++
 include/linux/virtio_blk.h      |   14 +++---
 include/linux/virtio_config.h   |   81 ++++++++++++++++++---------------
 include/linux/virtio_net.h      |   13 +++++-
 14 files changed, 324 insertions(+), 159 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-02 11:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-02 11:54 [PULL] virtio & lguest changes for 2.6.26 Rusty Russell

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