1
0
Files
linux/Documentation
Christoph Hellwig 06d4dd2f2c dma-mapping: deprecate dma_zalloc_coherent
We now always return zeroed memory from dma_alloc_coherent.  Note that
simply passing GFP_ZERO to dma_alloc_coherent wasn't always doing the
right thing to start with given that various allocators are not backed
by the page allocator and thus would ignore GFP_ZERO.

Signed-off-by: Christoph Hellwig <hch@lst.de>
2018-12-20 08:14:09 +01:00
..
2018-10-26 16:26:32 -07:00
2018-11-05 16:38:10 -05:00
2018-11-15 11:35:40 -08:00