DocumentCode
1968058
Title
A Scalable Physical Memory Allocation Scheme for L4 Microkernel
Author
Tian, Chen ; Waddington, Daniel ; Kuang, Jilong
fYear
2012
fDate
16-20 July 2012
Firstpage
488
Lastpage
493
Abstract
L4 microkernel family has become very successful on mobile devices. However, with the rapid shift from uniprocessor to multicore and manycore processor, many critical OS functions including physical memory allocator (PMA) must be re-designed in order to achieve better system throughput. While research and engineering efforts have been made for PMA in monolithic kernels such as Linux, not much work can be found for L4 microkernels. Due to the the design difference, the PMA in L4 microkernels is part of user level page fault handler (a.k.a. pager), which is executed as a stand-alone server in the least privilege mode. Memory allocation and free requests are handled through inter-process communication (IPC) rather than normal system or kernel function calls. In this work, we first study the scalability issue of the PMA implementation in L4 microkernels, and propose our solution in the context of Fiasco.OC, a state-of-the-art L4 microkernel implementation. We also discuss how to leverage the L4 microkernel design advantages to implement a PMA with more advanced features, such as load balancing, customizability and NUMA-awareness. Finally, we conduct experiments to verify the scalability result of our solution. The experiment is conducted on a 48-core AMD magny-cours server.
Keywords
Linux; memory architecture; multiprocessing systems; resource allocation; 48-core AMD magny-cours server; IPC; L4 microkernel family; NUMA-awareness; OS functions; PMA implementa- tion; interprocess communication; kernel function calls; least privilege mode; manycore processor; mobile devices; monolithic kernels; multicore processor; scalable physical memory allocation scheme; stand-alone server; uniprocessor; user level page fault handler; Kernel; Linux; Load management; Memory management; Resource management; Scalability; Servers; memory allocation; microkernel; multicore processor;
fLanguage
English
Publisher
ieee
Conference_Titel
Computer Software and Applications Conference (COMPSAC), 2012 IEEE 36th Annual
Conference_Location
Izmir
ISSN
0730-3157
Print_ISBN
978-1-4673-1990-4
Electronic_ISBN
0730-3157
Type
conf
DOI
10.1109/COMPSAC.2012.85
Filename
6340201
Link To Document