index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
dma-contiguous.h
Age
Commit message (
Expand
)
Author
2019-08-21
dma-direct: fix zone selection after an unaddressable CMA allocation
Christoph Hellwig
2019-06-03
dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, free}_contiguous()
Nicolin Chen
2019-06-03
dma-contiguous: add dma_{alloc,free}_contiguous() helpers
Nicolin Chen
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98
Thomas Gleixner
2018-08-17
kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...
Marek Szyprowski
2018-06-14
dma-mapping: move all DMA mapping code to kernel/dma
Christoph Hellwig
2017-02-24
mm: wire up GFP flag passing in dma_alloc_from_contiguous
Lucas Stach
2015-10-23
mm: cma: fix incorrect type conversion for size during dma allocation
Rohit Vaswani
2014-08-06
CMA: generalize CMA reserved area management functionality
Joonsoo Kim
2014-06-04
cma: add placement specifier for "cma=" kernel parameter
Akinobu Mita
2013-08-27
drivers: dma-contiguous: clean source code and prepare for device tree
Marek Szyprowski
2013-07-02
mm/cma: Move dma contiguous changes into a seperate config
Aneesh Kumar K.V
2012-12-11
drivers: cma: represent physical addresses as phys_addr_t
Vitaly Andrianov
2012-05-21
drivers: add Contiguous Memory Allocator
Marek Szyprowski