Searched hist:254025 (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/sys/mips/sibyte/
H A Dsb_zbpci.cdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
/freebsd-10-stable/sys/dev/drm/
H A Ddrm_scatter.cdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
/freebsd-10-stable/sys/vm/
H A Dmemguard.hdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
H A Dvm_kern.hdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
H A Dvm_init.cdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
/freebsd-10-stable/sys/dev/xen/xenpci/
H A Dxenpci.cdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
/freebsd-10-stable/sys/i386/ibcs2/
H A Dimgact_coff.cdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
/freebsd-10-stable/sys/kern/
H A Dimgact_gzip.cdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
H A Dkern_sharedpage.cdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
/freebsd-10-stable/sys/xen/
H A Dgnttab.cdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dbus_machdep.cdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
/freebsd-10-stable/sys/dev/xen/blkback/
H A Dblkback.c
/freebsd-10-stable/sys/mips/mips/
H A Dvm_machdep.cdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
/freebsd-10-stable/sys/powerpc/aim/
H A Dmmu_oea64.c
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_misc.cdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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
/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.cdiff 254025 Wed Aug 07 04:34:48 MDT 2013 jeff 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

Completed in 283 milliseconds