summaryrefslogtreecommitdiff
path: root/drivers/base/dma-contiguous.c
Commit message (Expand)AuthorAge
* driver core: Remove redundant license textGreg Kroah-Hartman2017-12-07
* driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-07
* cma: Store a name in the cma structureLaura Abbott2017-04-18
* mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-24
* mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-24
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-04
|\
| * CMA: fix CONFIG_CMA_SIZE_MBYTES overflow in 64bitTan Xiaojun2015-10-05
* | mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani2015-10-23
|/
* drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski2014-10-29
* drivers: dma-contiguous: add initialization from device treeMarek Szyprowski2014-10-14
* mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim2014-08-06
* CMA: generalize CMA reserved area management functionalityJoonsoo Kim2014-08-06
* DMA, CMA: support arbitrary bitmap granularityJoonsoo Kim2014-08-06
* DMA, CMA: support alignment constraint on CMA regionJoonsoo Kim2014-08-06
* DMA, CMA: separate core CMA management codes from DMA APIsJoonsoo Kim2014-08-06
* DMA, CMA: fix possible memory leakJoonsoo Kim2014-06-23
* cma: add placement specifier for "cma=" kernel parameterAkinobu Mita2014-06-04
* CMA: correct unlock targetJoonsoo Kim2014-05-29
* drivers/base/dma-contiguous.c: erratum of dev_get_cma_areaGioh Kim2014-05-22
* cma: Remove potential deadlock situationLaura Abbott2014-05-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-15
|\
| * treewide: fix "usefull" typoMichael Opdenacker2013-10-14
| * drivers / dma-contiguous: Fix __init attribute locationHanjun Guo2013-08-19
* | drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski2013-08-27
|/
* drivers: cma: represent physical addresses as phys_addr_tVitaly Andrianov2012-12-11
* drivers: dma-contiguous: Don't redefine SZ_1MLaurent Pinchart2012-10-23
* drivers: dma-contiguous: refactor dma_alloc_from_contiguous()Michal Nazarewicz2012-10-02
* mm: cma: fix alignment requirements for contiguous regionsMarek Szyprowski2012-08-28
* drivers: add Contiguous Memory AllocatorMarek Szyprowski2012-05-21