summaryrefslogtreecommitdiffstats
path: root/include/sound/memalloc.h
AgeCommit message (Expand)AuthorLines
2024-08-01ALSA: memalloc: Let IOMMU handle S/G primarilyTakashi Iwai-6/+1
2022-08-24ALSA: memalloc: Drop special handling of GFP for CONTINUOUS allocationTakashi Iwai-3/+0
2022-04-13ALSA: memalloc: Add fallback SG-buffer allocations for x86Takashi Iwai-0/+5
2021-11-16ALSA: memalloc: Unify x86 SG-buffer handling (take#3)Takashi Iwai-7/+7
2021-11-04Revert "ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type"Takashi Iwai-7/+7
2021-10-19ALSA: memalloc: Drop superfluous snd_dma_buffer_sync() declarationTakashi Iwai-3/+0
2021-10-18ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous typeTakashi Iwai-7/+7
2021-10-18ALSA: memalloc: Support for non-coherent page allocationTakashi Iwai-0/+1
2021-10-18ALSA: memalloc: Support for non-contiguous page allocationTakashi Iwai-4/+42
2021-08-04ALSA: memalloc: Correctly name as WCTakashi Iwai-3/+3
2021-07-19ALSA: core: Add device-managed page allocator helperTakashi Iwai-0/+4
2021-06-10ALSA: core: Fix build error due to missing PAGE_SIZETakashi Iwai-1/+2
2021-06-10ALSA: core: Move mmap handler into memalloc opsTakashi Iwai-0/+3
2021-06-10ALSA: core: Abstract memory alloc helpersTakashi Iwai-55/+6
2021-06-10ALSA: core: Drop snd_sgbuf_get_ptr()Takashi Iwai-19/+0
2020-06-15ALSA: memalloc: Make SG-buffer helper usable for continuous buffer, tooTakashi Iwai-1/+8
2019-11-11ALSA: memalloc: Drop snd_dma_pci_data() macroTakashi Iwai-1/+0
2019-11-06ALSA: memalloc: Add vmalloc buffer allocation supportTakashi Iwai-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-16/+1
2019-03-27ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai-4/+0
2019-02-01ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai-1/+0
2018-08-28ALSA: memalloc: Add non-cached buffer typeTakashi Iwai-0/+3
2018-07-30ALSA: memalloc: Fix missing PAGE_SIZE definitionTakashi Iwai-0/+2
2018-07-26ALSA: memalloc: declare snd_sgbuf_aligned_pages() unconditionallyPierre-Louis Bossart-8/+8
2018-05-24ALSA: memalloc: Drop superfluous ifndefTakashi Iwai-2/+0
2014-01-09ALSA: Remove memory reservation code from memalloc helperTakashi Iwai-7/+0
2013-12-10ALSA: memalloc.h - fix wrong truncation of dma_addr_tStefano Panella-1/+1
2013-10-24ALSA: Add ifdef CONFIG_GENERIC_ALLOCATOR for SNDRV_DMA_TYPE_IRAM codeTakashi Iwai-0/+4
2013-10-24ALSA: Add SoC on-chip internal ram support for DMA buffer allocationNicolin Chen-0/+1
2013-01-29ALSA: Force a cast to silence a warning from "sparse"Antonio Ospite-1/+1
2012-09-23ALSA: Make snd_sgbuf_get_{ptr|addr}() available for non-SG casesTakashi Iwai-2/+25
2009-07-08ALSA: Fix SG-buffer DMA with non-coherent architecturesTakashi Iwai-0/+6
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-1/+15
2008-08-29alsa: Remove special SBUS dma support code.David S. Miller-2/+0
2008-08-25ALSA: Allocate larger pages in sgbufTakashi Iwai-1/+3
2008-08-25ALSA: Clean up SG-buffer helper functions and macrosTakashi Iwai-0/+12
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela-1/+1
2005-10-28[PATCH] gfp_t: soundAl Viro-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+118