aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/interrupts_and_traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-22lguest: update commentsRusty Russell1-2/+2
2011-07-22lguest: don't rewrite vmcall instructionsRusty Russell1-4/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-07-30lguest: fix comment styleRusty Russell1-97/+191
2009-06-12lguest: allow any process to send interruptsRusty Russell1-4/+15
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell1-3/+13
2009-06-12lguest: fix race in halt codeRusty Russell1-9/+17
2009-06-12lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell1-3/+3
2009-03-30lguest: use bool instead of intMatias Zabaljauregui1-10/+11
2009-03-30lguest: use KVM hypercallsMatias Zabaljauregui1-3/+4
2008-12-23x86: fix lguest used_vectors breakage, -v2Yinghai Lu1-4/+9
2008-07-29lguest: Guest int3 fixRusty Russell1-7/+17
2008-03-28lguest: comment documentation update.Rusty Russell1-4/+3
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa1-28/+26
2008-01-30lguest: move changed bitmap to lg_cpuGlauber de Oliveira Costa1-1/+1
2008-01-30lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa1-3/+3
2008-01-30lguest: makes special fields be per-vcpuGlauber de Oliveira Costa1-11/+12
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa1-4/+4
2008-01-30lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa1-14/+14
2008-01-30lguest: make registers per-vcpuGlauber de Oliveira Costa1-14/+14
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa1-11/+13
2008-01-30lguest: per-vcpu lguest timersGlauber de Oliveira Costa1-10/+10
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