summaryrefslogtreecommitdiff
path: root/sound/core/pcm_memory.c
AgeCommit message (Expand)Author
2023-07-03ALSA: pcm: Fix potential data race at PCM memory allocation helpersTakashi Iwai
2022-07-13ALSA: pcm: Fix missing return value comments for kernel docsTakashi Iwai
2022-04-25ALSA: pcm: Check for null pointer of pointer substream before dereferencing itColin Ian King
2022-03-22ALSA: pcm: Fix races among concurrent prealloc proc writesTakashi Iwai
2021-10-18ALSA: memalloc: Support for non-contiguous page allocationTakashi Iwai
2021-08-04ALSA: pcm: Allow exact buffer preallocationTakashi Iwai
2021-06-10ALSA: core: Abstract memory alloc helpersTakashi Iwai
2021-03-22ALSA: core: avoid -Wempty-body warningsArnd Bergmann
2021-03-19ALSA: pcm: Add debug print on memory allocation failureAmadeusz Sławiński
2021-02-08ALSA: pcm: Use for_each_pcm_substream() macroTakashi Iwai
2020-12-18ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free()Lars-Peter Clausen
2020-09-03ALSA: core: pcm_memory: dereference pointer after NULL checksPierre-Louis Bossart
2020-07-17Revert "ALSA: pcm: Use SG-buffer only when direct DMA is available"Takashi Iwai
2020-07-07ALSA: pcm: Fix build error on m68k and othersTakashi Iwai
2020-06-15ALSA: pcm: Use SG-buffer only when direct DMA is availableTakashi Iwai
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-01-21ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai
2019-11-20ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local headerTakashi Iwai
2019-11-20ALSA: pcm: Introduce managed buffer allocation modeTakashi Iwai
2019-11-09ALSA: pcm: Unexport snd_pcm_sgbuf_ops_pageTakashi Iwai
2019-11-06ALSA: pcm: Create proc files only for non-empty preallocationsTakashi Iwai
2019-11-06ALSA: pcm: Warn if doubly preallocatedTakashi Iwai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-02-08ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidTakashi Iwai
2019-02-06ALSA: pcm: Remove superfluous snd_info_register() callsTakashi Iwai
2019-01-24ALSA: pcm: Simplify proc file destructionTakashi Iwai
2018-05-28sound: Use octal not symbolic permissionsJoe Perches
2017-06-16ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai
2014-01-11ALSA: PCM: Warn when buffer preallocation failsTakashi Iwai
2014-01-09ALSA: Remove memory reservation code from memalloc helperTakashi Iwai
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi
2012-09-23ALSA: Make snd_sgbuf_get_{ptr|addr}() available for non-SG casesTakashi Iwai
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker
2011-03-31Fix common misspellingsLucas De Marchi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-21ALSA: pcm - Add missing inclusion of linux/vmalloc.hTakashi Iwai
2009-12-18sound: pcm: add vmalloc buffer helper functionsClemens Ladisch
2009-07-08ALSA: Fix SG-buffer DMA with non-coherent architecturesTakashi Iwai
2008-08-25ALSA: Allocate larger pages in sgbufTakashi Iwai
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela
2007-02-09[ALSA] pcm core: add prealloc_max file to substream directory to show maximum...Jaroslav Kysela
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai
2006-06-22[ALSA] Move OSS-specific hw_params helper to snd-pcm-oss moduleTakashi Iwai
2006-04-27[ALSA] Fix Oops at rmmod with CONFIG_SND_VERBOSE_PROCFS=nTakashi Iwai
2006-01-03[ALSA] Optimize for config without PROC_FSTakashi Iwai
2006-01-03[ALSA] Remove xxx_t typedefs: PCMTakashi Iwai