public inbox for linux-kernel@vger.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, Christoph Hellwig <hch@lst.de>,
	Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>,
	Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Subject: [PULL] lguest & virtio
Date: Wed, 23 Sep 2009 22:35:14 +0930	[thread overview]
Message-ID: <200909232235.15076.rusty@rustcorp.com.au> (raw)

The following changes since commit ebc79c4f8da0f92efa968e0328f32334a2ce80cf:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../jaswinder/linux-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

Christoph Hellwig (1):
      virtio_blk: add support for cache flush

Fernando Luis Vazquez Cao (2):
      virtio: get rid of redundant VIRTIO_ID_9P definition
      virtio: add virtio IDs file

Rusty Russell (6):
      virtio_pci: minor MSI-X cleanups
      virtio: make add_buf return capacity remaining
      lguest: move panic notifier registration to its expected place.
      lguest: use set_pte/set_pmd uniformly for real page table entries
      lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET
      lguest: don't force VIRTIO_F_NOTIFY_ON_EMPTY

Xiao Guangrong (1):
      lguest: cleanup for map_switcher()

 Documentation/lguest/lguest.c       |   26 ++++++-
 arch/x86/lguest/boot.c              |   10 +--
 drivers/block/virtio_blk.c          |   33 ++++++++--
 drivers/char/hw_random/virtio-rng.c |    3 +-
 drivers/char/virtio_console.c       |    5 +-
 drivers/lguest/core.c               |    5 +-
 drivers/lguest/page_tables.c        |   45 +++++-------
 drivers/net/virtio_net.c            |   15 ++--
 drivers/virtio/virtio_balloon.c     |    3 +-
 drivers/virtio/virtio_pci.c         |  125 +++++++++++++++++++---------------
 drivers/virtio/virtio_ring.c        |    6 ++-
 include/linux/virtio.h              |    2 +-
 include/linux/virtio_9p.h           |    2 -
 include/linux/virtio_balloon.h      |    3 -
 include/linux/virtio_blk.h          |   18 ++++-
 include/linux/virtio_console.h      |    3 -
 include/linux/virtio_ids.h          |   17 +++++
 include/linux/virtio_net.h          |    3 -
 include/linux/virtio_rng.h          |    3 -
 net/9p/trans_virtio.c               |    5 +-
 20 files changed, 199 insertions(+), 133 deletions(-)
 create mode 100644 include/linux/virtio_ids.h

             reply	other threads:[~2009-09-23 13:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-23 13:05 Rusty Russell [this message]
2009-09-26 15:01 ` [PULL] lguest & virtio Christoph Hellwig
2009-09-28  2:50   ` Rusty Russell
2009-09-28  3:36     ` [PATCH] virtio_blk: revert QUEUE_FLAG_VIRT addition 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=200909232235.15076.rusty@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=fernando@oss.ntt.co.jp \
    --cc=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=xiaoguangrong@cn.fujitsu.com \
    /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