drm/nv50: fix iommu errors caused by device reading from address 0
[safe/jmp/linux-2.6] / drivers / lguest / hypercalls.c
2009-07-30 Rusty Russelllguest: update commentry
2009-07-30 Rusty Russelllguest: fix comment style
2009-06-12 Matias Zabaljaureguilguest: PAE support
2009-06-12 Matias Zabaljaureguilguest: replace hypercall name LHCALL_SET_PMD with...
2009-06-12 Rusty Russelllguest: improve interrupt handling, speed up stream...
2008-03-28 Rusty Russelllguest: comment documentation update.
2008-01-30 Glauber de Oliveir... lguest: Use explicit includes rateher than indirect
2008-01-30 Glauber de Oliveir... lguest: get rid of lg variable assignments
2008-01-30 Glauber de Oliveir... lguest: per-vcpu lguest pgdir management
2008-01-30 Glauber de Oliveir... lguest: make pending notifications per-vcpu
2008-01-30 Glauber de Oliveir... lguest: makes special fields be per-vcpu
2008-01-30 Glauber de Oliveir... lguest: per-vcpu lguest task management
2008-01-30 Glauber de Oliveir... lguest: per-vcpu lguest timers
2008-01-30 Glauber de Oliveir... lguest: make hypercalls use the vcpu struct
2008-01-30 Balaji Raolguest: Reboot support
2007-10-25 Rusty Russelllguest: documentation update
2007-10-23 Rusty Russellgeneralize lgread_u32/lgwrite_u32.
2007-10-23 Rusty RussellRemove old lguest I/O infrrasructure.
2007-10-23 Rusty RussellBoot with virtual == physical to get closer to native...
2007-10-23 Matias ZabaljaureguiPagetables to use normal kernel types
2007-10-23 Jes SorensenMake hypercalls arch-independent.
2007-10-23 Rusty RussellIntroduce "hcall" pointer to indicate pending hypercall.
2007-10-23 Rusty RussellRemove fixed limit on number of guests, and lguests...
2007-10-23 Rusty RussellIntroduce guest mem offset, static link example launcher
2007-10-23 Jes SorensenUse copy_to_user() not put_user for struct timespec
2007-07-29 Rusty RussellProvide timespec to guests rather than jiffies clock.
2007-07-26 Rusty Russelllguest: documentation V: Host
2007-07-26 Rusty Russelllguest: documentation I: Preparation
2007-07-19 Rusty Russelllguest: the host code