aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/lguest_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-07-30lguest: update commentryRusty Russell1-10/+90
2009-07-30lguest: fix comment styleRusty Russell1-47/+90
2009-07-30lguest: dereferencing freed mem in add_eventfd()Dan Carpenter1-2/+3
2009-06-30eventfd: revised interface and cleanupsDavide Libenzi1-2/+2
2009-06-12lguest: remove obsolete LHREQ_BREAK callRusty Russell1-31/+0
2009-06-12lguest: use eventfds for device notificationRusty Russell1-2/+96
2009-06-12lguest: allow any process to send interruptsRusty Russell1-8/+2
2009-06-12lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell1-2/+2
2009-01-30lguest: Fix a memory leak with the lg object during launcher closeMark Wallis1-3/+2
2008-12-30lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui1-8/+5
2008-05-02lguest: remove bogus NULL cpu checkRusty Russell1-2/+0
2008-05-02lguest: avoid using NR_CPUS as a bounds check.Rusty Russell1-1/+1
2008-03-30misc __user misannotations (pointless casts to long)Al Viro1-1/+1
2008-03-28lguest: comment documentation update.Rusty Russell1-9/+21
2008-03-11lguest: make sure cpu is initialized before accessing itEugene Teo1-7/+8
2008-01-30lguest: Use explicit includes rateher than indirectGlauber de Oliveira Costa1-0/+1
2008-01-30lguest: move last_pages to lg_cpuGlauber de Oliveira Costa1-4/+4
2008-01-30lguest: make pending notifications per-vcpuGlauber de Oliveira Costa1-2/+2
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa1-25/+28
2008-01-30lguest: make registers per-vcpuGlauber de Oliveira Costa1-18/+19
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa1-4/+4
2008-01-30lguest: per-vcpu lguest timersGlauber de Oliveira Costa1-5/+5
2008-01-30lguest: make write() operation smp awareGlauber de Oliveira Costa1-2/+9
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa1-2/+10
2008-01-30lguest: initialize vcpuGlauber de Oliveira Costa1-0/+17
2007-11-14lguest_user.c: fix memory leakAdrian Bunk1-1/+1
2007-10-25lguest: documentation updateRusty Russell1-11/+12
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell1-34/+5
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-9/+2
2007-10-23Move register setup into i386_core.cJes Sorensen1-36/+1
2007-10-23Change example launcher to use unsigned long not u32Jes Sorensen1-15/+16
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell1-11/+6
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell1-10/+13
2007-07-26lguest: documentation IV: LauncherRusty Russell1-9/+150
2007-07-26lguest: documentation I: PreparationRusty Russell1-1/+6
2007-07-19lguest: the host codeRusty Russell1-0/+236