aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest
Commit message (Expand)AuthorAgeFilesLines
...
| * lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa2008-01-305-42/+44
| * lguest: make pending notifications per-vcpuGlauber de Oliveira Costa2008-01-304-9/+10
| * lguest: makes special fields be per-vcpuGlauber de Oliveira Costa2008-01-305-35/+36
| * lguest: per-vcpu lguest task managementGlauber de Oliveira Costa2008-01-305-39/+42
| * lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa2008-01-304-56/+57
| * lguest: make registers per-vcpuGlauber de Oliveira Costa2008-01-305-56/+60
| * 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-303-3/+4
| * lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa2008-01-305-22/+24
| * lguest: per-vcpu lguest timersGlauber de Oliveira Costa2008-01-304-21/+21
| * lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa2008-01-304-36/+44
| * lguest: make write() operation smp awareGlauber de Oliveira Costa2008-01-301-2/+9
| * lguest: per-cpu run guestGlauber de Oliveira Costa2008-01-304-11/+25
| * lguest: initialize vcpuGlauber de Oliveira Costa2008-01-301-0/+17
| * lguest: introduce vcpu structGlauber de Oliveira Costa2008-01-301-0/+10
| * lguest: Reboot supportBalaji Rao2008-01-302-2/+6
| * lguest: remove pv_info dependencyGlauber de Oliveira Costa2008-01-301-1/+1
* | 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
* Remove bogus duplicate CONFIG_LGUEST_GUEST entry.Rusty Russell2008-01-191-7/+0
* Selecting LGUEST should turn on Guest support, as in 2.6.23.Rusty Russell2008-01-181-2/+2
* virtio: fix module/device unloadingRusty Russell2007-11-191-0/+2
* lguest_user.c: fix memory leakAdrian Bunk2007-11-141-1/+1
* virtio: Force use of power-of-two for descriptor ring sizesRusty Russell2007-11-121-1/+2
* lguest: documentation updateRusty Russell2007-10-2510-169/+274
* lguest: remove unused "wake" element from struct lguestRusty Russell2007-10-251-3/+0
* lguest: use defines from x86 headers instead of magic numbersRusty Russell2007-10-251-1/+1
* generalize lgread_u32/lgwrite_u32.Rusty Russell2007-10-237-46/+38
* Lguest support for VirtioRusty Russell2007-10-232-0/+376
* Remove old lguest I/O infrrasructure.Rusty Russell2007-10-236-715/+19
* Remove old lguest bus and drivers.Rusty Russell2007-10-234-234/+0
* Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-236-32/+62
* Allow guest to specify syscall vector to use.Rusty Russell2007-10-234-11/+75
* Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell2007-10-232-12/+12
* Pagetables to use normal kernel typesMatias Zabaljauregui2007-10-233-141/+98
* Move register setup into i386_core.cJes Sorensen2007-10-233-36/+38
* Change example launcher to use unsigned long not u32Jes Sorensen2007-10-231-15/+16
* Make hypercalls arch-independent.Jes Sorensen2007-10-233-76/+94
* Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell2007-10-234-38/+34
* 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-237-522/+525
* Make shadow IDT a complete IDT with 256 entries.Rusty Russell2007-10-232-32/+20
* Remove fixed limit on number of guests, and lguests array.Rusty Russell2007-10-235-37/+13
* Introduce guest mem offset, static link example launcherRusty Russell2007-10-236-38/+50
* Rename switcher.S to x86/switcher_32.SRusty Russell2007-10-232-3/+5
* Move lguest guest support to arch/x86.Rusty Russell2007-10-233-1201/+2
* Clocksource is continuous regardless of the state of the host's TSC.Tony Breeds2007-10-231-3/+2
* lguest_devices belongs in lguest_bus.c: it's not i386-specific.Rusty Russell2007-10-232-1/+2
* Lguest currently depends on 32-bit x86, not just x86.Rusty Russell2007-10-231-1/+1
* Use copy_to_user() not put_user for struct timespecJes Sorensen2007-10-231-1/+1