index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
dma_alloc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
all pools have their ipl set via pool_setipl, so fold it into pool_init.
dlg
2016-09-15
1
-4
/
+3
*
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
deraadt
2014-07-08
1
-1
/
+2
*
Fix a few format string bugs with -DDEBUG
sf
2014-06-15
1
-2
/
+2
*
Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of
mpi
2014-03-28
1
-2
/
+4
*
Make mbufs and dma_alloc be contig allocations.
ariane
2011-06-23
1
-2
/
+2
*
Put back the change of pool and malloc into the new km_alloc(9) api.
art
2011-04-18
1
-2
/
+2
*
Backout the uvm_km_getpage -> km_alloc conversion. Weird things are happening
art
2011-04-06
1
-2
/
+2
*
- Change pool constraints to use kmem_pa_mode instead of uvm_constraint_range
art
2011-04-05
1
-2
/
+2
*
The dma pools need to be IPL_VM
deraadt
2011-04-02
1
-1
/
+2
*
make more dma pools -- all the way up to 64K. at least the scsi
deraadt
2011-03-17
1
-4
/
+6
*
limit the pools from 14 bits down. We cannot use PAGE_SIZE because it
deraadt
2010-07-15
1
-3
/
+3
*
oops; Fred Crowson
deraadt
2010-07-14
1
-2
/
+2
*
dma_alloc() and dma_free(). This is a thin shim on top of a bag of
deraadt
2010-07-13
1
-0
/
+76