aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/interrupts_and_traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-25lguest: documentation updateRusty Russell1-8/+29
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell1-1/+1
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-4/+9
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell1-1/+48
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen1-9/+9
2007-10-23Make shadow IDT a complete IDT with 256 entries.Rusty Russell1-30/+19
2007-08-30Fix lguest page-pinning logic ("lguest: bad stack page 0xc057a000")Rusty Russell1-2/+5
2007-08-09lguest: Fix Malicious Guest GDT Host CrashRusty Russell1-3/+6
2007-07-28Provide timespec to guests rather than jiffies clock.Rusty Russell1-0/+7
2007-07-26lguest: documentation VII: FIXMEsRusty Russell1-0/+14
2007-07-26lguest: documentation V: HostRusty Russell1-19/+157
2007-07-26lguest: documentation I: PreparationRusty Russell1-0/+13
2007-07-20lguest: fix sense if IF flag on interrupt injectionRusty Russell1-5/+5
2007-07-19lguest: the host codeRusty Russell1-0/+268