summaryrefslogtreecommitdiffstats
path: root/sound/core/memalloc.c
AgeCommit message (Expand)AuthorLines
2023-01-27ALSA: memalloc: Workaround for Xen PVTakashi Iwai-18/+69
2022-12-21ALSA: memalloc: don't use GFP_COMP for non-coherent dma allocationsChristoph Hellwig-2/+2
2022-12-13Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-17/+27
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds-3/+2
2022-11-21ALSA: memalloc: don't pass bogus GFP_ flags to dma_alloc_*Christoph Hellwig-3/+2
2022-11-16ALSA: memalloc: Allocate more contiguous pages for fallback caseTakashi Iwai-17/+27
2022-11-12ALSA: memalloc: Try dma_alloc_noncontiguous() at firstTakashi Iwai-4/+3
2022-11-10ALSA: memalloc: Don't fall back for SG-buffer with IOMMUTakashi Iwai-9/+11
2022-09-26ALSA: memalloc: use __GFP_RETRY_MAYFAIL for DMA mem allocsKai Vehmanen-1/+1
2022-09-06Merge branch 'for-linus' into for-nextTakashi Iwai-2/+7
2022-09-06ALSA: hda: Once again fix regression of page allocations with IOMMUTakashi Iwai-2/+7
2022-08-24ALSA: memalloc: Drop special handling of GFP for CONTINUOUS allocationTakashi Iwai-65/+48
2022-08-22ALSA: memalloc: Revive x86-specific WC page allocations againTakashi Iwai-16/+71
2022-07-13ALSA: memalloc: Fix missing return value comments for kernel docsTakashi Iwai-1/+9
2022-06-20ALSA: memalloc: Drop x86-specific hack for WC allocationsTakashi Iwai-22/+1
2022-04-13ALSA: memalloc: Add fallback SG-buffer allocations for x86Takashi Iwai-1/+110
2022-02-10ALSA: memalloc: invalidate SG pages before syncTakashi Iwai-1/+1
2022-02-10ALSA: memalloc: Fix dma_need_sync() checksTakashi Iwai-4/+9
2021-11-16ALSA: memalloc: Unify x86 SG-buffer handling (take#3)Takashi Iwai-4/+49
2021-11-10ALSA: memalloc: Remove a stale commentTakashi Iwai-1/+0
2021-11-09ALSA: memalloc: Use proper SG helpers for noncontig allocationsTakashi Iwai-3/+61
2021-11-07ALSA: PCM: Fix NULL dereference at mmap checksTakashi Iwai-1/+4
2021-11-05ALSA: memalloc: Catch call with NULL snd_dma_buffer pointerTakashi Iwai-0/+2
2021-11-04Revert "ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type"Takashi Iwai-47/+4
2021-10-19ALSA: memalloc: Fix a typo in snd_dma_buffer_sync() descriptionTakashi Iwai-1/+1
2021-10-18ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous typeTakashi Iwai-4/+47
2021-10-18ALSA: memalloc: Support for non-coherent page allocationTakashi Iwai-0/+47
2021-10-18ALSA: memalloc: Support for non-contiguous page allocationTakashi Iwai-8/+101
2021-08-13ALSA: memalloc: Count continuous pages in vmalloc buffer handlerTakashi Iwai-7/+21
2021-08-04ALSA: memalloc: Store snd_dma_buffer.addr for continuous pages, tooTakashi Iwai-2/+5
2021-08-04ALSA: memalloc: Fix pgprot for WC mmap on x86Takashi Iwai-0/+4
2021-08-04ALSA: memalloc: Support WC allocation on all architecturesTakashi Iwai-7/+39
2021-08-04ALSA: memalloc: Correctly name as WCTakashi Iwai-4/+4
2021-08-04ALSA: memalloc: Minor refactoringTakashi Iwai-26/+18
2021-08-02Merge branch 'for-linus' into for-nextTakashi Iwai-1/+1
2021-08-02ALSA: memalloc: Fix regression with SNDRV_DMA_TYPE_CONTINUOUSTakashi Iwai-1/+1
2021-07-19ALSA: core: Add device-managed page allocator helperTakashi Iwai-0/+46
2021-06-10ALSA: core: Add continuous and vmalloc mmap opsTakashi Iwai-0/+17
2021-06-10ALSA: core: Move mmap handler into memalloc opsTakashi Iwai-0/+36
2021-06-10ALSA: core: Abstract memory alloc helpersTakashi Iwai-147/+244
2020-12-18ALSA: memalloc: Align buffer allocations in page sizeTakashi Iwai-0/+1
2020-12-17ALSA: core: memalloc: add page alignment for iramRobin Gong-1/+2
2020-09-03ALSA: core: memalloc: fix fallthrough positionPierre-Louis Bossart-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-06-15ALSA: memalloc: Initialize all fields of snd_dma_buffer properlyTakashi Iwai-4/+3
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-1/+1
2019-11-06ALSA: memalloc: Add vmalloc buffer allocation supportTakashi Iwai-4/+16
2019-11-06ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS typeTakashi Iwai-3/+8
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-50/+3