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