index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-28
ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loop
Christophe Leroy
1
-4
/
+15
2025-06-04
ALSA: pcm: Fix race of buffer access at PCM OSS layer
Takashi Iwai
2
-2
/
+12
2024-10-17
ALSA: core: add isascii() check to card ID generator
Jaroslav Kysela
1
-4
/
+10
2024-10-17
ALSA: mixer_oss: Remove some incorrect kfree_const() usages
Christophe JAILLET
1
-2
/
+2
2024-09-04
ALSA: timer: Relax start tick time check for slave timer elements
Takashi Iwai
1
-1
/
+1
2024-07-27
ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is paused
Shengjiu Wang
1
-1
/
+5
2024-07-27
ALSA: dmaengine_pcm: terminate dmaengine before synchronize
Shengjiu Wang
1
-0
/
+12
2024-07-27
ALSA: dmaengine: Synchronize dma channel after drop()
Jai Luthra
1
-0
/
+10
2024-06-16
ALSA: timer: Set lower bound of start tick time
Takashi Iwai
1
-0
/
+10
2024-06-16
ALSA: core: Fix NULL module pointer assignment at card init
Takashi Iwai
1
-1
/
+1
2024-03-26
ALSA: seq: fix function cast warnings
Takashi Iwai
2
-2
/
+15
2024-03-06
ALSA: Drop leftover snd-rtctimer stuff from Makefile
Takashi Iwai
1
-1
/
+0
2023-12-13
ALSA: pcm: fix out-of-bounds in snd_pcm_state_names
Jason Zhang
1
-0
/
+1
2023-11-28
ALSA: info: Fix potential deadlock at disconnection
Takashi Iwai
1
-8
/
+13
2023-09-19
ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl
Takashi Iwai
1
-2
/
+6
2023-09-19
ALSA: seq: oss: Fix racy open/close of MIDI devices
Takashi Iwai
1
-13
/
+22
2023-08-30
ALSA: pcm: Fix potential data race at PCM memory allocation helpers
Takashi Iwai
1
-8
/
+36
2023-07-27
ALSA: jack: Fix mutex call in snd_jack_report()
Takashi Iwai
1
-8
/
+7
2023-06-09
ALSA: oss: avoid missing-prototype warnings
Arnd Bergmann
1
-8
/
+8
2023-01-14
ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF
Clement Lecigne
1
-0
/
+4
2023-01-14
ALSA: pcm: Set missing stop_operating flag at undoing trigger start
Takashi Iwai
1
-1
/
+3
2022-12-14
ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event
Kees Cook
1
-4
/
+7
2022-10-26
ALSA: dmaengine: increment buffer pointer atomically
Andreas Pape
1
-3
/
+5
2022-10-26
ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()
Takashi Iwai
1
-2
/
+0
2022-10-26
ALSA: oss: Fix potential deadlock at unregistration
Takashi Iwai
1
-4
/
+9
2022-10-15
ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC
Takashi Iwai
1
-2
/
+3
2022-09-08
ALSA: seq: Fix data-race at module auto-loading
Takashi Iwai
1
-7
/
+5
2022-09-08
ALSA: seq: oss: Fix data-race for max_midi_devs access
Takashi Iwai
1
-0
/
+2
2022-08-25
ALSA: control: Use deferred fasync helper
Takashi Iwai
1
-3
/
+4
2022-08-25
ALSA: timer: Use deferred fasync helper
Takashi Iwai
1
-5
/
+6
2022-08-25
ALSA: core: Add async signal helpers
Takashi Iwai
1
-0
/
+94
2022-08-25
ALSA: info: Fix llseek return value when using callback
Amadeusz Sławiński
1
-3
/
+3
2022-07-29
ALSA: memalloc: Align buffer allocations in page size
Takashi Iwai
1
-0
/
+1
2022-06-09
ALSA: pcm: Check for null pointer of pointer substream before dereferencing it
Colin Ian King
1
-1
/
+2
2022-06-09
ALSA: jack: Access input_dev under mutex
Amadeusz Sławiński
1
-7
/
+27
2022-04-20
ALSA: pcm: Test for "silence" field in struct "pcm_format_data"
Fabio M. De Francesco
1
-1
/
+1
2022-04-08
ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock
Takashi Iwai
3
-11
/
+38
2022-03-28
ALSA: pcm: Add stream lock during PCM reset ioctl operations
Takashi Iwai
1
-0
/
+4
2022-03-28
ALSA: pcm: Fix races among concurrent prealloc proc writes
Takashi Iwai
1
-4
/
+7
2022-03-28
ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls
Takashi Iwai
1
-14
/
+18
2022-03-28
ALSA: pcm: Fix races among concurrent read/write and buffer changes
Takashi Iwai
1
-0
/
+4
2022-03-28
ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
Takashi Iwai
2
-22
/
+41
2022-03-28
ALSA: oss: Fix PCM OSS buffer allocation overflow
Takashi Iwai
2
-5
/
+12
2022-01-27
ALSA: seq: Set upper limit of processed events
Takashi Iwai
1
-2
/
+12
2022-01-27
ALSA: oss: fix compile error when OSS_DEBUG is enabled
Bixuan Cui
1
-1
/
+1
2022-01-27
ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls
Takashi Iwai
1
-1
/
+5
2022-01-27
ALSA: jack: Add missing rwsem around snd_ctl_remove() calls
Takashi Iwai
1
-0
/
+3
2021-12-29
ALSA: jack: Check the return value of kstrdup()
Xiaoke Wang
1
-0
/
+4
2021-12-14
ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()
Takashi Iwai
1
-2
/
+9
2021-12-14
ALSA: pcm: oss: Limit the period size to 16MB
Takashi Iwai
1
-1
/
+1
[next]