Sign in
android-kvm
/
linux
/
edec7149cbfae95c35282c19cda20b7bc53873af
/
Documentation
/
DMA-API.txt
1fa0682
dma-mapping: remove dma_release_declared_memory
by Christoph Hellwig
· 5 years ago
6ba9941
dma-mapping: introduce dma_get_merge_boundary()
by Yoshihiro Shimoda
· 5 years ago
99d2b93
Documentation: DMA-API: fix a function name of max_mapping_size
by Yoshihiro Shimoda
· 6 years ago
45ba8d5
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 6 years ago
b7a7d1c
Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
133d624
dma: Introduce dma_max_mapping_size()
by Joerg Roedel
· 6 years ago
82c5de0
dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
by Christoph Hellwig
· 6 years ago
91a6fda
dma-mapping: remove dma_mark_declared_memory_occupied
by Christoph Hellwig
· 6 years ago
0a3b192
dma-debug: add dumping facility via debugfs
by Corentin Labbe
· 6 years ago
31f4333
Documentation: DMA-API: fix two typos
by Corentin Labbe
· 6 years ago
06d4dd2f
dma-mapping: deprecate dma_zalloc_coherent
by Christoph Hellwig
· 6 years ago
ad78dee
dma-debug: Batch dma_debug_entry allocation
by Robin Murphy
· 6 years ago
ceb5117
dma-debug: Make leak-like behaviour apparent
by Robin Murphy
· 6 years ago
2b9d9ac
dma-debug: Dynamically expand the dma_debug_entry pool
by Robin Murphy
· 6 years ago
9f19155
dma-debug: Expose nr_total_entries in debugfs
by Robin Murphy
· 6 years ago
2436bdc
dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flags
by Christoph Hellwig
· 7 years ago
b32dbc1
dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flag
by Christoph Hellwig
· 7 years ago
2fd523c
dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherent
by Christoph Hellwig
· 7 years ago
03158a7
DMA-API.txt: standardize document format
by Mauro Carvalho Chehab
· 8 years ago
6a08d83
Documentation: DMA API: fix a typo in a function name
by Wolfram Sang
· 8 years ago
6f3d879
dma-mapping: add dma_{map,unmap}_resource
by Niklas Söderlund
· 8 years ago
00085f1
dma-mapping: use unsigned long for dma_attrs
by Krzysztof Kozlowski
· 8 years ago
000afe8
DMA-API: fix confusing sentence in Documentation/DMA-API.txt
by Masahiro Yamada
· 9 years ago
0e77ace
dma: remove external references to dma_supported
by Christoph Hellwig
· 9 years ago
7bc590b
Documentation: DMA API: Be more explicit that nents is always the same
by Sakari Ailus
· 9 years ago
ad82362
mm: add dma_pool_zalloc() call to DMA API
by Sean O. Stalley
· 9 years ago
3a9ad0b
PCI: Add pci_bus_addr_t
by Yinghai Lu
· 10 years ago
f311a72
DMA-API: Capitalize "CPU" consistently
by Bjorn Helgaas
· 11 years ago
88a984b
DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t
by Bjorn Helgaas
· 11 years ago
77f2ea2
DMA-API: Clarify physical/bus address distinction
by Bjorn Helgaas
· 11 years ago
4aa806b
DMA-API: provide a helper to set both DMA and coherent DMA masks
by Russell King
· 12 years ago
6c9c6d6
dma-debug: New interfaces to debug dma mapping errors
by Shuah Khan
· 12 years ago
842fa69
include/linux/dma-mapping.h: add dma_zalloc_coherent()
by Andrew Morton
· 13 years ago
3b9c6c1
dma-mapping: remove dma_is_consistent API
by FUJITA Tomonori
· 14 years ago
51e7364
Documentation: rename PCI-DMA-mapping.txt to DMA-API-HOWTO.txt
by FUJITA Tomonori
· 15 years ago
f5a69f4
Documentation: remove the PCI DMA API description in DMA-API.txt
by FUJITA Tomonori
· 15 years ago
6a1961f
dma-mapping: dma-mapping.h: add dma_set_coherent_mask
by FUJITA Tomonori
· 15 years ago
0acedc1
dma-mapping.h: add the dma_unmap state API
by FUJITA Tomonori
· 15 years ago
8127bfc
DMA-API.txt: remove dma_sync_single_range description
by FUJITA Tomonori
· 15 years ago
9705ef7
DMA-API.txt: add dma_sync_single/sg API description
by FUJITA Tomonori
· 15 years ago
039956e
Documentation/DMA-API.txt: remove deprecated function descriptions
by FUJITA Tomonori
· 15 years ago
19f5946
trivial: Miscellaneous documentation typo fixes
by Matt LaPlante
· 16 years ago
016ea68
dma-debug: add documentation for the driver filter
by Joerg Roedel
· 16 years ago
187f9c3
dma-debug: Documentation update
by Joerg Roedel
· 16 years ago
5872fb9
Documentation: move DMA-mapping.txt to Doc/PCI/
by Randy Dunlap
· 16 years ago
175add1
[IA64] SN specific version of dma_get_required_mask()
by John Keller
· 16 years ago
1d678f3
DMA-API.txt: fix description of pci_map_sg/dma_map_sg scatterlists handling
by FUJITA Tomonori
· 16 years ago
79eb014
fix an example of scatterlists handling in DMA-API.txt
by FUJITA Tomonori
· 16 years ago
8d8bb39
dma-mapping: add the device argument to dma_mapping_error()
by FUJITA Tomonori
· 16 years ago
02d15c4
doc: fix DMA-API function parameters
by Randy Dunlap
· 17 years ago
a75b0a2
dma: document dma_*map*_attrs() interfaces
by Arthur Kepner
· 17 years ago
aa24886
dma_free_coherent() needs irqs enabled (sigh)
by David Brownell
· 17 years ago
a12e2c6
Doc: DMA-API update
by Randy Dunlap
· 17 years ago
d3fa72e
[PATCH] Pass struct dev pointer to dma_cache_sync()
by Ralf Baechle
· 18 years ago
f67637e
[PATCH] Add struct dev pointer to dma_is_consistent()
by Ralf Baechle
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
4ae0edc
Fix typos in /Documentation : 'U-Z'
by Matt LaPlante
· 18 years ago
21440d3
[PATCH] dma doc updates
by David Brownell
· 19 years ago
d533f67
[PATCH] Spelling fixes for Documentation/
by Tobias Klauser
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2