summaryrefslogtreecommitdiff
path: root/sys/kern/subr_busdma_bufalloc.c
AgeCommit message (Expand)Author
2024-04-24busdma: uma_zcreate() does not failMark Johnston
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-22kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin
2021-12-28sys/kern: Use C99 fixed-width integer types.John Baldwin
2020-09-01kern: clean up empty lines in .c and .h filesMateusz Guzik
2018-10-30Add malloc_domainset(9) and _domainset variants to other allocator KPIs.Mark Johnston
2018-08-25Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox
2018-01-12Implement NUMA support in uma(9) and malloc(9). Allocations from specificJeff Roberson
2017-11-27sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-10-20Fix printf format to allow for bus_size_t not being u_long on all platforms.Ian Lepore
2015-04-01Fix integer truncation bug in malloc(9)Ryan Stone
2013-08-07Replace kernel virtual address space allocation with vmem. This providesJeff Roberson
2012-12-20Create an architecture-agnostic buffer pool manager that uses uma(9) toOlivier Houchard