aboutsummaryrefslogtreecommitdiffstats
path: root/net/strparser
diff options
context:
space:
mode:
Diffstat (limited to 'net/strparser')
0 files changed, 0 insertions, 0 deletions
vatar.org/avatar/940b59c987ebbe34aba49f181f0b7c1f?s=128&d=retro' />Rusty Russell1-1/+2 2015-02-11lguest: add infrastructure for userspace to deliver a trap to the guest.Rusty Russell1-0/+19 2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell1-5/+9 2015-02-11lguest: add operations to get/set a register from the Launcher.Rusty Russell1-0/+49 2013-04-30lguest: improve code readability in lg_cpu_start.Cosmin Paraschiv1-3/+3 2011-10-31lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker1-0/+1 2011-07-22lguest: update commentsRusty Russell1-7/+10 2011-03-31Fix common misspellingsLucas De Marchi1-1/+1 2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1 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 Costa