| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/lguest: Remove lguest support | Juergen Gross | 2017-08-24 | 1 | -398/+0 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | lguest: Map switcher text R/O | Rusty Russell | 2016-01-12 | 1 | -23/+51 |
* | lguest: fix out-by-one error in address checking. | Rusty Russell | 2015-05-27 | 1 | -1/+1 |
* | lguest: remove NOTIFY call and eventfd facility. | Rusty Russell | 2015-02-11 | 1 | -15/+5 |
* | lguest: write more information to userspace about pending traps. | Rusty Russell | 2015-02-11 | 1 | -3/+4 |
* | lguest: add operations to get/set a register from the Launcher. | Rusty Russell | 2015-02-11 | 1 | -0/+8 |
* | mm/vmalloc.c: clean up map_vm_area third argument | WANG Chao | 2014-08-07 | 1 | -5/+2 |
* | 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-10 | 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 |