Age | Commit message (Expand) | Author |
2019-06-07 | Documentation: DMA-API: fix a function name of max_mapping_size | Yoshihiro Shimoda |
2019-03-10 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2019-03-10 | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2019-03-06 | dma: Introduce dma_max_mapping_size() | Joerg Roedel |
2019-02-20 | dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag | Christoph Hellwig |
2019-02-20 | dma-mapping: remove dma_mark_declared_memory_occupied | Christoph Hellwig |
2019-02-01 | dma-debug: add dumping facility via debugfs | Corentin Labbe |
2019-01-20 | Documentation: DMA-API: fix two typos | Corentin Labbe |
2018-12-20 | dma-mapping: deprecate dma_zalloc_coherent | Christoph Hellwig |
2018-12-11 | dma-debug: Batch dma_debug_entry allocation | Robin Murphy |
2018-12-11 | dma-debug: Make leak-like behaviour apparent | Robin Murphy |
2018-12-11 | dma-debug: Dynamically expand the dma_debug_entry pool | Robin Murphy |
2018-12-11 | dma-debug: Expose nr_total_entries in debugfs | Robin Murphy |
2017-09-01 | dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flags | Christoph Hellwig |
2017-09-01 | dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flag | Christoph Hellwig |
2017-08-29 | dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherent | Christoph Hellwig |
2017-07-14 | DMA-API.txt: standardize document format | Mauro Carvalho Chehab |
2017-06-05 | Documentation: DMA API: fix a typo in a function name | Wolfram Sang |
2016-09-26 | dma-mapping: add dma_{map,unmap}_resource | Niklas Söderlund |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski |
2016-01-11 | DMA-API: fix confusing sentence in Documentation/DMA-API.txt | Masahiro Yamada |
2015-11-09 | dma: remove external references to dma_supported | Christoph Hellwig |
2015-09-24 | Documentation: DMA API: Be more explicit that nents is always the same | Sakari Ailus |
2015-09-08 | mm: add dma_pool_zalloc() call to DMA API | Sean O. Stalley |
2015-05-29 | PCI: Add pci_bus_addr_t | Yinghai Lu |
2014-05-26 | DMA-API: Capitalize "CPU" consistently | Bjorn Helgaas |
2014-05-20 | DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t | Bjorn Helgaas |
2014-05-20 | DMA-API: Clarify physical/bus address distinction | Bjorn Helgaas |
2013-09-17 | DMA-API: provide a helper to set both DMA and coherent DMA masks | Russell King |
2012-10-24 | dma-debug: New interfaces to debug dma mapping errors | Shuah Khan |
2011-11-02 | include/linux/dma-mapping.h: add dma_zalloc_coherent() | Andrew Morton |
2010-08-11 | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori |
2010-03-12 | Documentation: rename PCI-DMA-mapping.txt to DMA-API-HOWTO.txt | FUJITA Tomonori |
2010-03-12 | Documentation: remove the PCI DMA API description in DMA-API.txt | FUJITA Tomonori |
2010-03-12 | dma-mapping: dma-mapping.h: add dma_set_coherent_mask | FUJITA Tomonori |
2010-03-12 | dma-mapping.h: add the dma_unmap state API | FUJITA Tomonori |
2010-03-12 | DMA-API.txt: remove dma_sync_single_range description | FUJITA Tomonori |
2010-03-12 | DMA-API.txt: add dma_sync_single/sg API description | FUJITA Tomonori |
2010-03-12 | Documentation/DMA-API.txt: remove deprecated function descriptions | FUJITA Tomonori |
2009-06-12 | trivial: Miscellaneous documentation typo fixes | Matt LaPlante |
2009-06-02 | dma-debug: add documentation for the driver filter | Joerg Roedel |
2009-03-17 | dma-debug: Documentation update | Joerg Roedel |
2009-01-29 | Documentation: move DMA-mapping.txt to Doc/PCI/ | Randy Dunlap |
2009-01-15 | [IA64] SN specific version of dma_get_required_mask() | John Keller |
2008-12-01 | DMA-API.txt: fix description of pci_map_sg/dma_map_sg scatterlists handling | FUJITA Tomonori |
2008-10-09 | fix an example of scatterlists handling in DMA-API.txt | FUJITA Tomonori |
2008-07-26 | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori |
2008-04-29 | doc: fix DMA-API function parameters | Randy Dunlap |
2008-04-29 | dma: document dma_*map*_attrs() interfaces | Arthur Kepner |
2007-10-12 | dma_free_coherent() needs irqs enabled (sigh) | David Brownell |