From: Rusty Russell <rusty@rustcorp.com.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lguest <lguest@ozlabs.org>, linux-kernel@vger.kernel.org
Subject: [PULL] lguest updates (non-virtio changes)
Date: Wed, 30 Jan 2008 22:51:49 +1100 [thread overview]
Message-ID: <200801302251.49290.rusty@rustcorp.com.au> (raw)
The following changes since commit 85004cc367abc000aa36c0d0e270ab609a68b0cb:
Linus Torvalds (1):
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus master
Balaji Rao (1):
lguest: Reboot support
Glauber de Oliveira Costa (26):
lguest: fix drivers/lguest Makefile entry
lguest: remove pv_info dependency
lguest: introduce vcpu struct
lguest: adapt launcher to per-cpuness
lguest: initialize vcpu
lguest: per-cpu run guest
lguest: make write() operation smp aware
lguest: make hypercalls use the vcpu struct
lguest: per-vcpu lguest timers
lguest: per-vcpu interrupt processing.
lguest: map_switcher_in_guest() per-vcpu
lguest: make emulate_insn receive a vcpu struct.
lguest: make registers per-vcpu
lguest: replace lguest_arch with lg_cpu_arch.
lguest: per-vcpu lguest task management
lguest: makes special fields be per-vcpu
lguest: make pending notifications per-vcpu
lguest: per-vcpu lguest pgdir management
lguest: change spte_addr header
lguest: change last_guest to last_cpu
lguest: move last_pages to lg_cpu
lguest: move changed bitmap to lg_cpu
lguest: change gpte_addr header
lguest: get rid of lg variable assignments
lguest: Use explicit includes rateher than indirect
lguest: use __PAGE_KERNEL instead of _PAGE_KERNEL
Documentation/lguest/lguest.c | 49 ++++++++-
arch/x86/lguest/boot.c | 11 ++-
drivers/Makefile | 2 +-
drivers/lguest/core.c | 46 +++++----
drivers/lguest/hypercalls.c | 106 ++++++++++---------
drivers/lguest/interrupts_and_traps.c | 149 ++++++++++++++--------------
drivers/lguest/lg.h | 154 ++++++++++++++++-------------
drivers/lguest/lguest_user.c | 147 +++++++++++++++++----------
drivers/lguest/page_tables.c | 179 +++++++++++++++++----------------
drivers/lguest/segments.c | 48 +++++-----
drivers/lguest/x86/core.c | 127 ++++++++++++-----------
include/asm-x86/lguest.h | 2 +-
include/asm-x86/lguest_hcall.h | 6 +-
13 files changed, 571 insertions(+), 455 deletions(-)
reply other threads:[~2008-01-30 11:52 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=200801302251.49290.rusty@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=lguest@ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome