aboutsummaryrefslogtreecommitdiff
path: root/drivers/lguest/core.c
AgeCommit message (Expand)Author
2013-04-22lguest: map Switcher below fixmap.Rusty Russell
2013-04-22lguest: don't share Switcher PTE pages between guests.Rusty Russell
2013-04-22lguest: expost switcher_pages array (as lg_switcher_pages).Rusty Russell
2013-04-22lguest: assume Switcher text is a single page.Rusty Russell
2013-04-22lguest: rename switcher_page to switcher_pages.Rusty Russell
2013-04-22lguest: prepare to make SWITCHER_ADDR a variable.Rusty Russell
2012-12-18lguest: fix typoAlex Russell
2011-10-27lguest: move process freezing before pending signals checkMichal Hocko
2011-10-27lguest: Allow running under paravirt-enabled KVM.Rusty Russell
2011-07-22lguest: update commentsRusty Russell
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-23lguest: cleanup for map_switcher()Xiao Guangrong
2009-07-30lguest: update commentryRusty Russell
2009-07-30lguest: fix comment styleRusty Russell
2009-06-12lguest: remove obsolete LHREQ_BREAK callRusty Russell
2009-06-12lguest: use eventfds for device notificationRusty Russell
2009-06-12lguest: map switcher with executable page table entriesMatias Zabaljauregui
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell
2009-06-12lguest: fix race in halt codeRusty Russell
2009-03-30lguest: use bool instead of intMatias Zabaljauregui
2009-01-30lguest: typos fixAtsushi SAKAI
2008-07-29lguest: fix switcher_page leak on unloadJohannes Weiner
2008-03-28lguest: comment documentation update.Rusty Russell
2008-03-11lguest: fix __get_vm_area usage.Rusty Russell
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa
2008-01-30lguest: make pending notifications per-vcpuGlauber de Oliveira Costa
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa
2008-01-30lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa
2008-01-30lguest: Reboot supportBalaji Rao
2008-01-30lguest: remove pv_info dependencyGlauber de Oliveira Costa
2007-10-25lguest: documentation updateRusty Russell
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell
2007-10-16paravirt: refactor struct paravirt_ops into smaller pv_*_opsJeremy Fitzhardinge
2007-08-09lguest: Fix Malicious Guest GDT Host CrashRusty Russell
2007-07-26lguest: documentation VI: SwitcherRusty Russell
2007-07-26lguest: documentation V: HostRusty Russell
2007-07-26lguest: documentation IV: LauncherRusty Russell
2007-07-26lguest: documentation I: PreparationRusty Russell
2007-07-19lguest: the host codeRusty Russell