aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_busdma_bounce.c
Commit message (Expand)AuthorAgeFilesLines
* busdma: better handling of small segment bouncingMitchell Horne2024-05-071-0/+22
* busdma: deduplicate _bus_dmamap_addseg() functionMitchell Horne2024-05-071-0/+48
* busdma: tidy bus_dma_run_filter() functionsMitchell Horne2023-12-061-0/+16
* busdma: On systmes that use subr_busdma_bounce, measure deferred timeWarner Losh2023-11-131-1/+9
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Add sched_ithread_prio to set the base priority of an interrupt thread.John Baldwin2022-07-141-1/+1
* busdma_bounce: Use PRI_ITHD scheduling class for worker thread.John Baldwin2022-06-301-0/+1
* busdma_bounce: Batch bounce page free operations when possible.John Baldwin2022-04-211-35/+34
* busdma_bounce: Add free_bounce_pages helper function.John Baldwin2022-04-211-0/+11
* busdma_bounce: Make the map waiting list per-bounce-zone.John Baldwin2022-04-211-5/+8
* busdma_bounce: Use a simple kproc to invoke deferred requests.John Baldwin2022-04-211-28/+39
* Deduplicate bus_dma bounce code.John Baldwin2022-01-051-0/+438