aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DMA-API.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+8
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-25/+4
2019-03-06dma: Introduce dma_max_mapping_size()Joerg Roedel1-0/+8
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig1-8/+1
2019-02-20dma-mapping: remove dma_mark_declared_memory_occupiedChristoph Hellwig1-17/+0
2019-02-01dma-debug: add dumping facility via debugfsCorentin Labbe1-0/+3
2019-01-20Documentation: DMA-API: fix two typosCorentin Labbe1-3/+3
2018-12-20dma-mapping: deprecate dma_zalloc_coherentChristoph Hellwig1-9/+0
2018-12-11dma-debug: Batch dma_debug_entry allocationRobin Murphy1-1/+3
2018-12-11dma-debug: Make leak-like behaviour apparentRobin Murphy1-1/+5
2018-12-11dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy1-6/+5
2018-12-11dma-debug: Expose nr_total_entries in debugfsRobin Murphy1-0/+3
2017-09-01dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig1-20/+1
2017-09-01dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig1-4/+0
2017-08-29dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherentChristoph Hellwig1-14/+16
2017-07-14DMA-API.txt: standardize document formatMauro Carvalho Chehab1-251/+329
2017-06-05Documentation: DMA API: fix a typo in a function nameWolfram Sang1-1/+1
2016-09-26dma-mapping: add dma_{map,unmap}_resourceNiklas Söderlund1-5/+17
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-19/+14
2016-01-11DMA-API: fix confusing sentence in Documentation/DMA-API.txtMasahiro Yamada1-1/+1
2015-11-09dma: remove external references to dma_supportedChristoph Hellwig1-13/+0
2015-09-24Documentation: DMA API: Be more explicit that nents is always the sameSakari Ailus1-3/+3
2015-09-08mm: add dma_pool_zalloc() call to DMA APISean O. Stalley1-0/+7
2015-05-29PCI: Add pci_bus_addr_tYinghai Lu1-15/+15
2014-05-26DMA-API: Capitalize "CPU" consistentlyBjorn Helgaas1-6/+6
2014-05-20DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas1-5/+4
2014-05-20DMA-API: Clarify physical/bus address distinctionBjorn Helgaas1-67/+72
2013-09-17DMA-API: provide a helper to set both DMA and coherent DMA masksRussell King1-0/+8
2012-10-24dma-debug: New interfaces to debug dma mapping errorsShuah Khan1-0/+12
2011-11-02include/linux/dma-mapping.h: add dma_zalloc_coherent()Andrew Morton1-0/+7
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-6/+0
2010-03-12Documentation: rename PCI-DMA-mapping.txt to DMA-API-HOWTO.txtFUJITA Tomonori1-1/+1
2010-03-12Documentation: remove the PCI DMA API description in DMA-API.txtFUJITA Tomonori1-137/+15
2010-03-12dma-mapping: dma-mapping.h: add dma_set_coherent_maskFUJITA Tomonori1-0/+10
2010-03-12dma-mapping.h: add the dma_unmap state APIFUJITA Tomonori1-0/+58
2010-03-12DMA-API.txt: remove dma_sync_single_range descriptionFUJITA Tomonori1-10/+0
2010-03-12DMA-API.txt: add dma_sync_single/sg API descriptionFUJITA Tomonori1-0/+42
2010-03-12Documentation/DMA-API.txt: remove deprecated function descriptionsFUJITA Tomonori1-28/+0
2009-06-12trivial: Miscellaneous documentation typo fixesMatt LaPlante1-2/+2
2009-06-02dma-debug: add documentation for the driver filterJoerg Roedel1-0/+12
2009-03-17dma-debug: Documentation updateJoerg Roedel1-0/+106
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap1-1/+1
2009-01-15[IA64] SN specific version of dma_get_required_mask()John Keller1-5/+4
2008-12-01DMA-API.txt: fix description of pci_map_sg/dma_map_sg scatterlists handlingFUJITA Tomonori1-5/+3
2008-10-09fix an example of scatterlists handling in DMA-API.txtFUJITA Tomonori1-1/+1
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2
2008-04-29doc: fix DMA-API function parametersRandy Dunlap1-2/+2
2008-04-29dma: document dma_*map*_attrs() interfacesArthur Kepner1-0/+65
2007-10-12dma_free_coherent() needs irqs enabled (sigh)David Brownell1-0/+3
2007-07-31Doc: DMA-API updateRandy Dunlap1-41/+38