All of lore.kernel.org
 help / color / mirror / Atom feed
* remove bogus GFP_DMA32 flags for dma allocations
@ 2018-10-13 15:16 ` Christoph Hellwig
  0 siblings, 0 replies; 75+ messages in thread
From: Christoph Hellwig @ 2018-10-13 15:16 UTC (permalink / raw)
  To: linux-pm, linux-tegra, dri-devel, linux-media, linux-spi,
	linux-fbdev, alsa-devel
  Cc: linux-kernel

dma_alloc_* internally selects the zone to allocate from based on the
DMA mask.  Remove all explicit uses of GFP_DMA32 with dma_alloc_*.

^ permalink raw reply	[flat|nested] 75+ messages in thread

end of thread, other threads:[~2018-12-05 10:31 UTC | newest]

Thread overview: 75+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-13 15:16 remove bogus GFP_DMA32 flags for dma allocations Christoph Hellwig
2018-10-13 15:16 ` Christoph Hellwig
2018-10-13 15:17 ` [PATCH 1/8] cpufreq: tegra186: don't pass GFP_DMA32 to dma_alloc_coherent Christoph Hellwig
2018-10-13 15:17   ` Christoph Hellwig
2018-10-13 15:17   ` Christoph Hellwig
2018-10-15  7:43   ` Rafael J. Wysocki
2018-10-15  7:43     ` Rafael J. Wysocki
2018-10-15  7:43     ` Rafael J. Wysocki
2018-10-17  7:19     ` Christoph Hellwig
2018-10-17  7:19       ` Christoph Hellwig
2018-10-17  7:19       ` Christoph Hellwig
2018-10-17  7:19       ` Christoph Hellwig
2018-10-17  7:22       ` Rafael J. Wysocki
2018-10-17  7:22         ` Rafael J. Wysocki
2018-10-17  7:22         ` Rafael J. Wysocki
2018-10-13 15:17 ` [PATCH 2/8] firmware: tegra: " Christoph Hellwig
2018-10-13 15:17   ` Christoph Hellwig
2018-10-13 15:17   ` Christoph Hellwig
2018-10-13 15:17 ` [PATCH 3/8] spi: pic32-sqi: " Christoph Hellwig
2018-10-13 15:17   ` Christoph Hellwig
2018-10-17 11:55   ` Applied "spi: pic32-sqi: don't pass GFP_DMA32 to dma_alloc_coherent" to the spi tree Mark Brown
2018-10-17 11:55     ` Mark Brown
2018-10-17 11:55     ` Mark Brown
2018-10-17 11:55     ` Mark Brown
2018-10-13 15:17 ` [PATCH 4/8] sound: hpios: don't pass GFP_DMA32 to dma_alloc_coherent Christoph Hellwig
2018-10-13 15:17   ` Christoph Hellwig
2018-10-13 16:18   ` [alsa-devel] " Takashi Iwai
2018-10-13 16:18     ` Takashi Iwai
2018-10-13 16:18     ` Takashi Iwai
2018-10-13 16:35     ` Christoph Hellwig
2018-10-13 16:35       ` [alsa-devel] " Christoph Hellwig
2018-10-13 16:35       ` Christoph Hellwig
2018-10-13 18:10       ` Takashi Iwai
2018-10-13 18:10         ` Takashi Iwai
2018-10-13 18:10         ` Takashi Iwai
2018-10-13 15:17 ` [PATCH 5/8] sound: intel/sst: " Christoph Hellwig
2018-10-13 15:17   ` Christoph Hellwig
2018-10-13 16:20   ` [alsa-devel] " Takashi Iwai
2018-10-13 16:20     ` Takashi Iwai
2018-10-13 16:20     ` Takashi Iwai
2018-10-14  7:46     ` Takashi Iwai
2018-10-15  9:58       ` Mark Brown
2018-10-17  7:19         ` Christoph Hellwig
2018-10-17  9:55           ` Mark Brown
2018-10-17 11:54   ` Applied "ASoC: intel: don't pass GFP_DMA32 to dma_alloc_coherent" to the asoc tree Mark Brown
2018-10-17 11:54     ` Mark Brown
2018-10-17 11:54     ` Mark Brown
2018-10-17 11:54     ` Mark Brown
2018-10-17 11:54     ` Mark Brown
2018-10-13 15:17 ` [PATCH 6/8] drm: sti: don't pass GFP_DMA32 to dma_alloc_wc Christoph Hellwig
2018-10-13 15:17   ` Christoph Hellwig
2018-10-15  9:12   ` Benjamin Gaignard
2018-10-15  9:12     ` Benjamin Gaignard
2018-10-16 12:41     ` Benjamin Gaignard
2018-10-16 12:41       ` Benjamin Gaignard
2018-10-16 12:41       ` Benjamin Gaignard
2018-10-17  7:19       ` Christoph Hellwig
2018-10-17  7:19         ` Christoph Hellwig
2018-10-17  7:19         ` Christoph Hellwig
2018-10-18 11:59         ` Benjamin Gaignard
2018-10-18 11:59           ` Benjamin Gaignard
2018-10-18 11:59           ` Benjamin Gaignard
2018-10-13 15:17 ` [PATCH 7/8] media: sti/bdisp: don't pass GFP_DMA32 to dma_alloc_attrs Christoph Hellwig
2018-10-13 15:17   ` Christoph Hellwig
2018-10-15  9:12   ` Benjamin Gaignard
2018-10-15  9:12     ` Benjamin Gaignard
2018-10-17  7:20     ` Christoph Hellwig
2018-10-17  7:20       ` Christoph Hellwig
2018-10-18 12:00       ` Benjamin Gaignard
2018-10-18 12:00         ` Benjamin Gaignard
2018-12-05 10:31         ` Mauro Carvalho Chehab
2018-12-05 10:31           ` Mauro Carvalho Chehab
2018-12-05 10:31           ` Mauro Carvalho Chehab
2018-10-13 15:17 ` [PATCH 8/8] fsl-diu-fb: don't pass GFP_DMA32 to dmam_alloc_coherent Christoph Hellwig
2018-10-13 15:17   ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.