Sciweavers

APCSAC
2003
IEEE

User-Level Management of Kernel Memory

13 years 9 months ago
User-Level Management of Kernel Memory
Abstract. Kernel memory is a resource that must be managed carefully in order to ensure the efficiency and safety of the system. The use of an inappropriate management policy can weaken the isolation between subsystems, lead to suboptimal performance, and even make the kernel vulnerable to denial-of-service attacks. Yet, many existing kernels use only a single built-in policy, which is always a compromise between performance and generality. In this paper, we address this problem by exporting control over kernel memory to user-level pagers. Thus, subsystems can implement their own application-specific management policies while independent subsystems can still be isolated from each other. The pagers have full control over the memory resources they manage; they can even preempt and later restore individual pages of kernel memory. Still, protection is not compromised because the kernel converts its metadata into a safe representation before exporting it. Therefore, pagers need only be tru...
Andreas Haeberlen, Kevin Elphinstone
Added 04 Jul 2010
Updated 04 Jul 2010
Type Conference
Year 2003
Where APCSAC
Authors Andreas Haeberlen, Kevin Elphinstone
Comments (0)