summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-09-26dma-mapping: add dma_{map,unmap}_resourceNiklas Söderlund2-5/+53
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski111-804/+705
2016-01-12DMA-API: fix confusing sentence in Documentation/DMA-API.txtMasahiro Yamada1-1/+1
2015-11-09dma: remove external references to dma_supportedChristoph Hellwig4-16/+3
2015-09-24Documentation: DMA API: Be more explicit that nents is always the sameSakari Ailus2-3/+8
2015-09-08mm: add dma_pool_zalloc() call to DMA APISean O. Stalley2-0/+13
2015-05-29PCI: Add pci_bus_addr_tYinghai Lu7-43/+66
2014-05-26DMA-API: Capitalize "CPU" consistentlyBjorn Helgaas2-10/+10
2014-05-20DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas5-24/+21
2014-05-20DMA-API: Clarify physical/bus address distinctionBjorn Helgaas5-138/+204
2013-09-17DMA-API: provide a helper to set both DMA and coherent DMA masksRussell King3-15/+44
2012-10-24dma-debug: New interfaces to debug dma mapping errorsShuah Khan4-4/+87
2011-11-02include/linux/dma-mapping.h: add dma_zalloc_coherent()Andrew Morton2-0/+17
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori22-68/+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 Tomonori3-4/+21
2010-03-12dma-mapping.h: add the dma_unmap state APIFUJITA Tomonori3-15/+80
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 LaPlante60-94/+94
2009-06-02dma-debug: add documentation for the driver filterJoerg Roedel1-0/+12
2009-03-17dma-debug: Documentation updateJoerg Roedel1-0/+106
2009-01-30Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap12-33/+35
2009-01-15[IA64] SN specific version of dma_get_required_mask()John Keller7-5/+49
2008-12-02DMA-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 Tomonori76-210/+256
2008-04-29doc: fix DMA-API function parametersRandy Dunlap1-2/+2
2008-04-29dma: document dma_*map*_attrs() interfacesArthur Kepner2-0/+89
2007-10-12dma_free_coherent() needs irqs enabled (sigh)David Brownell4-1/+7
2007-07-31Doc: DMA-API updateRandy Dunlap1-41/+38
2006-12-07[PATCH] Pass struct dev pointer to dma_cache_sync()Ralf Baechle27-126/+137
2006-12-07[PATCH] Add struct dev pointer to dma_is_consistent()Ralf Baechle22-25/+25
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter189-332/+332
2006-11-30Fix typos in /Documentation : 'U-Z'Matt LaPlante27-38/+38
2006-04-14[PATCH] dma doc updatesDavid Brownell2-18/+53
2005-09-10[PATCH] Spelling fixes for Documentation/Tobias Klauser18-21/+21
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845