aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-31lguest: fix mis-merge against hpa's TSS renamingRusty Russell1-1/+1
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-62/+65
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-2/+2
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa1-16/+14
2008-01-30lguest: move changed bitmap to lg_cpuGlauber de Oliveira Costa1-6/+5
2008-01-30lguest: move last_pages to lg_cpuGlauber de Oliveira Costa1-2/+2
2008-01-30lguest: change last_guest to last_cpuGlauber de Oliveira Costa1-3/+3
2008-01-30lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa1-3/+4
2008-01-30lguest: makes special fields be per-vcpuGlauber de Oliveira Costa1-6/+4
2008-01-30lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa1-13/+11
2008-01-30lguest: make registers per-vcpuGlauber de Oliveira Costa1-19/+19
2008-01-30lguest: make emulate_insn receive a vcpu struct.Glauber de Oliveira Costa1-2/+3
2008-01-30lguest: map_switcher_in_guest() per-vcpuGlauber de Oliveira Costa1-1/+1
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa1-1/+1
2008-01-30lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa1-6/+10
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa1-5/+9
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy1-4/+4
2007-10-25lguest: documentation updateRusty Russell2-78/+113
2007-10-25lguest: use defines from x86 headers instead of magic numbersRusty Russell1-1/+1
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell1-2/+2
2007-10-23Remove old lguest bus and drivers.Rusty Russell1-1/+0
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-3/+4
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell1-0/+4
2007-10-23Move register setup into i386_core.cJes Sorensen1-0/+36
2007-10-23Make hypercalls arch-independent.Jes Sorensen1-1/+61
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell1-6/+7
2007-10-23Reorder guest saved regs to match hyperall orderJes Sorensen1-2/+2
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen2-1/+478
2007-10-23Rename switcher.S to x86/switcher_32.SRusty Russell1-0/+350