index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
lguest
/
interrupts_and_traps.c
Age
Commit message (
Expand
)
Author
2013-09-06
lguest: fix guest kernel stack overflow when TF bit set.
Rusty Russell
2011-07-22
lguest: update comments
Rusty Russell
2011-07-22
lguest: don't rewrite vmcall instructions
Rusty Russell
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-07-30
lguest: fix comment style
Rusty Russell
2009-06-12
lguest: allow any process to send interrupts
Rusty Russell
2009-06-12
lguest: improve interrupt handling, speed up stream networking
Rusty Russell
2009-06-12
lguest: fix race in halt code
Rusty Russell
2009-06-12
lguest: fix lguest wake on guest clock tick, or fd activity
Rusty Russell
2009-03-30
lguest: use bool instead of int
Matias Zabaljauregui
2009-03-30
lguest: use KVM hypercalls
Matias Zabaljauregui
2008-12-23
x86: fix lguest used_vectors breakage, -v2
Yinghai Lu
2008-07-29
lguest: Guest int3 fix
Rusty Russell
2008-03-28
lguest: comment documentation update.
Rusty Russell
2008-01-30
lguest: get rid of lg variable assignments
Glauber de Oliveira Costa
2008-01-30
lguest: move changed bitmap to lg_cpu
Glauber de Oliveira Costa
2008-01-30
lguest: per-vcpu lguest pgdir management
Glauber de Oliveira Costa
2008-01-30
lguest: makes special fields be per-vcpu
Glauber de Oliveira Costa
2008-01-30
lguest: per-vcpu lguest task management
Glauber de Oliveira Costa
2008-01-30
lguest: replace lguest_arch with lg_cpu_arch.
Glauber de Oliveira Costa
2008-01-30
lguest: make registers per-vcpu
Glauber de Oliveira Costa
2008-01-30
lguest: per-vcpu interrupt processing.
Glauber de Oliveira Costa
2008-01-30
lguest: per-vcpu lguest timers
Glauber de Oliveira Costa
2007-10-25
lguest: documentation update
Rusty Russell
2007-10-23
generalize lgread_u32/lgwrite_u32.
Rusty Russell
2007-10-23
Boot with virtual == physical to get closer to native Linux.
Rusty Russell
2007-10-23
Allow guest to specify syscall vector to use.
Rusty Russell
2007-10-23
Move i386 part of core.c to x86/core.c.
Jes Sorensen
2007-10-23
Make shadow IDT a complete IDT with 256 entries.
Rusty Russell
2007-08-30
Fix lguest page-pinning logic ("lguest: bad stack page 0xc057a000")
Rusty Russell
2007-08-09
lguest: Fix Malicious Guest GDT Host Crash
Rusty Russell
2007-07-28
Provide timespec to guests rather than jiffies clock.
Rusty Russell
2007-07-26
lguest: documentation VII: FIXMEs
Rusty Russell
2007-07-26
lguest: documentation V: Host
Rusty Russell
2007-07-26
lguest: documentation I: Preparation
Rusty Russell
2007-07-20
lguest: fix sense if IF flag on interrupt injection
Rusty Russell
2007-07-19
lguest: the host code
Rusty Russell