index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
pcm_memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-02
ALSA: pcm: Fix yet more compile warning at replacement with kstrtoul()
Takashi Iwai
1
-1
/
+1
2024-09-01
ALSA: pcm: Fix the previous conversion to kstrtoul()
Takashi Iwai
1
-1
/
+1
2024-08-31
ALSA: pcm: replace simple_strtoul to kstrtoul
Hongbo Li
1
-1
/
+4
2024-08-27
ALSA: pcm: Drop PCM vmalloc buffer helpers
Takashi Iwai
1
-59
/
+0
2024-02-28
ALSA: pcm: Use guard() for locking
Takashi Iwai
1
-18
/
+12
2023-07-03
ALSA: pcm: Fix potential data race at PCM memory allocation helpers
Takashi Iwai
1
-8
/
+36
2022-07-13
ALSA: pcm: Fix missing return value comments for kernel docs
Takashi Iwai
1
-0
/
+4
2022-04-25
ALSA: pcm: Check for null pointer of pointer substream before dereferencing it
Colin Ian King
1
-1
/
+2
2022-03-22
ALSA: pcm: Fix races among concurrent prealloc proc writes
Takashi Iwai
1
-4
/
+7
2021-10-18
ALSA: memalloc: Support for non-contiguous page allocation
Takashi Iwai
1
-3
/
+10
2021-08-04
ALSA: pcm: Allow exact buffer preallocation
Takashi Iwai
1
-16
/
+51
2021-06-10
ALSA: core: Abstract memory alloc helpers
Takashi Iwai
1
-21
/
+0
2021-03-22
ALSA: core: avoid -Wempty-body warnings
Arnd Bergmann
1
-1
/
+3
2021-03-19
ALSA: pcm: Add debug print on memory allocation failure
Amadeusz Sławiński
1
-0
/
+8
2021-02-08
ALSA: pcm: Use for_each_pcm_substream() macro
Takashi Iwai
1
-8
/
+4
2020-12-18
ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free()
Lars-Peter Clausen
1
-9
/
+1
2020-09-03
ALSA: core: pcm_memory: dereference pointer after NULL checks
Pierre-Louis Bossart
1
-1
/
+2
2020-07-17
Revert "ALSA: pcm: Use SG-buffer only when direct DMA is available"
Takashi Iwai
1
-14
/
+0
2020-07-07
ALSA: pcm: Fix build error on m68k and others
Takashi Iwai
1
-2
/
+4
2020-06-15
ALSA: pcm: Use SG-buffer only when direct DMA is available
Takashi Iwai
1
-0
/
+13
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
1
-1
/
+1
2020-01-21
ALSA: pcm: Set per-card upper limit of PCM buffer allocations
Takashi Iwai
1
-18
/
+51
2019-11-20
ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local header
Takashi Iwai
1
-0
/
+1
2019-11-20
ALSA: pcm: Introduce managed buffer allocation mode
Takashi Iwai
1
-13
/
+70
2019-11-09
ALSA: pcm: Unexport snd_pcm_sgbuf_ops_page
Takashi Iwai
1
-2
/
+1
2019-11-06
ALSA: pcm: Create proc files only for non-empty preallocations
Takashi Iwai
1
-1
/
+2
2019-11-06
ALSA: pcm: Warn if doubly preallocated
Takashi Iwai
1
-0
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2019-02-08
ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning void
Takashi Iwai
1
-21
/
+8
2019-02-06
ALSA: pcm: Remove superfluous snd_info_register() calls
Takashi Iwai
1
-11
/
+10
2019-01-24
ALSA: pcm: Simplify proc file destruction
Takashi Iwai
1
-14
/
+2
2018-05-28
sound: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2017-06-16
ALSA: pcm: Follow standard EXPORT_SYMBOL() declarations
Takashi Iwai
1
-6
/
+0
2015-01-28
ALSA: Include linux/io.h instead of asm/io.h
Takashi Iwai
1
-1
/
+1
2014-01-11
ALSA: PCM: Warn when buffer preallocation fails
Takashi Iwai
1
-0
/
+5
2014-01-09
ALSA: Remove memory reservation code from memalloc helper
Takashi Iwai
1
-18
/
+1
2013-03-12
ALSA: add/change some comments describing function return values
Yacine Belkadi
1
-7
/
+12
2012-09-23
ALSA: Make snd_sgbuf_get_{ptr|addr}() available for non-SG cases
Takashi Iwai
1
-26
/
+0
2011-10-31
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
Paul Gortmaker
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-21
ALSA: pcm - Add missing inclusion of linux/vmalloc.h
Takashi Iwai
1
-0
/
+1
2009-12-18
sound: pcm: add vmalloc buffer helper functions
Clemens Ladisch
1
-0
/
+54
2009-07-08
ALSA: Fix SG-buffer DMA with non-coherent architectures
Takashi Iwai
1
-0
/
+2
2008-08-25
ALSA: Allocate larger pages in sgbuf
Takashi Iwai
1
-0
/
+26
2008-08-13
ALSA: Kill snd_assert() in sound/core/*
Takashi Iwai
1
-7
/
+7
2008-01-31
[ALSA] Remove sound/driver.h
Takashi Iwai
1
-1
/
+0
2007-10-16
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
1
-1
/
+1
2007-02-09
[ALSA] pcm core: add prealloc_max file to substream directory to show maximum...
Jaroslav Kysela
1
-0
/
+23
2006-09-23
[ALSA] Fix disconnection of proc interface
Takashi Iwai
1
-1
/
+1
[next]