aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/memalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-08ALSA: Fix SG-buffer DMA with non-coherent architecturesTakashi Iwai1-0/+4
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-32/+20
2008-08-29alsa: Remove special SBUS dma support code.David S. Miller1-49/+1
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller1-4/+4
2008-08-29sparc: Make SBUS DMA interfaces take struct device.David S. Miller1-2/+4
2008-08-25ALSA: Fix allocation size calculation in snd_dma_alloc_pages_fallback()Takashi Iwai1-1/+6
2008-08-25ALSA: Clean up SG-buffer helper functions and macrosTakashi Iwai1-8/+0
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-25/+16
2008-05-19[ALSA] Remove unneeded ugly hack for i386 in memalloc.cTakashi Iwai1-62/+0
2008-04-29sound: use non-racy method for /proc/driver/snd-page-alloc creationDenis V. Lunev1-3/+2
2008-01-31[ALSA] sound/core/memalloc.c: Add missing pci_dev_putJulia Lawall1-0/+1
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-10-16[ALSA] Fix build error without CONFIG_HAS_DMATakashi Iwai1-0/+6
2007-09-24Convert snd-page-alloc proc file to use seq_fileTakashi Iwai1-29/+39
2007-02-09[ALSA] alsa core: convert to list_for_each_entry*Johannes Berg1-7/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-22[ALSA] Removed unneeded page-reserveTakashi Iwai1-30/+2
2006-03-22[ALSA] Use dma_alloc_coherent() hack on i386 onlyTakashi Iwai1-1/+1
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar1-11/+11
2006-01-03[ALSA] dynamic minors (6/6): increase maximum number of sound cardsClemens Ladisch1-4/+0
2005-11-22[PATCH] unpaged: fix sound Bad page statesHugh Dickins1-0/+2
2005-10-28[PATCH] gfp_t: soundAl Viro1-2/+2
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-09-12[ALSA] pci_find_device removeJiri Slaby1-1/+2
2005-08-30[ALSA] Fix compilation without CONFIG_PROC_FSTakashi Iwai1-2/+1
2005-08-30[ALSA] make local objects staticClemens Ladisch1-1/+1
2005-07-28[ALSA] sound/core Fix the sparse warning 'implicit cast to nocast type'Victor Fusco1-1/+2
2005-06-22[ALSA] Add write support to snd-page-alloc proc fileTakashi Iwai1-92/+109
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+663