aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-24x86/lguest: Remove lguest supportJuergen Gross1-398/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-01-12lguest: Map switcher text R/ORusty Russell1-23/+51
2015-05-27lguest: fix out-by-one error in address checking.Rusty Russell1-1/+1
2015-02-11lguest: remove NOTIFY call and eventfd facility.Rusty Russell1-15/+5
2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell1-3/+4
2015-02-11lguest: add operations to get/set a register from the Launcher.Rusty Russell1-0/+8
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-5/+2
2013-04-22lguest: map Switcher below fixmap.Rusty Russell1-10/+5
2013-04-22lguest: don't share Switcher PTE pages between guests.Rusty Russell1-9/+1
2013-04-22lguest: expost switcher_pages array (as lg_switcher_pages).Rusty Russell1-12/+13
2013-04-22lguest: assume Switcher text is a single page.Rusty Russell1-1/+8
2013-04-22lguest: rename switcher_page to switcher_pages.Rusty Russell1-12/+12
2013-04-22lguest: prepare to make SWITCHER_ADDR a variable.Rusty Russell1-8/+10
2012-12-18lguest: fix typoAlex Russell1-1/+1
2011-10-27lguest: move process freezing before pending signals checkMichal Hocko1-7/+7
2011-10-27lguest: Allow running under paravirt-enabled KVM.Rusty Russell1-1/+1
2011-07-22lguest: update commentsRusty Russell1-1/+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-09-23lguest: cleanup for map_switcher()Xiao Guangrong1-3/+2
2009-07-30lguest: update commentryRusty Russell1-1/+6
2009-07-30lguest: fix comment styleRusty Russell1-39/+75
2009-06-12lguest: remove obsolete LHREQ_BREAK callRusty Russell1-8/+3
2009-06-12lguest: use eventfds for device notificationRusty Russell1-3/+5
2009-06-12lguest: map switcher with executable page table entriesMatias Zabaljauregui1-1/+1
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell1-3/+4
2009-06-12lguest: fix race in halt codeRusty Russell1-2/+12
2009-03-30lguest: use bool instead of intMatias Zabaljauregui1-2/+2
2009-01-30lguest: typos fixAtsushi SAKAI1-1/+1
2008-07-29lguest: fix switcher_page leak on unloadJohannes Weiner1-0/+1
2008-03-28lguest: comment documentation update.Rusty Russell1-9/+9
2008-03-11lguest: fix __get_vm_area usage.Rusty Russell1-2/+13
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa1-13/+11
2008-01-30lguest: make pending notifications per-vcpuGlauber de Oliveira Costa1-3/+3
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa1-2/+2
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa1-1/+1
2008-01-30lguest: make hypercalls use the vcpu structGlauber de Oliveira Costa1-3/+3
2008-01-30lguest: per-cpu run guestGlauber de Oliveira Costa1-2/+4
2008-01-30lguest: Reboot supportBalaji Rao1-0/+2
2008-01-30lguest: remove pv_info dependencyGlauber de Oliveira Costa1-1/+1
2007-10-25lguest: documentation updateRusty Russell1-1/+4
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell1-31/+8
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell1-8/+4
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell1-10/+20
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell1-4/+4
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen1-446/+13
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell1-14/+0
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell1-12/+10
2007-10-16paravirt: refactor struct paravirt_ops into smaller pv_*_opsJeremy Fitzhardinge1-3/+3