aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-30lguest: move last_pages to lg_cpuGlauber de Oliveira Costa3-7/+8
2008-01-30lguest: change last_guest to last_cpuGlauber de Oliveira Costa1-3/+3
2008-01-30lguest: change spte_addr headerGlauber de Oliveira Costa1-4/+4
2008-01-30lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa5-42/+44
2008-01-30lguest: make pending notifications per-vcpuGlauber de Oliveira Costa4-9/+10
2008-01-30lguest: makes special fields be per-vcpuGlauber de Oliveira Costa5-35/+36
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa5-39/+42
2008-01-30lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa4-56/+57
2008-01-30lguest: make registers per-vcpuGlauber de Oliveira Costa5-56/+60
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 Costa3-3/+4
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa5-22/+24
2008-01-30lguest: per-vcpu lguest timersGlauber de Oliveira Costa4-21/+21
2008-01-30lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa4-36/+44
2008-01-30lguest: make write() operation smp awareGlauber de Oliveira Costa1-2/+9
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa4-11/+25
2008-01-30lguest: initialize vcpuGlauber de Oliveira Costa1-0/+17
2008-01-30lguest: introduce vcpu structGlauber de Oliveira Costa1-0/+10
2008-01-30lguest: Reboot supportBalaji Rao2-2/+6
2008-01-30lguest: remove pv_info dependencyGlauber de Oliveira Costa1-1/+1
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy1-4/+4
2008-01-19Remove bogus duplicate CONFIG_LGUEST_GUEST entry.Rusty Russell1-7/+0
2008-01-18Selecting LGUEST should turn on Guest support, as in 2.6.23.Rusty Russell1-2/+2
2007-11-19virtio: fix module/device unloadingRusty Russell1-0/+2
2007-11-14lguest_user.c: fix memory leakAdrian Bunk1-1/+1
2007-11-12virtio: Force use of power-of-two for descriptor ring sizesRusty Russell1-1/+2
2007-10-25lguest: documentation updateRusty Russell10-169/+274
2007-10-25lguest: remove unused "wake" element from struct lguestRusty Russell1-3/+0
2007-10-25lguest: use defines from x86 headers instead of magic numbersRusty Russell1-1/+1
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell7-46/+38
2007-10-23Lguest support for VirtioRusty Russell2-0/+376
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell6-715/+19
2007-10-23Remove old lguest bus and drivers.Rusty Russell4-234/+0
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell6-32/+62
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell4-11/+75
2007-10-23Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell2-12/+12
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui3-141/+98
2007-10-23Move register setup into i386_core.cJes Sorensen3-36/+38
2007-10-23Change example launcher to use unsigned long not u32Jes Sorensen1-15/+16
2007-10-23Make hypercalls arch-independent.Jes Sorensen3-76/+94
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell4-38/+34
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 Sorensen7-522/+525
2007-10-23Make shadow IDT a complete IDT with 256 entries.Rusty Russell2-32/+20
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell5-37/+13
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell6-38/+50
2007-10-23Rename switcher.S to x86/switcher_32.SRusty Russell2-3/+5
2007-10-23Move lguest guest support to arch/x86.Rusty Russell3-1201/+2
2007-10-23Clocksource is continuous regardless of the state of the host's TSC.Tony Breeds1-3/+2
2007-10-23lguest_devices belongs in lguest_bus.c: it's not i386-specific.Rusty Russell2-1/+2