summaryrefslogtreecommitdiff
path: root/drivers/lguest/lg.h
AgeCommit message (Expand)Author
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-07-30lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell
2009-07-30lguest: fix comment styleRusty Russell
2009-07-17lguest: remove unnecessary forward struct declarationDavide Libenzi
2009-06-30eventfd: revised interface and cleanupsDavide Libenzi
2009-06-12lguest: remove obsolete LHREQ_BREAK callRusty Russell
2009-06-12lguest: use eventfds for device notificationRusty Russell
2009-06-12lguest: allow any process to send interruptsRusty Russell
2009-06-12lguest: PAE supportMatias Zabaljauregui
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui
2009-06-12lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell
2009-06-12lguest: fix race in halt codeRusty Russell
2009-04-19lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell
2009-03-30lguest: use bool instead of intMatias Zabaljauregui
2008-12-30lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui
2008-05-27x86/paravirt: add pte_flags to just get pte flagsJeremy Fitzhardinge
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-01-30lguest: Use explicit includes rateher than indirectGlauber de Oliveira Costa
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa
2008-01-30lguest: move changed bitmap to lg_cpuGlauber de Oliveira Costa
2008-01-30lguest: move last_pages to lg_cpuGlauber de Oliveira Costa
2008-01-30lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa
2008-01-30lguest: make pending notifications per-vcpuGlauber de Oliveira Costa
2008-01-30lguest: makes special fields be per-vcpuGlauber de Oliveira Costa
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa
2008-01-30lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa
2008-01-30lguest: make registers per-vcpuGlauber de Oliveira Costa
2008-01-30lguest: map_switcher_in_guest() per-vcpuGlauber de Oliveira Costa
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa
2008-01-30lguest: per-vcpu lguest timersGlauber de Oliveira Costa
2008-01-30lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa
2008-01-30lguest: introduce vcpu structGlauber de Oliveira Costa
2007-10-25lguest: documentation updateRusty Russell
2007-10-25lguest: remove unused "wake" element from struct lguestRusty Russell
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell
2007-10-23Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui
2007-10-23Move register setup into i386_core.cJes Sorensen
2007-10-23Make hypercalls arch-independent.Jes Sorensen
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen
2007-10-23Make shadow IDT a complete IDT with 256 entries.Rusty Russell
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell