summaryrefslogtreecommitdiffstats
path: root/drivers/lguest/interrupts_and_traps.c
Commit message (Expand)AuthorAgeFilesLines
* lguest: documentation updateRusty Russell2007-10-251-8/+29
* generalize lgread_u32/lgwrite_u32.Rusty Russell2007-10-231-1/+1
* Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-231-4/+9
* Allow guest to specify syscall vector to use.Rusty Russell2007-10-231-1/+48
* Move i386 part of core.c to x86/core.c.Jes Sorensen2007-10-231-9/+9
* Make shadow IDT a complete IDT with 256 entries.Rusty Russell2007-10-231-30/+19Star
* Fix lguest page-pinning logic ("lguest: bad stack page 0xc057a000")Rusty Russell2007-08-301-2/+5
* lguest: Fix Malicious Guest GDT Host CrashRusty Russell2007-08-091-3/+6
* Provide timespec to guests rather than jiffies clock.Rusty Russell2007-07-291-0/+7
* lguest: documentation VII: FIXMEsRusty Russell2007-07-261-0/+14
* lguest: documentation V: HostRusty Russell2007-07-261-19/+157
* lguest: documentation I: PreparationRusty Russell2007-07-261-0/+13
* lguest: fix sense if IF flag on interrupt injectionRusty Russell2007-07-201-5/+5
* lguest: the host codeRusty Russell2007-07-191-0/+268