All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Ryan Harper <ryanh@us.ibm.com>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Harvey Harrison <harvey.harrison@gmail.com>,
	Marcelo Tosatti <marcelo@kvack.org>,
	virtualization@lists.linux-foundation.org,
	lguest <lguest@ozlabs.org>
Subject: [PULL] virtio & lguest changes for 2.6.26
Date: Fri, 2 May 2008 21:54:17 +1000	[thread overview]
Message-ID: <200805022154.18177.rusty@rustcorp.com.au> (raw)

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(-)

             reply	other threads:[~2008-05-02 11:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-02 11:54 Rusty Russell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-02 11:54 [PULL] virtio & lguest changes for 2.6.26 Rusty Russell

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=200805022154.18177.rusty@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=borntraeger@de.ibm.com \
    --cc=harvey.harrison@gmail.com \
    --cc=lguest@ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@kvack.org \
    --cc=ryanh@us.ibm.com \
    --cc=torvalds@linux-foundation.org \
    --cc=virtualization@lists.linux-foundation.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 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.