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
/
sgi
/
include
/
bus.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some of the more esoteric bus_space functions. The
kettenis
2020-04-14
1
-7
/
+8
*
The device_to_pa routine really isn't needed. We always have physical
visa
2017-05-11
1
-4
/
+4
*
add a BUS_DMA_64BIT flag to bus_dma on all our archs.
dlg
2017-05-08
1
-1
/
+2
*
Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done with
miod
2014-03-10
1
-15
/
+16
*
No longer allow bus_space_barrier() to be a NULL pointer on a given
miod
2012-03-15
1
-5
/
+2
*
Implement bus_space_barrier() on sgi; on xbridge, this will also flush
miod
2010-08-23
1
-3
/
+13
*
Fix bus_space_{read,write}_raw_region_# operation.
miod
2010-04-04
1
-3
/
+3
*
Pass both the virtual address and the physical address of the memory range
miod
2009-12-25
1
-2
/
+3
*
Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only
miod
2009-07-30
1
-5
/
+1
*
Make sure all platforms understand the flags argument of bus_space_map() and
miod
2009-07-26
1
-4
/
+5
*
Get rid of bus_mem_add_mapping().
miod
2009-07-23
1
-5
/
+1
*
Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields.
miod
2009-07-22
1
-3
/
+1
*
Define BUS_SPACE_MAP_CACHEABLE.
miod
2009-07-22
1
-1
/
+2
*
Update bus_dma to the better codebase found on almost all other platforms,
miod
2009-07-17
1
-1
/
+5
*
Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with
miod
2009-05-31
1
-2
/
+1
*
Revert the memory range restriction code added to _dmamem_alloc(); devices
miod
2009-05-24
1
-2
/
+3
*
Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.
oga
2009-04-20
1
-13
/
+14
*
The start of Origin 200 support. Based on some code contributed by pefo@
miod
2009-04-13
1
-2
/
+2
*
Add bus_space_read_raw_region_* and bus_space_write_raw_region_* bus space
jsing
2008-08-25
1
-1
/
+39
*
Implement bus_space_{read,write}_raw_mult_[248] correctly, it needs
miod
2008-07-30
1
-29
/
+27
*
Implement bus_space_*8 and bus_space_vaddr.
miod
2008-03-30
1
-18
/
+21
*
More dead includes and functions noone will mourn.
miod
2008-02-20
1
-3
/
+1
*
Add BUS_SPACE_MAP_LINEAR
jsing
2007-11-27
1
-1
/
+3
*
Extent sgi bus_dma to cope with different views of memory: non-contiguous
miod
2007-06-21
1
-2
/
+8
*
Eradicate the type 'bus_dmasync_op_t'. Unused. Sporadically
krw
2006-05-27
1
-2
/
+1
*
Fix typo.
kettenis
2005-01-02
1
-2
/
+3
*
spacing
deraadt
2004-08-10
1
-6
/
+6
*
spacing
deraadt
2004-08-10
1
-4
/
+4
*
initial sgi import
pefo
2004-08-06
1
-0
/
+428