include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / lguest / lg.h
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-07-30 Rusty Russelllguest and virtio: cleanup struct definitions to Linux...
2009-07-30 Rusty Russelllguest: fix comment style
2009-07-17 Davide Libenzilguest: remove unnecessary forward struct declaration
2009-07-01 Davide Libenzieventfd: revised interface and cleanups
2009-06-12 Rusty Russelllguest: remove obsolete LHREQ_BREAK call
2009-06-12 Rusty Russelllguest: use eventfds for device notification
2009-06-12 Rusty Russelllguest: allow any process to send interrupts
2009-06-12 Matias Zabaljaureguilguest: PAE support
2009-06-12 Matias Zabaljaureguilguest: replace hypercall name LHCALL_SET_PMD with...
2009-06-12 Matias Zabaljaureguilguest: Segment selectors are 16-bit long. Fix lg_cpu...
2009-06-12 Rusty Russelllguest: improve interrupt handling, speed up stream...
2009-06-12 Rusty Russelllguest: fix race in halt code
2009-04-19 Rusty Russelllguest: fix guest crash on non-linear addresses in...
2009-03-30 Matias Zabaljaureguilguest: use bool instead of int
2008-12-29 Matias Zabaljaureguilguest: move the initial guest page table creation...
2008-05-27 Jeremy Fitzhardingex86/paravirt: add pte_flags to just get pte flags
2008-04-19 Matthew Wilcoxdrivers: Remove unnecessary inclusions of asm/semaphore.h
2008-01-30 Glauber de Oliveir... lguest: Use explicit includes rateher than indirect
2008-01-30 Glauber de Oliveir... lguest: get rid of lg variable assignments
2008-01-30 Glauber de Oliveir... lguest: move changed bitmap to lg_cpu
2008-01-30 Glauber de Oliveir... lguest: move last_pages to lg_cpu
2008-01-30 Glauber de Oliveir... lguest: per-vcpu lguest pgdir management
2008-01-30 Glauber de Oliveir... lguest: make pending notifications per-vcpu
2008-01-30 Glauber de Oliveir... lguest: makes special fields be per-vcpu
2008-01-30 Glauber de Oliveir... lguest: per-vcpu lguest task management
2008-01-30 Glauber de Oliveir... lguest: replace lguest_arch with lg_cpu_arch.
2008-01-30 Glauber de Oliveir... lguest: make registers per-vcpu
2008-01-30 Glauber de Oliveir... lguest: map_switcher_in_guest() per-vcpu
2008-01-30 Glauber de Oliveir... lguest: per-vcpu interrupt processing.
2008-01-30 Glauber de Oliveir... lguest: per-vcpu lguest timers
2008-01-30 Glauber de Oliveir... lguest: make hypercalls use the vcpu struct
2008-01-30 Glauber de Oliveir... lguest: per-cpu run guest
2008-01-30 Glauber de Oliveir... lguest: introduce vcpu struct
2007-10-25 Rusty Russelllguest: documentation update
2007-10-25 Rusty Russelllguest: remove unused "wake" element from struct lguest
2007-10-23 Rusty Russellgeneralize lgread_u32/lgwrite_u32.
2007-10-23 Rusty RussellRemove old lguest I/O infrrasructure.
2007-10-23 Rusty RussellBoot with virtual == physical to get closer to native...
2007-10-23 Rusty RussellAllow guest to specify syscall vector to use.
2007-10-23 Rusty RussellRename "cr3" to "gpgdir" to avoid x86-specific naming.
2007-10-23 Matias ZabaljaureguiPagetables to use normal kernel types
2007-10-23 Jes SorensenMove register setup into i386_core.c
2007-10-23 Jes SorensenMake hypercalls arch-independent.
2007-10-23 Rusty RussellIntroduce "hcall" pointer to indicate pending hypercall.
2007-10-23 Jes SorensenMove i386 part of core.c to x86/core.c.
2007-10-23 Rusty RussellMake shadow IDT a complete IDT with 256 entries.
2007-10-23 Rusty RussellRemove fixed limit on number of guests, and lguests...
2007-10-23 Rusty RussellIntroduce guest mem offset, static link example launcher
2007-10-23 Rusty RussellRemove binfmts.h include from lg.h
2007-07-29 Rusty RussellProvide timespec to guests rather than jiffies clock.
2007-07-26 Rusty Russelllguest: documentation V: Host
2007-07-26 Rusty Russelllguest: documentation IV: Launcher
2007-07-19 Rusty Russelllguest: the host code