index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dma.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-12
dma: Define dma_context_memory and use in sysbus-ohci
Peter Maydell
1
-0
/
+5
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-4
/
+4
2012-10-22
dma: make dma access its own address space
Avi Kivity
1
-9
/
+8
2012-10-04
Make target_phys_addr_t 64 bits unconditionally
Avi Kivity
1
-1
/
+1
2012-07-28
Avoid returning void
Blue Swirl
1
-3
/
+3
2012-06-27
Add a memory barrier to DMA functions
Benjamin Herrenschmidt
1
-2
/
+51
2012-06-27
iommu: Introduce IOMMU emulation infrastructure
David Gibson
1
-21
/
+87
2012-06-27
iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers
David Gibson
1
-1
/
+2
2012-06-27
iommu: Add universal DMA helper functions
David Gibson
1
-0
/
+95
2012-06-27
Better support for dma_addr_t variables
David Gibson
1
-0
/
+1
2012-04-10
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-6
/
+6
2012-04-07
remove useless comments in dma
Wanpeng Li
1
-1
/
+0
2012-04-05
Use DMADirection type for dma_bdrv_io
David Gibson
1
-6
/
+6
2012-02-22
dma-helpers: add accounting wrappers
Paolo Bonzini
1
-0
/
+3
2012-02-22
dma-helpers: add dma_buf_read and dma_buf_write
Paolo Bonzini
1
-0
/
+3
2012-02-22
dma-helpers: make QEMUSGList target independent
Paolo Bonzini
1
-7
/
+7
2011-11-01
Use dma_addr_t type for scatter/gather code
David Gibson
1
-5
/
+4
2011-11-01
Define DMA address and direction types
David Gibson
1
-0
/
+9
2011-09-20
dma-helpers: allow including from target-independent code
Paolo Bonzini
1
-2
/
+6
2011-09-19
dma-helpers: rename is_write to to_dev
Paolo Bonzini
1
-1
/
+1
2011-08-04
move QEMUSGList typedef
Gerd Hoffmann
1
-2
/
+2
2011-06-15
make dma_bdrv_io available to drivers
Christoph Hellwig
1
-0
/
+8
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-5
/
+5
2009-10-01
Get rid of _t suffix
malc
1
-5
/
+5
2009-05-27
fully split aio_pool from BlockDriver
Christoph Hellwig
1
-2
/
+0
2009-05-19
Hardware convenience library
Paul Brook
1
-1
/
+2
2009-03-20
Implement cancellation method for dma async I/O (Avi Kivity)
aliguori
1
-0
/
+1
2009-02-05
Introduce block dma helpers (Avi Kivity)
aliguori
1
-0
/
+8
2009-02-05
Add a scatter-gather list type and accessors (Avi Kivity)
aliguori
1
-0
/
+33