include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / lguest / lguest_user.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-07-30 Rusty Russelllguest: update commentry
2009-07-30 Rusty Russelllguest: fix comment style
2009-07-30 Dan Carpenterlguest: dereferencing freed mem in add_eventfd()
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 Rusty Russelllguest: fix lguest wake on guest clock tick, or fd...
2009-01-30 Mark Wallislguest: Fix a memory leak with the lg object during...
2008-12-29 Matias Zabaljaureguilguest: move the initial guest page table creation...
2008-05-02 Rusty Russelllguest: remove bogus NULL cpu check
2008-05-02 Rusty Russelllguest: avoid using NR_CPUS as a bounds check.
2008-03-30 Al Viromisc __user misannotations (pointless casts to long)
2008-03-28 Rusty Russelllguest: comment documentation update.
2008-03-10 Eugene Teolguest: make sure cpu is initialized before accessing it
2008-01-30 Glauber de Oliveir... lguest: Use explicit includes rateher than indirect
2008-01-30 Glauber de Oliveir... lguest: move last_pages to lg_cpu
2008-01-30 Glauber de Oliveir... lguest: make pending notifications per-vcpu
2008-01-30 Glauber de Oliveir... lguest: per-vcpu lguest task management
2008-01-30 Glauber de Oliveir... lguest: make registers 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 write() operation smp aware
2008-01-30 Glauber de Oliveir... lguest: per-cpu run guest
2008-01-30 Glauber de Oliveir... lguest: initialize vcpu
2007-11-15 Adrian Bunklguest_user.c: fix memory leak
2007-10-25 Rusty Russelllguest: documentation update
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 Jes SorensenMove register setup into i386_core.c
2007-10-23 Jes SorensenChange example launcher to use unsigned long not u32
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-07-26 Rusty Russelllguest: documentation IV: Launcher
2007-07-26 Rusty Russelllguest: documentation I: Preparation
2007-07-19 Rusty Russelllguest: the host code