aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_busdma_bufalloc.c
Commit message (Expand)AuthorAgeFilesLines
* busdma: uma_zcreate() does not failMark Johnston2024-04-241-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-221-2/+2
* sys/kern: Use C99 fixed-width integer types.John Baldwin2021-12-281-1/+1
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Add malloc_domainset(9) and _domainset variants to other allocator KPIs.Mark Johnston2018-10-301-6/+4
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1
* Implement NUMA support in uma(9) and malloc(9). Allocations from specificJeff Roberson2018-01-121-2/+2
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix printf format to allow for bus_size_t not being u_long on all platforms.Ian Lepore2015-10-201-2/+2
* Fix integer truncation bug in malloc(9)Ryan Stone2015-04-011-3/+3
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-3/+3
* Create an architecture-agnostic buffer pool manager that uses uma(9) toOlivier Houchard2012-12-201-0/+174