summaryrefslogtreecommitdiff
path: root/drivers/lguest/interrupts_and_traps.c
AgeCommit message (Expand)Author
2011-07-22lguest: update commentsRusty Russell
2011-07-22lguest: don't rewrite vmcall instructionsRusty Russell
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-07-30lguest: fix comment styleRusty Russell
2009-06-12lguest: allow any process to send interruptsRusty Russell
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell
2009-06-12lguest: fix race in halt codeRusty Russell
2009-06-12lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell
2009-03-30lguest: use bool instead of intMatias Zabaljauregui
2009-03-30lguest: use KVM hypercallsMatias Zabaljauregui
2008-12-23x86: fix lguest used_vectors breakage, -v2Yinghai Lu
2008-07-29lguest: Guest int3 fixRusty Russell
2008-03-28lguest: comment documentation update.Rusty Russell
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa
2008-01-30lguest: move changed bitmap to lg_cpuGlauber de Oliveira Costa
2008-01-30lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa
2008-01-30lguest: makes special fields be per-vcpuGlauber de Oliveira Costa
2008-01-30lguest: per-vcpu lguest task managementGlauber de Oliveira Costa
2008-01-30lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa
2008-01-30lguest: make registers per-vcpuGlauber de Oliveira Costa
2008-01-30lguest: per-vcpu interrupt processing.Glauber de Oliveira Costa
2008-01-30lguest: per-vcpu lguest timersGlauber de Oliveira Costa
2007-10-25lguest: documentation updateRusty Russell
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen
2007-10-23Make shadow IDT a complete IDT with 256 entries.Rusty Russell
2007-08-30Fix lguest page-pinning logic ("lguest: bad stack page 0xc057a000")Rusty Russell
2007-08-09lguest: Fix Malicious Guest GDT Host CrashRusty Russell
2007-07-28Provide timespec to guests rather than jiffies clock.Rusty Russell
2007-07-26lguest: documentation VII: FIXMEsRusty Russell
2007-07-26lguest: documentation V: HostRusty Russell
2007-07-26lguest: documentation I: PreparationRusty Russell
2007-07-20lguest: fix sense if IF flag on interrupt injectionRusty Russell
2007-07-19lguest: the host codeRusty Russell