freebsd-dev/sys/pc98
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
..
apm
cbus MFi386: Make similar changes that were made to atkbdc in r245315. 2013-01-11 23:42:24 +00:00
conf Back out r253779 & r253786. 2013-07-31 17:21:18 +00:00
include Merge from projects/counters: counter(9). 2013-04-08 19:40:53 +00:00
linux
pc98 Replace kernel virtual address space allocation with vmem. This provides 2013-08-07 06:21:20 +00:00