aboutsummaryrefslogtreecommitdiff
path: root/drivers/lguest/lguest_user.c
AgeCommit message (Expand)Author
2011-10-31lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker
2011-07-22lguest: update commentsRusty Russell
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-07-30lguest: update commentryRusty Russell
2009-07-30lguest: fix comment styleRusty Russell
2009-07-30lguest: dereferencing freed mem in add_eventfd()Dan Carpenter
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: fix lguest wake on guest clock tick, or fd activityRusty Russell
2009-01-30lguest: Fix a memory leak with the lg object during launcher closeMark Wallis
2008-12-30lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui
2008-05-02lguest: remove bogus NULL cpu checkRusty Russell
2008-05-02lguest: avoid using NR_CPUS as a bounds check.Rusty Russell
2008-03-30misc __user misannotations (pointless casts to long)Al Viro
2008-03-28lguest: comment documentation update.Rusty Russell
2008-03-11lguest: make sure cpu is initialized before accessing itEugene Teo
2008-01-30lguest: Use explicit includes rateher than indirectGlauber de Oliveira Costa
2008-01-30lguest: move last_pages to lg_cpuGlauber de Oliveira Costa
2008-01-30lguest: make pending notifications per-vcpuGlauber de Oliveira Costa
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa
2008-01-30lguest: make registers 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 write() operation smp awareGlauber de Oliveira Costa
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa
2008-01-30lguest: initialize vcpuGlauber de Oliveira Costa
2007-11-14lguest_user.c: fix memory leakAdrian Bunk
2007-10-25lguest: documentation updateRusty 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-23Move register setup into i386_core.cJes Sorensen
2007-10-23Change example launcher to use unsigned long not u32Jes Sorensen
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
2007-07-26lguest: documentation IV: LauncherRusty Russell
2007-07-26lguest: documentation I: PreparationRusty Russell
2007-07-19lguest: the host codeRusty Russell