aboutsummaryrefslogtreecommitdiff
path: root/drivers/lguest
AgeCommit message (Expand)Author
2013-05-08lguest: clear cached last cpu when guest_set_pgd() called.Rusty Russell
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-04-29lguest: rename random32() to prandom_u32()Akinobu Mita
2013-04-30lguest: improve code readability in lg_cpu_start.Cosmin Paraschiv
2013-04-22lguest: map Switcher below fixmap.Rusty Russell
2013-04-22lguest: cache last cpu we ran on.Rusty Russell
2013-04-22lguest: map Switcher text whenever we allocate a new pagetable.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: extract shadow PTE walking / allocating.Rusty Russell
2013-04-22lguest: make check_gpte et. al return bool.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: remove RESERVE_MEM constant.Rusty Russell
2013-04-22lguest: check vaddr not pgd for Switcher protection.Rusty Russell
2013-04-22lguest: prepare to make SWITCHER_ADDR a variable.Rusty Russell
2013-03-07lguest: fix paths in commentsWanlong Gao
2013-02-26Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-11virtio: make config_ops constStephen Hemminger
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach
2013-01-11drivers/lguest: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-18lguest: fix typoAlex Russell
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-09-28virtio: support reserved vqsMichael S. Tsirkin
2012-09-28virtio-ring: move queue_index to vring_virtqueueJason Wang
2012-09-18lguest, x86: handle guest TS bit for lazy/non-lazy fpu host modelsSuresh Siddha
2012-01-12lguest: Make sure interrupt is allocated ok by lguest_setup_irqStratos Psomadakis
2012-01-12lguest: move the lguest tool to the tools directoryDavidlohr Bueso
2012-01-12lguest: switch segment-voodoo-numbers to readable symbolsJacek Galowicz
2012-01-12virtio: harsher barriers for rpmsg.Rusty Russell
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-12-06x86: Fix rflags in FAKE_STACK_FRAMESeiichi Ikarashi
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones
2011-10-31lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker
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: Fix in/out emulationRusty Russell
2011-07-22lguest: update commentsRusty Russell
2011-07-22lguest: Simplify device initialization.Rusty Russell
2011-07-22lguest: don't rewrite vmcall instructionsRusty Russell
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell
2011-05-06Correct occurrences ofRob Landley
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-20lguest: compile fixesRusty Russell
2011-01-20lguest: Use this_cpu_opsChristoph Lameter
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-04-14lguest: stop using KVM hypercall mechanismRusty Russell
2010-04-14lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.Rusty Russell
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo