Displaying 2 results from an estimated 2 matches for "linuxonlinux".
Did you mean:
linuxonline
2007 Jun 26
2
RFC: multiple address spaces for one process
In a hosted VMM like LinuxOnLinux or UML, context switch time can be a
major problem (as mmap when repeated for each guest page frame takes a
long time). One solution is to allow the host kernel to keep a cache of
address space contexts, and switch between them in a single
operation.
The attached patch is a start at this. It wo...
2007 Jun 26
2
RFC: multiple address spaces for one process
In a hosted VMM like LinuxOnLinux or UML, context switch time can be a
major problem (as mmap when repeated for each guest page frame takes a
long time). One solution is to allow the host kernel to keep a cache of
address space contexts, and switch between them in a single
operation.
The attached patch is a start at this. It wo...