aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-04virtio: reset functionRusty Russell1-1/+13
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-1/+1
2008-02-04virtio: simplify config mechanism.Rusty Russell1-58/+74
2008-01-31lguest: fix mis-merge against hpa's TSS renamingRusty Russell1-1/+1
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds8-444/+512
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-2/+2
2008-01-30lguest: use __PAGE_KERNEL instead of _PAGE_KERNELGlauber de Oliveira Costa1-2/+2
2008-01-30lguest: Use explicit includes rateher than indirectGlauber de Oliveira Costa3-0/+3
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa7-159/+149
2008-01-30lguest: change gpte_addr headerGlauber de Oliveira Costa1-4/+3
2008-01-30lguest: move changed bitmap to lg_cpuGlauber de Oliveira Costa4-12/+11
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