summaryrefslogtreecommitdiff
path: root/drivers/lguest
AgeCommit message (Expand)AuthorFilesLines
2012-01-12lguest: Make sure interrupt is allocated ok by lguest_setup_irqStratos Psomadakis1-3/+7
2012-01-12lguest: move the lguest tool to the tools directoryDavidlohr Bueso1-1/+1
2012-01-12lguest: switch segment-voodoo-numbers to readable symbolsJacek Galowicz1-11/+17
2012-01-12virtio: harsher barriers for rpmsg.Rusty Russell1-3/+5
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+6
2011-12-06x86: Fix rflags in FAKE_STACK_FRAMESeiichi Ikarashi1-1/+1
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones1-0/+6
2011-10-31lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker2-0/+2
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: Fix in/out emulationRusty Russell1-9/+11
2011-07-22lguest: update commentsRusty Russell5-18/+19
2011-07-22lguest: Simplify device initialization.Rusty Russell1-15/+22
2011-07-22lguest: don't rewrite vmcall instructionsRusty Russell2-81/+2
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell2-194/+86
2011-05-06Correct occurrences ofRob Landley2-3/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-20lguest: compile fixesRusty Russell1-1/+1
2011-01-20lguest: Use this_cpu_opsChristoph Lameter2-3/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-04-14lguest: stop using KVM hypercall mechanismRusty Russell1-2/+2
2010-04-14lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.Rusty Russell1-0/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo5-0/+5
2010-01-04lguest: fix bug in setting guest GDT entryRusty Russell1-1/+3
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-3/+3
2009-10-29percpu: make misc percpu symbols uniqueTejun Heo1-3/+3
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-29/+21
2009-09-23lguest: cleanup for map_switcher()Xiao Guangrong1-3/+2
2009-09-23lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSETRusty Russell1-4/+2
2009-09-23lguest: use set_pte/set_pmd uniformly for real page table entriesRusty Russell1-22/+17
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-07-30lguest and virtio: cleanup struct definitions to Linux style.Rusty Russell2-8/+4
2009-07-30lguest: update commentryRusty Russell7-40/+176
2009-07-30lguest: fix comment styleRusty Russell10-608/+1168
2009-07-30lguest: dereferencing freed mem in add_eventfd()Dan Carpenter1-2/+3
2009-07-17lguest: remove unnecessary forward struct declarationDavide Libenzi1-2/+0
2009-06-30eventfd: revised interface and cleanupsDavide Libenzi2-3/+3
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds8-125/+531
2009-06-12lguest: remove obsolete LHREQ_BREAK callRusty Russell3-42/+4
2009-06-12lguest: use eventfds for device notificationRusty Russell4-6/+115
2009-06-12lguest: allow any process to send interruptsRusty Russell3-12/+18
2009-06-12lguest: PAE fixesRusty Russell1-17/+21
2009-06-12lguest: PAE supportMatias Zabaljauregui4-39/+329
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui3-4/+4
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui1-17/+18
2009-06-12lguest: map switcher with executable page table entriesMatias Zabaljauregui2-2/+2
2009-06-12lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui1-1/+1
2009-06-12lguest: beyond ARRAY_SIZE of cpu->arch.gdtRoel Kluin1-1/+1