Jeff Roberson 5df87b21d3 Replace kernel virtual address space allocation with vmem. This provides
transparent layering and better fragmentation.

 - Normalize functions that allocate memory to use kmem_*
 - Those that allocate address space are named kva_*
 - Those that operate on maps are named kmap_*
 - Implement recursive allocation handling for kmem_arena in vmem.

Reviewed by:	alc
Tested by:	pho
Sponsored by:	EMC / Isilon Storage Division
2013-08-07 06:21:20 +00:00
..
2013-07-17 01:34:25 +00:00
2013-06-29 19:57:57 +00:00
2013-06-02 18:10:16 +00:00
2013-07-12 21:36:29 +00:00
2013-08-04 19:54:47 +00:00
2013-07-07 19:47:22 +00:00
2013-07-20 07:24:01 +00:00
2013-07-30 17:35:06 +00:00
2013-06-17 20:11:04 +00:00
2013-07-31 17:21:18 +00:00
2013-06-28 14:41:06 +00:00
2013-08-03 21:24:52 +00:00
2013-06-17 20:11:04 +00:00
2013-07-27 20:47:01 +00:00