aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/lg.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-30lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui1-1/+1
2008-05-27x86/paravirt: add pte_flags to just get pte flagsJeremy Fitzhardinge1-1/+0
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-01-30lguest: Use explicit includes rateher than indirectGlauber de Oliveira Costa1-0/+1
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa1-14/+14
2008-01-30lguest: move changed bitmap to lg_cpuGlauber de Oliveira Costa1-3/+3
2008-01-30lguest: move last_pages to lg_cpuGlauber de Oliveira Costa1-1/+2
2008-01-30lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa1-6/+6
2008-01-30lguest: make pending notifications per-vcpuGlauber de Oliveira Costa1-1/+2
2008-01-30lguest: makes special fields be per-vcpuGlauber de Oliveira Costa1-8/+9
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa1-7/+7
2008-01-30lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa1-9/+10
2008-01-30lguest: make registers per-vcpuGlauber de Oliveira Costa1-4/+5
2008-01-30lguest: map_switcher_in_guest() per-vcpuGlauber de Oliveira Costa1-1/+1
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa1-5/+5
2008-01-30lguest: per-vcpu lguest timersGlauber de Oliveira Costa1-5/+5
2008-01-30lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa1-8/+8
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa1-2/+2
2008-01-30lguest: introduce vcpu structGlauber de Oliveira Costa1-0/+10
2007-10-25lguest: documentation updateRusty Russell1-2/+2
2007-10-25lguest: remove unused "wake" element from struct lguestRusty Russell1-3/+0
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell1-4/+19
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell1-26/+1
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-5/+3
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell1-0/+3
2007-10-23Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell1-3/+3
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui1-37/+8
2007-10-23Move register setup into i386_core.cJes Sorensen1-0/+1
2007-10-23Make hypercalls arch-independent.Jes Sorensen1-1/+3
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell1-0/+3
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen1-52/+11
2007-10-23Make shadow IDT a complete IDT with 256 entries.Rusty Russell1-2/+1
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell1-4/+1
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell1-0/+3
2007-10-23Remove binfmts.h include from lg.hRusty Russell1-1/+0
2007-07-28Provide timespec to guests rather than jiffies clock.Rusty Russell1-0/+1
2007-07-26lguest: documentation V: HostRusty Russell1-3/+16
2007-07-26lguest: documentation IV: LauncherRusty Russell1-0/+25
2007-07-19lguest: the host codeRusty Russell1-0/+261