Home
last modified time | relevance | path

Searched hist:"5 df87b21d3fc592f112c1721d9c2d533d4411ae4" (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/sys/dev/drm2/
H A Ddrm_scatter.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/kern/
H A Dsubr_busdma_bufalloc.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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 Dsubr_vmem.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/dev/drm2/ttm/
H A Dttm_bo_util.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/arm/arm/
H A Dbus_space_generic.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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 Dmp_machdep.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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 Dbusdma_machdep.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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_machdep.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/arm/mv/armadaxp/
H A Darmadaxp_mp.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/vm/
H A Dmemguard.hdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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 Dmemguard.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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 Dpmap.hdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/cddl/compat/opensolaris/sys/
H A Dkmem.hdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/x86/x86/
H A Dbusdma_machdep.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/dev/xen/xenpci/
H A Dxenpci.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/dev/xen/netback/
H A Dnetback.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/powerpc/powerpc/
H A Dbusdma_machdep.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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 Dmp_machdep.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/dev/xen/blkback/
H A Dblkback.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/i386/pci/
H A Dpci_cfgreg.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/amd64/amd64/
H A Dsys_machdep.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/i386/i386/
H A Dsys_machdep.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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/sys/powerpc/aim/
H A Dmmu_oea64.cdiff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> 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

12