index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
lguest
/
lguest_user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-24
lguest: explicitly set miscdevice's private_data NULL
Martin Kepplinger
1
-0
/
+8
2015-02-11
lguest: remove NOTIFY call and eventfd facility.
Rusty Russell
1
-182
/
+4
2015-02-11
lguest: add iomem region, where guest page faults get sent to userspace.
Rusty Russell
1
-1
/
+2
2015-02-11
lguest: add infrastructure for userspace to deliver a trap to the guest.
Rusty Russell
1
-0
/
+19
2015-02-11
lguest: write more information to userspace about pending traps.
Rusty Russell
1
-5
/
+9
2015-02-11
lguest: add operations to get/set a register from the Launcher.
Rusty Russell
1
-0
/
+49
2013-04-30
lguest: improve code readability in lg_cpu_start.
Cosmin Paraschiv
1
-3
/
+3
2011-10-31
lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOL
Paul Gortmaker
1
-0
/
+1
2011-07-22
lguest: update comments
Rusty Russell
1
-7
/
+10
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-10-01
const: constify remaining file_operations
Alexey Dobriyan
1
-1
/
+1
2009-07-30
lguest: update commentry
Rusty Russell
1
-10
/
+90
2009-07-30
lguest: fix comment style
Rusty Russell
1
-47
/
+90
2009-07-30
lguest: dereferencing freed mem in add_eventfd()
Dan Carpenter
1
-2
/
+3
2009-06-30
eventfd: revised interface and cleanups
Davide Libenzi
1
-2
/
+2
2009-06-12
lguest: remove obsolete LHREQ_BREAK call
Rusty Russell
1
-31
/
+0
2009-06-12
lguest: use eventfds for device notification
Rusty Russell
1
-2
/
+96
2009-06-12
lguest: allow any process to send interrupts
Rusty Russell
1
-8
/
+2
2009-06-12
lguest: fix lguest wake on guest clock tick, or fd activity
Rusty Russell
1
-2
/
+2
2009-01-30
lguest: Fix a memory leak with the lg object during launcher close
Mark Wallis
1
-3
/
+2
2008-12-30
lguest: move the initial guest page table creation code to the host
Matias Zabaljauregui
1
-8
/
+5
2008-05-02
lguest: remove bogus NULL cpu check
Rusty Russell
1
-2
/
+0
2008-05-02
lguest: avoid using NR_CPUS as a bounds check.
Rusty Russell
1
-1
/
+1
2008-03-30
misc __user misannotations (pointless casts to long)
Al Viro
1
-1
/
+1
2008-03-28
lguest: comment documentation update.
Rusty Russell
1
-9
/
+21
2008-03-11
lguest: make sure cpu is initialized before accessing it
Eugene Teo
1
-7
/
+8
2008-01-30
lguest: Use explicit includes rateher than indirect
Glauber de Oliveira Costa
1
-0
/
+1
2008-01-30
lguest: move last_pages to lg_cpu
Glauber de Oliveira Costa
1
-4
/
+4
2008-01-30
lguest: make pending notifications per-vcpu
Glauber de Oliveira Costa
1
-2
/
+2
2008-01-30
lguest: per-vcpu lguest task management
Glauber de Oliveira Costa
1
-25
/
+28
2008-01-30
lguest: make registers per-vcpu
Glauber de Oliveira Costa
1
-18
/
+19
2008-01-30
lguest: per-vcpu interrupt processing.
Glauber de Oliveira Costa
1
-4
/
+4
2008-01-30
lguest: per-vcpu lguest timers
Glauber de Oliveira Costa
1
-5
/
+5
2008-01-30
lguest: make write() operation smp aware
Glauber de Oliveira Costa
1
-2
/
+9
2008-01-30
lguest: per-cpu run guest
Glauber de Oliveira Costa
1
-2
/
+10
2008-01-30
lguest: initialize vcpu
Glauber de Oliveira Costa
1
-0
/
+17
2007-11-14
lguest_user.c: fix memory leak
Adrian Bunk
1
-1
/
+1
2007-10-25
lguest: documentation update
Rusty Russell
1
-11
/
+12
2007-10-23
Remove old lguest I/O infrrasructure.
Rusty Russell
1
-34
/
+5
2007-10-23
Boot with virtual == physical to get closer to native Linux.
Rusty Russell
1
-9
/
+2
2007-10-23
Move register setup into i386_core.c
Jes Sorensen
1
-36
/
+1
2007-10-23
Change example launcher to use unsigned long not u32
Jes Sorensen
1
-15
/
+16
2007-10-23
Remove fixed limit on number of guests, and lguests array.
Rusty Russell
1
-11
/
+6
2007-10-23
Introduce guest mem offset, static link example launcher
Rusty Russell
1
-10
/
+13
2007-07-26
lguest: documentation IV: Launcher
Rusty Russell
1
-9
/
+150
2007-07-26
lguest: documentation I: Preparation
Rusty Russell
1
-1
/
+6
2007-07-19
lguest: the host code
Rusty Russell
1
-0
/
+236