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, lguest <lguest@ozlabs.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Johannes Weiner <hannes@saeurebad.de>,
	Mark McLoughlin <markmc@redhat.com>,
	Andrea Arcangeli <andrea@qumranet.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Yinghai Lu <yhlu.kernel@gmail.com>
Subject: [PULL] lguest patches
Date: Tue, 29 Jul 2008 10:11:35 +1000	[thread overview]
Message-ID: <200807291011.36330.rusty@rustcorp.com.au> (raw)

The following changes since commit 63add2f2072e69c1eb7a5f6ca8f415122da889b9:
  Linus Torvalds (1):
        Merge branch 'cpus4096-v2' of git://git.kernel.org/.../tip/linux-2.6-tip

are available in the git repository at:

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

Andrew Morton (1):
      lguest: use cpu capability accessors

Johannes Weiner (1):
      lguest: fix switcher_page leak on unload

Mark McLoughlin (2):
      lguest: Don't leak /dev/zero fd
      lguest: Support assigning a MAC address

Rusty Russell (12):
      lguest: set max_pfn_mapped, growl loudly at Yinghai Lu
      lguest: Guest int3 fix
      lguest: fix verbose printing of device features.
      lguest: virtio-rng support
      lguest: wrap last_avail accesses.
      lguest: net block unneeded receive queue update notifications
      lguest: Tell Guest net not to notify us on every packet xmit
      lguest: Adaptive timeout
      lguest: Remove 'network: no dma buffer!' warning
      lguest: Use GSO/IFF_VNET_HDR extensions on tun/tap
      lguest: Enlarge virtio rings
      lguest: turn Waker into a thread, not a process

 Documentation/lguest/lguest.c         |  519 ++++++++++++++++++++++++---------
 arch/x86/lguest/boot.c                |    3 +
 drivers/lguest/core.c                 |    1 +
 drivers/lguest/interrupts_and_traps.c |   24 +-
 drivers/lguest/x86/core.c             |    4 +-
 5 files changed, 409 insertions(+), 142 deletions(-)

                 reply	other threads:[~2008-07-29  0:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200807291011.36330.rusty@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=akpm@linux-foundation.org \
    --cc=andrea@qumranet.com \
    --cc=hannes@saeurebad.de \
    --cc=lguest@ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=markmc@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=yhlu.kernel@gmail.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 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.