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