summaryrefslogtreecommitdiff
path: root/drivers/lguest/x86
AgeCommit message (Expand)Author
2011-07-22lguest: Fix in/out emulationRusty Russell
2011-07-22lguest: update commentsRusty Russell
2011-07-22lguest: don't rewrite vmcall instructionsRusty Russell
2011-01-20lguest: compile fixesRusty Russell
2011-01-20lguest: Use this_cpu_opsChristoph Lameter
2010-04-14lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.Rusty Russell
2009-10-29percpu: make misc percpu symbols uniqueTejun Heo
2009-07-30lguest: update commentryRusty Russell
2009-07-30lguest: fix comment styleRusty Russell
2009-05-26lguest: fix on Intel when KVM loaded (unhandled trap 13)Rusty Russell
2009-04-19lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell
2009-04-19lguest: fix crash on vmlinux imagesMatias Zabaljauregui
2009-03-30lguest: use KVM hypercallsMatias Zabaljauregui
2008-07-29lguest: use cpu capability accessorsAndrew Morton
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-06-20x86: fix NULL pointer deref in __switch_toSuresh Siddha
2008-03-28lguest: comment documentation update.Rusty Russell
2008-01-31lguest: fix mis-merge against hpa's TSS renamingRusty Russell
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa
2008-01-30lguest: move changed bitmap to lg_cpuGlauber de Oliveira Costa
2008-01-30lguest: move last_pages to lg_cpuGlauber de Oliveira Costa
2008-01-30lguest: change last_guest to last_cpuGlauber de Oliveira Costa
2008-01-30lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa
2008-01-30lguest: makes special fields be per-vcpuGlauber de Oliveira Costa
2008-01-30lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa
2008-01-30lguest: make registers per-vcpuGlauber de Oliveira Costa
2008-01-30lguest: make emulate_insn receive a vcpu struct.Glauber de Oliveira Costa
2008-01-30lguest: map_switcher_in_guest() per-vcpuGlauber de Oliveira Costa
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa
2008-01-30lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy
2007-10-25lguest: documentation updateRusty Russell
2007-10-25lguest: use defines from x86 headers instead of magic numbersRusty Russell
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell
2007-10-23Remove old lguest bus and drivers.Rusty Russell
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell
2007-10-23Move register setup into i386_core.cJes Sorensen
2007-10-23Make hypercalls arch-independent.Jes Sorensen
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell
2007-10-23Reorder guest saved regs to match hyperall orderJes Sorensen
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen
2007-10-23Rename switcher.S to x86/switcher_32.SRusty Russell