index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
DMA-API.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
dma-mapping: remove dma_release_declared_memory
Christoph Hellwig
2019-09-04
1
-11
/
+0
*
dma-mapping: introduce dma_get_merge_boundary()
Yoshihiro Shimoda
2019-09-03
1
-0
/
+8
*
Documentation: DMA-API: fix a function name of max_mapping_size
Yoshihiro Shimoda
2019-06-07
1
-1
/
+1
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2019-03-10
1
-0
/
+8
|
\
|
*
dma: Introduce dma_max_mapping_size()
Joerg Roedel
2019-03-06
1
-0
/
+8
*
|
Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-03-10
1
-25
/
+4
|
\
\
|
*
|
dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
Christoph Hellwig
2019-02-20
1
-8
/
+1
|
*
|
dma-mapping: remove dma_mark_declared_memory_occupied
Christoph Hellwig
2019-02-20
1
-17
/
+0
|
*
|
dma-debug: add dumping facility via debugfs
Corentin Labbe
2019-02-01
1
-0
/
+3
|
|
/
*
/
Documentation: DMA-API: fix two typos
Corentin Labbe
2019-01-20
1
-3
/
+3
|
/
*
dma-mapping: deprecate dma_zalloc_coherent
Christoph Hellwig
2018-12-20
1
-9
/
+0
*
dma-debug: Batch dma_debug_entry allocation
Robin Murphy
2018-12-11
1
-1
/
+3
*
dma-debug: Make leak-like behaviour apparent
Robin Murphy
2018-12-11
1
-1
/
+5
*
dma-debug: Dynamically expand the dma_debug_entry pool
Robin Murphy
2018-12-11
1
-6
/
+5
*
dma-debug: Expose nr_total_entries in debugfs
Robin Murphy
2018-12-11
1
-0
/
+3
*
dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flags
Christoph Hellwig
2017-09-01
1
-20
/
+1
*
dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flag
Christoph Hellwig
2017-09-01
1
-4
/
+0
*
dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherent
Christoph Hellwig
2017-08-29
1
-14
/
+16
*
DMA-API.txt: standardize document format
Mauro Carvalho Chehab
2017-07-14
1
-251
/
+329
*
Documentation: DMA API: fix a typo in a function name
Wolfram Sang
2017-06-05
1
-1
/
+1
*
dma-mapping: add dma_{map,unmap}_resource
Niklas Söderlund
2016-09-26
1
-5
/
+17
*
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
2016-08-04
1
-19
/
+14
*
DMA-API: fix confusing sentence in Documentation/DMA-API.txt
Masahiro Yamada
2016-01-11
1
-1
/
+1
*
dma: remove external references to dma_supported
Christoph Hellwig
2015-11-09
1
-13
/
+0
*
Documentation: DMA API: Be more explicit that nents is always the same
Sakari Ailus
2015-09-24
1
-3
/
+3
*
mm: add dma_pool_zalloc() call to DMA API
Sean O. Stalley
2015-09-08
1
-0
/
+7
*
PCI: Add pci_bus_addr_t
Yinghai Lu
2015-05-29
1
-15
/
+15
*
DMA-API: Capitalize "CPU" consistently
Bjorn Helgaas
2014-05-26
1
-6
/
+6
*
DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t
Bjorn Helgaas
2014-05-20
1
-5
/
+4
*
DMA-API: Clarify physical/bus address distinction
Bjorn Helgaas
2014-05-20
1
-67
/
+72
*
DMA-API: provide a helper to set both DMA and coherent DMA masks
Russell King
2013-09-17
1
-0
/
+8
*
dma-debug: New interfaces to debug dma mapping errors
Shuah Khan
2012-10-24
1
-0
/
+12
*
include/linux/dma-mapping.h: add dma_zalloc_coherent()
Andrew Morton
2011-11-02
1
-0
/
+7
*
dma-mapping: remove dma_is_consistent API
FUJITA Tomonori
2010-08-11
1
-6
/
+0
*
Documentation: rename PCI-DMA-mapping.txt to DMA-API-HOWTO.txt
FUJITA Tomonori
2010-03-12
1
-1
/
+1
*
Documentation: remove the PCI DMA API description in DMA-API.txt
FUJITA Tomonori
2010-03-12
1
-137
/
+15
*
dma-mapping: dma-mapping.h: add dma_set_coherent_mask
FUJITA Tomonori
2010-03-12
1
-0
/
+10
*
dma-mapping.h: add the dma_unmap state API
FUJITA Tomonori
2010-03-12
1
-0
/
+58
*
DMA-API.txt: remove dma_sync_single_range description
FUJITA Tomonori
2010-03-12
1
-10
/
+0
*
DMA-API.txt: add dma_sync_single/sg API description
FUJITA Tomonori
2010-03-12
1
-0
/
+42
*
Documentation/DMA-API.txt: remove deprecated function descriptions
FUJITA Tomonori
2010-03-12
1
-28
/
+0
*
trivial: Miscellaneous documentation typo fixes
Matt LaPlante
2009-06-12
1
-2
/
+2
*
dma-debug: add documentation for the driver filter
Joerg Roedel
2009-06-02
1
-0
/
+12
*
dma-debug: Documentation update
Joerg Roedel
2009-03-17
1
-0
/
+106
*
Documentation: move DMA-mapping.txt to Doc/PCI/
Randy Dunlap
2009-01-29
1
-1
/
+1
*
[IA64] SN specific version of dma_get_required_mask()
John Keller
2009-01-15
1
-5
/
+4
*
DMA-API.txt: fix description of pci_map_sg/dma_map_sg scatterlists handling
FUJITA Tomonori
2008-12-01
1
-5
/
+3
*
fix an example of scatterlists handling in DMA-API.txt
FUJITA Tomonori
2008-10-09
1
-1
/
+1
*
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
2008-07-26
1
-2
/
+2
*
doc: fix DMA-API function parameters
Randy Dunlap
2008-04-29
1
-2
/
+2
[next]