aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/x86
Commit message (Expand)AuthorAgeFilesLines
* lguest: compile fixesRusty Russell2011-01-201-1/+1
* lguest: Use this_cpu_opsChristoph Lameter2011-01-201-2/+2
* lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.Rusty Russell2010-04-141-0/+12
* percpu: make misc percpu symbols uniqueTejun Heo2009-10-291-3/+3
* lguest: update commentryRusty Russell2009-07-302-4/+4
* lguest: fix comment styleRusty Russell2009-07-302-133/+257
* lguest: fix on Intel when KVM loaded (unhandled trap 13)Rusty Russell2009-05-261-9/+10
* lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell2009-04-191-2/+2
* lguest: fix crash on vmlinux imagesMatias Zabaljauregui2009-04-191-0/+5
* lguest: use KVM hypercallsMatias Zabaljauregui2009-03-301-1/+61
* lguest: use cpu capability accessorsAndrew Morton2008-07-291-2/+2
* on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-2/+2
* x86: fix NULL pointer deref in __switch_toSuresh Siddha2008-06-201-6/+9
* lguest: comment documentation update.Rusty Russell2008-03-282-16/+25
* lguest: fix mis-merge against hpa's TSS renamingRusty Russell2008-01-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-01-311-62/+65
|\
| * lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa2008-01-301-16/+14
| * lguest: move changed bitmap to lg_cpuGlauber de Oliveira Costa2008-01-301-6/+5
| * lguest: move last_pages to lg_cpuGlauber de Oliveira Costa2008-01-301-2/+2
| * lguest: change last_guest to last_cpuGlauber de Oliveira Costa2008-01-301-3/+3
| * lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa2008-01-301-3/+4
| * lguest: makes special fields be per-vcpuGlauber de Oliveira Costa2008-01-301-6/+4
| * lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa2008-01-301-13/+11
| * lguest: make registers per-vcpuGlauber de Oliveira Costa2008-01-301-19/+19
| * lguest: make emulate_insn receive a vcpu struct.Glauber de Oliveira Costa2008-01-301-2/+3
| * lguest: map_switcher_in_guest() per-vcpuGlauber de Oliveira Costa2008-01-301-1/+1
| * lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa2008-01-301-1/+1
| * lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa2008-01-301-6/+10
| * lguest: per-cpu run guestGlauber de Oliveira Costa2008-01-301-5/+9
* | x86: use generic register name in the thread and tss structuresH. Peter Anvin2008-01-301-2/+2
|/
* cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-251-4/+4
* lguest: documentation updateRusty Russell2007-10-252-78/+113
* lguest: use defines from x86 headers instead of magic numbersRusty Russell2007-10-251-1/+1
* generalize lgread_u32/lgwrite_u32.Rusty Russell2007-10-231-2/+2
* Remove old lguest bus and drivers.Rusty Russell2007-10-231-1/+0
* Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-231-3/+4
* Allow guest to specify syscall vector to use.Rusty Russell2007-10-231-0/+4
* Move register setup into i386_core.cJes Sorensen2007-10-231-0/+36
* Make hypercalls arch-independent.Jes Sorensen2007-10-231-1/+61
* Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell2007-10-231-6/+7
* Reorder guest saved regs to match hyperall orderJes Sorensen2007-10-231-2/+2
* Move i386 part of core.c to x86/core.c.Jes Sorensen2007-10-232-1/+478
* Rename switcher.S to x86/switcher_32.SRusty Russell2007-10-231-0/+350