index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm
/
include
/
bus_defs.h
Age
Commit message (
Expand
)
Author
2022-10-15
Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappings
jmcneill
2022-01-22
Ensure bus_dmatag_subregion is called with an inclusive max_addr
skrll
2021-08-30
Add storage for an iommu cookie in bus_dmamap_t and store untranslated CPU
jmcneill
2021-04-23
Trialing whitespace
skrll
2020-04-13
Add KASAN-DMA support on aarch64, same as amd64. Discussed with skrll@.
maxv
2019-12-28
Do not use Early Write Acknowledge for PCIe I/O and config space.
jmcneill
2018-11-19
On second thought, get rid of "bs_base" from struct bus_space and use a
jmcneill
2018-11-18
Add a "bs_base" field to struct bus_space. If present, use it to translate
jmcneill
2018-04-01
Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)
ryo
2014-01-29
Make multiple inclusion symbols always start with _ARM_ (not _ARM32_ or
matt
2013-02-16
Add PRIxBUSADDR, etal
matt
2013-01-27
Get rid of _BUS_DMAMAP_MEM_XLATE
matt
2013-01-27
Add a _BUS_DMAMAP_NOALLOC which tells bus_dmamem_alloc to skip that
matt
2013-01-27
Add a flag to make bus_dmamem_map use the bus/sys transation table when
matt
2012-11-12
C99 types
skrll
2012-10-19
Make IS_BOUNCING a map flag and use it to simplify code and to avoid calling
matt
2012-10-17
Add per-segment and per-ragne flag (to store _BUS_DMAMAP_COHERENT).
matt
2012-09-18
Add bounce buffer support for ARM bus_dma(9). Add macros to help initialize
matt
2011-07-01
Per discussion at
dyoung