index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
lguest
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lguest: map Switcher below fixmap.
Rusty Russell
2013-04-22
1
-10
/
+5
*
lguest: don't share Switcher PTE pages between guests.
Rusty Russell
2013-04-22
1
-9
/
+1
*
lguest: expost switcher_pages array (as lg_switcher_pages).
Rusty Russell
2013-04-22
1
-12
/
+13
*
lguest: assume Switcher text is a single page.
Rusty Russell
2013-04-22
1
-1
/
+8
*
lguest: rename switcher_page to switcher_pages.
Rusty Russell
2013-04-22
1
-12
/
+12
*
lguest: prepare to make SWITCHER_ADDR a variable.
Rusty Russell
2013-04-22
1
-8
/
+10
*
lguest: fix typo
Alex Russell
2012-12-18
1
-1
/
+1
*
lguest: move process freezing before pending signals check
Michal Hocko
2011-10-27
1
-7
/
+7
*
lguest: Allow running under paravirt-enabled KVM.
Rusty Russell
2011-10-27
1
-1
/
+1
*
lguest: update comments
Rusty Russell
2011-07-22
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
lguest: cleanup for map_switcher()
Xiao Guangrong
2009-09-23
1
-3
/
+2
*
lguest: update commentry
Rusty Russell
2009-07-30
1
-1
/
+6
*
lguest: fix comment style
Rusty Russell
2009-07-30
1
-39
/
+75
*
lguest: remove obsolete LHREQ_BREAK call
Rusty Russell
2009-06-12
1
-8
/
+3
*
lguest: use eventfds for device notification
Rusty Russell
2009-06-12
1
-3
/
+5
*
lguest: map switcher with executable page table entries
Matias Zabaljauregui
2009-06-12
1
-1
/
+1
*
lguest: improve interrupt handling, speed up stream networking
Rusty Russell
2009-06-12
1
-3
/
+4
*
lguest: fix race in halt code
Rusty Russell
2009-06-12
1
-2
/
+12
*
lguest: use bool instead of int
Matias Zabaljauregui
2009-03-30
1
-2
/
+2
*
lguest: typos fix
Atsushi SAKAI
2009-01-30
1
-1
/
+1
*
lguest: fix switcher_page leak on unload
Johannes Weiner
2008-07-29
1
-0
/
+1
*
lguest: comment documentation update.
Rusty Russell
2008-03-28
1
-9
/
+9
*
lguest: fix __get_vm_area usage.
Rusty Russell
2008-03-11
1
-2
/
+13
*
lguest: get rid of lg variable assignments
Glauber de Oliveira Costa
2008-01-30
1
-13
/
+11
*
lguest: make pending notifications per-vcpu
Glauber de Oliveira Costa
2008-01-30
1
-3
/
+3
*
lguest: per-vcpu lguest task management
Glauber de Oliveira Costa
2008-01-30
1
-2
/
+2
*
lguest: per-vcpu interrupt processing.
Glauber de Oliveira Costa
2008-01-30
1
-1
/
+1
*
lguest: make hypercalls use the vcpu struct
Glauber de Oliveira Costa
2008-01-30
1
-3
/
+3
*
lguest: per-cpu run guest
Glauber de Oliveira Costa
2008-01-30
1
-2
/
+4
*
lguest: Reboot support
Balaji Rao
2008-01-30
1
-0
/
+2
*
lguest: remove pv_info dependency
Glauber de Oliveira Costa
2008-01-30
1
-1
/
+1
*
lguest: documentation update
Rusty Russell
2007-10-25
1
-1
/
+4
*
generalize lgread_u32/lgwrite_u32.
Rusty Russell
2007-10-23
1
-31
/
+8
*
Remove old lguest I/O infrrasructure.
Rusty Russell
2007-10-23
1
-8
/
+4
*
Allow guest to specify syscall vector to use.
Rusty Russell
2007-10-23
1
-10
/
+20
*
Introduce "hcall" pointer to indicate pending hypercall.
Rusty Russell
2007-10-23
1
-4
/
+4
*
Move i386 part of core.c to x86/core.c.
Jes Sorensen
2007-10-23
1
-446
/
+13
*
Remove fixed limit on number of guests, and lguests array.
Rusty Russell
2007-10-23
1
-14
/
+0
*
Introduce guest mem offset, static link example launcher
Rusty Russell
2007-10-23
1
-12
/
+10
*
paravirt: refactor struct paravirt_ops into smaller pv_*_ops
Jeremy Fitzhardinge
2007-10-16
1
-3
/
+3
*
lguest: Fix Malicious Guest GDT Host Crash
Rusty Russell
2007-08-09
1
-0
/
+5
*
lguest: documentation VI: Switcher
Rusty Russell
2007-07-26
1
-4
/
+47
*
lguest: documentation V: Host
Rusty Russell
2007-07-26
1
-15
/
+258
*
lguest: documentation IV: Launcher
Rusty Russell
2007-07-26
1
-2
/
+22
*
lguest: documentation I: Preparation
Rusty Russell
2007-07-26
1
-2
/
+5
*
lguest: the host code
Rusty Russell
2007-07-19
1
-0
/
+462