Age | Commit message (Expand) | Author | Files | Lines |
2020-10-06 | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 1 | -135/+0 |
2020-10-06 | dma-contiguous: remove dma_contiguous_set_default | Christoph Hellwig | 1 | -7/+0 |
2020-10-06 | dma-contiguous: remove dev_set_cma_area | Christoph Hellwig | 1 | -8/+0 |
2020-10-06 | dma-contiguous: remove dma_declare_contiguous | Christoph Hellwig | 1 | -32/+0 |
2020-09-01 | dma-contiguous: provide the ability to reserve per-numa CMA | Barry Song | 1 | -0/+6 |
2019-08-21 | dma-direct: fix zone selection after an unaddressable CMA allocation | Christoph Hellwig | 1 | -4/+1 |
2019-06-03 | dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, free}_contiguous() | Nicolin Chen | 1 | -1/+7 |
2019-06-03 | dma-contiguous: add dma_{alloc,free}_contiguous() helpers | Nicolin Chen | 1 | -0/+13 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98 | Thomas Gleixner | 1 | -5/+1 |
2018-08-18 | kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu... | Marek Szyprowski | 1 | -2/+2 |
2018-06-14 | dma-mapping: move all DMA mapping code to kernel/dma | Christoph Hellwig | 1 | -1/+1 |
2017-02-25 | mm: wire up GFP flag passing in dma_alloc_from_contiguous | Lucas Stach | 1 | -2/+2 |
2015-10-23 | mm: cma: fix incorrect type conversion for size during dma allocation | Rohit Vaswani | 1 | -2/+2 |
2014-08-07 | CMA: generalize CMA reserved area management functionality | Joonsoo Kim | 1 | -9/+2 |
2014-06-05 | cma: add placement specifier for "cma=" kernel parameter | Akinobu Mita | 1 | -3/+6 |
2013-08-27 | drivers: dma-contiguous: clean source code and prepare for device tree | Marek Szyprowski | 1 | -2/+60 |
2013-07-02 | mm/cma: Move dma contiguous changes into a seperate config | Aneesh Kumar K.V | 1 | -1/+1 |
2012-12-11 | drivers: cma: represent physical addresses as phys_addr_t | Vitaly Andrianov | 1 | -2/+2 |
2012-05-21 | drivers: add Contiguous Memory Allocator | Marek Szyprowski | 1 | -0/+110 |