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-08-06 19:14:02 +00:00
2013-05-26 22:11:13 +00:00
2013-06-26 23:52:10 +00:00
2013-07-16 14:42:16 +00:00
2013-07-17 01:34:25 +00:00
2013-06-17 22:59:47 +00:00
2013-07-25 10:29:40 +00:00
2013-07-25 09:30:00 +00:00
2013-07-06 01:46:58 +00:00
2013-07-25 09:12:46 +00:00
2013-06-29 19:57:57 +00:00
2013-06-30 05:12:18 +00:00
2013-07-22 05:45:54 +00:00
2013-08-07 06:21:20 +00:00
2013-06-12 12:51:43 +00:00
2013-08-06 03:17:01 +00:00
2013-07-03 20:29:15 +00:00
2013-06-02 18:10:16 +00:00
2013-08-02 18:05:42 +00:00
2013-08-07 06:21:20 +00:00
2013-08-07 06:21:20 +00:00
2013-08-06 21:01:38 +00:00
2013-07-23 14:24:22 +00:00
2013-08-06 02:14:30 +00:00
2013-06-08 20:12:14 +00:00
2013-06-10 07:31:49 +00:00
2013-07-10 06:46:46 +00:00
2013-07-06 07:49:41 +00:00
2013-07-05 23:10:02 +00:00
2013-07-12 21:36:29 +00:00
2013-06-05 17:00:10 +00:00
2013-07-19 21:37:40 +00:00
2013-07-19 21:37:40 +00:00
2013-07-30 18:54:24 +00:00
2013-06-26 22:08:45 +00:00
2013-07-13 21:24:25 +00:00
2013-08-04 19:54:47 +00:00
2013-07-09 18:15:59 +00:00
2013-08-06 21:01:38 +00:00
2013-07-07 19:47:22 +00:00
2013-05-24 09:48:42 +00:00
2013-07-05 21:31:16 +00:00
2013-07-01 17:57:22 +00:00
2013-07-20 07:24:01 +00:00
2013-07-09 03:00:06 +00:00
2013-07-30 17:35:06 +00:00
2013-06-24 21:27:15 +00:00
2013-05-30 12:16:55 +00:00
2013-06-12 18:08:11 +00:00
2013-06-12 12:51:43 +00:00
2013-06-05 17:27:59 +00:00
2013-07-19 21:40:57 +00:00
2013-07-19 21:40:57 +00:00
2013-07-06 08:30:45 +00:00
2013-07-18 15:17:11 +00:00
2013-06-17 20:11:04 +00:00
2013-07-03 17:57:35 +00:00
2013-06-25 17:50:22 +00:00
2013-07-04 21:16:49 +00:00
2013-07-31 17:21:18 +00:00
2013-06-28 14:41:06 +00:00
2013-06-14 05:36:47 +00:00
2013-08-03 21:24:52 +00:00
2013-05-30 12:16:55 +00:00
2013-07-25 09:29:48 +00:00
2013-06-05 01:22:59 +00:00
2013-07-17 23:29:56 +00:00
2013-05-23 16:37:43 +00:00
2013-07-25 16:57:27 +00:00
2013-07-31 06:05:34 +00:00
2013-07-04 18:00:27 +00:00
2013-06-17 20:11:04 +00:00
2013-07-27 20:47:01 +00:00
2013-07-31 01:13:29 +00:00
2013-08-07 06:21:20 +00:00