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
/
arch
/
arm
/
include
/
bus.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let the armv7 bus_dma layer and simplebus(4) implementation deal with
kettenis
2020-04-29
1
-24
/
+5
*
add a BUS_DMA_64BIT flag to bus_dma on all our archs.
dlg
2017-05-08
1
-14
/
+15
*
Some device trees use 64-bit intermediate virtual addresses. This
patrick
2016-10-05
1
-3
/
+3
*
Implement bus dma support for loading raw mappings so that we can use
patrick
2016-08-26
1
-1
/
+3
*
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
pirofti
2011-03-23
1
-4
/
+4
*
OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the
miod
2010-04-04
1
-17
/
+5
*
Make sure all platforms understand the flags argument of bus_space_map() and
miod
2009-07-26
1
-3
/
+3
*
Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.
oga
2009-04-20
1
-1
/
+2
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
We will never use __BUS_SPACE_HAS_STREAM_METHODS so remove all the code
claudio
2008-05-05
1
-136
/
+2
*
Remove ARM32_BUFTYPE_RAW, it's never used.
miod
2007-04-10
1
-2
/
+1
*
Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY and
miod
2007-04-10
1
-3
/
+1
*
Nuke defopt remains. Tested on cats and zaurus.
miod
2006-05-27
1
-5
/
+1
*
Add RCS id.
miod
2006-05-26
1
-0
/
+1
*
Fix (and de-inline) bus_space_(read|write)_raw* functions, they did
drahn
2004-12-30
1
-65
/
+0
*
Missing pieces of the bus_space abi, found when attempting to compile a
drahn
2004-10-01
1
-0
/
+44
*
de __P of sys/arch/arm.
drahn
2004-05-19
1
-273
/
+273
*
Arm port, NetBSD codebase stripped down, 32bit only support.
drahn
2004-02-01
1
-0
/
+1071