* [PULL] lguest updates (non-virtio changes)
@ 2008-01-30 11:51 Rusty Russell
0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2008-01-30 11:51 UTC (permalink / raw)
To: Linus Torvalds; +Cc: lguest, linux-kernel
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-30 11:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 11:51 [PULL] lguest updates (non-virtio changes) Rusty Russell
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.